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 - 941 through 960 (of 5,356 total)
  • Author
    Search Results
  • In forum: Pinnacle Theme

    In reply to: Site width

    #237838

    Hi Ben,

    the sidebar ad is (now) set to “responsive”… it’s still wider than the header… I assume the skscraper ad only comes in this width.

    Same goes for the ad before the footer…

    Seems to cause no troubles, just looks a bit peculiar…

    What would you do?

    Thx
    Dan

    #237827

    Do you know a way to block sidebars from being seen when a user is logged out (I use WP-Members plugin). Sending this question to WPMembers also.

    #237772

    Never mind. Apparently we had the Home Page Layout setting set to sidebar. In the previous version this was overidden by the setting of fullwidth for the template.

    I have changed the setting in the Home Page Layout settings and it fixed the issue.

    Thanks

    Jeremy

    #237771

    Ben,

    The latest virtue premium update breaks the full width template. We have it set to fullwidth but it still showing the sidebar

    Jeremy

    #237688

    Hi,

    Want to change template style of blog page. Current the page template is set to blog. However, the demo shows 5 different blog layouts. In the dashboard sidebar on the page…under page template….there is not an option to change the template style.

    Any suggestions?
    Thank you,
    Pam

    • This topic was modified 6 years, 7 months ago by pdyoko. Reason: Clarification
    #237662

    Hey Rebecca,
    Try adding this to your custom css box:

    .sidebar div#sbi_images {
        padding-left: 0 !important;
        padding-right: 10px !important;
    }

    Hope that helps!

    Hannah

    #237650

    Hi,

    After updating newest theme and wp sidebars stopped working on mobile.

    I have purged cache.

    Yours,
    Milla

    #237648

    Hello:
    I’m trying to add custom CSS to left-align the contents of a widget in the sidebar of the Virtue blog page. The widget has a 5px border on all four sides, and I would like to eliminate only the left border, so the contents are flush with the left edge of the widget column.

    Images attached showing the widget identified in the inspector (div#sbi_images) as it currently is (padding: 5px), and the same widget with the padding as I would like it (padding: 5px 5px 5px 0px).

    I must be doing something wrong with the syntax; I’m not sure how to correctly identify the element. Thanks if you can help.

    I will post the website under development in a private reply.

    In forum: Pinnacle Theme

    In reply to: Site width

    #237640

    The ads you are adding are a fixed width, which is wider then your sidebar. I suggest you fix the ad code to use a responsive code.

    In forum: Pinnacle Theme

    Topic: Site width

    #237620

    HI, have set my site width in Theme Options with Sidebar

    I added Adsense in sidebar, a standard size

    Now the sidebar goes wider than the header … is that correct?

    Thx
    Dan

    #237464

    Hi
    I have two issues.
    First, I want to be able to set manually the alt text to logo image, after a recent update it takes automatically the name of the site and not the alt we set on the editor as it was some versions ago!
    I understand that you made it like this for branding purposes but we should like to be able to set it according to our will, thank you.

    And second, in a post without sidebar, the blog posts items at the bottom i.e [blog_posts items=”200″ orderby=”date” cat=”some-category”] are showing with a portrait image, they look fine on desktop mode, but as the screen narrows and reaches notebook mode it looks almost awful, the images still square thumbnails and have large white space on their bottom due to text on the right, furthermore at the start of the mobile mode it gets worse, lot of white space on left and right side of the square thumbnails.

    See here an example

    To my opinion, images should be changed automatically to landscapes in screens under 992 pixels wide, like the way it is on posts with a sidebar.

    Thank you

    • This topic was modified 6 years, 7 months ago by GasTheo.
    #235611

    Hello,

    I’m sorry to post this question but I have a space between my left sidebar and my row layout content in my portfolio page.
    I give you a screenshot. I just want to reduce the space I’ve draw in red on the screenshot.

    If I remove the “relative positionnement” as on “capture3.jpg” I have what I search.

    I feel there is an easy way to do it but I can’t find it…

    Thank’s for you answer.

    Clem

    #235420

    Hey,
    You can create new sidebars from Theme Options > Misc Settings and then add content to them from Appearance > Widgets.
    Hope that helps!

    Hannah

    #235407

    Could you give me the steps for creating a specific sidebar? I don’t seem to have any notes on when I did it that last time. Thanks.

    In forum: Virtue Theme

    In reply to: Portfolio Grid Sidebar

    #234846

    Figured it out – the page was set as the front-page and the sidebar was turned on in the theme options for the homepage layout. Turned it off and the sidebar disappeared. Just wanted to let you know – thanks for the help!

    In forum: Virtue Theme

    In reply to: Portfolio Grid Sidebar

    #234784

    Unfortunately, it’s a closed system so I don’t have a way to log you in. But the option is typically part of the Page Options now, right? I only have “page content width” under that, nothing about the sidebar under Portfolio Page Options, or in the theme options. Maybe something in my database is wrong – I’m going to try a fresh install with no content and will get back to you asap. Thanks.

    #234777

    Hello Team Kadence!

    We just updated to Virtue Premium 4.9.15 and noticed that our portfolio grid page now suddenly has a sidebar on the page when it did not before. When I edit the page, there is no option to turn off the sidebar. I did test with only Virtue Premium installed (no plugins or other themes), and cannot find a way to turn off the sidebar (through the page options or theme options). Is this new/on purpose or something missed? Thanks!

    #234767

    Hey,
    1. You can add this css:

    @media (max-width: 767px){
        .kad-sidebar {
            display: none;
        }
    }

    2. You can add this css:

    .contentclass {
        padding-bottom: 0px;
    }

    * Note that will apply to all pages. Another option if you just want it on one page is to add a -30px bottom margin to your last row in pagebuilder.

    3. You can use this css:

    #kad-banner > .container {
        display: none;
    }
    #234738

    Hello!
    A have few short questions

    1) How to disable showing sidebar on mobile phone? I want to see sidebar only on PC and laptop.

    2) I have white space between last row and footer. Any css i should apply to remove it?

    3) How to remove logo and main menu from showing on all devices. I want to only secondary meny left.

    Many thanks for your help!

    #234653

    Hi Nicola,
    Try adding this to your custom css box in Theme Options > Advanced Settings:
    .sidebar .entry-content { display: none;}
    Hope that helps!

    Hannah

Viewing 20 results - 941 through 960 (of 5,356 total)