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 'sidebar'
-
AuthorSearch Results
-
In forum: Ascend Theme
Topic: Custom post type widget
Hello,
I need to add a simple widget to the sidebar (similar to ‘Categories’ or ‘Product Categories’) but for the custom taxonomies of my custom post type. I don’t see a ‘Custom Menu’ widget like my last theme has. I’ve tried using the ‘Navigation Menu’ widget and applied some CSS to match those defined by the theme, but the toggle arrow for sub-menus (kt-drop-toggle class) are missing. Is there a quick/proper way to add this widget without duplicating a lot of code?Thanks!
JenniferIn forum: Ascend ThemeFebruary 15, 2018 at 11:44 am #179515Hey,
It’s not really possible, you can hack with css but it won’t work for every situation like the header is designed to because there is javascript that helps the fixed nav function if it outgrows the height of the screen, there are extra divs added to make spacing and things work based on whats on the page, plus there is padding added to the main content to ensure everything lines up. But that padding applies to every page and not just to pages with a sidebar. so with a CSS hack even with pages that don’t have a sidebar you are now going to have extra padding on the right side of your page.If you are ok with all of that then here is the css:
@media (min-width: 992px) { .kad-header-position-left #wrapper { padding-right: 240px; } #ktsidebar { position: fixed; width: 240px; top: 0; left: auto; right: 0; padding: 20px 20px; background-color: transparent; height: 100%; z-index: 161; -webkit-backface-visibility: hidden; outline: 0; background: #333333; } .sidebar .widget-title span { background: rgba(68, 68, 68, 1); } .sidebar .widget-title, .sidebar, .sidebar a:not(.button) { color: #fff; } .main.kt-sidebar { width: 100%; padding-right: 15px; } #ktsidebar { position: fixed; width: 240px; top: 0; left: auto; right: 0; padding: 20px 20px; background-color: transparent; height: 100%; z-index: 161; -webkit-backface-visibility: hidden; outline: 0; background: rgba(68, 68, 68, 1); } }In forum: Virtue ThemeIn reply to: Portfolio Grid Page with vissible title
February 15, 2018 at 11:15 am #179507If you want a sidebar in the portfolio using virtue you would have to use a child theme.
Ben
In forum: Virtue ThemeIn reply to: Portfolio Grid Page with vissible title
February 15, 2018 at 9:47 am #179475For the Sidebar in ASCEND there ir the option, but in portfolio options of Virtue there isn´t
Thanks!
In forum: Virtue ThemeIn reply to: Portfolio Grid Page with vissible title
There isn’t really an option to have a sidebar on portfolio posts. See here for portfolio layout options:
http://docs.kadencethemes.com/ascend-free/portfolio-posts/This CSS should do the trick for ascend:
.portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }-Kevin
In forum: Virtue ThemeIn reply to: Portfolio Grid Page with vissible title
February 15, 2018 at 9:21 am #179471Perfect!
I would like too that in individual portfolio page will be able to have a sidebar – is it possible?
and.. changing theme to Ascend for tests I try your CSS for able the titles (same that in Virtue) but it doesnt works.. sorry but what CSS works in that theme?THANKS!!!!
In forum: Virtue ThemeOkay…so I am trying to change the main content background color to a different random color code each time the page refreshes based on arrays. I have tried tons of different codes in CSS and PHP and JS on various sites and none of them will work. This could be something that I am doing wrong…or maybe the codes just don’t work with wordpress.
I just wanted to make sure this ability is even possible with this theme. Could there be something…anything in the code preventing it from working? Perhaps I need to use a different selector or some sort of override. I am using boxed style and the ‘background-color’ selector is having no effect on content area…sidebar posts or pages…even with normal coding. The background color intheme settings is the only one that shows up.
With the correct selector(s)…I can go through and try out all the codes again…knowing that one of them will probably work!
I barely have my head wrapped around advanced css…so I think the option to have more than one main content background color code in the theme settings would be awesome…because we could choose a subtle palette of five or so complimentary colors that match the site theme and they alternate on page refresh.
In forum: Ascend ThemeIn reply to: Image size and small dimensions
February 14, 2018 at 9:47 am #179293Yes you can change your media images sizes then use regenerate thumbnails plugin to update the image sizes.
A lot of header images are fullwidth nut just the width of your content so you would want larger then 1440px. But if you are asking for the post content width without a sidebar then yes it will match whatever settings you use in your theme options.
Ben
In forum: Ascend ThemeIn reply to: Image size and small dimensions
February 14, 2018 at 9:21 am #179274Ascend has multiple max width settings. (theme options > layout settings). So your post content width is going to depend on your own settings. If you were using 1140 for example that would be similar to virtue.
It looks like you are using 1440. Account for a sidebar and on large screens, your content width is 1038
Ben
In forum: Virtue ThemeTopic: Function is depreciated…
I’m running a few of websites with this theme. I’m able to update the theme on a couple of them and getting these errors when updating on another. I’m way out of my wheelhouse of knowledge when it comes to this. I thought Id post here to see what might happen. This is the message I get from my hosting support…
Also, to go to your account’s error logs go ahead and login to your account > Tools > CGI and Scripted Language Support > Check Error Logs. Some of the main errors we see related to your theme are the following:
20180213T202650: http://www.wakingeros.com/testing_sandbox/wp-cron.php
PHP Fatal error: Uncaught Error: Call to undefined function request_filesystem_credentials() in /hermes/bosnaweb07a/b2687/nf.eleavitt/private/update/testing_sandbox/wp-admin/includes/class-wp-upgrader-skin.php:93
Stack trace:
#0 /hermes/bosnaweb07a/b2687/nf.eleavitt/private/update/testing_sandbox/wp-admin/includes/class-automatic-upgrader-skin.php(47): WP_Upgrader_Skin->request_filesystem_credentials(false, ‘/hermes/bosnawe…’, true)
#1 /hermes/bosnaweb07a/b2687/nf.eleavitt/private/update/testing_sandbox/
20180213T203212: http://www.wakingeros.com/index.php
The kadence_display_sidebar() function is deprecated since version 4.3.5. Please use virtue_display_sidebar() instead.
The kadence_main_class() function is deprecated since version 4.3.5. Please use virtue_main_class() instead.
The kadence_display_sidebar() function is deprecated since version 4.3.5. Please use virtue_display_sidebar() instead.
The kadence_sidebar_class() function is deprecated since version 4.3.5. Please use virtue_sidebar_class() instead.
The kadence_sidebar_id() function is deprecated si
20180213T214056: http://www.wakingeros.com/index.php
The kadence_display_sidebar() function is deprecated since version 4.3.5. Please use virtue_display_sidebar() instead.
The kadence_main_class() function is deprecated since version 4.3.5. Please use virtue_main_class() instead.
The kadence_display_sidebar() function is deprecated since version 4.3.5. Please use virtue_display_sidebar() instead.
The kadence_sidebar_class() function is deprecated since version 4.3.5. Please use virtue_sidebar_class() instead.This is basically telling us that your theme is using using deprecated PHP functions. In other words, it looks like the theme developers are using old code that they need to update. We tested your website on the lowest version of PHP up to the latest version available on your account, but received these errors regardless of what PHP version was set. After having seen these errors, we know we will not be able to resolve any issues that arise after updating the theme. As we are not the theme developers we have no control over this, unfortunately. For this reason we cannot update the theme for you even with the service fee. We do apologize for any inconvenience this may cause. However, you may want to consider trying another theme. We would only recommend using a theme that is well trusted, has very good reviews and is updated regularly.
I appreciate any help I can get.
Thank youIn forum: Ascend ThemeTopic: WP side bar items missing
February 13, 2018 at 12:22 pm #179142Hello,
I dont what happend but in de sidebar of the WP panel the pages and post tabs are missing. Also when I try to set up my menu I can not select a page! Items missing is the warning.
What could be goign on?
my site http://www.footsquare.nl
Thanks
Regards
AlexIn forum: Ascend ThemeHello, i would like to know if i need to do something or not ?
I got some errors when I tried to import the demo :
—Downloaded files—
The import files for: Travel Site were successfully downloaded!
Initial max execution time = 90
Files info:
Site URL = *Login to see link
Data file = /var/www/vhosts/voyageavecnous.fr/httpdocs/wp-content/uploads/2018/02/demo-content-import-file_2018-02-13__19-11-47.xml
Widget file = /var/www/vhosts/voyageavecnous.fr/httpdocs/wp-content/uploads/2018/02/demo-widgets-import-file_2018-02-13__19-11-47.json
Customizer file = not defined!
Redux files:
ascend -> /var/www/vhosts/voyageavecnous.fr/httpdocs/wp-content/uploads/2018/02/demo-redux-import-file_0-2018-02-13__19-11-47.json——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags——
New AJAX call!
[WARNING] Failed to import product_tag Backpack
[WARNING] Failed to import pa_color Blue
[WARNING] Failed to import product_tag Cup
[WARNING] Failed to import product_type external
[WARNING] Failed to import pa_color Gray
[WARNING] Failed to import pa_color Green
[WARNING] Failed to import product_type grouped
[WARNING] Failed to import product_tag Notebook
[WARNING] Failed to import pa_color Orange
[WARNING] Failed to import pa_color Red
[WARNING] Failed to import product_type simple
[WARNING] Failed to import product_tag Travel Gear
[WARNING] Failed to import product_type variable
[WARNING] Failed to import pa_color Yellow
[WARNING] Failed to import product_cat Travel Accessories
[WARNING] Failed to import product_cat Travel Bags—pt-ocdi/before_widgets_import—
—Importing widgets—
Primary Sidebar :Rechercher – No Title – Widget already exists
Ascend: Recent Posts – Recent Posts – Imported
Éditeur visuel – About Me – Imported
Ascend: Social Links – Follow Me – Imported
Nuage d’étiquettes – No Title – Imported
Catégories – No Title – ImportedFooter Column 1 :
Éditeur visuel – No Title – Imported
Ascend: Social Links – No Title – Imported—Importing Redux settings—
Redux settings import for: ascend finished successfully!—pt-ocdi/after_import—
In forum: Virtue ThemeIn reply to: Adding Secondary Sidebar
February 13, 2018 at 9:31 am #179090Ok, mobile just impacts how you add this sidebar since you can’t just add css to place it where you want on mobile. Wanting it to be last on mobile means it needs to load last on the page.
So your going to have to hook into “kt_after_content”
Here is the function:
add_action('kt_after_content', 'my_custom_second_sidebar_widget_area'); function my_custom_second_sidebar_widget_area() { if ( virtue_display_sidebar() ) { echo '<aside id="ktsidebar-second" class="sidebar-secondary-container" role="complementary">'; echo '<div class="sidebar">'; dynamic_sidebar( 'sidebar-secondary' ); echo '</div>'; echo '</aside>'; } } add_filter( 'body_class', 'my_custom_second_sidebar_class', 30 ); function my_custom_second_sidebar_class( $classes ) { if ( virtue_display_sidebar() ) { $classes[] = 'sidebar-is-showing'; } return $classes; }Here is the css:
@media (min-width: 992px){ .sidebar-is-showing #content > .row { width: 80%; float: right; margin-left: 0; } #content:after { clear: both; display: table; content: ''; } #ktsidebar-second { width: 20%; float: left; } }In forum: Virtue ThemeIn reply to: Adding Secondary Sidebar
February 13, 2018 at 12:33 am #179059Where are you wanting this sidebar on a mobile device? Are you wanting it below the content above your normal sidebar so it’s
content
new sidebar
normal sidebarOr something else?
You mention adding this to all “pages” are you being specific to pages only and not posts or do you want this second sidebar to show on every page, post archive where your normal sidebar would show?
Ben
In forum: Virtue ThemeTopic: Adding Secondary Sidebar
Hello,
I’ve been trying to modify the Virtue theme to add a secondary sidebar to all pages that want sidebars (in the three column format: sb_left, content, sb_right). I’ve added the following to my child theme’s Functions.php
<?php
add_action( 'widgets_init', 'child_register_sidebar' );function child_register_sidebar(){
register_sidebar(array(
'name' => __('Secondary Sidebar', 'virtue'),
'id' => 'sidebar-secondary',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="widget-inner">',
'after_widget' => '</div></section>',
'before_title' => '<h3>',
'after_title' => '</h3>',
));
}
?>Now the problems I have are twofold.
1. How do I add a secondary sidebar to theme. The sidebar format in premium is much harder to follow, I can’t figure out the modified command I would need from *Login to see link
2. How to position on all sidebar pages to the left.Can you assist?
Thanks.
p.s: temp setup is at *Login to see link pardon the dust.
In forum: Virtue ThemeIn reply to: section “uncategorised” on side bar menu
In forum: Virtue ThemeFebruary 10, 2018 at 4:16 pm #178763Links in the sidebar are handled differently. You can use css to edit. That links in your page/post content will use the primary color.
Ben
In forum: Virtue ThemeHi,
Within ‘Theme Options’ under ‘Basic Styling’ the Item ‘20% lighter than Primary Color’ (used for hover effects) has no effect at all on the link items listed under ‘Recent Posts’,’Recent Comments’, ‘Archives’, ‘Categories’ etc. in the Default Sidebar, but does work on the ‘Read More’ Text, please advise, thank you.In forum: Virtue ThemeIn reply to: Blog posts layout on the homepage
Hi Jessica,
If you enable your blog posts on the homepage through the homepage layout manager you can set the number of columns to one (Theme Options > Home Layout > Home Blog Settings).
You can choose a sidebar layout for your homepage from Theme Options > Home Layout then add content to your sidebar from Appearance > Widgets.
Hope that helps!Hannah
In forum: Reply To:February 9, 2018 at 6:12 pm #178651Next since we have 1 portfolio post created you can build a portfolio page. It’s only going to show one post but at least we can start there.
Go to pages > add new. Then in the right sidebar choose the “portfolio grid” template.
Save/publish the page and view to see your one portfolio post showing there.
Now you can go back and adjust things like how many columns you want to show.
-
AuthorSearch Results


