Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Search Results for 'sidebar'

Home / Forums / Search / Search Results for 'sidebar'

Viewing 20 results - 721 through 740 (of 5,356 total)
  • Author
    Search Results
  • #247537

    Can you assist?
    I have the archive widget in my sidebar, the calendar icons are a bit overkill.
    i’d like to hide/remove them.

    #247432

    Hey,
    The filter is not designed to work how you want because you shouldn’t load 80 products on a single page load. Ideally, you shouldn’t load more then 20. However, even if you decided to load 500 it’s still not within the scope of the filter to work on a custom taxonomy page. So I can’t recommend you do this for those reasons.

    However, if you want to create something custom you could code a custom template and add in your own filter using similar code to the shop filter. It would still mean you manually set the limit to whatever the possible limit is for your vendors products count which will make for some really slow loading.

    As for the best way to build a search that only searches within the vendor your vendor plugin author would be the best to talk with about this. Usually the vendor plugin would have a way for you to search or organize within the vendor. For example: https://docs.yithemes.com/yith-woocommerce-ajax-search/premium-settings/yith-woocommerce-multi-vendor/

    I personally would suggest you look into using a sidebar with links to vendor sub categories (I’m assuming this is something your vender plugin allows/does).

    In terms of using elementor, this isn’t an option with my elementor plugin, it won’t let you edit a custom product taxonomy template.

    Ben

    #247364

    Getting this error when I am testing my installation with latest wp core and php7.4 re: Single Item w/sidebar

    PHP message: PHP Fatal error: Uncaught Error: Object of class WP_Error could not be converted to string in /home/example/html/wp-content/themes/virtue_premium/lib/breadcrumbs.php:329
    Stack trace:
    #0 /home/example/html/wp-content/themes/virtue_premium/lib/breadcrumbs.php(329): sprintf()
    #1 /home/example/html/wp-content/themes/virtue_premium/lib/woocommerce/woo-single-product-hooks.php(190): virtue_breadcrumbs()
    #2 /home/example/html/wp-includes/class-wp-hook.php(287): virtue_woo_product_breadcrumbs()
    #3 /home/example/html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters()
    #4 /home/example/html/wp-includes/plugin.php(478): WP_Hook->do_action()
    #5 /home/example/html/wp-content/themes/virtue_premium/woocommerce/single-product.php(21): do_action()
    #6 /home/example/html/wp-content/themes/virtue_premium/base.php(17): include('/home/example/ht...')
    #7 /home/example/html/wp-includes/template-loader.php(106): include('/home/ecample/ht...')
    #8 /home/example/html/wp-blog-header.php(19): require_once('/home/dst" while reading response header from upstream, client: 124.xx.xx.xx, server: example.com, request: "GET /?product=travel-pack HTTP/2.0", upstream: "fastcgi://unix:/run/php-fpm/dstore-php-fcgi-0.sock:", host: "example.com", referrer: "

    • This topic was modified 6 years, 1 month ago by Gordon. Reason: redacting sensitive information
    • This topic was modified 6 years, 1 month ago by Gordon.
    • This topic was modified 6 years, 1 month ago by Gordon.
    #247328

    A sidebar is different from blocks or columns. Think of a blog post, for example. People do not want to scroll through typical sidebar content (recent pots, ads, contact info, etc) before getting to the actual post content. I would be happy to get your menu styled as you’re wanting if you want to try the route I suggested previously.

    Hannah

    #247311

    I’ve added a class to each widget (that is missing when you build a sidebar through elementor).

    It’s a good solution for now and I’m going to see if I can filter these into elementor so it’s not an issue in the future.

    Ben

    #247301

    Hey,
    Unfortunately, there is not a way to do that. As a workaround you could add a menu into the page content area of your pages, then use css to hide that on desktop but show on mobile, then visa versa with the sidebar. Would this work for you?

    Hannah

    #247252

    I’m using the sidebar on the left as a sub-menu. However on mobile it wraps BELOW the page content. Any way to get it to wrap ABOVE the page content?

    #247237

    Change Sidebar Width on desktop – Is this possible?

    Mobile is fine, just need to change it on desktop view.

    #247165

    Hi Hannah

    You can go to this page: https://www.visitpewseyvale.co.uk/business-directory-2/honeystreet-boats/
    This is the screen shot:

    2020-04-Hyperlink-issue-screen-print-1

    You will see that on the right of the screen, in the sidebar, there is a link to Website Privacy which is in pink, which is correct.
    The text ‘Visit Honeystreet Boat’s website’ towards the bottom of the page, as well as the link to the Facebook page and the Categories are all links that should show up as pink but don’t. I have tried all permutations that I can find to try and get this to work, but have not been successful.

    I will do the set up of the hyperlinks separately.

    Thanks
    Susie

    In forum: Virtue Theme
    #247095

    yes, i checked again the configuration and it is all set with no sidebar use… but the side bar was showing… . the css worked like a charm! thanks!!!!

    Angelo

    In forum: Virtue Theme
    #247066

    Hey,
    Have you adjusted this setting from Theme Options > Shop Settings? It could be an override from the plugin. You can use this css to hide it:

    aside#ktsidebar {
        display: none;
    }
    .main.col-lg-9.col-md-8 {
        width: 100%;
    }
    img.store-image {
        width: 100%;
    }
    @media (min-width: 992px) {
    div#product_wrapper5 {
        margin-top: 100px;
    }
    }

    Hope that helps!

    Hannah

    #247053

    Hi, in this site ine/tienda/0077-frutas-jimenez/ we are using the multivendor plugin to have more than one vendor in the site…

    so the ine/tienda/0077-frutas-jimenez/ is a vendor page, and i spoke with the plugin author and they told me they don’t manage the sidebar…. so i think i can hide it from the theme configuration…. but i tried to act on the shop configuration siderbar setting…but no way… is there some conflict?

    thank you very much
    Angelo

    #246773

    If you want to override the base of the template system (the default heading and footer are loaded via base) then you would need to use a base template.

    I don’t know your plugin though so I’m not sure how it’s choosing a template. But from the two pages, you linked two the template being used are page templates. “feature sidebar” and default.

    It seems to me that your plugin is only pulling in their content around the_content() tag. Not around the page template.

    So can you send me the docs you are looking at for your plugin to see who they suggest you define a template?

    Ben

    #246741

    Hi Joze,
    This css should do it for you:

    .sidebar section#woocommerce_product_categories-2 {
        font-weight: bold;
    }

    You can paste that into your custom css box in Theme Options > Advanced Settings.
    Hope it helps!

    Hannah

    #246735

    In the primary sidebar, I have the product category menu on the right.
    I want to bold the letters.
    How can I do this?
    link:

    Thank you and best regards
    Joze

    #246536

    I used the Spotify Embed block, pasted in the URL, and the player block, which is at the bottom of the page (Not the on on the sidebar), is way too tall. How to fix?

    #246517

    There is a slider on the home page, with a shortcode entered on the page.

    If you want to add a slider above the sidebar add it through your theme options > home slider.

    #246468
    This reply has been marked as private.
    #246462

    Hello,

    How do I adjust column widths to fit 3 columns in 1 row? Does the pricing table work with themes that are not from Kadence? My theme is a buddyboss.com theme (social learner). I could not find any previous post addressing this issue.

    I just imported one of the pricing table plugin’s supplied templates and made minor edits to try and narrow content to enable fitting 3 columns in 1 row even in a full width page with no sidebars .. nothing seems to work with 3 different templates I tried, all seem to always allow only 2 columns in 1 row and the 3rd column wraps over in a 2nd row.

    Here is how it is rendering on my site’s full width page:

    Thanks in advance for your kind assistance,
    BM

    #246446
    This reply has been marked as private.
Viewing 20 results - 721 through 740 (of 5,356 total)