Forum Replies Created
-
AuthorPosts
-
You are welcome, let us know if it works :)
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueMarch 29, 2016 at 1:48 pm in reply to: Sidebar navigation – highlight anchor when user scrolls #604525Hi,
Open js/avia.js and look for line:
$('body').avia_scrollspy({target:'.main_menu .menu li > a'});
Replace it by this:
$('body').avia_scrollspy({target:'#top .widget_nav_menu li > a'});
Regards,
Josue-
This reply was modified 9 years, 3 months ago by
Josue.
Hey!
Use this HTML code instead:
<div class='custom_container'> <div class='custom_column custom_first'> 1st column </div> <div class='custom_column'> 2nd column </div> </div>
And this CSS code:
@media only screen and (min-width: 767px) { .custom_container{ position: relative; width: 500px; margin: 0px auto; } .custom_column{ float: left; width: 200px; } .custom_column.custom_first{ margin-right: 100px; } }
Cheers!
JosueHi!
Check it now, i’ve set some third-party JS files to be ignored so they don’t get mixed with the Enfold ones.
Regards,
JosueDone.
The login you posted are not working.
Hey!
Disable Transitions and add this to Quick CSS:
.av-siteloader-wrap { display: none !important; } .home .av-siteloader-wrap{ display: block !important; }
Regards,
JosueMarch 29, 2016 at 1:21 pm in reply to: Urgent: German umlauts in mobile view of table in heading-rows broken. #604501Hi!
Did you try updating? there’s a change on how the table headers content are handled in mobile that could fix the issue.
Regards,
JosueYou are welcome, glad to help :)
Also, refer to this article on how to ask Google to remove an URL:
https://support.google.com/webmasters/answer/1663419?hl=enRegards,
JosueChange your code to:
.widget_nav_menu .menu-item { padding: 0 !important; margin: 0 !important; }
Hey!
Correct, at root, it should look exactly like this:
User-agent: * Disallow: /category/allgemein/
More info on robots.txt:
http://www.robotstxt.org/robotstxt.htmlCheers!
JosueMarch 29, 2016 at 1:09 pm in reply to: Prev/Next product links on side of window in single prod page #604484Ok, i’ve added Ismael’s code to your child theme functions.php, check if it works.
March 29, 2016 at 1:09 pm in reply to: Strange icons in place of standard Enfold theme icons over https #604482Hi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHey!
What do you want to change? also can you post a link to your site?
Regards,
JosueHi!
In your robots.txt file (create it if you don’t have one) place:
Disallow: /category/allgemein/
Regards,
JosueHi Chris,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.container_wrap { width: 100%; }
Cheers!
JosueHi!
You can change one line (882) in /enfold/framework/php/class-form-generator.php: from:
$message .= $element['label'].": ".$field_value." <br/>";
To:
$message .= $element['label']."= ".$field_value." <br/>";
Be aware however that updating the theme will reset this modification.
Best regards,
JosueHey!
You’re missing the first parameter in
avia_pagination
:$query->max_num_pages
Best regards,
JosueHey!
One thing you can use is Widgets, there’s an ALB element to show Widgets.
Regards,
JosueOk, try this instead – http://screencast.com/t/SPjhiism2QTG
text-align; left;
Please post a link to the site aswell.
Cambia tu codigo a:
function c() { $('.slide-entry a').attr('target', '_blank'); } c();
Hey!
Try adding this code to the Quick CSS:
.container_wrap { max-width: 100%; }
Cheers!
JosueIn case someone has a similar issue, try re-setting the border in thee iframe style tag:
<iframe style='border: 0' src=''></iframe>
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue -
This reply was modified 9 years, 3 months ago by
-
AuthorPosts