All our plans - mainbody icons lost

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue May 06, 2014 12:38 pm
Reply with quote
Report this post
Hi there! Each time I work in module "All our plans" / Mainbody I loose the icons and linked text. Can somebody please give me the source code included the icons HERE in this post? I am desperate and lost.... Thank you!
User avatar
Expert Boarder

GK User
Tue May 06, 2014 3:18 pm
Reply with quote
Report this post
Code: Select all
<div class="gkColumns gkFeatures" data-cols="2">
<div>
<div class="gkIcons">
<div class="gkIcon animated"><a href="#"><i class="icon-laptop"></i><span>Easy to use panel</span></a></div>
<div class="gkIcon animated"><a href="#"><i class="icon-signal dark"></i><span>10TB Bandwidth</span></a></div>
<div class="gkIcon animated"><a href="#"><i class="icon-medkit dark"></i><span>24/7 Tech Support</span></a></div>
<div class="gkIcon animated"><a href="#"><i class="icon-envelope"></i><span>Webmail service</span></a></div>
</div>
</div>

<div>
<h2>All our plans Include</h2>
<h3>Faster loading websites</h3>
<p>New server technologies like PHP 5.5, PageSpeed, FastCGI make your website pages load up to 6x faster.</p>
<h3>A better backup plan</h3>
<p>Now you can manage CloudFlare with Railgun—a free service that makes your sites faster and more secure—from right inside the AccountCenter.</p>
<a href="#" class="button invert bigger-button">More Features</a>
</div>
</div>


Please disable tinyMCE editor in global configuration (change editor to "editor - none") before editing that module.
User avatar
Moderator

GK User
Thu May 08, 2014 6:35 pm
Reply with quote
Report this post
Thank you very much! Now it works.... But Ih found something else were I feel lost:

When the user can login in the url this occurs, and I dont know where I can get rid of this.

index.php/en/joomla-pages-ii/user-login?return=L2

I need the urls like this instead:

index.php/en/user-login?return=L2

How I can make this? I am lost :-(
User avatar
Expert Boarder

GK User
Fri May 09, 2014 6:22 am
Reply with quote
Report this post
Could you please post a screenshot and mark element that has this url?
User avatar
Moderator

GK User
Fri May 09, 2014 5:41 pm
Reply with quote
Report this post
Yes of course, see attached. I even would be happy if the login "pops up" as at the LOGIN top right does in general (but also not always)

But in any case joomla should dissappear completely. I tried already everything I know, but nothing worked out.

I also would accept to publish the login in a iframe in an article, but there fore the login application must be blank without CMS. I am lost with this...
User avatar
Expert Boarder

GK User
Sat May 10, 2014 12:12 pm
Reply with quote
Report this post
This is standard Joomla behave as far as I know and our template doesn't do anything with it. I would suggest to search for a plugin that allows to rewrite login url.
User avatar
Moderator

GK User
Sat May 10, 2014 4:09 pm
Reply with quote
Report this post
Okay thank you. Another thing: I linked the Main Menu Link "Empresas" with the VM Category empresas successfully, also published. But for some reason

I cannot see it: http://satellite-internet.eu/index.php/es/empresas
Same here: http://satellite-internet.eu/index.php/de/business

But here it works perfect: http://satellite-internet.eu/index.php/en/business-pro

Is it only in my cache empty or cant you also see anything inside the both links?

Any ideas?
User avatar
Expert Boarder

GK User
Sat May 10, 2014 4:27 pm
Reply with quote
Report this post
Also I set ALL in the link http://satellite-internet.eu/index.php/en/business-pro
into CENTER. Means ALL shall get shown in the center of the category description ut it does not. Is there some layout trick maybe?
User avatar
Expert Boarder

GK User
Sat May 10, 2014 4:55 pm
Reply with quote
Report this post
is this correct inside template.css?

.imageBg #gkHeader {
background: transparent url('../templates/gk_cloudhost/images/header_wide.jpg') no-repeat center 0;
background-size: cover;
border-bottom: none;
margin-bottom: 0;
}
.grey-content #gkPageContent {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
User avatar
Expert Boarder

GK User
Mon May 12, 2014 3:18 pm
Reply with quote
Report this post
Ok, to many things at once.
1. If your additional question doesn't correspond to topic of original question - please create new forum thread and use topic that connects with the question.
2. You should not modify template's core css files. Use override.css instead.
User avatar
Moderator

GK User
Mon May 26, 2014 9:39 am
Reply with quote
Report this post
Virtuemart Add t cart doesnt work

Website: http://satellite-internet.eu

any ideas?
User avatar
Expert Boarder

GK User
Mon May 26, 2014 8:40 pm
Reply with quote
Report this post
Check errors in console:
Uncaught ReferenceError: jQuery is not defined 31e82159d41ff9cb464705353f1400e3.js.php:558
Uncaught ReferenceError: jQuery is not defined index.php:64

You need to disable cache and compression to see what is causing those problems.
User avatar
Moderator

GK User
Tue May 27, 2014 1:06 pm
Reply with quote
Report this post
WORKED! Than kyou very much. Now I have a lst question to you:

When you scrall at http://satellite-internet.eu down and click at the word LIVE CHAT for example the users get asked to login. What do I have to save in the <a href="index.php/en/joomla-pages-ii/user-login">LIVE CHAT</a> Code to open the LOGIN in the same popup as the LOGIN at the TOP of the website?

Thank you so much for your help.

yours with very best regards

Doris
User avatar
Expert Boarder

GK User
Tue May 27, 2014 1:23 pm
Reply with quote
Report this post
Ah yes. And when I order something it sometimes appears in the basket a bit later. Is there a trick to see it immediately in the basket? This happens not always. But happens. Can you please check?
User avatar
Expert Boarder

GK User
Wed May 28, 2014 3:17 pm
Reply with quote
Report this post
If it is exactly same login form, you need to change your link to:
Code: Select all
<a href="index.php/en/joomla-pages-ii/user-login" id="gkLogin">LIVE CHAT</a>
User avatar
Moderator

GK User
Wed May 28, 2014 3:18 pm
Reply with quote
Report this post
Now with the basket - its your hosting company issue - the request is send with ajax and when response is available and is ok - item is added to basket. If response is late - you see delay.
User avatar
Moderator

GK User
Wed May 28, 2014 3:35 pm
Reply with quote
Report this post
please have a look at the site. I mean the popup not the layout.... sorry for the irritating. basket works yes!
User avatar
Expert Boarder

GK User
Thu May 29, 2014 2:51 pm
Reply with quote
Report this post
You did something wrong. Link should look this way:
Code: Select all
<a href="/index.php/en/joomla-pages-ii/user-login" id="gkLogin">LIVE CHAT</a>

and looks this way:
Code: Select all
<a href="#live-chat">Live Chat</a>

this is just a simple case of what you enter into custom module html.
User avatar
Moderator

GK User
Sat May 31, 2014 9:47 am
Reply with quote
Report this post
It IS like this: <a href="/index.php/en/joomla-pages-ii/user-login" id="gkLogin">LIVE CHAT</a>

Where did you find the default code: <a href="#live-chat">Live Chat</a>
User avatar
Expert Boarder

GK User
Mon Jun 02, 2014 5:32 pm
Reply with quote
Report this post
On your site's source code:
Screen Shot 2014-06-02 at 18.31.45.png
User avatar
Moderator

GK User
Fri Oct 31, 2014 5:42 pm
Reply with quote
Report this post
I cannot upload the gk_msocial.zip
into our Joomla! 2.5.22 Version. Why?
User avatar
Expert Boarder

GK User
Sat Nov 01, 2014 10:52 am
Reply with quote
Report this post
I don't know what it has to do with CloudHost template?
User avatar
Moderator

GK User
Sun Nov 02, 2014 10:40 am
Reply with quote
Report this post
I dont know. Why it doesnt work?
User avatar
Expert Boarder

GK User
Tue Nov 04, 2014 12:18 pm
Reply with quote
Report this post
You are posting in CloudHost forum. It is wrong place to ask about mSocial. Please create a separate forum thread in correct template forum with correct topic.
User avatar
Moderator

GK User
Tue Nov 04, 2014 6:05 pm
Reply with quote
Report this post
Sorry. Got it. Where can I find the overview about the icons of main body (Frondsite cloudhost) please?
User avatar
Expert Boarder

GK User
Tue Nov 04, 2014 6:36 pm
Reply with quote
Report this post
I mean an overview about the animated icons. A Phone I found because I simply tried -phone at the end.
And last question (I hope for long ;-)) : How can I publish a slide show ABOVE a virtuemart category main menu site like this: http://quicksat.net/de/privat ?

Thank you for your patience :-)
User avatar
Expert Boarder

GK User
Wed Nov 05, 2014 4:28 pm
Reply with quote
Report this post
The icons are generated tiwh use of Font Awesome 3.2.1. You can find complete documentation with icon list here:
http://fortawesome.github.io/Font-Awesome/3.2.1/icons/
User avatar
Moderator

GK User
Wed Nov 05, 2014 4:29 pm
Reply with quote
Report this post
If it goes to slideshow - could you please create a screenshot and mark the place where you would like to insert your custom slideshow?
User avatar
Moderator

GK User
Sun Nov 09, 2014 5:20 pm
Reply with quote
Report this post
At the top - but we postponed this for now. Main important is why "Ask a question" does not work propperly here: http://quicksat.net/en/private and here http://bauhausfurniture.net

Can you please help me?
User avatar
Expert Boarder

GK User
Tue Nov 11, 2014 8:56 am
Reply with quote
Report this post
I don't see "Ask a question" on any of linked sites.
Could you please be more specific?
User avatar
Moderator

GK User
Tue Nov 11, 2014 9:41 am
Reply with quote
Report this post
In bauhausfurniture.net it works now. In quicksat.net emails do not arrive, but this is server problem, they fix already this issue.

I ask for the template style, what css can I where store to have a nice ask question?

http://quicksat.net/en/private/suppleme ... ish-detail
User avatar
Expert Boarder

GK User
Wed Nov 12, 2014 7:10 pm
Reply with quote
Report this post
I don't know if you remember this thread main topic:
"All our plans - mainbody icons lost"
currently questions doesn't connect with that topic at all.
Please create new forum threads if question goes beyond main thread topic like it happens just right now.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.