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 Theme
In reply to: Latest post on home page with photos and no text
February 29, 2024 at 5:48 am #287691Chito,
I created a home page and post page using Kadence blocks, but it never showed up on the site. The blocks appeared in the draft and updated pages, but the pages did not show up on the live site. I don’t know why. I thought it could have been the site set-up. I have it done with a static home page showing my latest posts. Should it be different?
In forum: Virtue ThemeIn reply to: Latest post on home page with photos and no text
February 28, 2024 at 11:26 pm #287686Hi there,
Thanks for writing back.
I don’t see the Kadence Posts block on your home page.
Can you send a screenshot or screen recording of how it looks on your end?
It that’s a live site, perhaps you can create a test page so we can take a closer look.
Thanks,
ChitoIn forum: Kadence ThemeIn reply to: Ditty News Ticker
February 28, 2024 at 4:52 am #287670Thank you I added via Elements, thank you. The weird thing is Ditty worked in the “middle” of a page, not within the header until I created an element.
In forum: Virtue ThemeIn reply to: Theme download failed: style.css file missing
February 28, 2024 at 2:40 am #287668Hi @info549,
I am on Windows and have downloaded the Virtue Premium theme on my Product Downloads page. I didn’t extract and recompress the zip file and was able to upload the theme file on my test site without any issues.
Here’s a video for reference:
https://share.zight.com/Jru5yW4RCan you please send us a screen recording of the issue?
Thanks,
ChitoIn forum: Virtue ThemeIn reply to: Latest post on home page with photos and no text
February 28, 2024 at 2:31 am #287667Hi there,
Currently, we can only display a maximum of 8 posts with 2 columns for the Latest Blog Posts on the home page.
We no longer add new features for the classic themes, which includes the Virtue theme.
If you have the free Kadence Blocks plugin, you can use the Posts block and add it into your home page content.
https://www.kadencewp.com/help-center/docs/kadence-blocks/posts-block/If you have the Kadence Blocks Pro plugin, you can use the Post Grid/Carousel block, which has many options to customize it.
https://www.kadencewp.com/help-center/docs/kadence-blocks/kadence-blocks-post-grid-carousel-block/Please let us know how we can assist further.
Best,
ChitoIn forum: Kadence ThemeIn reply to: Ditty News Ticker
Hi there!
Could you send us a link to a page where the widget is showing properly?
Also, try these:
1. Create a hooked element and add the Ditty code there. Here’s a guide – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/
2. Set its Display Settings to Entire Site and publish.
3. After publishing, go back to the Elements list so you can copy the shortcode and that instead to the header HTML item.Another way is to:
1. Create a hooked element and add the Ditty code there. Here’s a guide – https://www.kadencewp.com/help-center/docs/kadence-theme/how-to-use-element-hooks/
2. Set its Placement to Before Header.
3. Set its Display Settings to Entire Site and publish.I hope this helps, and let us know if we can assist you further.
Regards,
KarlaIn forum: Virtue ThemeFebruary 27, 2024 at 4:33 pm #287653Hi.
I use Virtue Premium, and I like how it allows me to customize my site. Presently, the slider shows four recent posts. Below that, I have my “Latest Entries.” I want the “Latest Entries” section to show only the main post photo and no excerpts. I want a grid of sixteen to twenty photos from my recent entries. The grid could be 4×4 or 4×5. I looked at the Home Layout section but don’t know how to proceed. A visitor to my home page would see only photos. When clicking on a photo, he/she would go to the post. Is there some documentation you can point me to on how to do that?
The site is *Login to see link tography/ if you want to see the current display.
In forum: Kadence BlocksFebruary 27, 2024 at 11:29 am #287646Hi! I have a small WP site (Kadence Pro Blocks and Theme) and am using the Info Box Blocks on one page. I just noticed that they’ve stopped using the selected Title Color (Text Color is fine) and nothing I do will update it. I’ve updated plugins, purged ones the site no longer needs, emptied the cache a billion times, etc. Is anyone else experiencing this?
Images:
– The white text for “Home Base”, “Call Us” etc. appears as #fff. It should be the same color as “Start the Conversation”.
– I even updated the hover color just in case (it doesn’t matter, it’s not linked) and still can’t get it to be grey again.Thanks!
~CIn forum: Kadence ThemeFebruary 26, 2024 at 1:21 pm #287640Hello, All –
The general page settings in the Customizer are fine for most things – but not all pages are the same. For this reason I would like the team to consider giving us a Full Width option for the featured image – when directly editing a post or a page. Currently we get to choose a position from “Above”, “Behind” or “Below”. Again, typically this is fine – but occasionally, when you want to mix things up or have a particularly good image to use, it would be nice to stretch the image the full width. I have done this with CSS in the attached image – but it would be great if there was a button! Also note, the picture I’ve used was so good, I was able to also switch on a transparent header. It’sa great combo – and would be even more effective if we could do it more easily.
Thanks,
Antar
In forum: Kadence ThemeFebruary 26, 2024 at 11:44 am #287639Hello,
I had this badge created with code found on the web but since I use a sigle product template in Kadence it doesn’t work anymore.
I guess I’m missing the position to display the badge in the template…
Is there a way to add it?
add_action( 'woocommerce_before_shop_loop_item_title', 'bbloomer_new_badge_shop_page', 3 );
function bbloomer_new_badge_shop_page() {
global $product;
$newness_days = 15;
$created = strtotime( $product->get_date_created() );
if ( ( time() - ( 60 * 60 * 24 * $newness_days ) ) < $created ) {
echo '' . esc_html__( 'New!', 'woocommerce' ) . '';
}
}In forum: Kadence ThemeThis reply has been marked as private.February 25, 2024 at 11:50 am #287635In forum: Kadence BlocksFebruary 22, 2024 at 8:16 pm #287614Hi in kadence i have a letterbox style block with a background image and can use the parallax button in the side options panel but the background image only has a small movement as the page scrolls. Can someone enlighten or point me to a tutorial on how to get the effect from the pinnacle theme home page demo where the coffee cup image moves with the page but also has a parallax scroll effect? It’s a great effect but I have no idea how to implement this on my page? I’ve created a similar sized view and have the background image so the page scrolls over the image, i’d just like more of an effect like on pinnacle theme demo content site. Thanks.
In forum: Virtue ThemeIn reply to: Side Navigation/ Menu
February 22, 2024 at 7:09 am #287611Hello!
I am trying to add a side Navigation Menu, and I am going around in circles on the forums etc.
I beliebe this site was made using Kadence. Any ideas how to get this menu across all my pages?In forum: Kadence ThemeIn reply to: Ditty News Ticker
February 22, 2024 at 7:04 am #287610Still having issues with this. Here is the page link: https://staging.almosthomefoundation.org/. I added via HTML, using text and the “edit Ditty” shows up (see screen shot), and when I inspect the page, I see the ditty is there, however there is no text.

These are the options I have with the header – so I am unsure what else I can try.I tried it the way you showed me and the people that own the website are not happy.
Please help.
In forum: Pinnacle ThemeIn reply to: Homepage not showing home demo content
Hi there,
Thank you for reaching out.
I can’t confirm this issue on your website. On my browser, I can see the content and layout on your live website homepage, as shown in the customizer screenshot you provided.
Here is a screencast for reference:
https://share.zight.com/lluOEKr7To troubleshoot this, please clear your website and browser cache. See how:
https://www.kadencewp.com/help-center/docs/kadence-theme/clearing-your-website-cache/I hope this helps. Please let us know how we can help further.
Cheers,
EzeIn forum: Kadence BlocksFebruary 21, 2024 at 1:41 pm #287601Hi There,
Currently, there is no option to add Flipboard and Instagram social icons or to add custom icons.
After a quick search in our logs, I have found that a feature request has been already made for this to be possible in the future.
You may add your vote or comment on additional information on this page – https://www.kadencewp.com/kadence-theme/feature-requests/kadence-simple-social-share-instagram/. Kindly note that the development team may consider adding the feature requests once it has enough votes.
Please note that we cannot give an estimated date for when this will be added.
If you have further questions, please let us know, and we’ll be happy to help out.
Best Regards,
ArchitaIn forum: Kadence ThemeIn reply to: Navigation Active States NEED HELP
Hi there!
The navigation items will have a CSS class to indicate whether they are the current page that’s being viewed. The active states/styles for the items will be applied appropriately.
If you’re using the same page links (homepage) for multiple menu items, the active styles are applied to all of them while you’re on the homepage.
We have an existing feature request for it. You can add your vote here – https://www.kadencewp.com/kadence-theme/feature-requests/active-color-for-menu-items-if-using-a-single-page-layout/
For now, kindly do the workarounds suggested before.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Cannot install kadence-starter-templates
Hi, Russell!
This topic has been marked as resolved.
If you are experiencing an issue, kindly open a new topic or submit a ticket here.
On the other hand, try opening the browser error console while you are trying to import a Starter Template.
A browser error console is a tool that displays information about JavaScript errors and other web page issues. Here are the general steps to access and use the browser error console:
- Open your web page in a web browser.
- Open the browser developer console. The console can often be accessed by right-clicking on the page and selecting “Inspect” or “Inspect Element” from the context menu, and then selecting the Console tab.
- Review the console for any errors or warnings. The errors listed may give you an idea of what’s causing website issues, such as a Javascript error or a network error, and help diagnose the problem.
Are you getting errors like Error 500 or 400 when importing these pages? These are typically server errors: https://www.kadencewp.com/kadence-theme/knowledge-base/troubleshooting/getting-500-error/.
The issue is usually caused by security settings or server limitations, like the memory limit or the max post size being too small.
If this is what you are seeing, and you are not familiar with these settings, you can contact your hosting provider to see if they can adjust the settings on your server to solve this issue.
You can also confirm your PHP settings with them.
We recommend these settings:
– the PHP memory limit set to 512MB
– the max post size bigger or equal to 50MB
– the WP-memory limit 256 MB
– the max upload size 50 MB
– the max input vars 2500
– and ideally the max execution time should be around 300Please let us know how it goes, we’ll be more than happy to help.
Regards,
KarlaIn forum: Kadence ThemeIn reply to: Integrate Starter Templates with Woocommerce
Hi Will,
Thank you for reaching out.
You can use WooCommerce on any Kadence Starter Templates that were not pre-designed with WooCommerce.
To achieve this:
1. Search, Install and activate the WooCommerce Plugin on your sites with SAAS 2 and Control B starter templates
2. On your Dashboard, navigate to <em>WooCommerce > Home and follow the prompts to set up your store
3. Navigate to WooCommerce > Status > Tools tab
4. Click Create Pages button beside Create default WooCommerce pages to install all WooCommerce pages.Here is a screencast for your reference:
https://share.zight.com/5zuvLJLKI hope this helps. Please let us know how we can help further.
Cheers,
EzeIn forum: Kadence ThemeIn reply to: Removing padding top on pages
February 20, 2024 at 3:03 am #287572I changed my theme from Kadence to Blocksy, and when I revert back to Kadence, I see a top white space on every page of my website.
How can I remove this space?https://blindmotorsonline.com.au/
-
This reply was modified 2 years, 1 month ago by
webdev-3139.
-
AuthorSearch Results





