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,281 through 3,300 (of 53,646 total)
  • Author
    Search Results
  • #274020
    This reply has been marked as private.
    #274017

    Ok … here is my solution for migrating the content from Enfold to Kadence:
    1. Export all Pages into an xml file (Tool – Export)
    2. Edit the xml file with atom
    3. Using the Regex option search for \[av.*?\] and replace it with nothing (=delete)
    4. Using the Regex option search for \[/av.*?\] and replace it with nothing (=delete)
    5. save xml File
    6. import
    7. Edit Pages and convert the content into Blocks
    8. Have fun !!

    #274011

    Hi, Phil.

    Thanks for reaching out to us.

    The default style for the media on the Testimonials block is square resolution. Additionally, the image will cover the whole width and height of its container which is why the image that you used will be cut off.

    The custom CSS code that you can use is:

    .kt-testimonial-media-inner-wrap .kt-testimonial-image {
        background-size: contain;
    }

    Another workaround you can do is to create an image file with a square resolution where the logo is at the middle. This way, the full logo will be shown properly once you add it to the Testimonials block.

    Lastly, you can add a feature request for an option of the media/image size on this page. However, please note that we cannot give an estimated date of when the feature will be added. Our developers consider certain factors before implementing new ones.

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

    Regards,
    Karla

    In forum: Kadence Theme
    #274010

    Hi there.

    Yes, I believe the description you gave falls under my previous reply, “However, if you’re referring to rendering the accordion titles and contents depending on the content source, that is not possible currently.“.

    Basically, the Accordion block can show dynamic content on its pane titles. But, each accordion pane should be added manually. There is no option to automatically populate the accordion panes titles(questions) and content areas(answers) from a dynamic content source.

    You may log this as a feature request on this page. However, please note that we cannot give an estimated date when this request will be added. Our developers considers certain factors before implementing new ones.

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

    Kind Regards,
    Karla

    In forum: Kadence Theme

    In reply to: Author URL

    #274008

    Hello Tammi,

    We’d like to investigate this further. Please could you grant us access to your website? You can use the plugin mentioned in this post so you’ll only have to give us the login link. Please make sure that you’re marking your reply as private so only you and the support team can see the login link that you’ll give.

    Alternatively, you can send us the login link by submitting a form entry on this page.

    We’ll wait for your response, we’ll be more than happy to continue helping until the issue is resolved.

    Best regards,
    Teejay.

    • This reply was modified 3 years, 9 months ago by teejayhidalgo.
    In forum: Kadence Theme
    #274003

    Hello Karla,
    Thanks for your reply, I actually didn’t look in the right place.
    We have created a type of publication “Questions Answers” in which we have articles to store our questions and their answer (title = question / text = answer) that we associate with keywords (some answers can be associated with several products or items). We would like to list in one page, with the accordion block, all the questions answered.
    Is it clearer for you?

    #274002

    Hi Stefan,

    Thank you for reaching out to us.

    If you are using a page builder, then most likely content would have to be converted manually to blocks. You would be losing any theme related content though (like header, footer, etc..) when you switch to a different theme.

    Overall, we would recommend setting up a staging website as the first step for the change you’ll do. It’s slower, but, “Never learn live.” is our motto. This gives you time to get comfortable leaving your current builder and learning to lean on WordPress’s block builder(Gutenberg). We have the Kadence Blocks plugin to extend Gutenberg and give you additional content blocks you can use in building your pages.

    The biggest obstacle is generally understanding the blocks and what they can do. They become your layout rather than the template layout provided by a page builder. You will live in the customizer and the page/post options when editing pages making the switch.

    Here are resources that can help you get started:

    https://www.kadencewp.com/kadence-theme/knowledge-base/getting-started/
    https://www.kadencewp.com/kadence-blocks/documentation/
    https://www.youtube.com/watch?v=GqEecMF7WtE&t=151s
    https://www.youtube.com/watch?v=46P3kMrpFkQ

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

    Cheers,
    Dane

    #273999

    I understand that I’m able to have a two line page title by doing that. I would like to have a two line web site title on the theme header which is not possible, right?

    #273997

    Hello, I would like to change the H2 of the product titles to H3. Hello, I would like to change the H2 of the product titles to H3. this code works for me on shop page:

    /**
    * Initiate the product title switch.
    */
    function init_custom_woocommerce_product_loop_tags() {
    if ( class_exists( ‘Kadence\Theme’ ) ) {
    $kadence_theme_class = Kadence\Theme::instance();
    remove_action( ‘woocommerce_shop_loop_item_title’, array( $kadence_theme_class->components[‘woocommerce’], ‘archive_title_with_link’ ) );
    add_action( ‘woocommerce_shop_loop_item_title’, ‘custom_kadence_archive_title’ );
    }
    }
    add_action( ‘init’, ‘init_custom_woocommerce_product_loop_tags’ );

    /**
    * Show the product title in the product loop.
    */
    function custom_kadence_archive_title() {
    global $product;

    $link = apply_filters( ‘woocommerce_loop_product_link’, get_the_permalink(), $product );
    echo ‘<h3 class=”‘ . esc_attr( apply_filters( ‘woocommerce_product_loop_title_classes’, ‘woocommerce-loop-product__title’ ) ) . ‘”>‘ . get_the_title() . ‘</h3>’;
    }

    I would like that same code for all the products on the Home page:

    #273996
    This reply has been marked as private.
    In forum: Kadence Theme
    #273995

    Hi, Bookie.

    Thanks for reaching out to us.

    For image sizes and optimization, you can refer to our post here – https://www.kadencewp.com/blog/best-practices-for-images-sizes-and-optimization-in-wordpress/.

    The image srcsetattributes will be coming from WordPress itself and this should work with our theme and blocks plugin. This will allow the browser to choose the correct size based on the space the image is taking on your page and the quality of the screen.

    If I replace a Featured Image (Landscape) with an svg – how do I restrain its size the right way? What is best practice with svg’s?

    For featured images, it is best if you use the usual image formats such as JPEG and PNG. SVGs will not have the same thumbnail files as the other formats. If you’re using the Advanced Image block for your content, you can either adjust its width by adjusting the “Max Image Width” or “Use fixed ratio instead of image ratio” options.

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

    Kind Regards,
    Karla

    In forum: Kadence Theme

    In reply to: Author URL

    #273993

    Hello Tammi,

    Yes, you can add the About page URL as the Website link of the author’s profile. This would redirect the users to whatever link you set as Author’s Wesbite link.

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

    Please let us know how it goes, we’ll be more than happy to continue helping until you get your desired result.

    Best regards,
    Teejay.

    In forum: Kadence Theme

    In reply to: Author URL

    #273991

    Thank you. Is there a way to choose which URL it directs to?
    I would like it to go to my About page.

    In forum: Virtue Theme
    Anonymous
    #273990

    Hi Siamak,

    The term “Professional looking” is pretty broad. Do you have reference websites you take inspiration from perhaps? I have one observation though. I suggest you leave plenty of “white space” to prevent cluttered pages and posts. These open spaces help prevent your site from looking cluttered and confusing to visitors.

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

    Kind Regards,
    Michael

    #273989
    This reply has been marked as private.
    #273986
    This reply has been marked as private.
    #273985

    Could you please help me with this issue…..
    I have a critical error on my woocommerce product page when I update it to php 8 & have the virtue child theme.
    If I change the theme, it works well.
    I am testing it on a staging site, mentioned below.

    #273984

    Hi Karla
    THanks – this works for me. However, I now seem to have a 30px top padding above the page title container – see the page here: https://healthlocal.org/health-forum/. Same passcode as in the above chain. This is happening on all pages too. I cannot see how to remove this in the customizer – can you help please? Many thanks, Richard.

    #273977

    Hi, Richard!

    Apologies for the delay in getting back to you.

    If you’re using the “Above Content” title section of the theme, that should remain fulllwidth, at the top of the content and sidebar columns. Here’s a screen recording for your reference – https://share.getcloudapp.com/ApuXJ2z1.

    I tried viewing this page(https://healthlocal.org/community/) to see the “full-width header image” you’re referring to but it seems to not exist anymore – https://share.getcloudapp.com/Z4uA78Kn. For us to better assist you, could you give us the correct page URL?

    Kind Regards,
    Karla

    In forum: Kadence Theme
    #273976

    Hi, wpzest!

    Apologies for the delay in getting back to you.

    There don’t seem to be any issues and the console log does not have any errors. For us to better check within your website, please could you grant us access? You can use the plugin mentioned in this post so you’ll only have to give us the login link. Please make sure that you’re marking your reply as private so only you and the support team can see the login link that you’ll give.

    Alternatively, you can send us the login link by submitting a form entry on this page.

    Kind Regards,
    Karla

Viewing 20 results - 3,281 through 3,300 (of 53,646 total)