Forum Replies Created
-
AuthorPosts
-
Hi Artemegorov!
This would take a lot of time and code to implement so it would have to be considered custom work. It sounds like a good idea though so consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see an option get added in a future update.
Cheers!
ElliottHey!
Sorry, it looks like the LayerSlider is not meant to be used in the footer. It’s displaying on your homepage because your using it in the page content as well. You can try changing lines 181 – 185 in the /enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php file from this.
global $post; if(!empty($post->post_content) && strpos($post->post_content, "[layerslider") !== false ) { return true; }To this.
//global $post; //if(!empty($post->post_content) && strpos($post->post_content, "[layerslider") !== false ) //{ return true; //}Cheers!
ElliottApril 13, 2015 at 8:40 pm in reply to: How can I enable Lightbox effect for a social icon linked to a image file? #427787Hey kelvinsze!
I’m not really sure I understand. You are displaying an icon with our icon element and want it to open in lightbox when clicked on? Our icons are not actual images, they are actually font symbols. I suppose it might be possible by opening it up in an iframe but I’m not sure why anyone would want to do that.
Can you send us a link to your page so we can get a better idea of what’s going on?
Regards,
ElliottApril 13, 2015 at 8:37 pm in reply to: Shrinking Logo in Header – Logo Extends Beyond Bottom Border #427785Hi slui!
Add this to your custom CSS.
.header-scrolled .logo img { max-height: 22px !important; }Best regards,
ElliottHey arjandasselaar!
You can with the Accordion slider. Some other elements that do this are the Post Slider, Masonry, Magazine, and LayerSlider elements.
Cheers!
ElliottHi Kozi!
Are you using a custom structure? Try clicking on the “postname” structure and save to see if that works. Also try deactivating all plugins.
If that does not help then try creating a backup of your .htaccess file which is found in your WordPress root directory and then delete it and save your permalinks once more in Dashboard > Settings > Permalinks.
Best regards,
ElliottHi pozza!
Try adding this to your custom CSS.
.news-headline > .widget_latest_category:after { content: ","; } .news-headline > .widget_latest_category:last-child:after { content: "" !important; }Best regards,
ElliottHey!
I see. I can reproduce it on my end. I’ll add this to our issue list and our devs will take a look.
Regards,
ElliottApril 13, 2015 at 6:51 pm in reply to: Lose Text Formatting Toolbar When Switching to Enfold from Default Theme #427724Hi truthbetoldmedia!
Not sure what it could be off the top of my head. Can you send us a WordPress login so we can take a look?
Cheers!
ElliottApril 13, 2015 at 6:40 pm in reply to: Deactivate Hover effect on Woocommerce product not work #427709Hey Julian Andres!
Try this out.
.image-overlay { display: none !important; }Best regards,
ElliottHey svreatt!
You can do this in Dashboard > Enfold > Advanced Styling. It’s the “main menu sub level links” option.
Cheers!
ElliottHi Vincent!
When you fill out the name use this.
<a href = "URL">John Doe</a>And then change URL to the correct link for the author page.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi Wim!
The source code looks weird, the classes are different, etc etc. Is that a plugin your using?
Go ahead and deactivate all plugins to see if they are causing the weird behaviour. If that does not help then try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Best regards,
ElliottHi Sconcepts!
Remove the subheading and then add a codeblock element beneath the special heading and add this inside.
<div style="font-size:20px;color:white" class="av-subheading av-subheading_below av_custom_color"><h2 style="color:white;text-transform:none;font-size:18px;line-height:29px;font-family:"Open Sans"">My name is Edward Nfold, my friends call me Enfold.<br> I am designer by day and coder by night.</h2> </div>Best regards,
ElliottApril 13, 2015 at 6:06 pm in reply to: Only display posts from the 'blog' category in the 'blog' page #427670Hi johann_doe!
1. Navigate to Dashboard > Enfold > Blog Layout and set the style option to “use the advanced layout builder”. Next edit your blog page and drag the blog posts element to your content and select the “Blog” category in the shortcode options. This will make it so only the posts in the blog category will display on your blog page.
2. Open up /enfold/framework/php/class-framework-widgets.php and change line 935 from this.
avia_get_post_list('cat=&orderby=comment_count&posts_per_page='.$posts);To this.
avia_get_post_list('cat=-55&orderby=comment_count&posts_per_page='.$posts);Where “55” is the ID of the category you wish to exclude.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
Send us a link to the exact page where your displaying the form and we’ll see what we can do.
Regards,
ElliottHi NMOI!
Can you send us a link to your page so we can take a look?
Regards,
ElliottApril 13, 2015 at 5:56 pm in reply to: Easy to use (no code) opt-in, list building plugin which works with Enfold #427661Hey makingskincare!
I do not know of any that I can recommend. Perhaps the gravity forms plugin has this functionality.
If anyone knows of any then please share.
Best regards,
ElliottHey Kate!
This is because you have used the advanced layout editor on the post. The full post will be displayed when using the default editor but not for the advanced layout editor. Instead you will need to create a custom excerpt when editing your post. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.
Best regards,
ElliottHi!
Try adding this to your custom CSS.
#av_section_1 .av-section-color-overlay { height: 90% !important; }Cheers!
ElliottHey Etix!
That should only be displayed if you have filled out the option in Dashboard > Enfold > Theme Options. Try deactivating your plugins and clearing your cache.
Best regards,
ElliottHi!
I don’t see the flashing anymore. I’m on Windows 7. She has cleared her cache?
Regards,
ElliottHi maggiech!
Which size did you select? Can you send us a link to your page so we can take a look?
If your using the no scaling option and want them to be all the same size then you could try some CSS like this.
.grid-image img { min-height: 300px !important; }But that might look weird.
Cheers!
ElliottHi compenseo!
Add this to your custom CSS.
.html_header_sidebar .main_menu { position: relative !important; top: 40px !important; } .html_header_sidebar .av-sidebar-social-container { position: absolute !important; z-index: 999 !important; }Best regards,
ElliottHey!
The same layout can be done by using a 1/1 column and then 1/2 + 1/2 column beneath it and then a 1/1 column beneath that. If you need to play around with the margins a bit after creating the layout then take a screenshot and highlight the exact changes you would like to do.
Regards,
ElliottHi simonac!
You appear to be using some kind of mobile plugin. Our framework is already responsive so it would be best to deactivate that plugin.
There are lots of websites out there for “mobile testing” but in my opinion they are not very accurate. It would be best to test on an actual mobile device.
Cheers!
ElliottHey mk-fashion!
It would take a lot of time and code to implement and would have to be considered custom work. If you cannot find a plugin that offers this functionality then it would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHey martinun!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. After doing so you should be using the latest version, 3.1.4. Also try deactivating all plugins.
If you still do not see it then send us a WordPress login and we’ll take a look.
Cheers!
ElliottApril 13, 2015 at 5:08 pm in reply to: Modify Meta widget and add this widget in secondary menu #427613Hey!
Add this to your custom CSS.
.widget_meta > ul > li:nth-child(2) a::before { background: url("URL to your icon"); color: red; content: "A"; display: inline-block; height: 20px; left: 0; margin-right: 10px; position: relative; top: 0; width: 20px; }And then change “URL to your icon” with the image URL you want to use.
Best regards,
ElliottApril 13, 2015 at 5:03 pm in reply to: Fullscreen slideshow/ doesn't appear and cannot add variable products to cart #427608Hey!
Thanks for posting your solution. For future prevention it would probably be best to ask WooCommerce support since it seems to be related to that plugin.
Regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
