Forum Replies Created
-
AuthorPosts
-
Hi
Did you had a chance to have a look ?
Here is how I dealt with it :
I’m using a child theme. In the child theme function.php I added the following :
function dcs_media_css_hook(){ ?> <script> jQuery(window).bind('scroll', function() { <?php if ( is_home() || is_front_page() ) {?> var navHeight = jQuery( window ).height() - 0; <?php } else { ?> var navHeight = 90; <?php } ?> <?php if( of_get_option('headstick',true) != true) { ?> if (jQuery(window).scrollTop() > navHeight) { jQuery('body.home .header').addClass('fixed'); jQuery('body.page .header').addClass('fixed'); jQuery('body.single .header').addClass('fixed'); jQuery('body.archive .header').addClass('fixed'); jQuery('body.category .header').addClass('fixed'); }else { jQuery('body.home .header').removeClass('fixed'); jQuery('body.page .header').removeClass('fixed'); jQuery('body.single .header').removeClass('fixed'); jQuery('body.archive .header').removeClass('fixed'); jQuery('body.category .header').removeClass('fixed'); } <?php } ?> }); jQuery.noConflict(); jQuery(window).load(function() { jQuery('#slider').nivoSlider({ effect:'<?php echo of_get_option('slideefect','fade'); ?>', //sliceDown, sliceDownLeft, sliceUp, sliceUpLeft, sliceUpDown, sliceUpDownLeft, fold, fade, random, slideInRight, slideInLeft, boxRandom, boxRain, boxRainReverse, boxRainGrow, boxRainGrowReverse animSpeed: <?php echo of_get_option('slideanim',500); ?>, pauseTime: <?php echo of_get_option('slidepause',3000); ?>, directionNav: <?php echo of_get_option('slidenav','true'); ?>, controlNav: <?php echo of_get_option('slidepage','true'); ?>, pauseOnHover: <?php echo of_get_option('slidepausehover','false'); ?>, }); }); </script> <?php } function remove_sticky_parent_actions() { remove_action('wp_head','media_css_hook'); } add_action ('init','remove_sticky_parent_actions'); add_action('wp_head','dcs_media_css_hook');
Hi Shri,
I assume that if I could give you access to the code, you (or your coders) would go through some modifications of the existing php files… Just let me know what to change, I’ll code it. I don’t need nivo slider, I’ just don’t want the 75% of default image that shows up on inner pages 🙂 and sticky menu on all pages…
Thanks in advance for your support
I don’t know about Kaushal, but as previously mentionned, I would need that funtionnality…
Hi Kaushal, how did you manage that ?
Hi Shri,
Any update on that matter ?
No news good news ?
Also as I’m using a child theme, I’d rather keep the original theme vanilla in case of futur update…
The site resides on a WP multisite so you will not have access to the code. Can you email me the details of what needs to be modified so that I can implement it ?
Actually I need this functionality to be activated. How can this be achieved?
Also what about the slider not showing up on inner pages?
Thankshttp://doc.monexpo.org
(account previously created for you)
Hi,
At least the message… Woocommerce seems to be OK
Hello,
I gave a try to the new version of the theme, but still the same issue. When on mobile, the menu doesn’t close 🙁
Hello,
Unfortunately I still have the message claiming that the theme is not compliant with Woocommerce 🙁
thanks 🙂
-
AuthorPosts