Eze
Forum Replies Created
-
Hi @bigmoxy,
Happy to assist.
The Row Layout has padding left and right values of 15px, which is why the Google Map within the Row layout is not full-width. Here is a screencast for reference:
https://share.zight.com/E0upNW0bTo make the Google map full-width:
- Edit the contact page
- Navigate to the Row Layout block with the Google Maps block
- Navigate to the Row Layout > Advanced tab
- Add 0 to the Padding Left and Right
Here is a screencast on how to achieve this:
https://share.zight.com/6qulARQxI hope this helps.
Regards
Forum: Themes and Templates
In reply to: [Kadence] More Spacing help neededHi @larissa67,
Happy to assist.
The Columns block has a default 2rem margin-bottom value. Here is a screencast for reference:
https://share.zight.com/lluLeRPLTo reduce the spacing:
- Edit the page
- Navigate to that Column blocks with the steps and contact information
- Navigate to the column block style tab > Dimension
- Set the Margin value to 0
Here is a screencast on how to achieve this:
https://share.zight.com/JruRQAjJI hope this helps.
Regards
Forum: Themes and Templates
In reply to: [Virtue] Virtue Logo spacing slider not workingHi @mechawear,
Happy to help.
I am unable to replicate this issue. Here is a screencast for reference:
https://share.zight.com/wbu4Yk1yTo troubleshoot this, please try the following troubleshooting steps listed here:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/If the issue persists, can you try using the custom CSS and see if the logo spacing/padding is applied:
#logo {
padding-top:32px !important;
padding-bottom:45px !important;
}The
!importantdeclaration is used to override any other styles and make sure this style takes precedence.Here is how to add the custom CSS to your website:
https://www.kadencewp.com/help-center/docs/kadence-theme/how-do-i-add-custom-css/I hope this helps!
Cheers,
EzeHi @jlev00,
Great question, and glad to hear about your experience using the Kadence Email Designer.
You can safely leave that setting as it is. It won’t negatively impact Kadence Email Designer, as the plugin uses its own template system and can override/customize the default WooCommerce email types it supports. Any other WooCommerce emails will continue to use the default WooCommerce email design.
In terms of benefits, it doesn’t really add anything specific for Kadence Email Designer, since Kadence already handles the email templates it supports on its own.
Overall, there is no downside, and you can simply leave it as it is.
Hope this clarifies things!
Regards,
EzeHi @lukiooo,
Happy to asssit.
I am unable to replicate this issue on my end while using the same Greenshift theme, the Kadence Tabs block, and the Gallery (Adv) block within tabs. Here is a screencast for reference:
https://share.zight.com/KouX0lnKTo troubleshoot this, please try the following troubleshooting steps listed here:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/Please let me know how this goes and if you need any further assistance.
Eze
- This reply was modified 2 months, 3 weeks ago by Eze.
Forum: Themes and Templates
In reply to: [Ascend] Options goneThank you for reaching out and for the additional information.
I was able to replicate this issue where the Theme Option is missing the latest versions, 1.4.18 and 1.4.19, and it has been escalated to the team.
In the meantime, as a workaround, you can temporarily downgrade the Ascend theme to version 1.4.17. You can download that version from here.
I will update you once I have feedback from the team.
I hope this helps! Please let me know if you need any more help on this.
Cheers,
EzeForum: Themes and Templates
In reply to: [Virtue] 2 Woocommerce files are out of dateHi @simondukes,
Glad you reached out.
This has been escalated to the development team and will most likely be resolved in the next update for the theme.
However, there shouldn’t be any issue with your template’s functions. It will still work as expected.
EzeForum: Plugins
In reply to: [Kadence Blocks — Page Builder Toolkit for Gutenberg Editor] Button errorHi Fajar,
The latest WP 6.8 version Buttons (Adv) Block size issue was fixed in Kadence Blocks version 3.5.2. See changelog:
https://www.kadencewp.com/kadence-blocks/changelog/I was also unable to replicate this on WP 6.8 with the Blocksy theme+companion and the latest version of Kadence Blocks, 3.5.3. Here is a screencast for your reference:
https://share.zight.com/DOuyxepJTo further troubleshoot this, please try the following troubleshooting steps listed here:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/I hope this helps!
Forum: Themes and Templates
In reply to: [Kadence] Title font size in mobile viewHi Antonio,
Kadence has a built-in option to change the Site Title Font Size on Desktop, Tablet and Mobile view, respectively. To achieve this:
– Navigate to the theme Customizer > Site Identity – Design Tab
– Adjust the Site Title Font Size on different screens as preferredHere is a screencast for your reference:
https://share.zight.com/v1uzr2rzI hoe this helps!
Hi Kim,
Yes, you can set a manual size for the Gallery (Adv) image carousel images using this custom CSS:
.kimgallery .kb-gallery-image-contain {
height: 500px !important;
}
.kimgallery .kadence-blocks-gallery-intrinsic {
position: static !important;
}Add
kimgallerywith the block class in the Advanced Tab > Advanced > Additional CSS.Here is how to add the custom CSS to your website:
https://www.kadencewp.com/help-center/docs/kadence-theme/how-do-i-add-custom-css/Watch this demo screencast of what happens when the CSS code is added to your website:
https://share.zight.com/7KulBJo1You can further modify the code to your preference.
Please let us know how we can help further.
EzeHi Tobi,
Are you referring to the Kadence Posts Block?
If yes, I am unable to replicate this issue. The Exclude Category Filter works as expected in the editor and on the frontend. Here is a screencast for your reference:
https://share.zight.com/4guv0Y9ZTo troubleshoot this, please try the following troubleshooting steps listed here:
https://www.kadencewp.com/blog/how-to-troubleshoot-your-website/The ampersand (
&) is a special character in HTML/XML and needs to be escaped to&to ensure valid code. WordPress automatically converts&to&in the editor to prevent parsing errors, but displays as&in the frontend.The category name with the “&” displaying as “&” in the editor is functionally correct and ensures proper rendering on the front end.
Please let us know how we can help further.
EzeForum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Add email templateHi @handmadehome ,
The Kadence WooCommerce Email Designer only displays and customizes the Default WooCommerce Emails.
There is no built-in option to display other special email types.
I hope this clarifies things.
Forum: Themes and Templates
In reply to: [Kadence] Changing the font color of H1Hi @holdthatmayo,
I understand you want to change the font color of your H1 heading using the Gutenberg Heading block. To achieve this, click on the Styles (moon-like icon) tab in the block settings, as shown in this screencast:
https://share.zight.com/v1uGpxDlIf you only want to change the font color of the highlighted heading (e.g Love Shouldn’t Come with a Price Tag:), kindly click on the Highlight feature on the toolbar, as shown in this screencast:
https://share.zight.com/8LuWOr7AI hope this helps! Please let us know if you need any more help on this.
Cheers,
EzeForum: 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,
Eze