Forum Replies Created
-
AuthorPosts
-
Hi,
Can you create me a WordPress administrator account? i can make a page with each script added so you can take that as a reference.
Regards,
JosueHey,
Do you have a blog page set in Theme Options?
Best regards,
JosueaAugust 22, 2016 at 2:20 am in reply to: disable sidebar for certain products (designed with advanced layout editor) #675492You are welcome, glad to help :)
Regards,
JosueHi,
Can you re-install the theme and disable all third-party plugins, those
<style></style>
codes shouldn’t be there.Best regards,
JosueHi,
Does it happen with other Pages too? also, can you check if the issue persists with the default WordPress theme activated?
Best regards,
JosueHi,
Try the following:
#top .more-link { background: black; color: white; }
Best regards,
JosueAugust 22, 2016 at 12:28 am in reply to: Giving top phone info bar a solid background color and targeting a tags in same #675466You are welcome, glad to help :)
Regards,
JosueHi,
You can check the CSS code i used in Quick CSS:
#top .avia-slideshow-button.avia-color-light { background: black; color: white; border: 0; }
Best regards,
JosueHey,
That’s currently a limitation with the simple dropdown menu, however if you convert them to mega menu (using 1 column) we’ll be able to fix this with CSS.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.header_color .container, .socket_color .container, .footer_color .container { width: 800px; }
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function av_move_social(){ ?> <script> jQuery(window).load(function(){ jQuery("#header ul.noLightbox.social_bookmarks").detach().appendTo('.avia-menu.av-main-nav-wrap') }); </script> <?php } add_action('wp_footer', 'av_move_social');
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('clean_url','async_js',11); function async_js($url) { if ( false !== strpos( $url, 'jquery.js' ) || false === strpos( $url, '.js' )) { return $url; } return "$url' defer='defer"; }
Cheers!
JosueHey,
Try enabling “Page Preloading” in Theme Options.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueAugust 21, 2016 at 7:20 pm in reply to: SSL loads scripts/fonts in a non-secure way – How can I fix? #675394Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? the line in question is not being included by Enfold:
<link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
Regards,
JosueAugust 21, 2016 at 7:16 pm in reply to: Video poster attribute for the color section background video #675392Hi,
I’m getting this error when trying to access that site:
Your access to this site has been limited
Best regards,
JosueOk let us know if the issue arises again.
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey Tobiy,
Try this CSS code:
*{ -webkit-filter:grayscale(100%) !important; filter:grayscale(100%) !important; }
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
span.fluid-image-wrapper img { min-height: 180px; }
Cheers!
JosueHi,
Are you using a third-party plugin to include Google Fonts?
Best regards,
JosueHi,
Sure:
function wc_price_func( ) { $html = ''; if( function_exists( 'wc_get_product' ) ){ $_product = wc_get_product( get_the_ID() ); $html = str_replace('.',',',$_product->get_price()); } return $html; } add_shortcode( 'woocommerce_price', 'wc_price_func' );
Best regards,
Josue-
This reply was modified 8 years, 6 months ago by
Josue.
1. Use a code block to insert a code per Page.
2. The wp_footer code i posted was a response to (that will apply the code to all pages):
2. question: My question: where can i put the script before the end body?
3. The JS defer code is already a WordPress filter, paste it as it is in functions.php.
Hi,
content
is a class used by the theme. In the Pen, change it to something more unique likepen-content
. It is possible yes but please note that making third-party scripts work with theme is outside our scope.Best regards,
JosueOk check it now.
Hi,
Modify the background color in the code i pasted at the beginning of Quick CSS.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueCheck your site.
Hi,
Try disabling all caching functionality you have activated, then enter your URL press the ‘fetch new scrap information’ here.
Best regards,
JosueHi,
Do you still have the issue?
Best regards,
Josue -
This reply was modified 8 years, 6 months ago by
-
AuthorPosts