Forum Replies Created
-
AuthorPosts
-
Hey Niky67!
I didn’t see anything out of the ordinary. You can optimize your site by minifying your JS / CSS. A plugin such as BWP Minify would work good for this. A caching plugin would also help in optimizing your site.
After doing that run your site through google page speed insights, https://developers.google.com/speed/pagespeed/insights/, and you should see dramatic improvement.
Best regards,
ElliottOctober 2, 2015 at 6:08 pm in reply to: Heading Style Lost when Placed Under Full Width Easy Slider #512955Hey JuldanInc!
Hmm, it should still be applied there since it’s under a main_color section. Not sure why it’s not being applied but you can add a codeblock element to the page and add this inside for a quick fix.
<style type = "text/css"> h2 { color: #32587f !important; font-size: 45px !important; font-family: 'Bitter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important; font-weight: bold !important; text-transform: uppercase !important; } </style>
Cheers!
ElliottHi!
It’s probably from your caching plugin. I tried dumping it’s cache in the plugin settings and clearing my browser cache but it still wouldn’t pick up. You can see it’s working fine when you deactivate all plugins though.
Cheers!
ElliottHi!
Yes, activate the child theme and then import the parent theme settings.
Regards,
ElliottHi Suzi!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottOctober 2, 2015 at 5:51 pm in reply to: Header vanishes when hovering on subnav item – Chrome 45, Windows 7 #512942Hey unclemurray!
Your site is asking for a username and password. Make sure Enfold is updated to the latest version, 3.3.2, and that all plugins are deactivated while testing.
Also make sure to disable any browser add-ons / extensions you may have installed.
Cheers!
ElliottHi themrindy!
Are you referring to the settings? You can import the parent theme settings in Dashboard > Enfold > Import/Export.
Regards,
ElliottHey!
You probably have a typo somewhere in your CSS then. Send us a WordPress login and we’ll take a look.
Best regards,
ElliottHi anniet!
Try this out, https://kriesi.at/support/topic/where-to-modify-the-look-of-woocommerce-shop-pages-in-enfold/#post-121997.
Best regards,
ElliottOctober 2, 2015 at 5:42 pm in reply to: Enfold: Remove Avia Framework in Yoast SEO Post Types? #512936Hi StormWebDesign!
In Dashboard > SEO > XML Sitemaps > Post Types? Yes you can exclude it there.
Best regards,
ElliottHey finchkelsey!
The jQuery UI tabs are being enqueued correctly. Make sure the plugin is enqueueing them also so your not loading two sets of the tab script.
Other than that try commenting out lines 115 – 120 in the /enfold/js/shortcodes.js file to see what happens.
//activates the tabs shortcode if($.fn.avia_sc_tabs) { $('.top_tab', container).avia_sc_tabs(); $('.sidebar_tab', container).avia_sc_tabs({sidebar:true}); }
Cheers!
ElliottHi Munford!
Perhaps it’s a conflict between those two plugins. I would try contacting the plugin authors.
Best regards,
ElliottHey Xavier!
Try this out, https://kriesi.at/support/topic/portfolio-tags-and-photo-galleries-for-images-with-different-sizes/#post-224074.
Best regards,
ElliottHi Carolina!
Try adding this to the bottom of your functions.php file.
add_filter( 'avia_contact_form_args', 'enfold_customization_autoresponder', 10, 1 ); function enfold_customization_autoresponder( $form_args ) { $form_args['autoresponder_subject'] = 'This was sent from www.yourdomain.com'; return $form_args; }
Regards,
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hi richardelectrix!
Not really sure what you mean. Are you trying to set a link to the special heading element, “Flat Lid Trunking System”?
Cheers!
ElliottHey Freek!
It should be using the full width of your screen but you can limit it’s width with this CSS.
.mfp-iframe-holder .mfp-content { max-width: 600px; }
Best regards,
ElliottHi blanchrosa!
Our responsive features are just CSS based so I think serving a cached version would work fine on mobiles as well.
Cheers!
Elliott-
This reply was modified 9 years, 10 months ago by
Elliott.
Hey swissclick!
Navigate to Dashboard > Enfold > Header > Mobile Menu and set it to activate for both phones and tablets (990px).
Cheers!
ElliottHi AKAPROD!
Make sure to use a child theme, http://kriesi.at/documentation/enfold/downloads/, if you want your customizations to be saved between updates.
I don’t see the wheel your referring to. Can you take a screenshot and highlight what your seeing?
Regards,
ElliottHi thestorywebsites!
Try adding this to your custom CSS, https://kriesi.at/support/topic/enfold-remove-the-fade-animation-of-icons-loading/#post-293512.
Cheers!
ElliottHey Lead!
It looks like you already increased the font for the phone info and the icons. For the menu in the top right hand corner you can use this CSS.
#header_meta nav.sub_menu a { font-size: 14px !important; }
Cheers!
ElliottHi WSRJohn!
Remove your custom CSS and add this in.
.pvsearchbar input { float: left !important; }
Cheers!
ElliottHey!
That would be something for WordPress to add in a future update but I think the plugin I listed will let you do that. Did you try it?
Best regards,
ElliottHey ginigarbick!
Your using Enfold correct? Try adding this to your custom CSS.
.toggler { color: red !important; }
If that’s not working then send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
ElliottHey scarlettr8!
Usually it’s a plugin causing a javascript error. Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. That will ensure all files are correct and updated.
Send us a WordPress login and we’ll take a closer look.
Cheers!
ElliottHi PMNogueira!
Do the steps listed here, http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/, and let us know of the results.
Cheers!
ElliottHi smcelveen!
That would take a lot of customization. Why not use gravatar? :)
I found a plugin that might work for you though, https://wordpress.org/plugins/wp-user-avatar/installation/.
Regards,
ElliottHey!
The plugin should have some kind of button in it’s settings for flushing the cache. You’ll need to do that if you want to see any changes instantly.
Best regards,
ElliottHey!
Add this to your custom CSS.
.toggle_content table { margin-bottom: 0px; margin-top: 0px; }
Regards,
ElliottHi!
Add this.
.widget_archive li { list-style-type: none !important; }
Regards,
Elliott -
This reply was modified 9 years, 10 months ago by
-
AuthorPosts