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 'Page'

Home / Forums / Search / Search Results for 'Page'

Viewing 20 results - 721 through 740 (of 53,646 total)
  • Author
    Search Results
  • #292259

    Hi rumlauf,

    Many thanks for sharing this detailed information.

    From what I can see, the left/right margin you are referring to is coming from the edge padding being applied to the page.

    ​Here’s a screen recording for reference: https://share.zight.com/NQundWdp

    This is from Content Left/Right Edge Spacing in Appearance > Customize > General > Layout settings that I mentioned earlier.

    Can you try setting a 0 value for the Content Left/Right Edge Spacing for mobile?

    ​Here’s a screen recording for reference: https://share.zight.com/Qwuye8Qd

    Let us know how it works out, and we’re happy to offer further help.

    Best regards,
    Teejay.

    #292258

    Hi nassimsultan,

    I understand the issue you’re experiencing with your images scaling unusually large at certain points during browser resizing, and your observations about how resizing relates to different device behaviors make a lot of sense.

    To help pinpoint the cause and provide the best solution, could you share some additional details? Specifically:

    Gutenberg Block Details:

    What type of block are the images in? For example, are they inside an Image Block, Cover Block, or another type?
    Are any alignment settings applied to the blocks (e.g., Full Width, Wide Width, or Centered)?

    Theme and Customization:

    Are you using any specific theme settings that affect image scaling or responsiveness?
    Do you have any custom CSS applied to the images or their containers?

    Breakpoints:

    If possible, could you share the screen widths (or approximate ranges) where the images appear larger than expected? This will help narrow down the behavior.

    Can you share the link to the page where we can see this behavior.

    I tried to create a page on my test website with an Image Adv block inside a Row Layout block. However, I don’t see this behavior.

    ​Here’s a screen recording for reference: https://share.zight.com/7Kuw2zd0

    Once I have this information, I’ll be able to provide more specific guidance.

    Looking forward to your response!

    Best regards,
    Teejay.

    #292247

    Hello all,

    I have an old WordPress website with a Design I really like. I am not trying to re-create this with Kadence.

    The main problem I have is that I need a widget to show up on all pages.

    – I have an active sidebar.
    – The page content needs to start underneath the new widget area.

    See screenshots of what I want and what I currently have in Kadence.

    Currently I made a global block. But I can’t get it to look like a separate thing on the page.

    What is the best way to get this to work?

    Desired

    Kadence

    #292237

    I’m using the navigaion block and have > symbol in front of my items, there is too much space between the > and the link text
    you can see it here. It is the long list of names on the page below and you can only see the > when you rollover the items.
    Thanks

    #292234
    This reply has been marked as private.
    #292192
    This reply has been marked as private.
    #292188
    This reply has been marked as private.
    #292177

    Hi, Mantas!

    I’m here to help.

    Typically, the texts should be centered vertically already. No need to tweak the padding values. You can see our starter templates here – https://www.kadencewp.com/kadence-theme/starter-templates/

    There are some font families though that generate texts with extra bottom spacing and that could be the issue for you. I can check the styles and fonts if you could give me a page URL.

    Mark your response as private so only the support team can see the website URL.

    #292172

    Hi,

    I’m glad you reached out. Can you please provide a URL where we can see the page that you’re asking about? Once we can see it then we’ll be able to assist with instructions and/or CSS.

    Tahnks

    #292171

    Hi There,

    Can you confirm if the “Pricing” page is set as a default page and if “My Courses” is an archive page?

    To add a background image for the course archive title, you can do so from the Customizer. The exact steps depend on the course plugin you are using.

    Kadence provides options to adjust archive layouts, including Custom Post Type (CPT) archives, through Customizer > Posts/Pages Layout > Course Archive Layout > Design tab > Archive Title Background

    Some course plugins also have their own layout and display settings. Could you confirm which plugin you’re using? This will help us guide you better!

    I hope this helps. Let us know if we can assist you further.

    Best Regards,
    Archita

    Anonymous
    #292161

    Hi Ron,

    The issue is usually caused by server limitations, like the memory limit or the max post size being too small.

    Starter templates are intended to be what you start with on a fresh site. The primary functions of this plugin are to add the customization settings for the theme, add the pages/posts/products and media files, install and activate required plugins so that when the import is finished, it will look and function the same as the demo pages.

    Importing a starter template in WordPress typically involves several steps that require resources:

    – Downloading and Extracting Template Files
    – Importing Demo Content
    – Importing Media Files
    – Setting Up Widgets and Menus
    – Installing and Activating Required Plugins

    We recommend these settings to have a smooth experience with installing the Starter Template:

    – the PHP memory limit set to 512MB
    – the max post size bigger or equal to 50MB
    – the WP-memory limit 128/256 MB
    – the max upload size 50 MB
    – the max input vars 2500
    – and ideally the max execution time should be around 300

    Please check if you have these settings.

    In case your hosting provider confirms that the resources are already at the maximum limit for your account, here are some additional steps you can take:

    – Try to import the starter template you want to use.
    – Check your Media library to see if the media files are being added.
    – If so, I try to import the same starter template without enabling the “Delete Previously Imported Posts and Images?” option. Doing this a couple of times might resolve the issue. This will gradually import the media files, pages, settings into your pages if the server is not able to do this all at once.

    If you still get an error, can you send us some screen recordings and additional descriptions that may help us see or replicate this issue?

    Let us know if we can assist you further.

    Kind Regards,
    Michael Taro

    #292150

    Hi Andy,

    To better help with this, please share a link to the page with the post grid. For privacy, you can check “set as private reply” before submitting your reply.

    In the meantime, please check if you added any custom CSS adjusting the post grip gap.

    Cheers,
    Eze

    #292148

    I need to create a query to display posts based on the posts being in either two categories, OR 1 category and a 2nd custom taxonomy?
    I am working with medical trials as a custom post types. I have two taxonomies, Category and Trial Status.

    In Category we have Memory, Migraines, Parkinsons, etc.
    In Trial Status I have Current or Previous.

    I need to create queries to display all trials in Memory studies that are current… All trials in Migraines that are current, etc
    and then the same for Previous trials.

    We have specific wants for the page slugs, so I am using pages with query loops to display each grouping.

    I want the query to be either in category MEMORY and category CURRENT (it must be in both)

    OR in the Category MEMORY and in the Trial Status = CURRENT

    Can you show me how to do that?
    Thamk you.

    #292144

    Hi guys,

    When I create a new page with Kadence theme, header becomes weird with a changed background and title. Could you check the screenshot and let me know how can i fix ?

    #292133

    Hi all

    I am trying to create a blank page.
    So that I start to learn how to set customize global setting in the customer,
    e.g buttons colors, sizing, section padding etc etc to increase the workflow.

    But for some reason it looks all a bit weird see image in attachment.

    As you can see in the left part, I have a white back groun.
    In the right part (live preview) the background is blue(as customized in the layout feasuture in the customizer)
    and the buttons(the 2 black verticals in the red area) looks really weird and are not how they should be.

    Why the background in the editor(left side isn’t blue?)
    Why everything in the preview part doesn’t reflect the same in the editor or vice versa?

    What is the best way to create a blank page in WP with Kadence blocks without interference of a template?

    Cheers

    • This topic was modified 1 year, 4 months ago by Thomas.
    #292128

    Hi team,

    i’m unable to edit courses list page in “Online Course” theme.

    Admin panel “Edit Page” button not appearing here, it’s there for every other page.

    What should i do ?

    #292126

    I’m working on my website and finding it very difficult to scroll through the icon options since there are only a few rows & columns displayed a time in the block settings icon choice. I’m trying to identify best icons for certain activities and finding the right related word to search (if the exact term doesn’t come up) is cumbersome…

    Is there a full icon library visible on one page somewhere, so I can visually scan it more easily?

    Thanks!

    #292121

    Hi Teejay,

    Thanks for getting back to me. Sorry for the delayed response.
    Here is the link to the page I am trying to ‘fix’: https://luteranamoema.org.br/conhecendo-jesus-dia-1/

    I have tried all the settings you described above but none of the them could change what I want, which is to get rid of this left/right margin on the mobile screen as shown in the picture: https://ibb.co/f17gx6n

    From my searching, I think these are the parameters that would have to be changed (see picture) but as you can see they are greyed out and cannot be changed: row-layout-margins . See how they are set to ‘auto’ and cannot be changed.

    Again, the rendering on desktop is fine, it is as expected, it is the rendering on tablet/mobile that introduces these margins. Just to conclude, the header and footer have ‘alignment’ set to ‘full width’ I believe.

    Hopefully, I was clear. Please let me know if you need additional info.
    Thanks

    #292118

    I have a Form (Adv) block on my page. Once user fills it, the submit button is for “Pay” which will take them to a payment processor, so instead of Email I have chosen Redirect as my button behavior. My question is, will the form submission entries not be saved this way if I choose redirect? Any way to save them in the backend regardless of whether the payment was successful or not? This is for free Kadence not Pro.

    #292111

    I’m trying to use the code snippet from this page to change the Logo link for my website, and it isn’t working. Has it changed? I have a child theme and added it to functions.php:

    add_filter( 'kadence_logo_url', 'custom_logo_url' );
    function custom_logo_url( $url ) {
    $url = '
    return $url;
    }

    Thank you!

Viewing 20 results - 721 through 740 (of 53,646 total)