Forum Replies Created
-
AuthorPosts
-
tried this nothing happened. i put in top box then tried putting in bottom box. nothing sticking
i put this entire class name in the bottom box where it says “container element or id…” and nothing happened.
sidebar jas-col-md-3 jas-col-sm-3 jas-col-xs-12 mt__30
how to find out the classes and info they are asking regarding elements? these 2 boxes ??
ok what about the black part middle header? and what is the 15px for?
Finally! That worked thx.
ok mobile is sticking now. maybe cache was issue, but still no logo on mobile after scroll.
sticky is enabled in them. before if put the function code in, the mobile was sticking but not with logo. now its not sticking but logo is there. check it https://sexyleggingsusa.com
wait it appears the email converted the code symbols. so i copied code from here and no white screen, but now mobile not sticking again.
Ok i put this code in and when i refreshed site it only showed a white screen with nothing on it. site not loading. when i take your code out, then site loads normally. This is what is in the functions.php file already before adding your code.
<?php
/**
* Claue child theme functions.
*
* @since 1.0.0
* @package Claue
*//**
* Enqueue style of child theme
*/
function jas_claue_enqueue_script() {
wp_enqueue_style( ‘jas-claue-parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
add_action( ‘wp_enqueue_scripts’, ‘jas_claue_enqueue_script’ );add_action( ‘woocommerce_checkout_after_order_review’, ‘add_product_slider_after_checkout’ );
function add_product_slider_after_checkout() {
echo ‘<h2 class=”mt_30″>BEFORE YOU GO…</h2>’;
echo do_shortcode( ‘[claue_addons_products limit=”20″ slider=”yes” items=”4″ columns=”4″ issc=”1″ arrows=”true” autoplay=”true” flip=”true” id=”” order=”DESC” orderby=”rand”]’ );
}if( ! function_exists( ‘yith_wcan_exclude_category_terms’ ) ){
function yith_wcan_exclude_category_terms( $terms ){
$to_exclude = array( 982, 379, 419, 420, 423, 427, 424, 426, 422, 429, 421, 428, 512, 1000, 1004, 982 );return array_merge( $terms, $to_exclude );
}
}
add_filter( ‘yith_wcan_exclude_category_terms’, ‘yith_wcan_exclude_category_terms’ );/**
* Remove decimals from Product prices in WooCommerce
* @author Dhiren Patel
* @link http://www.dhirenpatel.me/remove-decimals-product-prices-woocommerce/
*/// Trim zeros in price decimals
add_filter( ‘woocommerce_price_trim_zeros’, ‘__return_true’ );no. check https://bestfitbybrazl.com. Sexyleggingsusa.com is test site. and on sexy leggings sticky is ENABLED in your theme. but on mobile no logo shows on scroll. on Bestfitbybrazil.com, sticky is DISABLED, but stick still works on desktop just not on mobile device but log is there. i just need mobile to stick by css code.
-
AuthorPosts