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 - 641 through 660 (of 5,356 total)
  • Author
    Search Results
  • #252388

    Hmmm. When I put a Kadence gallery in the sidebar, the setting:
    “KT Extra Gallery Settings > Type” seems stuck on “Default”.

    If I change it to “Slider”, and open it again, it has gone back to “Default”
    Have you come across this before?
    Thanks,
    Phil.

    #252106

    Further to my earlier questions and here regarding galleries…

    I’m now using a Kadence Layer slider in the sidebar to display the series of adverts.
    This addresses the size problems I was having.
    Is there a way to note the slide number and begin the sequence on that slide when a page refresh or link to new page occurs?
    The default action is to re-start the slider at slide#1 which will give an unfair bias to certain adverts, while others may never be seen.

    I suppose the alternative is to show the slides in a random order. Can the layer slider do that?
    Many thanks,
    Phil.

    #252087

    Hi,

    Using Discussion Board Pro plugin with Virtue Bold.

    I’m guessing it’s more related to the plugin tbh but their support is non existent so hoping you guys may be able to help a little!

    On the individual discussion boards it throws everything from the sidebar into the footer and looks really messy, example here

    Sidebar functions fine on the main forum page here

    In google there is a link for Discussion Board Pro’s site in relation to a “common theme conflict” but the page 404s and like I said, their support is non existent so I’m a bit stuck.

    Any light you can throw my way would be appreciated.

    Thanks

    Pete

    #252080

    Thanks Hannah,
    I think we are stuck with the images they have given us.

    If we can’t get the height to increase in a Slider type Gallery block, I notice the behaviour is different if I use a shortcode.

    If I use the following shortcode in a sidebar widget, the image size is expanded to fill the space so the images are larger.

    [gallery ids="292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311" type="slider" columns="1" lightboxsize="large"]
    

    1. Is there a way to switch off the lightbox effect?
    2. How can I associate an external URL with each image so the user can click on the image and fvisit the supplier site?

    Thanks,
    Phil.

    In forum: Ascend Theme
    #251875

    Hey Mike,
    This css should do it for yu:

    body.siteorigin-panels:not(.single-product):not(.woocommerce-checkout):not(.single-post) #ktsidebar {
        padding-top: 0;
    }

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

    Hannah

    #251844

    Hey Gabor,
    There actually is an option for this! In the Post Grid/Carousel block settings (in the right sidebar) under Title Settings > Title Typography Settings you can set the HTML Tag to H1.
    Hope that helps!

    Hannah

    #251837

    There appears to be about 30px of whitespace at the top of the sidebar widget, or perhaps it’s being forced there or exacerbated by the Facebook live feed I’m embedding in this particular sidebar. I’d like to see if I can get the content of this sidebar to align with the content of the page alongside of it or, more specifically, the background being used for the main content area. Normally I would just force the main page content down a bit, but since I’m using the background (at the customer’s request) that looks a bit funny.

    The site is HERE.

    Thanks so much, hope everyone is well!

    #251507

    Hi,

    Is there a way to hide widget sidebars from mobile? I feel it is not adding value on mobile, because the sidebar widgets appear at the bottom of the post.

    Rick

    #251298

    Hey,
    Automatic notifications can only go to one email account.

    You can use css like this for the sidebar:

    .sidebar .kt-gallery-slider .captiontitle {
        font-size: 14px;
    }

    Ben

    #251283
    This reply has been marked as private.
    #251282

    We’re using the Virtue Gallery Widget, slider mode in a sidebar. We’d like to make the text smaller. Can you help with CSS to do this? Thanks

    #251106

    Hi

    I’m using this CSS in my theme options > advanced settings field to style a Ninja Form in my sidebar, but it doesn’t seem to be working.

    .nf-form-fields-required {
    display: none !important;
    }
    .nf-form-content label {
    font-size: 16px
    line-height: 19px !important;
    font-weight: 400 !important;
    }
    .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #52575a !important;
    color: #ffffff !important;
    }
    .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #ffffff !important;
    color: #52575a !important;
    }
    }

    can you suggest any changes?

    #250999

    I’m seeing this in your css:

    .sidebar ul#menu-performance a {
        color: #303033;
        font-size: 14px;
    }

    That is overriding your sidebar menu hover color. Try removing the color portion of that css.

    Hannah

    #250994
    This reply has been marked as private.
    #250993

    If you want to send login info I would be happy to take a look at your settings. You can set as a private reply.
    The Primary Menu settings will only affect your primary menu in the header. The hover for the sidebar should pull from your primary color. Is this not the case?

    Hannah

    In forum: Pinnacle Theme

    In reply to: sidebar1

    #250976

    Hi,

    thank you for reply. Now I understand more.

    “Sidebar2” has disappeared now (although yesterday it was present), so now I know that I should not pay attention to sidebars like “sidebar1” etc.

    #250959

    I must have something screwed up somewhere else, because the sidebar menu is definitely not using the hover color set for my Primary Menu. In fact it’s not highlighting at all. I have some CSS set to put a background behind the current item on this site, but it wasn’t highlighting even before I did that. I’m puzzled. I’ll keep poking around but let me know if you think of anything.

    #250954

    Hey Mike,
    This css should do it for you:

    .sidebar ul.menu {
        padding-left: 0;
    }

    Hope it helps!

    Hannah

    #250944

    Hi
    With your help, I have the following custom css to keep the social media icons on the right of the topbar. I’m trying to move the widget to the footer and can’t – I think it’s blocked by the css
    can you help?

    .topbarmenu ul.sf-menu {
    display: block;
    }
    #topbar .id-kad-mobile-nav, #topbar .mobile-nav-trigger-id {
    display: none;
    }

    @media
    (max-width: 768px) {
    body #topbar .kad-topbar-left {
    float: none;
    width: 100%;
    }
    body #topbar .kad-topbar-right {
    float: none;
    width: 100%;
    }
    }
    .topbar-widgetcontain {
    display: inline-block;
    }
    #topbar-search {
    text-align: left;
    }

    @media
    (min-width: 992px){
    .kad-topbar-right {width:60%;}
    .kad-topbar-left {width:40%; padding-left:0;}
    .topbar-widgetcontain .kt-image-align-center {
    max-width: 150px;
    }
    .widget-4.widget-last.topbar-widgetcontent.topbar-widgetcontain {
    float: right;
    margin-top: 8px;
    margin-right: 10px;
    }
    .widget-3.topbar-widgetcontent.topbar-widgetcontain {
    float: right;
    }
    .topbar-widgetcontain {
    float: right;
    }
    .widget-2.topbar-widgetcontent.topbar-widgetcontain {
    clear: right;
    }
    }
    .kad-topbar-widget {
    margin-top: 8px;
    }
    #topbar form.form-search {
    max-width: 140px;
    }
    .kad-topbar-right {
    padding-right: 0;
    }
    .topbarmenu ul li a {
    font-size: 16px;
    }


    @media
    (max-width: 992px) {
    #topbar .kad-topbar-left {
    float: right;
    width: 20%;
    }
    #topbar .kad-topbar-right {
    width: 90%;
    float: right;
    }
    }

    @media
    (min-width: 1200px) {
    .topbar-widgetcontain {
    float: right;
    display: inline-block;
    }
    .widget-1.widget-first.topbar-widgetcontent.topbar-widgetcontain {
    float: none;
    margin-top: 0;
    }
    #topbar-search {
    text-align: right;
    }

    .sidebar ul a {
    color: blue;
    font-size: 14
    font-weight: 700;
    }
    .sidebar ul a:hover {
    background: #81d742;
    color: black;
    }


    @media
    (min-width: 992px) {
    .widget-1.widget-first.header-widget-area-header.widget_media_image {
    width: 50%;
    float: left;
    }
    .kad-info-box.kad-info-box-98.clearfix {
    float: left;
    margin-top: 10px;
    }
    .widget-2.widget-last.header-widget-area-header.virtue_infobox_widget {
    display: inline-block;
    width: 50%;
    margin-top: 10px;
    }
    }

    In forum: Pinnacle Theme

    In reply to: sidebar1

    #250935

    Can you send me a login?

    If you have a “blank” item, lets say you added “Nowy sidebar” then clicked the button “add more” and had a blank, that would be titled sidebar 2

    Initially when you start there is a blank (sidebar 1) until you start saving theme options in the page then if you don’t assign a sidebar it will go away automatically.

    Ben

    • This reply was modified 5 years, 11 months ago by Ben Ritner.
Viewing 20 results - 641 through 660 (of 5,356 total)