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 - 2,041 through 2,060 (of 5,356 total)
  • Author
    Search Results
  • #157646

    This seems to have been resolved by the content being ‘taller’ than the sidebar menu.

    #157108

    Sorry, I meant whether you want to be able to choose it for each individual post of your CPT.
    If you don’t need that option and want to turn the sidebar of for all post of your CPT you can use this code:

    add_filter( 'kadence_display_sidebar', function( $sidebar ) {
    	if ( 'stolperstein' == get_post_type() ) {
    		return false;
    	}
    	return $sidebar;
    } );
    #157101

    Sorry … i have another question: how can i switch the sidebar on or off at the CPT?

    #157037

    In your css try changing this:

    .sidebar .widget-title span {
        background: transparent;
    }

    to this:

    .sidebar .widget-title span {
        background: transparent !important;
    }

    Does that work for you?

    Hannah

    #157011

    I’m seeing your sidebar widget title background showing blue. Is this not what you’re wanting? Are you seeing something different?

    Hannah

    #156998

    Hello Support team!

    1) Is this possible to change that light grey basic color for the site, which determines the color of eg: search box, contact form label fields boxes, the basic light grey lines in the sidebar? (Not for the fonts!)

    Thank you,
    Anita

    #156992

    It does not work unfortunately, sidebar widget title background is still transparent. So I deleted background color again in Theme Options/Advanced Styling.

    Anita

    #156941

    Try this CSS for your sidebar widgets:

    .sidebar .widget-title {
        background: #00aeef;
    }

    Let me know if that works

    -Kevin

    #156934

    This is fine now, thank you Ben!

    And my final question is:
    somehow the sidebar widget title background disappeared from my site, it should be #009fd6, I don’t know what happened. I changed the page content background color, and since then that is not visible.

    Thanks,
    Anita

    #156845

    More about 2) I can add padding to the top of the row in the SiteOrigin framework, and that pushes the content area down, but the right sidebar doesn’t move down with it, and stays too high up.

    #156536

    Thanks Ben. That works but I wasn’t clear enough about what I was trying to do.
    I want the resulting combination to appear above the sidebar and take up the width of the site as if it were the header/banner.
    Is that possible?
    Thanks,
    Phil.

    #156416

    This page uses the featured image with sidebar template:

    and there is an image that is not supposed to be there.

    You’ll notice that there is a “slider” for the featured image that includes two images. I didn’t ask for the slider on that page. I set the Featured Image to the long image that is the second of the two slider images that appear. The album cover image is one that I had at the top of the page at one point, but I can’t get rid of it from the feature at the top now.

    I’ve had similar issues on other pages with a pic I had at the top getting stuck to the featured template, even though I had not featured image set.

    I suspect there is some kind of bug or installation error on this site causing this.

    Related or not, I also found another anomaly: I installed the Visual Editor widget, and when I open an iteration of one on the widgets page I see this: “Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘grunion_media_button’ not found or invalid function name in /var/www/vhosts/maxhighsteinmusic.com/httpdocs/wp-includes/class-wp-hook.php on line 298”

    However, the widget seems to work OK.

    How to fix?

    In forum: Ascend Theme

    In reply to: sidebar problem

    #155999

    What kind of changes have you made to the child theme? I just updated the theme and the sidebar settings for products work properly for me.

    -Kevin

    #155869

    Hannah just outlined that above. Let me see if I can make it more clear…

    1. navigate to Appearance > Menus

    2. open the Screen Options tab on the top right of the page

    3. make sure Products is selected from the list

    4. Then you should see a list of your products on the left sidebar

    5. Under products click to add the Design-A-Night-Light to your menu.

    6. Drag that menu item wherever you want it to be in your menu.

    Ben

    In forum: Ascend Theme

    In reply to: sidebar problem

    #155759

    Hi Konstantinos,
    Looks like this may be a bug. I’ll have the developer look into it. For now, you should be able to select a specific sidebar from your product edit page without issue.

    Hannah

    In forum: Ascend Theme

    In reply to: sidebar problem

    #155734

    hello,
    in the product my settings is

    Display Sidebar? -> Default
    Choose Sidebar -> Default

    how can set the default values except theme options?

    thank you

    #155678

    Hi Mark,
    If you navigate to Appearance > Menus and open the Screen Options tab on the top right of the page, make sure Products is selected from the list. Then you should see a list of your products on the left sidebar and easily be able to add them to your menu.
    Hope that’s helpful!

    Hannah

    In forum: Ascend Theme

    In reply to: sidebar problem

    #155660

    Hello Konstantinos,

    Are you assigning a sidebar to the product via the edit product screen? If there is a sidebar assigned there, it will override the theme options setting.

    -Kevin

    In forum: Ascend Theme
    #155640

    Hello,
    why in page

    in theme option -> product settings i have select “sidebar1” widget but it`s appears the “primary sidebar” widget?

    thank you

    In forum: Pinnacle Theme
    #155406

    I saw the recommendations for creating another sidebar for the translation, but it doesn’t help.

    I don’t recommend that. Where did you see that?

    You should be using: https://wordpress.org/plugins/wpml-widgets/ and setting a widget per language not sidebar per language.

Viewing 20 results - 2,041 through 2,060 (of 5,356 total)