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 - 3,161 through 3,180 (of 53,646 total)
  • Author
    Search Results
  • #279650

    Is it possível to bring description and social links from the author (they usually add this on profile page) on the author page?

    #279646

    Hi Chandler,

    Thank you for reaching out to us.

    To further assist you, would it be possible to send us the screen recording of the issue along with the URL of the page that you’re working on?

    You can send the URL and screen recording privately by enabling the “Set as private reply” option before submitting your reply.

    Thanks for your cooperation!

    Cheers,
    Dane

    #279642

    Hi, Siamak!

    Thanks for reaching out to us.

    Just to confirm, were you selecting “Kadence Slider Pro” for the home image slider options? Additionally, selecting the correct sliders for each? I tested it on my website but they’re working – https://share.getcloudapp.com/xQuwBe87.

    If they’re still not showing and you have a website cache active, please purge it to make sure that your pages will show the latest changes you did. You may refer to number 2 in this post – https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/.

    Extra question: What are the common practices to create the mobile slider? Font sizes, positions, etc.

    The Kadence Slider will automatically adjust the layers inside for mobile views. The responsive options are quite limited but what I could recommend is not adding too many texts inside each slide and using enough line height for them.

    For positions, make sure that the text layers are not too close to each other.

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

    Kind Regards,
    Karla

    In forum: Kadence Theme

    In reply to: Full site editing plan

    #279637

    FSE makes your site extremely static in nature and so if you are doing anything dynamic you simply can’t move to FSE

    Cwicly uses FSE and it works great both in terms of dynamic content (ACF Pro) and page builder feeling. You say Kadence will not move to FSE for at least 1 year? Any comments on Cwicly?

    https://cwicly.com/

    #279633

    Hi Siamak,

    Thank you for writing. The Kadence Slider Pro works fine on my test site. Here’s a screen recording: https://share.getcloudapp.com/E0uyxLLo.

    Do you see any console error on the home page? If there’s none, do you have caching on your site by chance that you can purge?

    You may also check if you are running the latest version of the theme.

    Here’s our post about troubleshooting your site:
    https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/

    “Extra question: What are the common practices to create the mobile slider? Font sizes, positions, etc.”
    You can preview the tablet and mobile version with this guide. From there, you can calculate the Slider max height and max width as well as the font size.

    Let us know how we can help further.

    Kind regards,
    Chito

    #279629

    Hi there,

    You can hook blocks in the Blog Archive page using Kadence Hooked Element. Here’s a screen recording: https://share.getcloudapp.com/12uLwRA7

    Kindly choose the Element Placement to your liking.

    I hope this helps and let us know how we can help further.

    Kind regards,
    Chito

    #279627

    Hi Michael,

    Thank you for writing.

    The pages on the “Shop By Activity” menu dropdown don’t have Page Titles. https://share.getcloudapp.com/2Numn6dp

    You can either enable the Page Title in Customizer or create a Row Layout with Advanced Text and choose H1.

    For the Customizer, go to Posts/Pages Layout > Page Layout and enable the “Show Page Title?” option and this will apply to all pages. https://prnt.sc/aHDLPV0UQivT

    However, that can be overridden by disabling the Page Title in the Page Settings, so check that as well. https://prnt.sc/_ZF-F1IiMjh0

    If using Advanced Text block, kindly disable the “Show Page Title?” option and add your Page Title manually for each page. https://share.getcloudapp.com/04uQpyGJ

    Let me know if you have any other pages that need fixing.

    Kind regards,
    Chito

    #279624

    Hello – The site audit of remaininthegame.ca done by Semrush is stating that my page headings are not H1. How can I correct this?

    Thanks.

    #279621

    Hi Hannah,

    thank you very very much… I modified the code a bit and now it´s working fine for me.

    @media (max-width: 992px) {
    .page-id-13 .kt-sc-textcol.kt-sc-text-valign-center.kt-sc-text-halign-left {
        min-height: auto !important;
    }
    .page-id-13 .kt-split-content-wrap {
        display: block;
    }
    .page-id-13 h2 {
        text-align: center;
    }
    }

    Best,
    Dirk

    #279618

    somehow it works since today on every page..

    #279617

    Hi there everyone,

    Does anyone know which Metabox field types have native Kadence support – from here what can we use ?

    Been experimenting with Fieldsets – couldn’t make it work, so thought about text list….

    This is for a specification table on each woo-product, so just enter the relevant data, then use SK2.0 template to format data via dynamic content on single product page.

    Cheers all……….

    #278222
    This reply has been marked as private.
    #278202

    Please explain where the theme options are located. I am unable to locate that. I am also struggling with full page width going outside of the left margin.

    #278084

    Hi Hannah, thank you for your reply. This is not exactly what I need. I need to edit this Archive Layout page also with text and code. How can I add some shortcode to it? Thank you!

    In forum: Kadence Theme

    In reply to: Full site editing plan

    #278006

    I would like to see a block editor for any post inside customizer as we have for header/footer builder. A body builder would be awesome! Divi has that on post edit page, but not integrated with Gutenberg.

    #277731

    Hi!
    Thanks for reaching out and my apologies for the delay! Hope you enjoyed your weekend.
    The Latest Post Page will pull from your Archive Layout settings. So from the Customizer, navigate to Posts/Pages Layout > Archive Layout. If you open the Design tab you’ll see an option to set the site background and content background colors.
    I hope this is helpful!

    Kindly,
    Hannah

    #277715

    Hi there. I’m adding ajax filtering to a custom post archive. Currently, I’m experimenting with the Filter Everything plugin, but may also role my own solution or use a different plugin. My issue is that I’m using Kadence a Element to replace the archive loop item content. In this element I have, for example, a Kadence Blocks Advanced Button with the link target set to Video Popup.

    This works fine when the archive page first loads. But when an ajax filter is applied, the Video Popup breaks and then the button just links to the video url. How can I force the Video Popup (other other blocks like Modal, etc.) to reinitialize after the ajax filtering? (Looks like I should be able to listen to changes in document.readyState, for example, but I don’t know the js specific to the Blocks that would need to be run.)

    Thanks for your help!

    #277004

    Hi Team!
    I have a bit of a technical question.
    I’m building a city directory for travelers and using Kadence and the Geodirectory plugin to do so.
    My listing pages are build with Kadence blocks and dynamic content using the post custom fields of Geodirectory. One thing that doesn’t seem to work is loading the listing images with the Advanced Gallery dynamic content. Geodirectory team has said that the key geodir_post_images calls the images, but they aren’t sure what the Advanced Gallery is needing to make the images load. Their question is, does the gallery request image URLs or IDs? If it’s URLs they could make some changes on their end, but if it’s IDs they can’t.
    It would be awesome to make this compatible. Thanks for all the amazing support! The team is amazing.

    • This topic was modified 3 years, 8 months ago by philippevg.
    #276583

    hey team,

    nice new website for kadencewp 🙂

    needs a fix:

    • This topic was modified 3 years, 8 months ago by Dane. Reason: addded topic tags
    #276429

    Yes, Carl, one of the reasons I decided not to use Cloudflare for the Cloud websites. Just to double check, have you added the * to your URL? I know it is silly, but I missed this before doing it in a hurry. The only way to make this work is to track what Cloudflare is blocking and add all those URL to the page rules and make sure you whitelist all the IP addresses too. If you are on shared hosting, your host might have a couple of IP addresses.

Viewing 20 results - 3,161 through 3,180 (of 53,646 total)