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 - 621 through 640 (of 5,356 total)
  • Author
    Search Results
  • #253577

    Apologies, Grace! The shortcode doesn’t support categories. If you’re wanting to add a testimonial carousel limited to a specific category you could use the Virtue: Testimonial Carousel widget. But you would either need to paste this into a widget area (ie sidebar, footer, etc.) or use a page builder plugin that allows you to add widgets to your page.
    Sorry! Let me know how I can help further.

    Hannah

    #253573

    Hello i tried to add the post option (sidebar -head content) to pods like you show to ascend theme ( so put whatever is in the postmetaboxes as add function to child theme , but it breaks my site. Can you help me? Thank you 🙂

    #253512

    Hey Matthias,
    There isn’t an option to set a default sidebar layout for pages. It would be determined by the page template being used.
    Let me know if you have any other questions!

    Best,
    Hannah

    #253477

    I know this should be easy, but I couldn´t find a solution even after searching the forums here extensively.
    I also know that under Theme options / Blog Options / Blog Post Defaults / Blog Post Sidebar Default I can change the default for sidebars for posts.
    But how could I do the same for pages?

    In forum: Ascend Theme
    #253476

    Are you referring to the Quick Links in your sidebar? I’m seeing these working. Have you cleared your cache?

    Hannah

    In forum: Ascend Theme
    #253397

    Using a sidebar would work. Or if you want to use the horizontal navigation block I would be happy to help with some css to get it styled as you’re wanting. Just be sure to post a link

    Hannah

    In forum: Ascend Theme
    #253376

    Hi Hannah,

    okay, yes thanks that gets me part of the way there, however next I want to add the menu to each portfolio item

    I would like to have it at the top of each page content (area) so I figured using the horizontal navigation block (which isn’t one of yours I think). This block doesn’t work very well as when I create one using the menu created earlier it doesn’t add in the links, they have to all be done over again manually. The formatting options are also limited. For example, the theme seems to override the font size selector.

    The only other solution I can think of is to put the menu in the sidebar, and create a custom sidebar for use in the portfolio.

    #253372

    https://seascapeatgrandbeach.com/2020/owners-corner/
    This is the best performance I could get.
    Works ok in Chrome & Firefox. Seems to work on all the page in that sidebar except Owners Corner home.
    That link will work at first but not once you visit other links in the sidebar.
    AS FOR EDGE:…. doesn’t any where nearly as well.

    #253371

    I have a page, actually a number of pages that are to be visible only to logged in used with a certain “role”
    There is a login link in the sidebar and if they use it they get login from the front end.
    However, many times as the click from one page to another page ( all with the same restriction) they will not “be seen” as logged in one one page and when they click the login form they get the “you are already logged in” message.
    Even logging in via the direct url and not using any front end form will still get logged out when switching from one protected page and then be logged in again when clicking on another????

    Now I know this could be the cause of many plugins as I am using different members or restriction plugin along with a couple of login plugins.
    But as I had this working on another theme for years I’m wondering if it is not Virtue related??

    It’s more or less an Owners Section with what was a Members/Role plugin that I could on each page set if it was visible to the public or certain Role(s)
    Then in the sidebar I had a login widget and once the user logged in using that widget…. the “Restricted Content” was visible.
    NOW it works and then doesn’t work. One page will be fine and then another will show user logged in but still display restricted content message with promt to login.

    #253304

    Hey, This can be done with a filter in a code snippets plugin: https://wordpress.org/plugins/code-snippets/

    You would add

    add_filter( 'kadence_carousel_columns', 'change_carousel_column_output', 10, 3 );
    function change_carousel_column_output( $cc, $columns, $sidebar ) {
    $cc['ss'] = 1;
    return $cc;
    }

    Ben

    #253269

    Hi,

    I am trying to tweak the testimonial widget in the sidebar….

    1. How do I remove the arrows from the testimonial widget? Or at least get it not to overlap with the title.

    2. Why is the testimonial showing “Like this” and “Like loading”? It doesn’t do this when I use the widget on the home page are.

    Thanks!
    Grace

    In forum: Ascend Theme
    #253260

    Hi,

    I am using Ascend in combination with woo extra variation swatches for choosing a color. Is it possible to have the variation swatches (color in my case) in the filters? Currently, it is a list of colors I have, I think it would be better to have the same variation swatches there.

    Also, I can’t seem to find how to add a filter on tags? So when choosing it joins the ‘active filters’ section in my sidebar

    #253093

    Hi Chris,
    Are you referring specifically to the sidebar? That’s created using the Product Categories widget, followed by the Filter Products by Price widget and then the Filter Products by Attribute widget. Then the Recent Product Reviews widget and the Recently Viewed Products widget. Do you see these in Appearance > Widgets?

    Hannah

    #252911

    Site URL: https://recipesfortrouble.com
    1) Ok. Thanks for your response. I was not aware that choosing to “show latest blogposts” was an archive.
    2) Attached is screenshot with sidebar, showing “Pages” widget.

    Screen-Shot-2020-07-13-at-8-40-41-PM

    In forum: Virtue Theme

    Topic: Mobile menus

    #252859

    I have mobile enabled, for some reason it doesn’t click to open, tried it on my iPhone, another friend on his android said the top bar menu (which is set for mobile) doesn’t show at all. Can’t search either. I removed the primary sidebar so it does look better.

    Wanting the Kindness Matters Conference stuff to show up

    Thanks
    Mari-Lyn

    In forum: Virtue Theme
    #252843
    This reply has been marked as private.
    #252806

    Hello,
    I am setting up the homepage to show latest posts, with number of posts set to one in the wp reading settings.
    There is numerical navigation at the bottom with links to previous posts, but the comments are not showing on the single post pages.
    I have selected to show comments in the single blog posts options in the customizer.
    The comments do show up when selcted from the blog posts in the post grid/carousel block.

    Second issue.
    I am trying to style the navigation links in the pages widget in the posts sidebar to match the style in the primary menu… I can’t find any way to do that in the customizer?

    Thanks in advance for your help.

    #252534

    Hi,
    where can I set up the dynamic search results page in Ascend? Like 1 column instead of 3. Maybe disabling the sidebar too.
    I’ve tried all the Blog and Page settings but doesn’t seem to affect that template.

    Thanks,
    BG

    #252488

    Hey,
    1. You can add this css:

    .single-article article {
        max-width: 700px;
    }

    are you wanting it to align left with the logo or be centered in that space beside the sidebar?

    2. this would remove it, if you want to change it let me know what you want to change it to:

    .widget_recent_entries .widget-inner li a:before {
        display: none;
    }

    Ben

    #252410

    Hey,
    How are you adding the gallery to your sidebar?

    Hannah

Viewing 20 results - 621 through 640 (of 5,356 total)