Dddt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themeit messes the widgets, duplicates the topbar, footer layouts and much more…
Forum: Plugins
In reply to: [Super Post] does not load more pages – PROanyhelp?
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themeTHANK U @lorro, but themes still messes the website 🙁
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themenow I see the virtue-child theme, but it is blank it has no template preview as the original one, and when I activate it it messes the website, 🙁
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themeI read the link, thanks.
when I ago appearance-themes I cannot see any child theme to activate, I only see virtue theme
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themeWHAT TO UPLOAD WHERE FROM YO UPLOAD?
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themeWhen I click appearance-themes I see virtue theme is activated, I cannot find virtue child theme there.
I would not like to post the site here, sorry 🙁
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themeyes, remove sidebar.
in my fuctions.php only this:
<?php add_filter(‘kadence_display_sidebar’, ‘kad_sidebar_on_post’);
function kad_sidebar_on_post($sidebar) {
if (is_single()) {
return false;
}
return $sidebar;
} ?>In my child theme I also have style.css
/*
Theme Name: Virtue – Child Theme
Theme URI: http://kadencethemes.com/product/virtue-free-theme/
Version: 1.0
Author: Kadence Themes
Author URI: http://kadencethemes.com/
Template: virtue
*//* Theme customization starts here
————————————————————– */what u mean by child theme activated? how can i check it is active or not?
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themeHi there!
Explaining: the reason is the same, I want to make it possible front-end posting and n=the user will not have access to back-end to change the post settings.here is the function
<?php add_filter(‘kadence_display_sidebar’, ‘kad_sidebar_on_post’);
function kad_sidebar_on_post($sidebar) {
if (is_single()) {
return false;
}
return $sidebar;
} ?>Forum: Reviews
In reply to: [Virtue] Virtue Short ReviewIt is really sad when people does not appreciate such hard work done by Kadence Themes. This theme does not deserve one star, honestly. 🙁
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themedid not help 🙁
Forum: Plugins
In reply to: [Soundy Audio Playlist] not responsive and player does not work on galaxy s5the track names and the track status button is not responsive too when phone is on vertical position
Forum: Plugins
In reply to: [Soundy Audio Playlist] shortcode does not workok, IC got this.
Forum: Plugins
In reply to: [Soundy Audio Playlist] player not showinghow? can u help me, I have the same problem
Forum: Themes and Templates
In reply to: [Virtue] Full width posts – virtue themehi again,
i need to do this for my new website, i copied the function.php and style.css from my old virtue child theme and placed it under the new website’s child theme, but this is not working, what magic did u do last time that worked for my old website, can u help me please?thanks