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 - 2,241 through 2,260 (of 53,646 total)
  • Author
    Search Results
  • In forum: Kadence Theme

    In reply to: Pagination overflow

    #284036

    Hi, Mark!

    I don’t recommend hiding page numbers since there is no CSS code that will be able to detect on which page you are already. That will require more custom code like Javascript.

    What you can do is prevent the “wrapping” of the page numbers so they’ll stay on a single line. The user will just have to scroll horizontally to see the other page numbers. Add the “white-space: nowrap” CSS property to the nav-links. Here’s the updated custom CSS code:

    @media(max-width:767px){
        .blog nav.navigation.pagination,
        .archive.category nav.navigation.pagination {
            overflow-x: auto;
            padding-bottom: 20px;
        }
        .blog .nav-links,
        .archive.category .nav-links{
             min-width: 400px;
             white-space: nowrap;
        }
       .blog.paged,
       .archive.paged {
           overflow-x: hidden;
       }
    }

    This is how it will look – https://share.getcloudapp.com/6quJ7PDn.

    I hope this helps, and let us know if we can help you further.

    Regards,
    Karla

    #284034

    Hi Adam,

    I am not able to replicate this on my test website. The Top Divider color is being applied for an Element being to the pages on my test site.

    ​Here’s a screen recording for reference: https://share.getcloudapp.com/RBuJ1qzp

    I tried to inspect the element on your website. I see that the style being applied to this section is from a cached resource.

    ​Here’s a screen recording for reference: https://share.getcloudapp.com/RBuJ1qkp

    Please also purge any cache you have after applying the changes. It is possible that the changes will not reflect on the website if the cached resources are not updated.

    Let us know how it goes, we’ll be more than happy to help.

    Best regards,
    Teejay.

    #284027

    Hi there,

    I’ve got a hooked element added below my blog’s posts page.

    Here’s a link to it:

    Here’s a screenshot of the issue on the front-end:

    Here’s a screenshot of the settings for the top divider in the block editor:

    In the settings, we can see the correct color is added and being displayed as it should. This color specifically: #f5f7fa

    But instead, on the front-end, it’s displaying as white (#FFFFFF) instead.

    Weird issue. How can we fix this?

    Thanks in advance.

    – Adam

    #284023

    I have a number of rows, where I have added background colours to the individual sections. This shows fine in the admin, but doesn’t work in the frontend. Previously, it would add something like “style=”background: #000;” to the section DIV. On some pages, it still shows background colour, but if I resave those pages, that inline styling doesn’t show anymore.

    Not sure if anyone else has this issue, has started happening during the last few updates to the plugin.

    #284022

    Hi there,

    Yes. There is another setting. When editing a page/post, there is a page setting where you can set the featured image to default, enabled, or disabled.

    ​Here’s a screen recording for reference: https://share.getcloudapp.com/DOuKWJQD

    I hope this helps. If you have further questions, please let us know, and we’ll be happy to help out.

    Best regards,
    Teejay.

    #284021

    Hi,

    I want to build a page that displays a category of Posts in a grid. Above that grid, I would like to give the user an option to sort and search the posts.

    Domething like this:

    Anyone heard of a plugin that can do this? Code snippets?

    #284020

    Hello

    Big fan of Kadence theme and blocks and hope you can help. I have a multisite with a few subsites. On this subsite page for example, I find the form block gets broken after I add it. It says “This block contains unexpected or invalid content.”

    On the main site the form looks fine and tests emails work too.

    Can you please advise?

    Thank you.

    In forum: Kadence Theme

    In reply to: Pagination overflow

    #284017

    Hi Karla,

    The code is definitely now implemented because it slides to the side, but it is still overflowing by page 3. I was hoping there was a way to limit the displayed pages to 4 or 5 or something, therefore preventing overflow. We can make it a bit smaller but not sure that will stop the overflow either.

    Cheers,

    Mark

    In forum: Kadence Theme

    In reply to: Pagination overflow

    #284011

    Hi, Mark.

    This is expected since there are a lot of “page” numbers already.

    If we adjust this further, the page buttons will be too small on some mobile devices. On the other hand, if you’d still want that, make sure to add Chito’s CSS code to Customizer > Additional CSS:

    @media(max-width:767px){
        .blog nav.navigation.pagination,
        .archive.category nav.navigation.pagination {
            overflow-x: auto;
            padding-bottom: 20px;
        }
        .blog .nav-links,
        .archive.category .nav-links{
             min-width: 400px;
        }
    }

    Currently, I do not see this being applied. This is how it should work – https://share.getcloudapp.com/p9uZnnw2.

    I saw that you have SiteGround so please clear any cache after saving your changes.

    I hope this helps, and let us know if we can help you further.

    Regards,
    Karla

    #284008

    Hi, Andy!

    I’m sorry again for the delay.

    Yes, the example I demonstrated is for the users that are the authors of the current post. Could you send us screenshots of how your setup should work so we can better understand the requirement?

    If it is the currently logged-in user’s custom field you want to get, there are no options for that in our dynamic content yet. The only available option is to show the “Current User Display Name” – https://share.getcloudapp.com/geuPk86q.

    There is an existing feature request for Current User options in the dynamic content. You may vote and comment on additional information on this page – https://www.kadencewp.com/kadence-blocks/feature-requests/add-dynamic-content-support-for-current-user-meta-custom-fields/.

    However, we cannot give an estimated date for when this will be added. Our developers consider certain factors before implementing new ones.

    I hope this helps, and please let us know if we can help you further.

    Kind regards,
    Karla

    #284003

    Hi there,

    Kadence does not disable the field for uploading a featured image on pages and posts. Even if these are disabled in the customizer Page Layout and Single Post Layout settings.

    Sometimes, it takes some time for WordPress to show the field for uploading a feature image when creating or editing a post.

    Kindly try adding a page and wait for a few seconds for the page to completely load.

    If the featured image option doesn’t show. They maybe another factor that is causing this on your website.

    For initial troubleshooting, please could you do the steps listed in this article https://www.kadencewp.com/blog/how-to-troubleshoot-your-website? This will help us rule out these usual causes of WordPress issues, so we can move on to investigating other possible causes of this issue on your website.

    Please let us know how it goes, we’ll be more than happy to help.

    Best regards,
    Teejay.

    #284002

    I can’t see featured image option on my right sidebar when I create new post. I have enabled featured image from PAGE LAYOUT and SINGLE POST LAYOUT.

    #283997

    Hi guys,

    The entry-title on a lot of pages are H2 and i would like them to be H1, because now there is no H1 .. can I change class ‘entry-title’ to use a h1 instead of h2?

    Tnx!

    #283991

    Hi Lynne,

    The link you first gave is the direct link to the page when editing the page. It is okay to give that link. We won’t be able to go into the admin panel with just that link if we do not have the login details.

    From what I understand, you are adding left margins and paddings to this section because you would like to push the list away from the left most side of the page. Perhaps somewhere in the middle or in line with the other contents.

    The desktop and the landscape version of the page will use the same setting because the styles are being applied based on specific breakpoints for screen sizes. These breakpoints are set for the desktop, tablet, and mobile. On the landscape version of the tablet, it is still inside the scope of the desktop size. Thus, it will apply the style for the desktop. You can create custom CSS to specify your own break points and style. However, because there are a number of different tablet sizes, it still might not look good on other tablets.

    Instead of the margin and padding, you can try using the Row Layout block’s Content Max Width setting. This will adjust to the different screen sizes better.

    ​Here’s a screen recording for reference: https://share.getcloudapp.com/eDuEklXw

    Please let us know how it goes, we’ll be more than happy to help.

    Best regards,
    Teejay.

    #283988

    Hi there!

    Your website is not a WordPress website. Could you give us the correct website URL so we can better compare the normal page and category page title sections?

    On the other hand, the Kadence theme has separate Customizer settings for the archive pages. Those are found in Customizer > Posts/Pages Layout > Archive Layout.

    Go to the DESIGN tab so you can change the title section background color and other styles – https://share.getcloudapp.com/yAu98kkB.

    I hope this helps, and let us know if we can assist you further.

    Kind regards,
    Karla

    In forum: Kadence Theme

    In reply to: Pagination overflow

    #283987

    Hi, Mark!

    Currently, I do not see the page links centered and I do not see any overflow as well – https://share.getcloudapp.com/d5uDlNAB. Could you send us a screenshot of the issue so we can better understand?

    Kind regards,
    Karla

    #283978

    Hello

    I’m trying to activate kadence captcha on the account registration form. On the account login/registration page I use this:

    And the captcha doesn’t work on the page. reCAPTCHA badge is not hided by the way:

    In the settings, I use this. I only need on the Registration form, not in the login form.

    Please help.

    • This topic was modified 2 years, 10 months ago by djbeyhan.
    • This topic was modified 2 years, 10 months ago by djbeyhan.
    In forum: Kadence Theme

    In reply to: Pagination overflow

    #283973

    Hey guys,

    I just noticed that it is still overflowing by archive page 3?

    Thanks so much for your help,

    Mark

    #283968

    Hi Teejay,
    Thanks for having a look at this, I really appreciate it. I have used 5XL left padding and 5XL left margin in the Desktop settings. This was the only way I could get the icon list centred when viewing it on desktop. Not sure if that’s what is messing things up with the tablet landscape view?

    Here is the link to the page:
    https://glencoewebdesign.co.uk/wp-admin/post.php?post=543&action=edit

    Is it ok for this link to be viewed publicly on the forum?

    Kind wishes,
    Lynne

    #283967

    I have setup categories for all of my pages, however, if I click on a category to take me to the Categories Page, (eg http://www.mydomain.com/category/business ) the format of the page is not the same as a normal page. Specifically, the background title color is different to a normal page.

    Where do I go to fix this to ensure my category pages are formatted the same as my regular pages?

Viewing 20 results - 2,241 through 2,260 (of 53,646 total)