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

    In reply to: Custom blocks advice

    #168563

    What types of block is best to use for the News section? – There are going to be some text with links there

    So you can set up the background for whatever widget your using to add the “text with links” in pagebuilder. Just edit the widget and give it a background in the sidebar settings. Are you wanting like a set height or help me understand what you mean by “types of block”

    In forum: Pinnacle Theme

    In reply to: Change search page

    #168507

    Hey.
    There isn’t’ a built-in theme option for that.
    You can build that with a child theme by editing the search.php file to create a custom search loop.

    You can set the sidebar you want to use in the theme options > misc settings.

    Ben

    #168414

    If you are in pagebuilder you can click the edit row button (top right corner area of the row) and in the popup there is a sidebar with an attributes section.

    Ben

    In forum: Ascend Theme

    In reply to: Header Hight issue

    #168209

    Just did and it’s the same.
    I’m not that worried if this is only on my FF. Will test tomorrow on a laptop without the FF with sidebar.

    Thanks

    In forum: Ascend Theme
    #168199

    Hi,

    when i reload the page with the header shrinked and then scroll back up top, the header won’t resize correctly to the maximum height. Seems to affect only FF (56.0.2, 64-bit). I use a vertical tab sidebar for FF (Tree style tab) – could this be the problem ?
    Reloading while on top of the page, solves the header size.

    Here a pic:

    Site:

    Thank you

    In forum: Ascend Theme

    In reply to: Kadence Slider

    #167824

    You should always update plugins and themes. You can update by going into your admin area, and clicking “Updates” in your admin sidebar.

    -Kevin

    #167453

    Hi,
    I would like some of my articles to show no “title” cover area, but start directly with the title, categories and date (in that order if possible but I’ve raised another topic with that specific question).
    When I use the “Hide” title for an article, my sidebar and categories are really close, a bit too close from my navbar menu.
    Is it possible to adjust the spacing whithout impacting too much on other kides of displays (slider, show title…)?
    Thanks a lot,
    Priscilia.

    #167412

    Hi Kevin
    Indeed, that changes the product page related product carousel.
    That is all I need. Thank you very much.
    On side note, that did not change the homepage sidebar carousel issue, but I do not need that.
    Thank you very much!

    #167372
    This reply has been marked as private.
    #167345

    Hello
    I installed external ajax product search plugin to topbar widget area.
    The search box it too wide. Is there a way to make the widget area smaller?

    The plugin is working for example on sidebar normally.

    Also, the “search” placeholder text is grey. Is there a way to change the text to white?

    #167306

    Hello,
    I would like to translate the “LATEST POST” module title into french on the frecn version of the homepage but I cannot find where to translate this string.
    I did transltate the titles in the sidebar and all, but I don’t knwow how to find this particular one.
    Thanks for your kind help, once again…

    In forum: Ascend Theme

    In reply to: A Good Fit?

    #167284

    Hi Max,
    I don’t know much, or anything, about theme Weaver II. But I can say most, if not all, of your css would not transfer over as all the classes differ theme to theme.

    1. You can re-create this by enabling the topbar, primary, and secondary navigation menus within Ascend theme.

    2. You can create multiple custom sidebars from Theme Options > Misc Settings. You can add different widgets to each from Appearance > Widgets, then you can enable a specific one from your individual edit pages.

    3. From my understanding, Nextgen works fine in Ascend. I can’t say for sure how well things transfer theme to theme, but I would imagine it works fine.

    Hope that’s helpful!

    Hannah

    In forum: Ascend Theme

    Topic: A Good Fit?

    #167281

    I have a client website that was built on the theme Weaver II. It’s a large complex site with a fair amount of CSS to get it the way the client wanted it, and it needs an upgrade. Upgrading to the next generation of Weaver is a possibility, but I’d much rather switch it over to Ascend, which I’m a lot more comfortable with.

    There are a few things about this site that I’m concerned might be difficult or impossible in Ascend, and I’m hoping you can advise me about what whether that’s true, or what might be involved.

    1) I think the biggest issue is the navigation panels. The client likes having the menus and submenus displayed with as many as three tiers visible, as shown for example: or here: Is there a way to get something like that to work in Ascend?

    2) Another issue is the fact that they use different sidebar elements (mostly various kinds of gallery widgets) for every page. In the current theme this is accomplished by creating separate widget areas for each page. I suppose this could be accomplished in Ascend by using the SiteOrigin editor, and creating a sidebar column on each page, and inserting the widgets there. Does that seem like the best approach?

    3) A third concern is that there are scores of galleries already set up on the site using a plugin called NextGen. I’d prefer not to spend days remaking those, and I am assuming that changing the theme would not disturb these existing galleries, and they could still be plugged into the pages where they need to go. Am I correct to assume that?

    Answers to those questions and any other issues that you notice would be gratefully appreciated!

    #166955

    Hi Kevin

    Well it’s a live site at http://www.tauntonracecourse.co.uk so I’ve made this temporary page to show you:

    http://tauntonracecourse.co.uk/latest-news-taunton-racecourse/

    That’s just a blog page with a sidebar containing the same blog but with a lower word count.

    As mentioned, I can fix this with CSS myself (probably) but it seems to me that by default, there’s no way to have a single column blog set to have a lower word count than specified in the theme blog settings.

    So I guess this is almost another feature request, with either the “kad_blog” shortcode allowing a word count setting, or the “blog_posts” shortcode having a columns setting (which allows for one column).

    Thanks, Steve

    #166951

    Hi Ben and Team.

    I’m struggling a little with word counts on blog posts/shortcode functions and some help would be great. As I understand things I can set an excerpt length in Blog Options. That’s all fine.

    Then on a sidebar I also want some post excerpts, but not with as many words as the default setting above.

    Looking at the shortcodes it seems I need to use the “blog_posts” shortcode like this: [blog_posts orderby=date items=4 word_count=30 cat=photos] as the “kad_blog” option does allow for a word count parameter.

    That’s fine, but “blog_posts” seems to layout in two columns and I only want one. I could hack this in CSS by setting col-md-6 to 50% etc… but that seems a bit messy.

    Is there a better option for doing this? (I’m looking for the word_count parameter in “kad_blog” or a columns option in “blog_posts” I guess).

    I did a search and this has been asked before, and the response seemed to suggest that there was a one column blog option somewhere in the theme settings but I’m not sure if I interpreted what was being written correctly.

    Kind regards
    Steve

    #166888
    This reply has been marked as private.
    #166568

    Hello,

    You can get rid of the sidebar on new pages or any page on your site by assigning the “fullwidth” template in the page attributes:
    http://docs.kadencethemes.com/virtue-premium/fullwidth-page-template/

    Let me know if that works or you!

    -Kevin

    #166566

    How can I get rid of the Sidebar on my new pages
    example:

    In forum: Ascend Theme

    In reply to: Shortcode

    #166487

    Hey,
    1. That is interesting. Here is css that would fix that:

    .sidebar .widget-title, .sidebar .select2-container {
        z-index: 1;
    }

    2. See here:https://docs.woocommerce.com/document/woocommerce-shortcodes/

    There is no option to use a tag. You can use an attribute or category. You see products because “tag” does nothing so it’s just pulling in 6 products.

    Ben

    #166385

    Update kevins css to this:

    @media (min-width: 992px) {
    .main.kt-sidebar {
        width: 80%;
        }
    #ktsidebar {
        width: 20%
        }
    }

    Ben

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