Forum Replies Created
-
AuthorPosts
-
Hi!
I would just set them to regular instead of sticky. Or you could try adding this to your child theme functions.php file.
add_action('pre_get_posts', 'enfold_customization_ignore_sticky'); function enfold_customization_ignore_sticky($query) { $query->set('ignore_sticky_posts', true); }
Cheers!
Elliott-
This reply was modified 9 years, 6 months ago by
Elliott.
Hey!
Your link is asking for a password.
Regards,
ElliottDecember 14, 2015 at 12:12 am in reply to: Events plugin featured image & transparent drop down menu #551863Hey!
Switch the code to this.
.avia-mega-div, .avia_mega_div, ul.sub-menu li, .sub-menu a, .sub-menu { background: transparent !important; } #top .avia-mega-div, #top .avia_mega_div { background: rgba(255,255,255,0.2) !important; } #top .sub-menu { background: rgba(255,255,255,0.2) !important; }
Best regards,
ElliottDecember 14, 2015 at 12:06 am in reply to: Requests for the development of responsive devices #551862Hey!
Add this in /enfold/framework/css/avia_admin.css.
#quick_css { width: 570px !important; }
Regards,
ElliottHi!
It still doesn’t look good on my end. The elements are overlapping each other. Are you using a caching plugin?
Best regards,
ElliottDecember 14, 2015 at 12:00 am in reply to: Set product hover in woocommerce products by default #551858Hi!
Not sure if this will work but you can try it. You can place it in your child theme functions.php file.
add_action( 'after_setup_theme', 'enfold_customization_product_switch' ); function enfold_customization_product_switch(){ remove_filter('avf_builder_elements','avia_woocommerce_product_elements'); add_filter('avf_builder_elements', 'avia_woocommerce_product_elements2'); } function avia_woocommerce_product_elements2($elements) { $posttype = avia_backend_get_post_type(); if(!empty($posttype) && $posttype == 'product') { $elements[] = array("slug" => "avia_product_hover", "name" => "Hover effect on <strong>Overview Pages</strong>", "desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?", "id" => "_product_hover", "type" => "select", "std" => "", "class" => "avia-style", "subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => '')); $counter = 0; foreach($elements as $element) { if($element['id'] == 'sidebar') $elements[$counter]['required'] = ''; if($element['id'] == 'layout') { $elements[$counter]['builder_active'] = true; // unset($elements[$counter]); } $counter++; } } return $elements; }
Cheers!
ElliottDecember 13, 2015 at 11:52 pm in reply to: Alternate mobile logo for pages with transparent desktop logo #551856Hi!
Perhaps you changed the maximum container width value in Dashboard > Enfold > General Layout > Dimensions and forgot about it?
If you increase the value a bit then it should look like your first screenshot.
Best regards,
ElliottHey!
Send us a link to your page and we’ll take a look. Make sure your using the latest version of Enfold, 3.4.6, and deactivate all other plugins while testing.
Cheers!
ElliottDecember 13, 2015 at 11:47 pm in reply to: Product Category Pages Full width page banner and description #551854Hey!
Did you try the CSS out?
Cheers!
ElliottHey!
Take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Cheers!
ElliottHi!
I’m not sure if we are going to be able to help you out with this plugin but yes you can try making a screencast of the issue so we can take a look. I haven’t been able to find any of the posts in your screenshots after I login.
Regards,
ElliottHey!
I’m not sure I understand. Are you wanting the blog to display the full post content instead of excerpts? Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
You still have to click a button to do the update, it just checks for you to see if one is available.
Best regards,
Elliott-
This reply was modified 9 years, 6 months ago by
Elliott.
December 13, 2015 at 11:26 pm in reply to: 3.3 update problem – Widget: Latest News – Categories are not there #551825Hi!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. After doing this double check that it says your using Enfold version 3.4.6. If your still having trouble after doing this then create a new topic and post your login information and we’ll take a look.
Best regards,
ElliottDecember 13, 2015 at 11:23 pm in reply to: Advanced Layer Slider – Video Background Slide Duration / Clickable Navigation #551822Hey!
It’s from your “kahomebanner” section where you have a negative 590px margin applied on. It’s displaying on top of the layerslider so nothing is clickable.
Not really sure what to say here. I supposed you could add a width to it but it’s going to take a lot of CSS work to get it to display like how your wanting. It would be best to contact a freelancer to help you out with this customization.
Regards,
ElliottHey!
Please update Enfold to the latest version, 3.4.6, and let us know when your done. Your currently using Enfold 3.4.3.
Cheers!
ElliottDecember 13, 2015 at 11:14 pm in reply to: More text in preview of grid, blog posts and post slider #551809Hey!
Hmm, not sure what it could be. Your using WPML correct? Send us a WordPress login and we’ll take a look.
Regards,
ElliottHi dani808!
Try this out.
.modal_content { top: 160px !important; }
Regards,
ElliottHey zineatoo!
You can add captions to each slide in our fullwidth easy slider and fullscreen slider. The LayerSlider will give you the most flexibility though.
Cheers!
ElliottDecember 13, 2015 at 2:26 am in reply to: When will be released Enfold Latest Version. WordPress 4.4 not working well #551538Hey Hafeez Ullah!
Sorry for the wait, we don’t have an exact time but it should be here pretty soon.
Cheers!
ElliottHi justin_86!
Your link is giving me a 404, we’ll need to login since it’s just a draft.
Take a screenshot and highlight how your trying to align the layers and we’ll see if we can help you out.
Regards,
ElliottHey juliaroder!
The only blue line I saw was the blue box asking to accept cookies, is that what your talking about? It would help if you could take a screenshot highlighting exactly what your trying to do.
Cheers!
Elliott-
This reply was modified 9 years, 6 months ago by
Elliott.
Hey condonpb!
Drag a codeblock element to the page content and add this inside.
<style type = "text/css"> .avia-icon-list > li:nth-child(3) .iconlist_icon { background: red !important; } </style>
Best regards,
ElliottHi Biggy!
Can you send us a link to your page that is having the issue?
Make sure you deactivate all plugins while testing and that your using the latest version of Enfold, 3.4.6. If you have customized the theme files then try uploading a fresh copy of the theme to see if the problem is in your customizations.
Best regards,
ElliottHey leoadmin!
You can do this in Dashboard > Enfold > General Styling > Fonts.
Best regards,
ElliottHey norm4u!
Add this to your custom CSS.
.blog-categories { display: none !important; }
Cheers!
ElliottDecember 13, 2015 at 2:14 am in reply to: Social Icons missing in socket and checkbox disappear in the menu #551528Hey morganeL!
There should be an option in Dashboard > Enfold > Footer. You do not see it? Are you using the latest version of Enfold, 3.4.6?
Cheers!
ElliottHey James!
What happens when the default theme is activated? Have you tried deactivating all plugins?
Best regards,
ElliottHi mleite1!
That would take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey diego!
The hovers seem to work fine for me, can you take a screenshot of what your seeing? I noticed your using Enfold 3.0.8. You will need to update to the latest version, 3.4.6.
Cheers!
Elliott -
This reply was modified 9 years, 6 months ago by
-
AuthorPosts