Forum Replies Created
-
AuthorPosts
-
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueYou are welcome Lyse, glad we could help :)
Regards,
JosueHey!
Does it gets fixed if you remove your custom code in Quick CSS?
Best regards,
JosueSeptember 15, 2014 at 10:33 pm in reply to: Bug with current version of Google Chrome (Version 37.0.2062.103 m)? #319458Hi!
Try this code instead:
.gm-style-iw, .gm-style-iw > div { overflow: hidden !important; }Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function put_something_before_footer_func() { ?> <div class="before_footer"> <div class="container"> Put masonry shortcode here: http://codex.wordpress.org/Function_Reference/do_shortcode </div> </div> <?php } add_filter('get_footer', 'put_something_before_footer_func');Cheers!
JosueHey!
Have you tried using a plugin like this?
https://wordpress.org/plugins/socialize/Regards,
JosueHey!
I’m not seeing the banner being applied to the header.
Regards,
JosueHey!
Please watch this video:
Regards,
JosueHey Billy!
Try adding this at the very end of your theme functions.php file:
function change_blog_archive_style() { global $avia_config; if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; } } add_action('get_header', 'change_blog_archive_style');Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
You’d need to use a different method, try adding this to your theme functions.php:
function put_something_before_footer_func() { ?> <div class="before_footer"> <div class="container"> Something </div> </div> <?php } add_action('get_footer', 'put_something_before_footer_func');Cheers!
JosueSeptember 15, 2014 at 8:17 pm in reply to: Second-level nav/menu bar encroaches on full-width layerslider #319391Hi!
You want the slider to be behind the header? – http://screencast.com/t/cweLrNwz
Have you tried selecting a transparent header in the Page options?
Best regards,
JosueHi Lyse!
Check the “Portfolio Ajax” portfolio, i was able to put a toggle element in the ajax preview content.
Regards,
JosueHey!
Try with this:
#wrap_all:after { content: ""; position: absolute; top: 0; left: 0; z-index: 1000; background: url(https://91.109.2.32/~englishcountryga/wp-content/uploads/2014/09/floral.png) no-repeat top left; width: 100%; height: 100%; }Regards,
JosueHey!
I’d suggest using YouTube or Vimeo instead as this seems to be a problem with Safari and HTML5 mp4 videos (not related to theme).
Regards,
JosueSeptember 15, 2014 at 7:52 pm in reply to: New Custom Classes don't seem to work after updating to Worpdress 4.0 #319377Hi!
As far as i know no, if you want to change the text in a Text Block you should always target the paragraph element.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
You still have 2.9.1, the latest version of the theme is 2.9.2, try updating via FTP:
Best regards,
JosueHello,
Sorry but bug-fixing third party scripts is outside our support coverage, you would have to contact a developer from Envato Studio or Codeable.
Regards,
JosueHey!
Try choosing this setting in the Theme Options > Header Layout:

Regards,
JosueHey!
If you change the code to this:
add_filter('avf_title_args', 'avia_change_title', 10, 2); function avia_change_title($args, $id) { if(!is_page(22)){ //$current_location = geodir_get_current_location(); $args['title'] = "Something Else"; } return $args; }Does “Something Else” appears inside .main-title or #main?
Regards,
JosueHey @lcervigni!
You have Enfold 2.9.1, please update the theme to the latest version (2.9.2).
Best regards,
JosueSeptember 15, 2014 at 6:00 pm in reply to: Single blog post – bottom, set default call to action images #319329Hey!
Try adding this at the very end of your theme functions.php file:
add_action('ava_after_content', 'add_five_images', 10, 2); function add_five_images($id = "", $context = "") { if($context == "post"){ do_shortcode("[av_one_fifth first] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image] [/av_one_fifth] [av_one_fifth][av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image] [/av_one_fifth][av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image][/av_one_fifth] [av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image][/av_one_fifth] [av_one_fifth] [av_image src='http://kriesi.at/wp-content/themes/kriesi/images/logo.png' attachment='' attachment_size='full' align='center' animation='no-animation' link='manually,http://test.com' target='' styling='' caption='' font_size='' appearance=''][/av_image][/av_one_fifth]"); } }Cheers!
JosueSeptember 15, 2014 at 5:53 pm in reply to: Restrict Magazine Content Element to Specific Post Type #319326Hey Scott!
Refer to this article:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Regards,
JosueSeptember 15, 2014 at 5:43 pm in reply to: New Custom Classes don't seem to work after updating to Worpdress 4.0 #319319Hey!
The code is wrong, you need to target the p element inside the text block:
.cas p{ font-size: 72pt!important; line-height: 25pt!important; }Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Check your site now, it’s fixed.
Best regards,
Josue -
AuthorPosts
