Forum Replies Created
-
AuthorPosts
-
Hi frysjo!
The iconbox uses a drop shadow so you can add this to your custom CSS to increase it.
.iconbox_top .iconbox_content { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3) !important; }
The 10px is how far out it extends.
Cheers!
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hi DeusDesign!
I do not see any white lines. Are you talking about the logos right before the footer?
Go ahead and take a screenshot and highlight what your referring to so we can get a better idea.
Best regards,
ElliottHey Munford!
If I remember right it should take on the “Primary Color” in Dashboard > Enfold > General Styling. If not that then one of the colors next to it.
Yes, you can set a background to your site background in the same page, just scroll down a bit until you see the background option.
Regards,
ElliottHey Aristidis!
If you set the table with to 100% it will be responsive. Paste the code your using here and send us a link to your page.
Best regards,
ElliottSeptember 19, 2015 at 8:15 pm in reply to: Individual height columns don't seem to be working. #505974Hi decastell!
I see the 2/5 + 3/5 and then 5 1/5 below that with another 2 1/5 below that so I’m not sure what your trying to do. Go ahead and take a screenshot and highlight your intentions so we can get a better idea.
Best regards,
ElliottHi MindSpark!
Try adding this to your custom CSS.
.logo { top: 30px !important; }
If that’s not what your wanting them send us a link to your page and take a screenshot highlighting what your trying to do.
Cheers!
ElliottSeptember 19, 2015 at 8:13 pm in reply to: How do I put a Gravity Forms form into an Enfold page? #505971Hey lmackinnon!
If it gives you a shortcode to use then you can add it to a codeblock element. Otherwise you will need to use the default editor.
Regards,
ElliottHey ojasray!
Your wanting to remove the header, logo, and menu on mobiles? If so then add this to your custom CSS.
@media screen and (max-width: 767px) { #header { display: none !important; } }
Regards,
ElliottHey ojasray!
That is the correct behaviour. It will zoom in a bit to preserve image quality. If you want the whole image to display on all screen sizes and have it’s height auto adjust then use the fullwidth easy slider instead of the fullscreen slider.
Regards,
ElliottHey JeeBar!
Please try this out, http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/.
Cheers!
ElliottHi kvpacs!
You can install the WordPress SEO plugin and it will give you an option for uploading an image to use with facebook share. You can edit it for each post.
Best regards,
ElliottHey Diego!
It would be best to do your customizations in a child theme so they are not lost on an upgrade.
Regards,
ElliottHey Pedro!
1. You should see it in Dashboard > Enfold > Demo Import. Just click on one of the demos to import it.
2. You can save a copy of them on your desktop.
3. You can use a plugin such as WP Reset to clear all of the settings. This will clear all of the settings and content though so please keep that in mind.
Cheers!
ElliottHey Philipp!
When editing your page drag the comments element from the layout builder to your page content.
Best regards,
ElliottHi lynettebrown!
Are you using the latest version of Enfold, 3.3.2? Make sure to deactivate all plugins while testing as well.
Cheers!
ElliottHi Dilbert!
Not sure what’s going on there. I couldn’t figure out which version of Enfold your using, make sure it’s the latest, 3.3.2, and deactivate all of your plugins. If your still seeing the issue then send us a WordPress login so we can take a closer look.
Regards,
ElliottHi Jose!
So you want the single image to open up in the popup instead of a gallery with all of your other images correct?
Try surrounding your code with this.
<div class = "post-entry"> </div>
You can do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, to enable debug view and add the code in that way.
Regards,
ElliottHi jenki!
Does it do the same in the default theme? I would try contacting Woocommerce support about this.
Best regards,
ElliottHey Kellyherman!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottSeptember 19, 2015 at 7:46 pm in reply to: Weißer Text pulsiert bei Bildwechsel der Slideshow #505954Hi Aaanalog!
It seems to look fine on my end. Can you take a screenshot and highlight what your seeing?
Cheers!
ElliottHey bandulet!
You cannot edit any pages or settings? Try deactivating all of your plugins and make sure WordPress is updated.
Regards,
ElliottHi web4trends!
Your getting a javascript error.
TypeError: element.dispatchEvent is not a function element.dispatchEvent(event);
Not sure what it could be from. Have you contacted the plugin authors?
Regards,
ElliottHi A_Niloo!
I checked your link but did not see any comments. Are you wanting to disable them in the single post view?
Best regards,
ElliottHi!
Update Enfold to the latest version, 3.3.2, to fix the list item duplicate bug.
Regards,
ElliottHi shirtandsimple!
I would look into the BWP Minify plugin to minify your JS and CSS. Here is the page speed insights report, https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fwww.bos.com%2F.
Regards,
ElliottHi!
You can add your own image in with our image element or gallery element, etc etc.
If your just wanting some CSS to use then try this out.
.product aside { display: none !important; } .single-product-main-image { float: none !important; }
Though I think it would be better to use the layout builder in this case.
Best regards,
Elliott-
This reply was modified 9 years, 11 months ago by
Elliott.
Hi shirtandsimple!
I sent you a test email.
If your not receiving emails with our contact form then try the steps here first, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Cheers!
ElliottHi!
In that case the content that is overflowing would not be viewable. Can you send us a link to your page?
Regards,
ElliottHey!
Add this to your custom CSS.
.av-masonry-date { display: none !important; }
Regards,
ElliottSeptember 18, 2015 at 5:15 pm in reply to: Blog Posts displays only excerpt instead of full content #505694Hey!
Do you have your homepage set to display your blog page in Dashboard > Enfold > Theme Options? If so then set it to a different page and use the blog shortcode on that page. Also make sure that your not using any static pages in Dashboard > Settings > Reading.
Otherwise send us a WordPress login and we’ll take a closer look.
Regards,
Elliott -
This reply was modified 9 years, 11 months ago by
-
AuthorPosts