Eze
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kadence] Home page glitchHi @holdthatmayo,
Happy to help!
Your Home nav is a custom menu with the custom link of your temporary domain URL: https://www.ykm.xzm.temporary.site/wp
To resolve this:
1. Navigate to the theme Customizer > Menus > Menu
2. Remove the Home menu
3. Click on Add Items
4. Add the Home menu from the list of PagesHere is a screencast for your reference:
https://share.zight.com/d5uQ7p8NI hope this helps! Please let us know if you need any more help on this.
Cheers,
EzeHi @akshay0101,
I just wanted to clarify something in your message to ensure I understand your issue correctly. You mentioned wanting the TOC to remain uncollapsed for visitors, but based on your description, it seems like you might mean collapsed instead. Here’s a quick explanation of the terms to avoid any confusion:
- Collapsed: The section is minimized, and only the header or title is visible. The content within that section is hidden.
- Uncollapsed (or Expanded): The section is fully open, and the content within that section is visible to the user.
Your TOC is by default uncollapsed for your site visitors as shown on this screencast:
https://share.zight.com/9Zu6OWgAIf you want the TOC to remain uncollapsed for visitors, kindly disable the Enable Collapsible Content option. This way, the dropdown collapsible arrow icon is disabled. Here is a screencast for your reference:
https://share.zight.com/8LuWEZgEI hope this helps. Please let us know how we can help further.
Cheers,
EzeForum: Themes and Templates
In reply to: [Kadence] How to change the Previous/Next post text?Hi @anzesever,
It’s been a while since I heard back from you. If you’re all set, please mark this topic as resolved.
Otherwise, let me know if I can help you further with this.
Thank you.
Forum: Themes and Templates
In reply to: [Kadence] Blue Sky: Add To Social Network Links OptionsHi @savethefrogs,
We have an existing feature request for this:
https://feedback.kadencewp.com/p/add-bluesky-social-iconI don’t have a firm timeline on when or if this might be added, but adding your vote to the feature requests can help it gain popularity, as we often implement popular feature requests.
Don’t hesitate to contact us again and open a new ticket if you have a different inquiry.
Cheers,
EzeForum: Themes and Templates
In reply to: [Kadence] Home widget missing from Kadence theme?Hi @barnettgs,
Thank you for the update.
Don’t hesitate to contact us again and open a new ticket if you have a different inquiry.
Cheers,
EzeHi @deontdekkers,
Thank you for the update.
The console log error message indicates that there was a conflict or duplication in the JavaScript code. This could have been due to reasons like cache, JavaScript optimization, or a browser-specific issue.
The issue might have resolved itself due to a cache refresh (browser or server-side) or a temporary conflict that cleared after a page reload or plugin update.
If the issue reoccurs, please try the following troubleshooting steps listed here:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/Cheers,
EzeHi @akshay0101,
Happy to help!
When I visited the referenced page, the TOC was uncollapsed. Can you confirm if you have been able to achieve this?
In the meantime, there is a built-in option to disable the TOC “Start as Collapsed” in the Collapsible Settings, which will set Uncollapsed as the default TOC setting:
https://www.kadencewp.com/help-center/docs/kadence-blocks/table-of-contents-block/Here is a screencast for your reference:
https://share.zight.com/6quAJ86NPlease let us know how we can help further.
Cheers,
EzeHi there,
The
kt_woomailoption is not explicitly set to autoload = ‘yes’ by our plugin. The default behaviour for autoload is typically determined by WordPress, and it appears that in your case, this option was set to autoload = ‘yes’ at some point.Our team confirmed that the plugin does not force this option to autoload, and it should ideally follow WordPress’s default behaviour (which is typically ‘auto’).
You can directly modify the
wp_optionstable in your database using phpMyAdmin.Please let us know how we can help further.
Cheers,
EzeForum: Themes and Templates
In reply to: [Kadence] How to change the Previous/Next post text?Hi there,
Yes, you can explore using the “Say What” plugin.
Alternatively, you can also use this custom code:
add_filter( 'kadence_post_navigation_args', 'custom_post_nav_args' ); function custom_post_nav_args( $args ) { $args['prev_text'] = ' ' . Kadence\kadence()->get_icon( 'arrow-left-alt' ) . esc_html__( 'PREV_TEXT_HERE', 'kadence' ) . ' %title'; $args['next_text'] = ' ' . esc_html__( 'NEXT_TEXT_HERE', 'kadence' ) . Kadence\kadence()->get_icon( 'arrow-right-alt' ) . ' %title'; return $args; }Add the code to your child theme
funtions.phpor using a Code Snippets plugin:
https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-add-a-custom-filter-or-function-with-code-snippets/Replace PREV_TEXT_HERE and NEXT_TEXT_HERE to your preferred text in the code.
I hope this helps! Please let me know if you need any more help on this.
Cheers,
EzeForum: Themes and Templates
In reply to: [Kadence] Single Post HeaderHi @iambenchuks,
Happy to help.
Your website uses a transparent header, but the single post pages don’t have a hero section for the transparent white header content to overlay.
To resolve this:
1. Navigate to the theme Customizer > Header > Transparent Header
2. Toggle on Disable on Posts?Alternatively, you can navigate to the theme Customizer > Posts/Pages Layout > Single Post Layout and use the Above Content as the Post Title Layout
Here is a screencast for your reference:
https://share.zight.com/P8uK8lzAI hope this helps. Please let us know how we can help further.
Cheers,
EzeForum: Themes and Templates
In reply to: [Kadence] Question about comments.Hi @vaka2vaka,
Thank you for the update.
Don’t hesitate to contact us again and open a new ticket if you have a different inquiry.
Cheers,
EzeHi @aniafrania,
Thank you for the update.
This has also been escalated to the development team for review.
Cheers,
EzeForum: Themes and Templates
In reply to: [Kadence] Applying Justify alignment across block contentHi @xprt007,
To justify all the content of a page:
- Add a Kadence Section block to the page
- In the document overview, move all your blocks inside the Section block
- Add this custom CSS to the Section block in the advanced tab:
selector {text-align: justify;}
Here is a screencast for your reference:
https://share.zight.com/NQunYkPpYou can do this for the other pages where you want to justify the text content.
I hope this helps. Please let us know how we can help further.
Cheers,
EzeHi @henrykarl.
We recently released a fix for the Starter Template PHP warning. See changelog:
https://wordpress.org/plugins/kadence-starter-templates/#developersPlease update the Starter Template plugin to the latest version, 2.1.9 and let us know if that works for you.
Please let us know how we can help further.
Cheers,
EzeHi @adityathakur,
Happy to help!
Can you confirm if you deleted the Instagram link from the User > Profile > Extra profile information for author box – Instagram, as shown in this screencast:
https://share.zight.com/eDubwb1oPlease let us know how we can help further.
Cheers,
Eze