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 - 1,521 through 1,540 (of 5,356 total)
  • Author
    Search Results
  • #195430

    Hi Phil,
    You should be able to remove the widgets from your sidebar from Appearance > Widgets. Does this work for you?

    Hannah

    #195419

    Hi team,

    I just upgraded a live site to Kadence Virtue 4.6.7 and I spotted additional copies of widgets appearing in the sidebars. If I compare with the Dev site, (which has not been upgraded), the sidebars look correct.

    I wondered if the theme upgrade or something else entirely is responsible?

    Many thanks,
    Phil.

    In forum: Virtue Theme
    #195286

    Hi Heli,
    You should be able to use this css to adjust your sidebar titles:

    .sidebar h3 {
        font-size: 24px;
    }

    And this should give you a bit more space between the content and sidebar:

    @media (min-width: 992px) {
    .main.col-lg-9.col-md-8 {
        padding-right: 20px;
    }
    }

    You should be able to paste those directly into your custom css box in theme options, but let me know if it is not having effect.

    Hannah

    In forum: Virtue Theme
    #195228

    Hey Ben,

    Thank you. It is: https://www.2bnews.com

    For some reason adding the CSS to the advanced settings is not having any effect for typography.

    I have now removed most of the items I had on the sidebar because the font was too big.
    I also needed to modify the margin-bottom of the main text to add more space between paragraphs and had to do it directly on virtue.css because adding the CSS on the advanced settings would not have any effect.

    Thanks for your help.

    Heli

    #195166

    Hi … I searched all over to see if there is a way to change the sizes of the fonts in the sidebar without affecting the others.

    I found this CSS from Ben on an older post:

    .sidebar h3.widget-title {
    font-size: 24px;
    }

    .. but I’m not having luck with it, and it would be only for the title.

    I also want to create a little breathing room between the sidebar and the main content column. Is there a way to widen that space a bit?

    Thanks so much for your great support!!

    #195050

    Hi,
    I am running my home page on a single column blog posts with a sidebar on the right.
    I would like to make the images for the desktop version a bit larger in relation to the text, as the images are important.

    Is there a way to add a little CSS to do this? The mobile sizes look great and I would like to keep as they are.

    Thanks very much.

    #194973

    What events plugin are you using?

    It looks like the sidebar is being output twice into the page, both below the actual content.

    Ben

    In forum: Ascend Theme
    #194955

    Here is css that would make a temp solution. I’ll check out what options I can enable in an update:

    .post-type-archive-tribe_events .main {
        width: 100%;
        float: none;
    }
    
    .post-type-archive-tribe_events #ktsidebar {
        display:none;
    }

    Ben

    #194947

    Hello
    I’m using the events calendar by modern tribe which only uses events/ slug. It is not on a page as such. So I want to hide the sidebar completely. I can see this question has already been asked for Virtue and Pinacle but is there a solution for Ascend?

    Thank you
    Tom

    #194761

    Hi – that didn’t work, here’s all my CSS now:

    /* HIDE THUMBNAILS IN RECENT POSTS WIDGETS ON HOME PAGE*/
    .kadence_recent_posts img, .widget_kadence_recent_posts img {
    display: none;
    }

    .latest .kadence_recent_posts img, .latest .widget_kadence_recent_posts img {
    display: initial;
    }

    /* HIDE DATE IN RECENT POSTS SIDEBAR*/
    .sidebar .recentpost_date {
    display: none;
    }

    /* HIDE DATE IN RECENT POSTS */
    .recentpost_date {
    display: none;
    }

    /* HIDE PAGES WIDGET TITLE IN FOOTER*/
    .hide-title .widget-title {
    display: none !important;
    }

    /* VERTICAL LINES IN FOOTER*/
    .footercol1:after, .footercol2:after {
    height:80%;
    top:20%;
    right:0;
    width:1px;
    background:black;
    content:”;
    display:block;
    position:absolute;
    }

    /* VERTICAL ALIGN HOMEPAGE BOX REPORT*/
    #pgc-25-2-0.panel-grid-cell {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    }

    The thumbnails don’t appear anywhere

    thanks

    In forum: Ascend Theme

    In reply to: Gallery Post Shortcode

    #194686

    Hey John,
    You shouldn’t be in the editor. And you don’t ever want to edit theme files directly.

    In your admin, you should see “theme options” in the left sidebar. If you click on that then in the submenu of that you should see header and footer scripts. You would place the code in the box for the footer scripts.

    Does that help?

    Ben

    #194663

    Didn’t use a plugin. Used Google Calendar code list. But a shortcode for sidebar is not provided. One forum said when using the embed code in a text widget, WordPress is supposed to automatically create a shortcode, but it doesn’t. So, just putting in an image with a calendar link in the sidebar solves the mystery for now. Unless you have other ideas.

    #194654

    I was always wondering why meta links are placed by default on sidebar with wordpress. Please clarify reason before I make widget inactive. I really don’t want them on the sidebar. And if you feel I should have some, please advise which ones, and how remove the others.

    #194511

    Hey Sharon,

    You should be able to add the embedded code to a text widget in your sidebar, rather than shortcode.

    does that work for you?

    -Kevin

    #194498

    I decided to use Google Calendar embed code for a page. But want to have a shortcode in a calendar sidebar. Can’t seem to find the shortcode to use there. Google calendar settings only have embed codes. Any advice?

    #194435

    Hello,

    One option would be to add the blog posts to a feature sidebar template page’s content via shortcode like this:
    [kad_blog orderby=date items=4 fullpost=false]

    Then you would set the slider as the feature in the page settings.

    Would that work for you?

    -Kevin

    #194414

    Hello Ben!

    I have a blog template page on my site and I’m trying to add a slider on it. How do I do it in such a way that
    it doesn’t overlap with the sidebar.

    Please see

    Hear from you soon.

    Liza

    In forum: Virtue Theme

    In reply to: Integrate MailChimp

    #194295

    Hi Kevin and Ben,

    Here is the link to issue of Twitter feed Not working in Firefox at the very last sidebar.

    It is adult product website:
    http://www.adultwarehouseoutlet.com/

    Thanks,
    Sam

    #194263

    This has been very frustrating. The post is a WP-Courseware Unit and it doesn’t give you the option of no sidebar, I need to apply that CSS to the post id. The css works globally but I don’t want that Apparently focusing it is very difficult. I searched the web for hours without finding a solution.

    #194261

    Rather than use CSS, you can actually just turn the sidebar off within the post settings. Just go into the post edit screen and find “Display Sidebar?” under Post Settings and set to No.

    Does that work for you?

    -Kevin

Viewing 20 results - 1,521 through 1,540 (of 5,356 total)