My site runs on the Kadence theme but I have found when activated on my staging site the CSS is not loading properly.
I checked the documentation but there isnt an integration guide for Kadence. I ran string locator for wp_nav_menu and I found a lot of files so I feel the risk of breaking my theme is high if I start deleting all of them.
Kadence is a popular theme so I was hoping someone found a way to integrate this plugin? I might have missed a simple setting or some trick to loading it.
I tried it both as a widget and as a direct menu loaded into my header location.
Thank you!
]]>Installing Mega Menu onto Shawburn WP theme. This theme does not allow you to remove the cart from the main menu (according to WP help) SO… I cannot remove it completely and then add it within the MM options. Is there a way at all to get the MM and my cart to sit across one line instead of two? Can the width of the menu be adjusted? Any other options for getting the menu onto one line.
thanks!
]]>i used to integrate your plugins shortcode function in my theme with
// add own rating avg function for better displaying
function myTheme_avg_rating($atts) {
echo var_dump(function_exists('wpcr_avg_rating'));
// bool (false)
if ( !function_exists('wpcr_avg_rating') ) {
return '';
}
now you added it to the WP_Post_Comment_Rating_Public
Object – how do i access it in my theme?
Br,
tom
If you have seen this work previously and I am not barking up the wrong tree, I will go into more detail about the steps I took. I want to respect your time and forum.
Thank you.
]]>I copied my theme’s single.php to my theme child folder, renamed it to single-event.php, and then added the code suggested below the code in the template:
<?php eo_get_template_part(‘event-meta’,’event-single’); ?>
When I refresh the event, there is no event information on the page. My right sidebar is now floated all the way to the left, since there is no content.
Which made me wonder if the code of my single.php template is different than you are expecting with your support documentation. The only code on that page is:
<?php get_template_part(‘templates/content’, ‘single’); ?>
So it seems to be fetching a third page to populate the page. Any suggestions on how to best tweak my event pages to look the way I want?
I wanted to add: I tried using content.php and content-single.php as my template, moving it to my child folder and renaming it single-event.php and adding the code and had the same result. Is there some code that needs to be tweaked someplace else to make this work?
Thanks so much for your time.
]]>I followed your instructions and it is indeed a theme compatibility issue – not sure if it will also conflict with their list of plugins, but we are deleting most of them anyway.
The site you can look at (my copy with minimal plugins): https://book-it.rocket.fish/calendar/
This is not using the pro version, though I do see it in their site’s list of plugins. And another quick question – they don’t have the pro activated, if I deactivate the old and activate the pro, how do I copy the events over?
Thanks in advance.
https://www.ads-software.com/plugins/the-events-calendar/
]]>