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: Virtue ThemeIn forum: Kadence Theme
Topic: Category Optimize
In forum: Kadence ThemeHi Community,
I’m interested in using the Kadence real estate starter theme to use for my existing site at *Login to see link I currently use a Genesis child theme and like the look and feel of Kadence real estate theme but having a hard time finding how to see the real estate listing pages on the demo site.
Can someone provide a link that shows the actual real estate listing page for this theme.
In forum: Kadence BlocksHi, Curtis!
Was there a way I could post a screenshot without using this very ad-covered imgbb image hosting service?
You can also use Zight so you’ll send us a link to the screenshot instead of an actual image.
Regarding the alignment on the editor, you’re right. It can be confusing. I think we can correct our editor styles for this so I’ll send a report to our team about this.
For now, you can preview the page everytime you want to see how it actually looks.
Please let us know if we can help you further.
Kind regards,
KarlaIn forum: Kadence BlocksIn reply to: Migrating from other visual editors / themes
August 22, 2023 at 4:02 pm #285145Hey There,
Thanks for reaching out!
There is no direct method to transfer a design from a different page builder to Kadence. You will need to redesign your website. Nevertheless, we offer Starter Templates and a Design Library that can help speed up the creation of your website.
You can view our Starter Templates Here: https://www.kadencewp.com/kadence-theme/starter-templates/
You can learn about our Design Library Here: https://www.kadencewp.com/kadence-blocks/the-kadence-design-library/
If you have any problems in the process of designing, feel free to contact our Support Team via a support ticket. We are more than willing to provide assistance and guidance. https://www.kadencewp.com/premium-support-tickets/
I hope this information was helpful to you. Please let me know if I can help you with anything else.
In forum: Kadence ThemeIn reply to: Exclude Pages from Search Results
August 22, 2023 at 10:30 am #285144Hi there,
There’s no function/option for this but you can use this code snippet:
if (!is_admin()) { function search_filter_pages($query) { if ($query->is_search) { $query->set('post_type', 'post'); } return $query; } } add_filter('pre_get_posts','search_filter_pages');It works on my test site – here’s a video: https://share.getcloudapp.com/E0uL0qNX
Here’s a guide on how you can add code snippets to your website:
https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-add-a-custom-filter-or-function-with-code-snippets/Does that work for you? Let us know how we can assist further.
Best,
ChitoIn forum: Kadence ThemeIn reply to: Various theme specific questions
Hi there,
My apologies for the delayed response as I am currently on holiday.
I cannot provide access to the website currently as it’s being developed locally.[carousel under the header]
– Full width fixed!
– Tabs block won’t work as each product needs to be shown in a separate tab and I don’t know how this will affect SEO, breadcrumbs etc. Good suggestion though. Is this something that can be achieved with javascript or id/classes?[On my product detail page: I have cross/upsell products, but can I turn it into a carousel, so I can show more items?]
Got it! How does it select related products?[filter for my shop page]
Any idea for this one?
Also related to this, when filtered. And you hover over the filtered block on the page, it’s white and you cannot read it anymore as the background is also white.[My woocommerce products image gallery are square, can I change the aspect ratio to a rectangle?]
I was able to change the aspect ratio of the gallery, is this also possible for the related products?In forum: Kadence ThemeIn reply to: right to left language (arabic)
Hi there!
The Icon List block should automatically align its icons on the right side when using an RTL language. Here’s how it worked on my website – https://share.getcloudapp.com/6quJqmb4.
Could you send us a page URL where this isn’t working for you so we can inspect whether there are some styles affecting the alignment of the icons?
Please let us know if we can help you further.
Kind regards,
KarlaIn forum: Kadence ThemeAugust 21, 2023 at 11:58 am #285133Hi, I have a pretty simple menu with some services and other pages under a menu heading of eyes.
I would like the services to be pre-expanded and indented on mouse over on desktop and on click of “eyes” on mobile (so the user does not need to click on eyes and then services on mobile). I’m guessing this can be achieved by CSS. If someone is kind enough to post an answer, I’d appreciate if you could include the same code for another menu item “ears” that I want formatted the same way. I am using the free version of Kadence.
I’ve attached a link to a screenshot below.
Thanks,
GaryIn forum: Kadence ThemeAugust 21, 2023 at 2:36 am #285130Hi, in my website when i search something the search results contains pages too. I want to show my posts only. How can i do that?
I am able to use PHP codes or something. If it’s not necessary i dont want to use other plugins.
Thanks for your time!
In forum: Kadence BlocksIn reply to: Want use multiple Shortcode on a single page
August 20, 2023 at 3:05 am #285118Hi there,
I am able to use multiple shortcodes in a single page – here’s a video: https://share.getcloudapp.com/bLuZnw61
Could you provide more details to the issue?
* What shortcode are you using?
* Is the shortcode from Kadence, a third-party, or a custom code?
* What is your goal? Perhaps, we can offer a workaround.
* Could you provide a screen recording to see the issue clearly?Best,
ChitoIn forum: Kadence ThemeIn reply to: How to align Breadcrumbs flush with Content
August 20, 2023 at 3:00 am #285117Hi there,
Thanks for the screenshots!
“But now the background of the “Row Layout” does not stretch to the full width of the page – bad”
With the Normal Page Layout, you can stretch the Row Layout to Full Width by selecting full width alignment – see screenshot: https://share.getcloudapp.com/5zuO6w8P.
Another way is to reuse the breadcrumbs within the pages/posts. To do that, you can add the Gutenberg Shortcode block inside a Row Layout block, then use this shortcode: [kadence_breadcrumbs]
When reusing breadcrumbs, you can disable the default one from the customizer settings.
Does this help? Let me know if you need further assistance.
Best,
ChitoIn forum: Kadence ThemeHi!
Website on Localhost.
– “Content Max Width” is 1290px
– The “Page Layout” settings have these options (screenshot 1).
– “Content Max Width” toggle for “Row Layout” is enabled in “Inherit Max Width from Theme” (screenshot 2).It turns out that the background of the “Row Layout” is stretched to the full width of the screen, and the content has a width of 1290 pixels – great!
However, the breadcrumbs are pressed against the left side of the screen because the “Default Page Layout” is set to FULLWIDTH – which is bad. If I change to NORMAL, the breadcrumbs align with the content – great! But now the background of the “Row Layout” does not stretch to the full width of the page – bad…
And I don’t understand how to fix it.
In forum: Kadence BlocksHello,
Hope you all are Good. I am facing an problems. I want to use multiple shortcode on a single page. When I put multiple shortcode on a single page then only first and one shortcode result will be showed on the page. So please any senior can help me out how can I fix this?
I’ll be Thank full to you.
In forum: Kadence ThemeAugust 19, 2023 at 3:18 am #285111Hi Chito,
Thanks a lot for your help!
I just posted the first link there as an example of what I wanted to accomplish. That the page is build differently, is besides the point.
In any case, thanks for the clarification!
Will there at some point be a hook for the Above Content post title lay-out? Would seems like a no-brainer to me…
Replacing the Above Content Hero does not seem like an elegant solution to me.
In any case, I’ll be pondering some alternate approaches. 🙂
Best,
Joost
In forum: Kadence BlocksHi Chito,
Thank you for your reply and personalized video. I appreciate that!
Hmmm, that’s weird that my screenshot isn’t loading for you. When I reload this thread in my (Safari) browser, I am always seeing the thumbnail image. That’s interesting that you aren’t able to access the image, but I am. Was there a way I could post a screenshot without using this very ad-covered imgbb image hosting service? Seems like maybe they are the problem here.
Aside from this, I cleared the cache of my browser, and on my website hosting with WP Rocket, and in the backend, my Progress Bar never centered still.
Then I watched your video and noticed you had the same issue. When you clicked the center option, it never centered for you (on the backend) in the editor. BUT, when you saved and went to the front end, it WAS centered. I had never even tried on the front end, because my experience with Kadence Blocks has been that they always preview in the backend accurately (WYSIWYG). And so, I assumed if it wasn’t working correctly in the backend, then it wouldn’t work on the front end.
Do you think this is the way it’s always going to be? Is this a WordPress issue and not a Kadence issue? (That when you center a progress bar in the backed editor, it’s never going to show centered?) That’s always going to mess with my head if I’m constantly having to remind myself that what I see in the backend doesn’t represent what I see on the actual rendered front-end page.
Cheers!
CurtisIn forum: Kadence ThemeIn reply to: Google Maps block not working in plain HTML
August 17, 2023 at 8:34 pm #285098Hi,
Can you send us some screenshots, screen recordings, and additional descriptions that may help us see or replicate this issue?
You mentioned, “When I import the HTML snippet via All Import, the Google Maps block doesn’t work.”
How are you importing the HTML snippet via All Import? Is this a third-party plugin?
I tried to use the built-in export/import feature of WordPress and I was able to export the pages from one test website to another. The pages were successfully imported including the pages with Kadence Google Maps blocks.
Here’s a screen recording for reference: https://share.getcloudapp.com/lluXLAKN
Please let us know; we’ll be happy to help.
Best regards,
Teejay.In forum: Kadence ThemeAugust 17, 2023 at 7:53 am #285093Hi, I am trying to create several city pages.
Each page has a Google Maps block in it. (I am using the Kadence theme in WP)
I want each page to have a Google Map block according to its city.
When I import the HTML snippet via All Import, the Google Maps block doesnt work.
Example:
FOR THE SAN FRANCISCO PAGE
<!– wp:kadence/googlemaps {“uniqueID”:”25633_e09594-eb”,”location”:”San Francisco”,”kbVersion”:2} /–>FOR THE NEW YORK PAGE
<!– wp:kadence/googlemaps {“uniqueID”:”25633_e09594-eb”,”location”:”New York”,”kbVersion”:2} /–>When I do it manually in each post, the Google Maps function works well.
Any ideas how to solve this?
Thanks a lot
In forum: Kadence ThemeTopic: Info Boxes Equal Height
Hi,
I’m having issues make the info boxes on the home page of my website stay equal sizes when adjusting the width of the web browser.
*Login to see linkI tried the different code on this previous thread but it continues to not work for me.
*Login to see linkWould someone be able to help me out with this issue?
Thank you,
Justin DonnellyIn forum: Kadence ThemeAugust 17, 2023 at 2:48 am #285089Hi Chito, that’s not what I meant.
I want to use the same block in another page via HTML code (copying and pasting the HTML).
Because I am creating hundreads of pages and copying the block each time manually is too slow.
When I try to copy the HTML code of the block into another page, it loses all the colour formatting.
Let me know if its clear. Thanks a lot
-
AuthorSearch Results


