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

    In reply to: Author URL

    #273975

    Hi, Tammi!

    Thanks for reaching out to us.

    By default, the author archive page will be used. However, if an author has a Website link available, that will be used instead – https://share.getcloudapp.com/nOuXROLj.

    If you want this behavior to be disabled, you can add a code snippet to your website:
    add_filter('kadence_author_use_profile_link', '__return_false' );

    Here’s a guide on how to add code snippets – https://www.kadencewp.com/kadence-theme/knowledge-base/advanced/how-to-add-a-custom-filter-or-function-with-code-snippets/.

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

    Best Regards,
    Karla

    In forum: Virtue Theme
    #273974

    Hi, Siamak.

    This page is a standard page that uses the “Blog Grid” Template of our theme. This template will only show the icons, there are no texts generated beside them, it will only show when you hover on the icons as tooltips.

    If you want, you can use the “Blog” template instead – https://docs.kadencethemes.com/virtue-premium/templates/blog-page-template/.

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

    Regards,
    Karla

    In forum: Kadence Theme

    Topic: Author URL

    #273971

    On my posts, the author (me) link takes me to my blog homepage, when it is supposed to go to the posts by me.
    Ideally, I’d like this link to go to my about page.

    How do I do this?

    For reference:

    • This topic was modified 3 years, 9 months ago by tammi.
    In forum: Kadence Blocks

    In reply to: Sticky Block in Column

    #273966

    Hi Bob,

    I am glad the built-in option works for you.

    That method could increase the DOM size of your page. I’d recommend minimizing the usage of blocks on your page as much as possible.

    Let us know if there’s anything else you need help with.

    Have a great day!

    Kind regards,
    Chito

    In forum: Kadence Blocks

    In reply to: Sticky Block in Column

    #273964

    Hi Bob,

    Try applying Sticky Header Offset in the sticky section. https://share.getcloudapp.com/P8uQ1bRg

    If you are referring to something else, can you send a screenshot or screen recording?

    A URL to the page in question would be helpful as well.

    Let us know how we can help further.

    Kind regards,
    Chito

    In forum: Kadence Blocks

    In reply to: Sticky Block in Column

    #273963

    Hi Chito,

    Thanks for your reply.

    I am happy for a “section” to be sticky (sections can contain blocks .. so that is OK)

    My issue is that the I have to add space/dividers within the LH “sticky” section to prevent it being pushed up as I scroll down the RH section .. the NON sticky section. This is because the LH section has less content than the RH section. I just want the RH section to stay at the top of the page.

    I hope this makes it clear

    Thanks
    Bob

    #273962

    Hi Karla,

    Thank you so much, the custom code to make it 800px on mobile did it! It looks great now on every page on both desktop and mobile. I really appreciate your help on this!

    Claire

    In forum: Kadence Blocks

    In reply to: Sticky Block in Column

    #273960

    Hi David,

    Thank you for writing.

    Currently, the Kadence Blocks sticky function only applies to a whole section and not blocks within a section. https://share.getcloudapp.com/12uLgy5Q

    To make blocks sticky, we would need custom CSS.

    Can you share a link to your page and tell us which blocks you want to be sticky?

    If that wouldn’t work for you, you can submit a feature request for Kadence Blocks at this link.

    Kind regards,
    Chito

    #273957

    Hi Carsten,

    Thank you for writing.

    You can disable the content vertical padding on the main blog page via page settings. Here’s a screen recording: https://share.getcloudapp.com/E0uygq1W.

    For the other archive pages, you can use this custom CSS:

    .archive .content-area{
        margin-top: 0;
        margin-bottom:0
    }

    Add the code into Customizer > Additional CSS.

    Let us know how we can help further.

    Kind regards,
    Chito

    #273952

    Hi, Claire!

    Apologies for the delay in getting back to you!

    According to this support thread, you can try embedding it using Custom HTML. Another user also suggested allowing all cookies in the browser settings so the TikTok video will show.

    The cookies I am referring to regarding my response here is the one from your browser, not from your website’s GDPR popup. Apologies for the confusion!

    One user said this:
    “Have you tried allowing ALL Cookies in your browser settings? I ran into a similar problem, TT videos not showing up on Chrome, but, it was my browser blocking third-party tracking cookies from Tik Tok.”

    For Safari browsers, you can see this post – https://support.apple.com/en-ph/guide/safari/sfri11471/mac.

    Please could you confirm what browser are you using for checking the page? I tried viewing your post using an iPhone 12 device and Safari browser. I can see and play the TikTok video but the height is small(I’ll attach a video in a private reply for your reference). Try to add a custom CSS code in Customizer > Additional CSS to adjust the height:

    .entry-content blockquote.tiktok-embed iframe {
        min-height: 800px!important;
    }

    I can see that you have Autoptimize caching so please make sure to purge cache after saving changes.

    I hope this helps further.

    Regards,
    Karla

    #273951

    Hi, Nantz!

    Apologies for the delay in getting back to you.

    “I still don’t know how to access a page’s full html code though… in Virtue, all I see are blocks that don’t include the page’s basic infrastructure, or php files via ftp. Of course I cans see the html via Developer in the Chrome browser, but can’t find editing access.”

    Please could you specify which part you want to edit and for what purpose? Typically, it is not recommended to edit theme files. If you need to, it is better to use a child theme and do the override there. The reason for this is that if you edit directly on the parent theme, the changes will be gone once you update to its latest version.

    Here’s our post regarding this – https://www.kadencewp.com/child-themes/.

    On the other hand, if you want to add scripts to the header or body tag and you’re using the Virtue Premium theme, you can go to Theme Options > Header and Footer Scripts and add the codes there – https://share.getcloudapp.com/Z4uA7wk0.

    If you are using the free version of the theme, you can add custom code snippets using third-party plugins like Insert Headers and Footers or Code Snippets.

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

    Regards,
    Karla

    In forum: Virtue Theme
    #273950

    Hi, Ben Schrader.

    The orderby option is available for the Testimonial shortcode of the Virtue Premium Theme. For your reference, you can go to this page and scroll down until you see the “Testimonial Posts Shortcode:” heading.

    This is how it worked on my test website – https://share.getcloudapp.com/yAu1KL2G.

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

    Regards,
    Karla

    In forum: Virtue Theme
    #273949

    Hi, Siamak.

    Apologies for the delay in getting back to your forum topic!

    Currently, on the Post Excerpts, two icons (one showing the name and one showing the date) appear with two “| | “) and in the blog post page, name appears (as it should) with a separator following NOTHING.

    The other post meta details can be shown by going to Theme Options > Blog Options. Here’s a screen recording for your reference – https://share.getcloudapp.com/llu0E4xj.

    And regarding the author box, I need to link to the author’s website. And what does that “Follow Siamak Ensafi” does and how do I make this complete with a link?

    The social links of the author will show if they have value for it within their user settings. Here’s where you can set them – https://share.getcloudapp.com/BluGoN7q.

    Also, the current link of the author takes the user to https://ohyeahdesigns.org/blog/author/siamak-ensafi/ which only shows their posts. How do I show more, like emails, website addresses, social links, etc. with a brief summary of their biography.

    This is the default link for authors in WordPress, there is no option to change their links in our theme. Their biographical information can be changed by editing the user and adding it to the Biographical Info option – https://share.getcloudapp.com/JruoO7Aj.

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

    Kind Regards,
    Karla

    #273943

    Hello,

    I have Kadence theme and want to create a page like the Ascend one here:

    I mainly want the header and the typed text

    #273940

    Hi Jeremy,

    Thanks for the reply.

    I believe my recommendation works on your site, and I’m happy about it!

    Should you have other Kadence-related concerns, please open a new topic on this forum or send us a ticket through these pages:
    https://www.kadencewp.com/free-support-tickets/
    https://www.kadencewp.com/premium-support-tickets/

    And as always, we’re here to help!

    Cheers,
    Dane

    #273938

    Hi,
    how can I disable the vertical padding on archive pages.
    I can do this for single pages, but on archive layout this setting is missing.
    Wanted to get rid of the margin-top: 5rem;

    Thanks for your help!
    Cheers
    Carsten

    • This topic was modified 3 years, 9 months ago by Carsten Merz.
    #273926

    Hi there
    All my pages have full-width title banners. On a forum page I need a sidebar alongside the content but when I switch that on in page options, the sidebar appears alongside the header image which is not full-width anymore. Is there a workaround for this please?
    Site is at Passcode to view is ‘h3althl0c@l’. Forum page is at
    Thanks, Richard.

    #273916

    Hi I want your help for the same problem. Thats my site https://standiakinisi.gr/
    I need to have secondary menu only on products page “Προϊόντα”.

    Thank you!

    #273901

    Hi Phil,

    Thanks to you too!

    I will be closing this topic now. Should you have other Kadence-related concerns, please feel free to open a new topic in this forum or send a ticket through these pages: https://www.kadencewp.com/free-support-tickets/ and https://www.kadencewp.com/premium-support-tickets/.

    Enjoy the rest of your day!

    Cheers,
    Dane

    #273896

    Hello Phil,

    Thanks for getting in touch. Design Library Sections and Wireframes are essentially the same. They are prebuilt sections using Kadence Blocks. Some differences are that some sections use Kadence Blocks Pro and have more specific design/details. Whereas wireframes are more suited to be used for wire framing because they are more generic and only uses Free Kadence Blocks to help our users plan how everything is laid out on a page or screen before getting bogged down with details.

    You can refer to this article for more information on why we’ve added these wireframes to our design library: https://www.kadencewp.com/blog/wordpress-wireframe-blocks

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

    Best regards,
    Teejay.

Viewing 20 results - 3,301 through 3,320 (of 53,646 total)