Forum Replies Created
-
AuthorPosts
-
Hi!
The problem is that the dynamic stylesheet is getting cached by the browser, we fixed this in the latest version (2.9.1) of the theme. Try updating.
Cheers!
JosueHey!
Try using this code instead:
(function($){ $(window).load(function() { $.getScript( "http://gitwidgets.golf.se/Widget/script.js" ) .done(function( script, textStatus ) { GITWidget.addBookings({guid: 'c4ed8454-4c3d-44a2-994a-ca1488972435' }); }); }); })(jQuery);Reference: http://api.jquery.com/jquery.getscript/
Best regards,
JosueHey @robertwood04!
Try adding this code to the Quick CSS:
#footer .textwidget .av_font_icon { opacity: 1 !important; transform: none !important; -webkit-transform: none !important; -moz-transform: none !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
div#fbSEOComments { clear: both; }Cheers!
JosueHey!
Try with this code instead:
.phone-info p { margin: 0; } @media only screen and (max-width: 767px) { .phone-info { float: none !important; } .phone-info span{ margin: 0 auto !important; width: 200px !important; display: block !important; } }Regards,
JosueHey!
Can you post a link to your website? i don’t think using a mobile theme plugin will work with Enfold because the theme uses a lot of shortcodes.
Cheers!
JosueHi!
Sorry to hear what happened. It’s worth noting though, that the theme actually warns you before importing the dummy content:

Best regards,
JosueHey Anders!
Can you post the direct link to the image in question?
Cheers!
JosueHi!
Enable this and set a class of “icon_right” to the button in question, then add this to the Quick CSS:
.icon_right .avia_button_icon { right: -0.3em !important; left: auto !important; float: right; }Regards,
JosueHi!
Try with this code:
.avia_textblock h2 { font-size: 32px !important; }Cheers!
JosueAugust 8, 2014 at 11:17 pm in reply to: How to see table shortcode in post in a visual view? #301838Hey Tom!
You can enable the Layout Builder on posts, try adding this to your theme / child theme functions.php:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Best regards,
JosueAugust 8, 2014 at 11:12 pm in reply to: Social icons cut off on footer in IE on smaller page sizes/responsive modes #301836Hey Gabe!
On which browser version are you seeing this?
Cheers!
JosueHey!
I adjusted the padding-bottom on the header, check it now.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .phone-info { text-align: center !important; float: none !important; clear: both; } }Cheers!
JosueHey!
There is already a hook (avf_logo_final_output) you can use to append something to the logo, try:
function add_google_translate_script($logo, $use_image, $headline_type, $sub, $alt, $link) { ob_start(); ?> <div id="google_translate_element"></div> <script type="text/javascript"> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element'); } </script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script> <?php $logo .= ob_get_clean(); return $logo; } add_action('avf_logo_final_output', 'add_google_translate_script', 10, 6);Regards,
JosueHi!
Try using this option instead:

Cheers!
JosueHi,
I tried the code you posted on my local install and it worked. Have you tried disabled all third-party plugins to see if thats the root of the issue?
Regards,
JosueHi!
You can use the MegaMenu columns functionality to make the submenus appear horizontally: https://vimeo.com/channels/aviathemes/92503669
Regards,
JosueAugust 8, 2014 at 8:33 pm in reply to: Social icons cut off on footer in IE on smaller page sizes/responsive modes #301803Hi Gabe!
Have you checked if it happens on an actual mobile device? it is very unlikely that the normal IE user would use its browser resized.
Best regards,
JosueHi Dennis,
Does it happen with the default WordPress theme?
Cheers!
JosueHey Danny!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHey!
I’ll ask Yigit to check this issue on his iPhone.
Regards,
JosueHey!
You’d need to create a new metabox so you can bind a value to the post (that checkbox for example), you can use this plugin to do that:
https://wordpress.org/plugins/meta-box/Once you done that you can use that data to conditionally disable the link on the masonry title, look for the html function located in /config-templatebuilder/avia-shortcodes/masonry_entries.php, line 456.
Best regards,
JosueAugust 8, 2014 at 6:53 pm in reply to: Can't set up portfolio – posts not appearing in grid. #301778Hey Charlotte!
Yes If that’s the only file you have modified within the theme folder (/wp-content/enfold).
Regards,
JosueWhat do you want to change exactly?
August 8, 2014 at 6:16 pm in reply to: Page formatting removed when using ie9 and advance page builder #301767Hey!
Does it happen without using the Advanced Layout Editor? try reproducing it here for example:
http://www.inscribecreative.co.uk/hyland-estate-weddings/test-without-alb/Best regards,
JosueHi Mattia!
Two files are involved on showing the 404 page:
/404.php
/includes/error404.phpCheers!
JosueHi,
Please make the site live then reply back to this topic so we can assist you better.
Regards,
JosueHi!
Maybe you need to increase its z-index value:
#google_translate_element{ z-index:1000; }Best regards,
Josue -
AuthorPosts
