Forum Replies Created
-
AuthorPosts
-
August 3, 2015 at 3:05 pm in reply to: Enfold: Problem with Post Slider not Responding in Internet Explorer (IE) #482129
Hi!
I’m seeing it now and it’s not just in IE. What happens when you remove the parallax color section and clear your browser cache?
Best regards,
ElliottHey!
I checked your posts and they are displaying fine. Is there a certain post where your using the advanced layout builder? I can see why Google would give you those errors on one of those posts because the date or featured image is not displayed at all on those. If it’s important to you then you’ll want to switch back to the default editor or add that info in manually with a textblock / codeblock element. All you need to do is give the element a class of “updated” and Google will see it (for the post date).
Regards,
ElliottHi!
For the headline rotator you can use this.
a[href="#avia_sc_headline_rotator"] { display: none; }Best regards,
ElliottHi!
Hmm, I’m not really sure what your trying to do. We do not support third party plugins though. It would be best to ask the plugin author about that.
Cheers!
Elliott-
This reply was modified 10 years, 6 months ago by
Elliott.
Hi!
Did you get this sorted? They are displaying the same widths for me.

Regards,
ElliottHi avwebmaster!
Try dragging a codeblock element to your content and add this inside.
<style type = "text/css"> #main > div:first-child { position: relative !important; z-index: 888 !important; } </style>Though I think if you add all of your content inside a color section besides the other two sections then it should work as well.
Regards,
ElliottHi emin!
The defaults should work fine, Dashboard > Woocommerce > Settings > Products > Display.
Best regards,
ElliottHi PRONETS!
Please see here, http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/.
Cheers!
ElliottJuly 31, 2015 at 6:32 pm in reply to: Icons / Social Icons Missing after transferring my website to my Domain #481519Hi Peter!
When you link to the demos make sure to remove the demo bar by clicking the “x”. If your trying to get the login links to display on top of your header then you can setup the header secondary menu in Dashboard > Enfold > Header > Extra elements.
You would then create a new menu in Dashboard > Appearance > Menus and assign it to the header secondary menu area. As for the links you would create custom links and set their URL to something like this.
http://www.yourdomain.com/wp-login/ http://www.yourdomain.com/wp-login.php?action=registerCheers!
ElliottHi jgarciamel!
Are you sure you have set the featured image of your post? https://codex.wordpress.org/Post_Thumbnails
Regards,
ElliottJuly 31, 2015 at 6:18 pm in reply to: Mini-Problem: Drop caps and post slider – missing character #481513Hi Martin!
When editing your post try setting a custom excerpt. If you do not see the custom excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Best regards,
ElliottJuly 31, 2015 at 6:16 pm in reply to: Help adding a social media icon to the header and linking to theme icon location #481511Hi Barnez1!
1. Paste the code your using here.
2. We use the entypo fontello fonts for all of the icons. You could drag a text widget to that area and insert our icon shortcode inside and set the link to whatever you need.
Cheers!
ElliottHey!
Send us a link to your site and we’ll take a look. Make sure Enfold is updated to the latest version, 3.2.3, and all plugins expect the base Woocommerce plugin are deactivated while testing.
Best regards,
ElliottHi next_thomas!
Drag a codeblock element to the page and add this inside.
<style type = "text/css"> main { padding-top: 0px !important; } </style>Best regards,
ElliottJuly 31, 2015 at 5:59 pm in reply to: Woocommerce product-category Title and Description not showing up #481499Hi!
You just have to add a heading element in the description.
<h2>Your title</h2> Your regular description text goes here..Best regards,
ElliottHi tom_boz!
Around line 400 in the /enfold/config-templatebuilder/avia-shortcodes/postslider.php file you should see this.
$output .= "<time class='slide-meta-time updated' $markup>" .get_the_time(get_option('date_format'), $the_id)."</time>";Try adding this beneath it.
$output .= '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>'; $output .= '<span class="vcard author"><span class="fn">'; $output .= get_the_author_link(); $output .= '</span></span>'; $output .= '</span>'; $output .= '</span>';Best regards,
ElliottHey!
I don’t see a difference on my end, looks good. Perhaps you’d like to turn the cropping off?
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321, 'crop' => false); // big images for blog and page entriesBest regards,
ElliottHi!
When I click on the links it scrolls to the correct area in a smooth manner so it appears to be working. It’s not doing it on your end?
Best regards,
ElliottHi!
Not sure if this will work but you can try it. Open up /enfold/framework/php/class-form-generator.php and around line 754 you should see this.
$message .= $element['label'].": ".$field_value." <br/>";Change it to this.
if ( $field_value == "true" ) { $field_value = "true_translated"; } if ( $field_value == "false" ) { $field_value = "false_translated"; } $message .= $element['label'].": ".$field_value." <br/>";Regards,
ElliottHey!
Add this to your custom CSS.
.archive.woocommerce .category-term-description { position: relative; top: -60px !important; } .archive.woocommerce .product-sorting { top: 60px; }Cheers!
ElliottHey!
Go ahead and take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHey!
Send us a WordPress login so we can take a closer look.
Best regards,
ElliottHi!
I don’t have an iPad to test on but I don’t see anything out of the ordinary on your site on PC or Android. You have tried clearing the cache on Safari?
Be sure to deactivate all plugins while testing. I couldn’t figure out which version of Enfold your using though it is most likely unrelated.
Cheers!
ElliottHi!
Add this to your custom CSS.
.inner_product { overflow: visible !important; }The rest of the issues look fine to me, did you get them sorted? If your still having problems then send us a link to the exact page and take a new screenshot and highlight how your wanting to change it.
Cheers!
ElliottJuly 31, 2015 at 3:57 pm in reply to: I need help styling Header similar to imaage attached. #481418Hi!
Add this to your custom CSS.
#header_main #text-3 { margin-top: 10px; } #header_main #search-3 { margin-top: 20px; } .social_bookmarks { right: 190px !important; top: -20px !important; }Best regards,
ElliottHey!
It would change all instances of where you use it unless you specifically code it not to.
Regards,
ElliottJuly 31, 2015 at 3:43 pm in reply to: scroll percentage setting for displaying thumbnail in galleries #481401Hi Citrusconstructions!
I think your referring to line 86 in the /enfold/js/shortcodes.js file.
$('.avia_animate_when_almost_visible', container).avia_waypoints({ offset: '80%'});Cheers!
ElliottJuly 31, 2015 at 3:37 pm in reply to: Is there a maximum quantity of images that can be added to the media library? #481394Hi!
Seems like a server issue. Try turning on WordPress debugging and check your server error logs to see if there is any information in there. I would also contact your hosting provider about this to see if they have any idea on what it could be.
You need to update Enfold and also WordPress to the latest versions.
To make sure it’s not an Enfold issue you can switch to the default theme and check to see if it happens there as well.
Cheers!
ElliottHey!
It looks like your using Enfold 3.1.2. Go ahead and update to the latest version 3.2.3 and deactivate all plugins while testing.
Regards,
Elliott -
This reply was modified 10 years, 6 months ago by
-
AuthorPosts
