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+'
-
AuthorSearch Results
-
In forum: Kadence Theme
I am using Kadence conversions which is great, but I was wondering, is it possible to have two buttons on the page? One for the obvious signup/conversion and one that says No, that closes the popup and then lets them continue to view the page.
I know there is an X button at the top. But an additional No would be nice.
The problem I have, is I marked the Popup to close when the user has Signed up or convereted.
I am unsure how to add an extra button, where if they click No, it simply closes the conversion.
In forum: Ascend ThemeIn reply to: Multiple Sidebars
Hi, @jcvvcj!
This topic has been marked as resolved and it can cause a delay in responding to you. Kindly submit a new forum topic for your question in the future.
There is no option to add a new sidebar. However, if you have the Kadence Theme Pro add-on, the “Hooked Elements” can help you replace and show a different sidebar content for specific posts/pages. Here’s a link to the feature – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/.
Let us know if we can help you further.
Regards,
KarlaIn forum: Virtue ThemeIn reply to: Author Box and Post Details
Hi, @akbarumar978.
“I have the authors’ biographical info in the users settings but it does not show on author’s pages.”
Make sure that you’ve toggled the visibility of the archive pages’ description in Customize > Posts/Pages Layout > Archive Layout > Title Elements. This should also take effect on the author archive page – https://share.zight.com/KouKwAbj
“Can you please tell me how can I add customized info to authors pages and if I can not create customized authors pages separately then please tell me how to add the basic information along with social media profiles on authors page where it is currently showing only the posts by authors.”
If you have both the Kadence Theme Pro and Kadence Blocks Pro add-ons, you can add content sections to archive pages. The Kadence Blocks Pro add-on has a dynamic content feature so you can show a different value for each user. Please refer to the following links:
- https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/
- https://www.kadencewp.com/how-to-use-dynamic-content-with-kadence/
I hope this helps, and let us know if we can help you further.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Overwrite default style settings in child theme
Hi there!
This custom code snippet will redirect a specific user to the homepage if they go to the Customizer:
function restrict_customizer_access() { if (is_user_logged_in()) { $current_user = wp_get_current_user(); $restricted_admins = array('karla','username_2'); if (in_array($current_user->user_login, $restricted_admins)) { wp_redirect(home_url()); exit; } } } add_action('customize_register', 'restrict_customizer_access');I tried it on my website and it worked. You can add multiple usernames to the
$restricted_adminsarray.I hope this helps with the setup that you want. Let us know if we can help you further.
Regards,
KarlaIn forum: Ascend ThemeIn reply to: How to hide Title for a specific page
Hi Garyjay,
Thank you for the additional information.
From the first screenshot you shared, it appears that you are disabling the “Show Post Title?” for posts and not pages. Here is a screenshot for your reference:
https://share.zight.com/7Kun8Qy9From the second screenshot you shared, it appears that you do not have built-in page settings in the editor. Here is a screencast of it on my website:
https://share.zight.com/rRuBo1bg. Can you confirm if you are using the latest version of Kadence Theme Version 1.1.51?Please try the following troubleshooting steps listed here:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/In the meantime, could you try disabling the toggle visibility icon for page Title under Title Elements and see if that helps? Here is a screencast of how to achieve this:
https://share.zight.com/o0uOmRmNYou can send us a support ticket so that we can investigate this on your website:
– https://www.kadencewp.com/premium-support-tickets/
– https://www.kadencewp.com/free-support-tickets/Please let us know how we can help further.
Cheers,
EzeIn forum: Virtue ThemeIn reply to: Rotating Featured image and sale product in homepage
January 31, 2024 at 12:19 pm #287355I reviewed your website and I didn’t find any product on your website. Can you share the URL of the shop page? Or do you want to add effect to your post’s images?
Kindly open a new support forum for new inquiries. This will help us maintain minimal topics in a ticket and avoid confusion along with the conversation.
Regards,
ArchitaIn forum: Kadence ThemeIn reply to: Adinserter or Kadence Element
January 31, 2024 at 11:40 am #287348Hi Gabs,
Currently, there is no built-in functionality to add an element after four/a few posts in the post-archive loop. Check the screenshot to see available element placement on the archive page: https://share.zight.com/L1uyQJD7
You can also submit a feature request here: https://www.kadencewp.com/kadence-theme/feature-requests/ so the developers can consider the feature that you have in mind. However, please note that we cannot give an ETA of when this will be added. The development team considers certain factors before implementing new ones.
I hope this helps, please let us know if we can assist you further.
Best Regards,
ArchitaIn forum: Kadence ThemeHi, Connie!
Kindly submit a ticket on this page for premium support or account-related concerns – https://www.kadencewp.com/premium-support-tickets/.
On the other hand, once you end your working relationship with your clients, you need to deactivate the API keys of the pro plugins from their websites.
You should have an access to their websites as you’re the one maintaining it.
We are working on a license system to improve this process but right now, this is the solution to deactivate your API key on a website.
Let us know if we can help you further with this.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Kadence AI – limit access on client websites
Hi there!
This topic has been marked as resolved. Kindly open a new forum topic so the support team can see it right away.
“Where can we see, how many credits we have left in our account?”
You should be able to see the credits you have left by going to Dashboard > Kadence > Home. Click on the “i” icon at the top-right part of the page – https://share.zight.com/8LulPRLZ.Kind regards,
KarlaIn forum: Kadence ThemeHi there,
Thank you for reaching out.
To disable the Read More or Learn More buttons on archive blog posts (blog page, Related Posts), kindly navigate to the theme Customizer > Posts/Pages Layout > Archive Layout and disable the Readmore post item element.
Here is a screencast of how to achieve this:
https://share.zight.com/o0uO8WA9I hope this helps. Please let us know how we can help further.
Cheers,
EzeIn forum: Membership ForumsJanuary 30, 2024 at 2:30 pm #287317Hello checking to see if this was ever implemented? Looking to have a URL trigger an Advanced Gallery Lightbox on the page.
In forum: Ascend ThemeIn reply to: How to hide Title for a specific page
In forum: Ascend ThemeIn reply to: How to hide Title for a specific page
That’s exactly what I have been doing.
If there was a way to share a screen capture with you, I would.
When I use the customize, and choose single, sliding over left or right does nothing. The page refreshes and the title is still there.
The ‘disable’ on the right side doesn’t exist.In forum: Ascend ThemeIn reply to: How to hide Title for a specific page
January 29, 2024 at 4:07 pm #287308Hey Garyjay,
It looks like you are using the Kadence Theme.
Removing the Title of your Page from the Editor will result in a No Title styled name as described. You can add your Text Titles back to your Pages like before, and below, I will go over how you can remove the Title Element from your pages.
You can go to your Customizer and navigate to your Post/Pages Layout -> Page Layout.
The first option will be the Page Title. You can disable this toggle to hide the title.
Here is a video for reference: https://share.zight.com/o0uO8qWJIf the issue continues, it might be a setting in your Individual Page Settings.
You can edit the Page in question and select the Page Settings Icon.
Then, you can disable the Page Title here manually.
Here is a video for reference: https://share.zight.com/jku8ZYzeI hope this information was helpful to you. Please let us know if we can further help.
In forum: Ascend ThemeIn reply to: How to hide Title for a specific page
I have no idea what THEME title I am using. It is called KADENCE theme in wordpress.
When I attempt to “just simply” remove the title from the home page, the menu changes to #913 (No title)
When I add the word HOME then the menu nav changes to HOME.
I do not want the word HOME on the home page.
I want the HOME button to navigate to the HOME page.
There is no “Hide title on page” choice. Anywhere I can find.I have been screwing with this for days.
It is wrecking havoc with firefox, bing “finding” the site, causing redirects that go no where.
I am not a coder. I am simply trying to build a website using tools available.This is supposed to be simple. What is going on?
I appreciate any help. I’m exhausted trying to figure this out.In forum: Kadence ThemeIn reply to: Custom Fonts plugin not working with Kadence theme?
I have spent DAYS trying to figure this out.
When I add HOME to the home page then HOME is in the navigation button.When I remove HOME from the home page – because I don’t what the word HOME on that page – the navigation turns into #931
It was #131.This is screwing up the google search, the search on other browsers, etc.
Why is this so incredibly difficult? I do not want the word HOME on the home page and I want the menu to call the HOME page HOME not #931.
In forum: Kadence BlocksIn reply to: Need 7 column advance row layout
January 29, 2024 at 2:00 pm #287298Hey Chris,
Thanks for reaching out.
You can do something like this by using a Parent Section Block, nesting Seven Children Section Blocks inside of it, and then setting the Section Block to display Horizontally.
You can add a Section Block inside a Post/Page. This is the Parent Section.
Select the Parent Section, and in the Block Settings, set the Direction setting to the Horizontal Direction option.
You can then add a Child Section Block inside of the Parent Section Block.
You can Select the Child Section Block and Duplicate it Six times.This should allow you to use 7 Columns this way. Here is a video of this process for reference: https://share.zight.com/04uRqYv4
I hope this information was helpful to you. Please let us know if we can further help.
Best Regards,
VictorIn forum: Kadence ThemeJanuary 29, 2024 at 9:31 am #287294My posts, pages, blocks and contact entries are not displaying on the backend but they’re working on the frontend.
I switched to another theme and they started showing.
Has anyone experienced that before? How did you fix it?
In forum: Kadence BlocksTopic: Background Image Size?
January 28, 2024 at 2:26 pm #287292It would be very useful if we could select an image size when choosing a background image. Currently, the block loads the original version of the image – which can put a massive overhead on the page load time. This is particularly true with mobile devises.
This feature was requested by the Elementor community years ago – and has just been introduced!
Hello dear forum members, since 1-2 days I have a “503 Service Unavailable” error message when I activate the Kadence Blocks – PRO Extension Plugin and try to edit pages or posts. When I deactivate the plugin, I can edit the pages and posts normally. Does anyone have the same problem and may be able to help with a solution. Thanks for all answers and efforts in advance.
EDIT: So far I have restarted all server services and cleared cache etc. I had also deactivated all plugins and gradually reactivated them. This has led me to identify Kadence Blocks – PRO Extension Plugin as the source of the problem.
Cheers
Frank -
AuthorSearch Results







