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: Virtue Theme
In reply to: Sidebar font
November 3, 2015 at 11:45 pm #65460ok, so with the error out this css should work.
.sidebar a, .sidebar { font-family: sans-serif; }Ben
In forum: Virtue ThemeIn reply to: Sidebar font
In forum: Virtue ThemeIn reply to: Multiple Logo's?
November 3, 2015 at 5:16 pm #65435I don’t see a widget added? And the sidebar is where it’s supposed to be did you add css to force it into the header?
Ben
In forum: Virtue ThemeTopic: Sidebar font
Hi,
I’m really sorry to ask about this again as I have solved it (with your help) a few years ago. Unfortunately I lost all of my site’s configuration (don’t ask) and have to start over.
I’d love to change the font and size of all the text in the sidebar, including recent posts, categories, archives etc. My impression was that custom CSS like
.sidebar {font-size:14px; font-family:sans-serif;}
should do it, but this seems to affect only the fixed texts (‘Recent Posts’ etc.).
Many thanks in advance
Carsten
In forum: Virtue ThemeIn reply to: Recent posts list thumbnail size
Hey Carsten,
I assume you mean in the sidebar? Unfortunately there isn’t a built in way to make these larger, but you could stretch them a bit with some css. Try using this:.kadence_recent_posts img { width: 100px; }Just paste it in your custom css box in Theme Options > Advanced Settings.
Hope that helps!Hannah
In forum: Virtue ThemeTopic: Adding a new page template
Hello, I created a new page template from the page-sidebar.php and called it page-newhome.php with a template name of New Home Page. It is of course just for the home page. When I go to the wordpress page I can assign the page template to the page but unfortunately none of my changes show up.
The primary reason I’m creating another template is because I need to use the Advanced Custom fields plugin to output particular items and I don’t want to crossover any other pages by using one of the default templates. I know there are other ways of handling the ACF fields but this was my chosen path.
So if you can assist in leading me in the right direction on why my page template isn’t kicking in that would be great. I also want to point out that I am using a child theme and have only tried to override the templates/content-page.php. For that I just created a new part call templates/content-homepage.php and changed that reference in my new page template to point to my new part.
Test site is *Login to see link
In forum: Pinnacle ThemeIn reply to: cyclone slider problem
October 31, 2015 at 1:00 pm #65078can you post a link?
In your slider settings do you have “force resize” turned on in the right sidebar?
Ben
In forum: Pinnacle ThemeIn reply to: Home Page Layout Issues
#1–Hannah, your code did not work. Text was not wrapping and was positioning under the sidebar I am using on the Home screen. I actually went back to the settings as recommended in the Kadence tutorial for setting up a blog site. Then I used a Custom Link in the Menu settings to link to the correct Home screen layout. All is well here.
#2–Ben, I think I’ll give up on a customer menu for now. Perhaps I’ll come back to that later after I have more experience.Thank you both.
In forum: Virtue ThemeIn reply to: View Cart button text
In forum: Virtue ThemeIn reply to: New Page Template
Hi, Ben,
1. Yes – a left and right sidebar as we needed a 3 column template option. The code seems to work fine and I’ve tested it with several pages. All display the correct sidebars now. I just wasn’t sure if there was a better/cleaner way to implement it.
2. It worked a few weeks ago but when I logged in the other day, I noticed it wasn’t (this was after the update). I’ll double-check my plugins and retest.
Thank you.
In forum: Virtue ThemeTopic: View Cart button text
Hi,
Can you tell me which menu option dictates the background colors for the “View Cart” button in the sidebar? Right now it’s barely visible, and rolling over it doesn’t do much to make it easier to read.
Thanks in advance!In forum: Virtue ThemeIn reply to: New Page Template
October 28, 2015 at 5:08 pm #647141. Are you trying to have a left sidebar and a right sidebar. like a new page layout? Are you adding that code into your own page template then?
2. That should work fine. (I just tested) Is there any chance you have a plugin that is loading an older version of redux?
Ben
In forum: Virtue ThemeIn reply to: Creating Information in my account
October 28, 2015 at 4:40 pm #64708ok, I looked and you have the my-account page set to a fullwidth page template? That would make it fullwidth and not show the default sidebar with account info.
You are using pabuilder and adding the woocommerce my-account into one column.
I’m not totally sure now what your wanting. This site is using a default page template. with just the my-account shortcode. All the content is added through the woocommerce my-account hooks in a child theme so you can display items for logged in an logged out people.I’ve switched your page template to default, then added this css to hide the right column and make the left column fullwidth when logged in. Is that what your thinking?
.logged-in #pgc-9-0-1 { display: none; } .logged-in #pgc-9-0-0 { width:100%; }Ben
In forum: Virtue ThemeIn reply to: New Page Template
Hi, just an update. I got the 2nd sidebar to work (although the code is not pretty). I used:
<aside class="<?php echo esc_attr(kadence_sidebar_class()); ?> kad-sidebar-right" role="complementary"> <div class="sidebar"> <?php if ( ! $sidebar = get_post_meta( get_the_ID(), '_kad_sidebar2_choice', true ) ) $sidebar = 'sidebar-primary'; // Default sidebar if meta value does not exist. if ( ! dynamic_sidebar( $sidebar ) ) : ?> <?php endif ?> </div><!-- /.sidebar --> </aside><!-- /aside -->Just in case anyone else needs something like this. If there is a better way to do this, please let me know. Thank you.
Still trying to figure out the answer to #2. 🙂
In forum: Virtue ThemeIn reply to: New Page Template
Hello! Sorry to reopen an old thread but I had a few items pop up that I need a little help with.
1. My Directory Listing template needs to be able to display 2 different sidebars. I’ve created the metabox for it and am able to select the sidebar. I’ve added the code to my template but my new sidebar option seems to override the original option. I copied the code from above to my functions.php file and changed $sidebar_name = get_post_meta( $post->ID, ‘_kad_sidebar_choice’, true ); to $sidebar_name = get_post_meta( $post->ID, ‘_kad_sidebar2_choice’, true ); – this works except the original no longer shows up. If I remove it, the original sidebar shows up but the new one stops working. Can you give me a little direction on how to make the 2 work together?
2. I updated my theme and the previous code given for removing/hiding theme options no longer seems to work. Did something change?
Thank you.
In forum: Virtue ThemeIn reply to: Creating Information in my account
Hey Ben, i have tried using page builder for create it. But the problem is, the widget still there when im logged,,,its different when i login kadence the widget information acciunt is dissapeared…i wonder how to create like that Ben. I have no idea about my account page has a sidebar…how can i find it?
Danny
In forum: Virtue ThemeIn reply to: Creating Information in my account
October 28, 2015 at 1:06 am #64623Hey,
Just so you know the my-account page has a sidebar for users that are logged in which will only show when your logged in.Ben
In forum: Virtue ThemeIn reply to: BuddyPress with Virtue Theme
October 28, 2015 at 12:09 am #64609There is no added functionality through the theme for buddypress so you’ll have the design and options native to the plugin. Things like a sidebar would have to be controlled through a child theme. Otherwise you should be fine.
AS a side note if you just want a membership I think there are better plugins. Buddypress is more for a social media platform.
Ben
In forum: Virtue ThemeIn reply to: Creating Information in my account
In forum: Virtue ThemeIn reply to: Adding script code as layer on Revolution slider?
-
AuthorSearch Results


