Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1066692

    HI
    I have a few questions about woocommerce
    1. How to make the sidebar on the category pages begin under the first block? I use full width slider everywhere on first screen, but the sidebar starts at the top of the screen ( I used css: top 650px is this the only method?)
    2. with a variable product, I use the attribute – color, but I need it only to create a search widget for this attribute. How to get it from page?

    #1067401

    Hey pddcoms,

    1. Looks like this is an appropriate solution for the issue.

    2. You might want to look for a plugin that does that.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1068121

    Ok. i found plugin…
    1.And i have one new question. I trying to add some shortcode to the woocommerce category page, but if i add shortcode from my site, anyone-there is no effect. even when i try to add pop up with shortcode inside by adding link to the button of the slider-there is no effect. Shortcode from revolution slider – works good.
    Why is this happening?

    2. Help me pls with css, i can’t find right css for the label. I need to delete only this word.

    3. I already asked about the sidebar woo, I use css top: 650px, but how can I make the sidebar visible in full height on all pages (now i use .content, .sidebar {padding-bottom:**px;}) but i think it’s not right method because there are too many pages with this problem

    • This reply was modified 5 years, 9 months ago by pddcoms.
    #1070729

    Hi,
    Sorry for the late reply, in your first screenshot is it of the Products > Categories page?
    2019-02-23-112052
    If so, then the text box is for the “description” of the category page, and not for showing content. I wonder why your screenshot shows a text editor there, do you have a plugin installed?
    To delete the one word in your second screenshot on all pages, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top div.single-product-summary > div.summary.entry-summary > form > table > tbody > tr:nth-child(2) > td.label > label  {
    display: none !important;
    }

    For your last question, I believe that your slider is forcing the sidebar down because it’s in full width mode. This is the class for the slider: “rev_slider_wrapper fullwidthbanner-container” This same thing happens with our “color section”. I don’t use the rev slider, but this looks to be the case. Try adding the rev slider to a column that will limit the width and not push the sidebar down, but I suspect that this is not possible.

    Best regards,
    Mike

    #1071061

    Hi Thank you for CSS. About Categories – i use Tinymce, but why exactly enfold shortcodes doesn’t works here? all other plugins with shortcodes works great.
    About sidebar… if the enfold shortcodes will not work, i can’t put the slider in the block. May be you have some more ideas abot sidebar?

    #1071625

    Hi,
    Glad the css helped, we are having a issue with shortcodes working in widgets right now, so this could be related, we will know better once this is solved. I don’t recall seeing shortcodes in the category description field before, so I’m not sure if it’s supposed to work, so you could be right.
    In some of the sites I tested, the widgets with shortcode worked on pages that were built with the advanced layout builder, so you could create a test page that has a sidebar to see if it works.

    Best regards,
    Mike

    #1072553

    Will you let me know when you fix the problem with shortcodes?
    And one more question. How can I fix the problem with loading css styles in the sidebar woocommerce? it feels like when refreshing a page, woo tries to load some other styles. I can not capture it in the screenshot, but if you refresh the page, I think you will understand what I’m talking about.

    #1072644

    Hi,
    Do you want the sidebar to look like the image in the Private Content area?
    The link below is the css file that is overriding that style.

    I see that you have a javascript error, do you have any custom code with this in it:

    .av-section-tab-title[href=]

    can you disable it?

    Best regards,
    Mike

    #1073512

    Code dleted. It turns out that my styles and theme styles conflict with woo styles?? Of course I would like to make it’s all not to jumping and load normally. Is it possible to do something? Need to go to woo files and rule css from there?

    #1075269

    Hi,
    Sorry for the late reply, I tried to think of a practical way to override the “select2.css”, so try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $('link[href="https://yoursite.ru/wp-content/plugins/woocommerce/assets/css/select2.css?ver=3.5.5"]').remove();
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    be sure to change yoursite.ru in the code with your domain, my test shows this prevents that css from loading.

    Best regards,
    Mike

    #1075690

    Hi Mike. Thank you for helping me. Could the problem with the styles be because i installed one template first and then another?
    Became better, but the price widget still jumps, and .select2-container–default filled with text when the page reloads. Can help with this?

    Some easy questions:
    1. how can i make quick buttons like in enfold https://yadi.sk/i/MsAtob_Kcpip9Q
    2. how to make button for woocomerce filters and how to make the filters work only when the button is pressed? (Maybe topic like this has already been?)

    • This reply was modified 5 years, 8 months ago by pddcoms.
    #1076215

    Hi,
    Your sidebar looks much better now, the only “jump” I see now is due to the “Filter by price” first loading as input fields and then switching to a “range slider” element. I don’t see a way around that, unless you use the “Page Preloading” option in the theme options so only the final page render is shown.

    For your “easy” question about the buttons, are you using a plugin that is overriding the products? The buttons should be showing. Please try disabling any special woocommerce plugins to see if they show. Otherwise please include admin access so we can investigate.

    Best regards,
    Mike

    #1076473

    Mike it’s very sad that you can not help with the filter price problem. From where it came from?
    I think the problem in the theme not in my plugins…

    #1076815

    Hi,
    I was able to hide the input fields with this css:

    #woocommerce_price_filter-2.widget input#min_price,#woocommerce_price_filter-2.widget input#max_price {
    display: none !important;
    }

    But there is still a small jump in the element when the woocommerce price slider loads, because that is when the javascript adds the element.
    Please clear your browser cache and check.

    Best regards,
    Mike

    #1077758

    Thank you Mike. Can you help with quick buttons like in enfold https://yadi.sk/i/MsAtob_Kcpip9Q

    #1077799

    Hi,
    To show the buttons on products the setting at: Enfold theme options > Shop Options > Product layout on overview pages > “Default”
    Please see the product link in the Private Content area.
    Please note that the buttons only show on products and not categories.

    Best regards,
    Mike

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.