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 - 3,001 through 3,020 (of 5,356 total)
  • Author
    Search Results
  • #103427

    6. I added a widget for the yith filter plugin and it doesn’t appear in my sidebar
    7. I just noticed that the white space issue on my shop page now exists on my home page, what is going on with these issues? I’m feeling less confident using this theme as I get closer to launching my site.

    #103422

    2, 3. Try clearing your cache. I’m seeing it the changes on your site.

    In Theme Options> Shop Settings, you need to turn off the theme filter. Then you need to add the plugin as a widget into the sidebar. You’ll have to read the plugin docs to figure out how to best implement it into your site.

    #103382

    Thanks Hannah,
    1. No, not using a child theme and just learned what is it… Is there a recommended link for procedure for creating and activating a child theme?
    2. Here’s a link : http://www.guyshachar.com/en/blog/ the tags cloud is on the sidebar. The tag names seem bulky – it would maybe be nice to reduce the pixel size difference between the tags sizes.
    3. Will check…

    In forum: Virtue Theme

    In reply to: page layout

    #103377

    Hey sarmad,
    In your edit page ensure that you are using a fullwidth template and that you have set “display sidebar” to “no”.
    In the future please start a new thread as this one has already been marked as resolved and can easily be overlooked.

    Hannah

    #103348

    Because of how late this shows up in html (sidebar is after all your page content) and because of how google sees all your products and links to product pages I don’t recommend this. You might have gotten some SEO advice and thats fine but from what I know of SEO this isn’t a good idea.

    That code is called into the page through a hook, you can unhook using a function like this:
    remove_action( ‘kt_woocommerce_page_title_left’, ‘kt_woocommerce_page_title_output’, 10 );

    Then add your own action with your own function to call the woocommerce title.

    Ben

    In forum: Pinnacle Theme

    In reply to: Blog Post Picture

    #103248

    You can change that photo via Theme Options> Blog Settings> Blog Post Defaults. In that section, set Default post summary feature Image to be the image that you want.

    There isn’t really an option to have default content on the bottom of each of your posts, but you could setup a sidebar for your posts. You can create new sidebars via Theme Options> Misc Settings> Create Sidebars.

    Once you create that sidebar, you can go to Appearance> widgets and add the content you want to appear there.

    Then, on each post, you’ll assign that sidebar under the Post options.

    Does this work for you?

    #103149

    Hi Ben & Team,

    Thanks for all your support.

    I have installed the Paypay Express Checkout plugin, by Angeleye. I need your assistance on a couple of items to make it a real express checkout.

    1. If I add an item to the cart, either on the category or product page by the “ADD to Cart” button, it works fine. The cart page is from the Paypal plugin and the checkout goes directly to the Paypal page. Everything is perfect. The issue is the “Checkout” button from 2 other places:

    (a) The cart dropdown menu: If I have the Show Cart icon in main menu, there is a popup menu showing the items in the cart, along with the View Cart, Checkout and Paypal Express buttons. But, if the “Checkout” button is click, it goes to the standard Woocommerce checkout page with the form(s) to fill out and not the Express checkout page. This defeats the purpose of the express checkout. It seems this button is not calling the Paypal Express plugin feature for some reason.

    (b)Sidebar-with a sidebar having the Woocomerce Show Cart widget, the same issue happens as in (a).

    I figured a way to hide the button in the sidebar widget, using “a.button.checkout{display: none;}” in advanced theme options. But this does not work in the cart popup from the main menu. I also tried “#kad-head-cart-popup a.button.checkout{display: none;}, but that didn’t work either. I would like to keep the cart icon with the d popup in the main menu, as this is a very nice feature. Is there a way to do this? Also, how to align the View Cart button to be centered, after the Checkout button is removed.

    2. Small item: how to change the background on the View Cart on the category page. When the Add To Cart button is clicked,the View Cart is displayed on top of the item with a clear (transparent) background. How do I change to have a color background, if possible.

    Thanks in advance.

    In forum: Virtue Theme
    #103127

    Hi there. Trying to center blog posts, have set to full width with no sidebar, but want to have all posts centered on Blog page as well as each post. Have looked through everything and have not found the answer.

    Thanks in advance for the assistance.

    #102898
    This reply has been marked as private.
    #102892

    Hello, I’d like to display a large product image, no product meta and sidebar, but activating “Product Sidebar Default” makes the image 50% smaller by adding product_meta div whitespace. Can I collapse or completely remove the product_meta area, so product image is fullsize with sidebar?

    Thank you, Eric

    In forum: Virtue Theme

    Topic: Menu

    #102796

    Hey Team

    I am trying to create a menu for the sidebar that looks like this: Menu I am trying to create

    I made up a menu called sidebar with a few categories. Enabled the full width option but it just puts the sub categories directly under the main category.

    See here: Demo Page for Menu

    I am missing something and would appreciate some guidance.

    Many thanks
    Ian

    #102758

    Hi,
    I have a simple portfolio and want to skip the portfolio page and go from the home page straight to my portfolio posts. Except I want to retain the navigation from the Portfolio page to navigate by portfolio type. Is there any way I can navigate by portfolio type on the Portfolio posts? Thanks.

    Or is there a way to lay out the Portfolio Page with just one post and a sidebar?

    Linda

    In forum: Virtue Theme

    In reply to: page layout

    #102608

    Hey,
    If you wnat the sidebar beside the page title add this css:

    body.archive.woocommerce .titleclass > .container {
    width:auto;
    }

    And add this in your child theme functions.php file:

    function kt_custom_child_init() {
    	remove_action( 'woocommerce_above_main_content', 'kt_woocommerce_page_title_container', 20 );
    	add_action( 'woocommerce_before_main_content', 'kt_woocommerce_page_title_container_check', 20 );
    	function kt_woocommerce_page_title_container_check() {
    		if(is_archive()) {
    			kt_woocommerce_page_title_container();
    		}
    	}
    }
    add_action('init', 'kt_custom_child_init');

    Ben

    In forum: Virtue Theme

    In reply to: Style sidebar menu

    #102591

    Here is some CSS that will target your sidebar menu items.

    ul#menu-classes li a span {
        font-size: 12px;
        padding-left: 10px;
    }
    
    ul#menu-classes li {
        background: #E37A81;
    }

    Let me know if you need anymore help with it.

    In forum: Virtue Theme
    #102579

    welcomeamigos.co.uk/classes

    I would like to be able to style the sidebar menu (custom menu widget) but am not having much success – font, background color, padding etc
    Can anyone help me do that?

    #102559

    1. Close just use this:

    .category .post h3 {
    font-size: 16px;
    line-height:30px
    }

    2.

    .sidebar .widget {
        border-bottom: 1px dotted #444;
    }
    .sidebar  .widget-first, .sidebar  .widget:last-child {
        border-bottom: 0;
    }

    3. Inside the post you would need to add that yourself. click on “virtue shortcodes” then click divider and choose the dots option.
    Ben

    In forum: Virtue Theme

    In reply to: page layout

    #102536

    Hey Sarmad,
    Try adding this to your custom css:

    @media (min-width: 1200px) {
    .page-header {
        width: 73%;
    }
    aside#ktsidebar {
        margin-top: -100px;
        padding-left: 20px;
    }
    }

    Hope that works for you!

    Hannah

    In forum: Virtue Theme

    In reply to: page layout

    #102512

    just another question too
    http://www.kurdtag.com/wp-content/uploads/2016/07/qqq.png
    this is a screenshot i need this section of my website to be like this, the sidebar goes up

    kurdtag.com

    #102490

    Thank you for many help.

    2. How could I change the font of the title for each post (I think h3 tag) in category page.
    I tried to use the CSS below but failed.
    .category .entry-content h3 {
    font-size: 16px;
    }

    3. I want to add a single dotted line between “Search from Area” and “Search from Image” at sidebar if possible.
    As for the blog post I would like to add a single dotted line under the secound picture(bicyle picture) before beginning of the next text(beginning with ■)
    http://moremoretraveler.com/asakusa_bicycle/

    I appreciate for your response.

    #102410

    Hi

    I am using Virtue premium theme with child theme. I just did update to latest version and something happened.

    Before update Page titles (name of category) on product category pages was left to the sidebar. And sidebar was all the way up to secondary menu.
    Now after update Page titles are above the sidebar and under the secondary menu with nothing on the left. Product count is also moved with Page title.

    Screenshots:

    How do I get Page titles back to where they ware before update?

    Thanks
    Ales

Viewing 20 results - 3,001 through 3,020 (of 5,356 total)