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
In reply to: Documentation for “Performance” pane
June 7, 2024 at 2:29 am #289011Hi there,
Thanks for writing back.
1. There were missing options in the Gutenberg Group block when using the Kadence theme. Enabling the “Enable optimized group block” option adds the theme.json file that adds support to core blocks (changes to group block markup).
2. Enabling the lightbox pops out a window or modal that goes over the website and shows a picture if an image is clicked. If this is disabled, selecting the image/media file as the image link will redirect to the image path where it’s saved. Here’s a video for reference: https://share.zight.com/qGubR1X6
3. Enabling CSS preload in Kadence prioritizes the CSS files that are needed right away during the page load. The files that are more important will be the first to render on the page. If you have an optimization plugin, I recommend disabling it and do the optimization in the plugin settings to prevent any conflicts.
Please let me know if you need further assistance.
Best,
ChitoIn forum: Kadence ThemeIn reply to: Strange margins inside footer widgets
June 7, 2024 at 1:42 am #289007It sounds like you’re having an issue with unexpected margins in your footer widgets. This can often be caused by conflicting CSS styles or padding/margin settings within your theme or a specific widget.
Here are a few steps you can take to troubleshoot and fix this issue:
Inspect Element: Use your browser’s developer tools (usually accessed by right-clicking on the page and selecting “Inspect” or “Inspect Element”) to see the CSS applied to the footer widgets. Look for any unusual margin or padding values.
Check Theme Settings: If you’re using a theme, check the theme settings for any specific footer widget margin or padding options. Adjust these settings as needed.
Custom CSS: You can override the existing styles by adding custom CSS. For instance, if you find that a specific class is adding unwanted margins, you can add custom CSS to set the margins to zero or any other value that fits your design. Here’s an example:
css
Copy code
.your-footer-widget-class {
margin: 0 !important;
padding: 10px; /* Adjust as necessary */
}
Replace .your-footer-widget-class with the actual class name of your footer widget.Widget Settings: Some widgets might have their own settings for margins and padding. Check the settings of each widget in your footer to ensure there are no extra margins or padding applied.
Theme/Plugin Conflicts: Sometimes, plugins or theme customizations can cause conflicts. Disable your plugins one by one to see if any of them are causing the issue.
For more detailed guidance on setting up and customizing your website, you might find resources on business website development helpful. For example, if you’re looking to set up a professional website related to business services, i found this one “https://businessesforsale.ae/businesses-for-sale-dubai” for my initial developing career, you can check out businessesforsale.ae. They provide comprehensive listings and resources that might also include valuable website management tips
-
This reply was modified 1 year, 10 months ago by
maherpromo23.
In forum: Kadence BlocksIn reply to: Internal linking through blocks
June 6, 2024 at 10:02 pm #289002Hi Sarah,
Internal links in Google Search Console refer to the links that point from one page to another within the same website.
Are you asking if the links generated in the Portfolio Grid/Carousel blocks are considered as internal links?
I believe they would. Google Search Console will detect these links as internal links because they connect different pages of your website.
I hope this helps. If I misunderstood what you’re asking, please let us know, and we’ll be more than happy to help.
Best regards,
Teejay.In forum: Kadence BlocksHi!
I’m using an advanced form block. I need to be able to send the entire page URL that includes utm parameters using the hidden field. Im connecting the form entries through a webhook to another system that can accept only 1 field entry, that’s why I need it to all come together as one field.
The problem is that dynamic field options don’t list page url and my forms are on pages, post url options doesnt work and site url returns only the website address, not even a specific page.Is there another way to do it? Ideally, I would love to be able to select just a page url from dynamic fields and get the entire web address passed in one field.
Thank you!
In forum: Kadence BlocksJune 6, 2024 at 8:37 am #288993Hye;
I use a section kadence element to replace hero header in pages/postss …
How i can use kadence breadcrumbs in it ? any kadence block or shortcode ?TY
In forum: Kadence BlocksIn reply to: Using Dynamic Placeholders in form
June 6, 2024 at 2:54 am #288984I have been using the kadence theme for three year and my all websites is now going well. But i just design my website using this theme and i have some problems in it like how can i add borders in full page and how can i add shadows in titles. So if anyone the solution please let me know. My website is FIFA Mobile Mod APK. (https://fifamobileapkmod.com/)
In forum: Kadence ThemeHi Nicole,
Glad you reached out, happy to help!
To change the image size on the category archive pages:
1. Navigate to the theme Customizer > Posts/Pages Layout > Archive Layout
2. Scroll down to the Post Item Elements
3. Click on the Feature dropdown icon and change the Image Ratio as preferredHere is a screencast for your reference:
https://share.zight.com/kpuZn4nPI hope this helps. Please let us know how we can help further.
Cheers,
EzeIn forum: Kadence ThemeIn reply to: Large Layout Shifts
Hi, Michelle!
Thanks for the file.
After more tests, I think the main reason for the CLS for mobile views is coming from your slider at the top of the home page.
To reduce the CLS impact, add this custom CSS code to the Row Layout block where you added the Post Grid/Carousel block:
@media ( max-width: 767px ) { selector .kt-post-grid-layout-carousel-wrap:not(.is-initialized) { height: 409px; overflow: hidden; } }Here’s a screenshot of where you can find the setting – https://share.zight.com/Z4uNKWbY
After saving the changes, make sure to purge the WP Rocket cache.
I hope this helps, and let me know how it goes.
Regards,
KarlaIn forum: Kadence BlocksIn reply to: issues with mobile view
June 4, 2024 at 12:39 pm #288961Oh, and I forgot to mention that somehow in this process it screwed up how my home page looks in the editor….it does not look the same in the editor as it does live. Ugh
In forum: Kadence BlocksTopic: issues with mobile view
June 4, 2024 at 12:27 pm #288960I am pretty new to web design but managed to create a website (desktop version) that I’m pretty proud of. The problem? It looks terrible on mobile devices. So I’m trying to use the mobile settings in the editor for various blocks but still having issues. Sometimes, the edits I make in the mobile view affect the desktop view. And it seems no matter how many help articles I read and how many times I hear that Kadence is “very responsive,” that is NOT my experience at all. I am sure I’m just doing something wrong. Any tips? *Login to see link (This is a subdomain I used to create before switching it over to my main one, hence the wacky url. Also note my homepage is still kind of screwed up because I jacked it up last night trying to make mobile edits.)
In forum: Virtue ThemeTopic: Call to Action Text
Hi,
I’ve been trying to change the Call to Action Text on the bottom of the page as the text is all in Caps and my client doesn’t want that. I tried using this code:
.kad-call-title h2 {
text-transform: none;
font-family: jost;
}But doesn’t seem to work. Any ideas how I can change the text from all caps?
Thank you,
KathyIn forum: Kadence ThemeTopic: Text suddenly is vertical
June 3, 2024 at 3:03 am #288952Hello,
I have an issue with the text alignment. The text “Recent posts” and “Read more” on the homepage suddenly is vertical, but only on desktop.Thank you in advance.
In forum: Kadence ThemeIn reply to: The author’s URL redirects to the homepage
June 2, 2024 at 9:44 am #288948Hi There,
For the author link, when the user has a website set in their profile, the author link would use this URL. To change this to link the viewers to the author’s archive instead, you can remove the Website information from the user’s profile so that it will redirect to the author’s archive instead.
To resolve this issue and redirect users to the author’s archive page instead, follow these steps:
- Navigate to Users > All Users.
- Edit the user’s profile.
- Find the website field and remove any URL present.
- Leave the field blank.
- Save the changes.
- Test the author archives to confirm the redirection now functions correctly
Check the screen recording for reference: https://share.zight.com/d5u2KENP
I hope this helps. Let us know if we can assist you further.
Best Regards,
ArchitaIn forum: Kadence ThemeHello Kadence!!! 😉
I want to kindly ask you for your opinion.
I want the header to be underlined but not to full width. So I am using boxed / contained layout.
So far so good.
Problem comes when I use sticky header on top of it.
When I choose sticky for the main row, the sticky header is not full width…. Which doesn´t look good for full width layout page.
I am able to solve it when I use sticky for the whole header or for top and main row. That is good.
But I don´t want the top row to be in sticky header 😀 So I am able to remove it with display: none. But than the transition from header to sticky header is not so smooth due to this display:none “jump”. So I don´t know if it is right solution….
So I want to ask you if there is some kind of “more elegant” solution to this?
Either make sticky header full width (for only main row) or some kind of “smooth removal” of top row, when I choose whole header to be sticky…
Thank´s a lot.
Pavel
-
This topic was modified 1 year, 10 months ago by
Pavel.
In forum: Kadence ThemeHello, I’m ranking math in the Medical Pdf Books (*Login to see link using the Kadence theme. By clicking on the author URL, users can navigate from the individual article and category pages to the homepage. Even though I have the author link enabled in the preferences, the homepage loads when I click on an author in the sitemap. Your kind response would be greatly appreciated.
In forum: Membership ForumsIn reply to: Sharing Kadence Elements between sites
May 31, 2024 at 3:06 am #288927Thanks for your reply Michael.
It makes sense to use the exporter if you consider that Elements are, at their core, just posts. I suppose I had just been thinking of Elements more like custom page templates in traditional WP theme development. Unfortunately it does confirm my fear that there is probably no (easy) way of integrating them directly into my child theme.
Appreciate you taking the time to look at it anyway though.
Thanks
Fraser
In forum: Membership ForumsGood morning, I want to create a massage booking form on one page without WooCommerce.
I have 4 different massages here: *Login to see link
When you click on a button, a modal should open in which a value is passed to the Modal and the form .
I don’t want to create 4 different forms and also 4 modals!
Nice greetings from Germany.
In forum: Kadence ThemeIn reply to: Using shortcodes in query look plugin
Hi, Robert!
I apologize for the delay in getting back to you.
I used a shortcode to display a dynamic
datetimevalue for each post and its ID. I enabled pagination for my Query Loop(Adv) block too.However, the shortcodes were still working even on the other pages – https://share.zight.com/z8uoPg8y
Have you tried deactivating other plugins on your website except Kadence Blocks and the plugin for adding the shortcode? One of them might be causing the issue.
If the issue persists even with other plugins inactive, could you send us your shortcode’s snippet? I’d like to check if there is something that needs to be tweaked there.
Let me know how I can assist you further.
Regards,
KarlaIn forum: Pinnacle ThemeIn reply to: Products are doubled in shipping cart
In forum: Kadence ThemeIn reply to: Mobile responsiveness issue
May 29, 2024 at 1:28 am #288887Hi Saadsaleem262,
Can you give a specific example on the website where you encounter this issue?
Is the VN image on the homepage one example? See Video: https://share.zight.com/JruE1Lvz
I see that this is section is a 2-column Row Layout block where the image on the left side is set to align left.
This alignment setting will carry over even if the column collapses into rows on smaller screen sizes.
Here’s a screen recording for reference: https://share.zight.com/bLubgjoW
What you can do is to set the alignment for the different screen sizes. See Video: https://share.zight.com/JruE1Lvz
By default, the theme and blocks will be responsive and will look good on most screen sizes. However, this would still depend on how the elements of the sections are created. If for example, you’ve manually set a size for the image and have a specific alignment setting for the desktop version of an element, this setting would be applied to the tablet and mobile versions as well if you do not specify values for these 2 other break points.
There are specific theme and block settings where you can specify a different setting to fine-tune them to look better on the target screen. Settings that have responsive options usually have the device icons above them.
Please see these screenshots for reference:
• https://share.getcloudapp.com/04uEp9dq
• https://share.getcloudapp.com/kpuJ0Be4
You can fine-tune these settings for the other screen sizes.I hope this helps. If you have further questions, please let us know; we’ll be happy to help.
Best regards,
Teejay. -
This reply was modified 1 year, 10 months ago by
-
AuthorSearch Results


