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 - 4,361 through 4,380 (of 5,356 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: 404 page

    #41373

    Thanks Ben

    As I did it, I had a gnawing feeling of deja vu – indeed you gave me more or less identical code for putting sidebars onto WooCommerce pages last year! [Hangs head in shame]

    Anyway your help is always gratefully received!!!

    Colin

    #41372

    Hi Ben sorry about this mate . I have got all the other pages appearing right now except the new arrivals page . I have tried with woosidebars and i have tried with the theme built in function to add new widget area both let me create the widget and both remove the original sidebar on the front end but they dont replace it it just comes up blank so basically i need the new arrivals widget on the new arrivals page sidebar and i will need to create an on sale one for the onsale page

    cheers kev

    p.s do you have a buy me a coffee section or a donate section on your website . I’m pretty sure sorting out woosidebars is not really your resposibility .

    #41356

    Thanks, Hannah! I found I was customizing the wrong sidebar (Sidebar 1 instead of Primary Sidebar), and trying to pull the style from the wrong place as well.

    In forum: Virtue Theme

    In reply to: 404 page

    #41354

    You would have to just use a function for this. So through a child theme you would add this into the child themes functions.php file:

    add_filter('kadence_display_sidebar', 'page_not_found_sidebar');
    
    function page_not_found_sidebar($sidebar) {
      if (is_404()) {
        return true;
      }
      return $sidebar;
    }

    Ben

    #41343

    Hi Ben,

    I made that correction and it fixed the .footercredits size control issue. However I still can’t get the color to change. I believe that the .footercredits color is controlled in the virtue.css file. So, I added a virtue.css file in the child directory and added what I thought was the correct language to it to control the color. See the virtue.css language immediately below. .footercredits should be black but it is not. Still #aaa
    /*
    Theme Name: Virtue – Premium Child
    Template: virtue_premium
    Author: Child Theme Configurator
    Version: 1.0.1431572538
    Updated: 2015-05-13 20:02:18
    */
    @charset “UTF-8”;

    .product .kad_add_to_cart {
    font-size: 20px;
    text-transform: none;
    padding: 8px 18px;
    }

    .footercredits p {
    color: #000;
    }
    But it is not working for me. Also, I wanted to be able to control the .kad_add_to_cart text. I want it to be text-transform: none; instead of text-transform: uppercase;. That is also in the virtue.css file and it is not working either. Also, I have deleted cache many times and I also so it anytime I make a change. The only thing that is not working for me now are the changes to virtue.css in the child directory that I want.

    Below are ALL the modifications I have made to date. Everything works except the color in .footercredits and the .kad_add_to_cart uppercase issue.
    ==================================================================
    This is Currently in the custom css in the Advanced Settings box.
    #nav-main ul.sf-menu ul li a {
    font-size: 18px;
    }

    .headerclass {
    background: none repeat scroll 0 0 #efefef;
    }

    .footercredits p {
    font-size: 25px;
    }
    ============================================================
    And this is Currently in the virtue.css file in the child theme directory. NOT WORKING
    /*
    Theme Name: Virtue – Premium Child
    Template: virtue_premium
    Author: Child Theme Configurator
    Version: 1.0.1431572538
    Updated: 2015-05-13 20:02:18
    */

    @charset “UTF-8”;

    .product .kad_add_to_cart {
    font-size: 20px;
    text-transform: none;
    padding: 8px 18px;
    }

    .footercredits p {
    color: #000;
    }
    ================================================================
    And this is what is in my functions.php file under the child theme directory. I wanted to delete the sidebar on the product pages.

    <?php
    // Exit if accessed directly
    if ( !defined( ‘ABSPATH’ ) ) exit;

    // BEGIN ENQUEUE PARENT ACTION
    // AUTO GENERATED – Do not modify or remove comment markers above or below:

    if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
    function chld_thm_cfg_parent_css() {
    wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
    }
    endif;
    add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );
    // END ENQUEUE PARENT ACTION

    add_filter(‘kadence_display_sidebar’, ‘search_sidebar’);
    function search_sidebar($sidebar) {
    if (is_search()) {
    return false;
    }
    return $sidebar;
    ==================================================================
    Below are the files in my child theme directory.
    /www/kellykaren.com/wp-content/themes/virtue_premium-child

    functions.php
    screenshot.png
    virtue.css

    Thanks again for the prompt response from you and Hannah. You guys give outstanding customer service. Much appreciated.

    #41282

    Hi Ben, yeah i got it sort of working last night, but it seems to be intermittent . but when you click on the clothes menu tab in the main menu the sidebar is blank and i can’t get the new arrivals sidebar to show up . any ideas
    Cheers Kev

    #41268

    Hi Connie,
    1. You can customize your sidebar in Appearance > Widgets.
    2. The hover color should pull from your Theme Options > Basic Styling settings. Let me know if this is not the case for you.

    Hannah

    In forum: Virtue Theme

    Topic: 404 page

    #41249

    Hi Ben

    Quick question. I have sidebars on every single page on a site. But when I induce a 404, the page comes up without a sidebar.

    What’s the correct way to put a sidebar on this page?

    As a quick and dirty trial, I did try to hardwire the aside sidebar block from base.php (without the conditionals) into a child 404.php and this sort of produced a sidebar, but without styling and dropped below the content.

    Am I missing something obvious again?

    Best, Colin

    #41236

    Hello,

    I have a section of my website I’d like to make available only to a certain group (registered families). I’ve set up a password protected page (Family Portal), and then created a sidebar menu for any child pages in that section of the website (which I’ve named “Family Portal Menu”). I have that sidebar navigation show only on those pages (see below).

    1. Is a way to remove everything starting at “recent posts” and below from the sidebar menu? I only want the menu items under “more pages” and nothing else.

    2. Where do I customize the style of the links in that menu – I don’t see any hover color showing up on anything under the “more pages” sidebar on my site.

    I’m hosting on my computer at the moment and can’t share the URL. Below is what it looks like:

    More Pages

    Nutcracker
    PPDC Info
    Student Handbook
    Intermediate / Advanced Levels
    Registration
    Tuition and Fees
    Class Descriptions
    Class Schedule
    Calendar
    Combined Location Schedule

    Recent Posts

    Hello world!

    Recent Comments

    Mr WordPress on Hello world!

    Archives

    May 2015

    Categories

    Uncategorized

    Meta

    Site Admin
    Log out
    Entries RSS
    Comments RSS
    WordPress.org

    Thanks!

    #41215

    I am seeking for the same answer
    and I also don’t see the answer here and I cant find it when I search the documentation: https://www.kadencewp.com/frequently-asked-questions/

    There is NO FAQ called “Can I have my sidebar on the left”

    can somebody please help ?
    I need to have the primary side bar on the left just like all sensible content-rich websites usually do.

    #41207

    Sorry I don’t see the answer here and I cant find it when I search the documentation: https://www.kadencewp.com/frequently-asked-questions/

    Click on “Can I have my sidebar on the left”

    Thank you

    Janice

    #41161
    This reply has been marked as private.
    #41131

    Ok got some time to test out woo sidebars. I didn’t have any issue like your saying everything was working fine for me. Can you send me a temp login for your site I’ll take a look.

    Ben

    #41102

    I would like to be able to select the Staff custom post types in the Pinnacle: Recent Posts widget, so it would only show Staff posts, with the little thumbnail of each Staff person’s featured image (a headshot). I want to put the Pinnacle: Recent Posts widget in the sidebar on each Staff post, so it would list all the other staff people, each with their own thumbnail, each linking to the staff post.

    I found this function that let’s the custom post type “staff” show up in the Recent Posts widgets (Pinnacle & WordPress), but that just ADDS the Staff posts to all the other posts in the list. What I want is to have the choice to show ONLY the staff posts in one instance of this widget, while also being able to use the widget again (in another sidebar) to show ONLY posts from a different category.

    I’m working with a Child Theme.

    Is there some code I could add to my Child Theme’s function.php that would add the Custom Post Type as a selection, along with categories, to the Pinnacle: Recent Posts widget? Or is there a way to add the Staff Group taxonomy to the Category choices in your widget’s back-end form? Or could you give me the code for a modified version of your widget, with just the staff posts (or with that additional option) so I could add it to my Child Theme? (I tried to modify your widget myself but failed.)

    #41060

    I have this image, originally with 1738 x 1151 pxs
    I scaled it down to 800 x 530 and uploaded it this page
    But I still think it is too big.
    What would be the ideal size in px for Sidebar pages so that I can try to either scale it down or try to get another image orientation?

    #41051

    Hi Hannah,

    The problem seems to be fixed after updating to version version 1.3.3.

    Does it have to do with this change:
    * Update: Product sidebar default

    Anyway, thanks for fixing it.

    #41024

    I’ve not worked with woo-sidebars. I’m guessing it’s conflicting with how the theme calls the sidebar since the theme has it’s own way of making more widget areas in the theme options > misc settings. I’ll try to do some testing and see if I can add a hook to let woo sidebars override.

    Ben

    #40997

    Aha!! Thank you so much – duh silly me had 2 in home layout rather than 1!
    Okay what about the shortcode as I just have this at the moment:
    [blog_posts items=”20″ orderby=”date”]

    So is there any way I can tell it there just to do 1 in a column…as I would like the sidebar on this page:
    http://oaktreepartnership.co.uk/latest-updates/
    To look the same as home – went into each blog post and made sure it’s going to default but I am wondering if I have missed something out of the shortcode. Wonderful theme – I just love how changeable it is and you guys are super helpful!!!

    Many thanks
    Nic

    #40988

    Hi Ben,

    I am having problems with Woosidebars related to Woocommerce Product Categories . The issue I’m having is I create the first widget area to replace shop side bar and that works fine . As soon as I Create a second widget area for shop sidebar it deletes the first one from the front end and only shows the second one .

    Example

    Widget area “Clothing” is created, widgets added and it shows up on the product categories for clothing . Then I create Widget Area “Lingerie” and add widgets and it shows up on the product category page for lingerie . But when I return to the Clothing Category page it shows a blank sidebar . Each time I create a widget area it only shows that widget area in the front end . They are all still available in the back end but only show the widget area created last on the front end . Any help would be greatly appreciated

    Cheers Kev

    #40941

    Hey,

    Images by default are on top when you use two columns with a sidebar, has to do with how much space you have.

    You can Either switch to a 1 column in your theme options > home layout or turn the sidebar off if you want two columns with images on the left.

    Ben

Viewing 20 results - 4,361 through 4,380 (of 5,356 total)