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

    In reply to: Sticky Sidebar

    #246423
    <script type="text/javascript">
    jQuery(document).ready(function ($) {
    if($(window).width() > 922) {
    var topOffest = $('body').hasClass('admin-bar') ? 54 : 20;
    var bottomOffest = $('#containerfooter').outerHeight() + 20;
    var fullTopOffest = $('.kad-header-menu-outer').outerHeight() + topOffest + 20;
    $('.sidebar').ktsticky({topSpacing:fullTopOffest, bottomSpacing:bottomOffest});
    }
    });
    </script>

    You can add that into the footer scripts in your header and footer scripts.

    Ben

    #246272

    2. Sorry, that is different from the page I thought you were referencing. There isn’t a built-in way to make a product image a slider. Our Kadence Woo Extras plugin has a function for this though. See here: https://www.kadencewp.com/product/kadence-woo-extras/

    3. You can use this css to make the sidebar only on the homepage float left:
    @media (min-width: 992px) {.home .main.col-lg-9.col-md-8 { float: right; } }
    You can reduce the sidebar width with css like this:

    @media (min-width: 992px) {
    .main.col-lg-9.col-md-8.kt-sidebar {
        width: 80%;
    }
    aside.col-lg-3.col-md-4 {
        width: 20%;
    }
    }

    Hannah

    #246261
    This reply has been marked as private.
    #246220

    1. You have “Display product tabs?” turned off in Theme Options > Product Settings. You need to turn that setting on the enable the description.

    2. As for the slider not sliding, is this the page you’re referencing: https://www.tooseapparel.co.nz/product-test-1/ ? I’m seeing it slide.

    3. The sidebar should be right by default. I’m not sure why it would be displaying left. Try re-enabling. Does it still show on the left?

    I suggest using a caching plugin such as WP Rocket. https://wp-rocket.me/

    Hannah

    In forum: Ascend Theme

    In reply to: Sticky Sidebar

    #246210

    I would also like to see the sticky sidebar option in the theme (as default functionality) 🙂

    #246196
    This reply has been marked as private.
    #246181
    This reply has been marked as private.
    #246176

    Hello Guys, I’ve searched for this, no luck, all the matches are for the Ascend theme.
    How can I move the sidebar1 sidebar on the product page to the right?
    The Virtue settings product page doesn’t give that option that I can see.
    And at the moment where it is on the left, it is restricting the main product image to a smaller size than set. leaving empty space to the far right.

    Also, is there any way of getting the woocommerce product page slider to actually slide? I’ve tried a few plugins and they are all inadequate. I’m presuming I’ll have to buy a plugin dedicated just to this purpose?

    Thanks for your help, John

    In forum: Virtue Theme

    In reply to: Custom 404 Page

    #246098

    Hey,

    1.

    An incorrect URL typed into the address bar used to redirect to http://www.domain.com/”ChosenCustom404Permanlink&#8221; – whereas now it directs to http://www.domain.com/”TheWronglyTypedInURL”.

    The custom 404 page would have always left the permalink alone, you don’t get redirected when navigating to a wrong url you are just shown the 404 content (that URL doesn’t exist). This is really helpful if someone is trying to manually go to a page because it gives them a chance to edit a typo in the URL, instead of being at a whole new url of your choosing that has nothing to do with what the user was looking for.

    Either way, it would have take a plugin not from us for your 404 pages to redirect.

    2.
    I set your page defaults to no sidebar which removed that.

    Ben

    In forum: Ascend Theme

    In reply to: Slider Image in Header

    #246086

    Hey Hannah,

    Using Block editor,
    a) I’ve added a row layout but cannot find an option for Kadence slider, only image or advance gallery, group, gallery, OR is it under Common blocks the rich gallery?

    b). Post head content, must I choose slider or Gallery post default?

    c) What must I click Post format (documents) Gallery and must I click stick to the top of Blog if I want no text above the slider (in header)?

    d) Post summary: Gallery post default?

    e) Post carousel: default

    f). Background image (I guess it is Irrelevant as I want a slider)?

    g). background-size: cover, contain or 100%?

    h) where it asks me for the max slider / Image height, how do I know wh
    at to add, and Image width (no option for full width)
    When does a person click future images?

    I am really very confused to add a new post (with all the options and when to click which one) although I’ve checked the video on Kadence blocks twice. Using Block editor, can I only add/use Kadence blocks or also Common blocks?

    What I want is the following: I want to add a new post with fa ull-width image in the header (without a sidebar), and add the Post title on the Image in Header and only then start with the rest of my post.

    Mimmie

    In forum: Virtue Theme

    In reply to: Custom 404 Page

    #246079

    Can you confirm that the sidebar is turned off in your 404 edit page? Would you mind sending login info so I can take a look at your settings? You can set as a private reply.

    Hannah

    In forum: Ascend Theme

    In reply to: Blog Post Formats

    #246022

    Hey,
    no to archive-recipes.php file. that would only work if you created a new post type called recipes. Which may be something you want to do so that in the admin you see the posts separately.

    Your main recipe page can have a different archive style since that would be a page, but subcategories will use the default category setting when outputting the posts. Meaning Recipe -> Lunch. Will have the same post output style and sidebar as blog -> Nutrition.

    You can manually set sidebars inside each recipe to be different from the default but you can’t set a default based on the category you put the post into. Meaning your recipe posts can have a recipe sidebar you just have to set that in the post settings for each recipe post.

    I hope that clarifies.

    In forum: Ascend Theme

    In reply to: Blog Post Formats

    #245878

    Hey,
    “Is the best way to accomplish this with separate pages like you suggested or by modifying the blog archive settings depending on category?” Yes. In your blog archive edit pages you can choose the format for that specific archive page and you can choose a specific sidebar.

    Hannah

    In forum: Ascend Theme

    In reply to: Blog Post Formats

    #245859

    Hi Hannah,

    Yes, thank you for that tip. I understand that I can create separate pages to only display certain types of posts. Instead of that though, I’d like to format the archive blog pages depending on which category is being displayed. For example, if any of my “Blog Post” categories are displayed, I want them to have a certain format and sidebar. If any of my Recipe categories are displayed, I want them to have a different format and sidebar. Is the best way to accomplish this with separate pages like you suggested or by modifying the blog archive settings depending on category?

    I’m concerned about how the posts will display when a user clicks on a certain “Category” from the sidebar or header.

    Best,
    Brandon

    #245791

    Hey Jeff,

    1. the setting for category/archive sidebar is not going to affect single posts. That only effects category/archive pages.

    If you want your blog posts to use any other sidebar then primary you have to set that within the blog post itself. does that further clarify?

    2. Your primary sidebar must-have widgets that would show content on a single post for you to see any content on a single post. Right now your primary sidebar has only woocommerce widgets which will only show on woocommerce pages.

    I hope that helps!

    Ben

    #245786
    This reply has been marked as private.
    In forum: Ascend Theme
    #245737

    I have a working blogging website that displays blog posts as desired. Now I want to create a different formatted post for recipes. This format will have different default sidebars, carousels, and other info. How do I setup another default format for recipe formatted posts?

    In forum: Virtue Theme

    In reply to: Ken Burns effect

    #245613
    This reply has been marked as private.
    #245607

    Hi, Gang,

    When I click on a Category, the category page shows two posts in different formats. I have reviewed each post. I have checked everything in the panel in right sidebar and in the formatting below the post. I have no clue why this is happening.

    Your thoughts?
    Thank you,
    Pam

    In forum: Virtue Theme

    In reply to: Ken Burns effect

    #245593

    3. Is the display sidebar option set to default from within your post?

    4. Not when using the post grid/carousel block. Sorry.

    5. Have you set a caption for the media file?

    In the future please start a new thread for new questions. It gets confusing to follow:)

    Hannah

Viewing 20 results - 741 through 760 (of 5,356 total)