Forum Replies Created
-
AuthorPosts
-
January 11, 2015 at 4:29 am in reply to: Footer Heading font size, Enfold latest news color change #377894
Hey!
The special headings looks fine. Please remove browser cache then reload the page. If you still can’t see the headings, please provide a screenshot.
Cheers!
IsmaelHi!
Place the contents inside a color section then apply a unique id to it using the For Developers: Section ID field. Use “custom-section” for example then add this on Quick CSS:
#custom-section .container { padding: 0 !important; }Cheers!
IsmaelHey codecreative!
Thank you for using Enfold.
Yes, this is possible but unfortunately, it will require as a custom script that we won’t be able to help you with. Try to look for css media queries. I’m sorry but this task is beyond the scope of support and is not a theme related issue. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
IsmaelJanuary 11, 2015 at 4:16 am in reply to: Shortcodes in Textausschnitten/Fixe Hoehe bei Eintraege Slider #377887Hi!
Thank you for using Enfold.
Make sure that you have the latest version of the theme. Go to Enfold > Demo Import panel. :)
Regards,
IsmaelHi!
Thank you for using Enfold.
You can try to use the Magazine element. Set the taxonomy to portfolio entries. It it the closest layout that you can get. However, you can’t add product options such as add to cart or select options.
Best regards,
IsmaelJanuary 11, 2015 at 4:10 am in reply to: Troubles with the header (fixed/responsive/height…) #377882Hey!
I set a transparent logo but I think the page is being cached so it’s not working yet. Please purge the cache and disable WP Rocket because it will conflict with the Layer Slider plugin.
Regards,
IsmaelHey!
Soft 404s, no matter how many there are, will not harm your google indexing or ranking in any way so I wouldn’t worry about it. Regarding the search result error, you should disallow search results page from being crawled because they don’t add value and falls on a category as duplicated content. Refer to this link on how to disallow these pages from being crawled by search engines: http://www.robotstxt.org/robotstxt.html
Best regards,
IsmaelHi!
Thank you for the screenshot. Try to increase the wordpress memory limit: http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
And use a cache plugin to increase script and stylesheet loading speed.
Regards,
IsmaelJanuary 11, 2015 at 3:51 am in reply to: Team Member Social Icons Not Showing / Linking Correctly #377876Hi!
Thank you for the screenshot. Add the fix above plus this code:
#top .title_container .container { background: #ffffff; }Cheers!
IsmaelHi!
Thank you for using Enfold.
You can try @begrafiks’ suggestion. The code should remove the woocommerce’s button.
Regards,
IsmaelJanuary 9, 2015 at 9:39 am in reply to: Transparency for Promo Box or Text Block with slight transparency #377277Hi!
Replace the code with this:
.av_promobox { background: rgba(255,255,255,.8); border: none; }Regards,
IsmaelJanuary 9, 2015 at 9:38 am in reply to: Contact Form Enfold (shadow, animation button and green color around the fields) #377274Hey!
Which animation are your referring to? Can you please provide a link to the actual contact page? We would like to check it.
Best regards,
IsmaelJanuary 9, 2015 at 9:36 am in reply to: Footer Heading font size, Enfold latest news color change #377271Hey!
Thank you for using Enfold.
You can follow @begrafik’s suggestion or use this:
#footer .widgettitle { font-size: 20px; }Use this for the latest news widget title:
#top .footer_color strong.news-headline { color: blue; }Regards,
IsmaelHi!
Thank you for using Enfold.
Like @begrafiks, I can only see the widgets once. They are not duplicated.
Cheers!
IsmaelJanuary 9, 2015 at 9:31 am in reply to: Content Elements -> Blog Post – How to sort differently #377269Hey!
Thank you for using Enfold.
You can follow the documentation provided by @begrafiks.
Best regards,
IsmaelHi!
Thank you for using Enfold.
You can follow the documentation provided by @begrafiks.
Best regards,
IsmaelHi djshortkut!
Thank you for using Enfold.
Use this on Quick CSS:
.avia-button:hover { opacity: 1; }Cheers!
IsmaelHey!
Use this on Quick CSS:
.current-menu-item span.avia-menu-text { color: black !important; }Regards,
IsmaelHey Ride123!
Thank you for using Enfold.
I’m sorry that you’re having this issue. Unfortunately, it is not possible. You need to manually add a 1/1 column then move the portfolio grid inside.
Best regards,
IsmaelHi!
Can you please provide a screenshot of the issue? I checked the site on IE8 and the title container’s background is white, not transparent.
Regards,
IsmaelHey!
We tested both plugins on 4.1 and they work fine. If you don’t want to use any plugins, try to edit functions.php. Look for this code:
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36);Adjust the width and height and set the crop parameter to false. Regenerate the thumbnails using the suggested plugin on the other thread or upload the featured images again.
Best regards,
IsmaelHi!
Please try this on functions.php:
add_filter('wp_footer', 'avf_remove_link', 10); function avf_remove_link() { ?> <script> (function($){ $(window).load(function() { $( "a.b-link-fade.b-animate-go" ).each(function() { $(this).removeAttr('title'); }); }); })(jQuery); </script> <?php }Best regards,
IsmaelJanuary 9, 2015 at 9:01 am in reply to: Issue with Video Slider after Updating to WordPress 4.1 #377258Hi jayohare!
Thank you for using Enfold.
Please add this on Quick CSS or custom.css:
span.mejs-offscreen { display: none!important; }Regards,
IsmaelHey!
If you can provide a link to the a live website, we’ll try to help. And I’m sure your hosting provider can properly adjust the max_input_vars value once the site is live. Also, we kindly ask you to open your own thread.
Best regards,
IsmaelHey!
After the slider, add a color section then add a unique id to it using the For Developers: Section ID field. Use “grass-section” for example. Move all content inside this color section. Replace the css code above with this:
#grass-section .container { background: url(IMAGE HERE) center bottom no-repeat; }Or use this:
div#after_full_slider_1 .container { background: url(IMAGE HERE) center bottom no-repeat; }Cheers!
Ismael -
AuthorPosts
