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: Problem when permalink is "contact" – bug?
March 25, 2017 at 1:31 pm #138681On your contact page can you make sure you choose the “sidebar” page template and not default.
Ben
In forum: Virtue ThemeIn reply to: Problem when permalink is "contact" – bug?
Hey Colin,
For whatever reason your contact page is taking on a full width layout, even with a sidebar. You can use this css to fix:.contact div#main { width: 75%; float: left; }Just paste that into your custom css box in Theme Options > Advanced Settings.
Hannah
In forum: Virtue Theme*Login to see link – the wp sidebar displays under the page content – it should be on the right
*Login to see link – this is the way the page should look with wp sidebar to the right
Permalink structure is set to *Login to see link
The problem only occurs when permalink is “contact” – if I change it to anything else it works as expected.
In forum: Virtue ThemeIn reply to: Menu customising.
Hey Mark,
since you’re using a plugin for that menu, you’ll have to read the documentation for it and go into the settings for the plugin and set it up.
It looks like you’re using Max Mega Menu, so you should be able to find the settings for Mega Menu in the admin sidebar.
There you’ll find all of the settings for configuring your menu theme.
-Kevin
In forum: Virtue ThemeIn reply to: make the post full width by removing sidebar
In forum: Virtue ThemeIn reply to: make the post full width by removing sidebar
In forum: Virtue ThemeIn forum: Pinnacle ThemeIn reply to: page header default background
March 22, 2017 at 5:26 pm #1383001.Right under subtitle color there is background color and background image. If you don’t see this post an image of your page settings.
2. In your page settings enabled a sidebar. It’s right there in the page settings if you scroll down. Look for “sidebar options”
Ben
In forum: Pinnacle ThemeIn reply to: page header default background
In forum: Ascend ThemeIn reply to: Event Page Title & sidebar issue
March 22, 2017 at 9:52 am #138213Just to say though. I would suggest simply using pagebuilder to add your sidebar to a fullwidth template on the pages where you want the margin rather then doing it with css like this.
Ben
In forum: Ascend ThemeIn reply to: Event Page Title & sidebar issue
In forum: Ascend ThemeIn reply to: Featured Products
March 22, 2017 at 9:48 am #138210Use this css:
.sidebar a:not(.button), .product .woocommerce-tabs .wc-tabs>li>a { color: white; }In forum: Ascend ThemeIn reply to: Event Page Title & sidebar issue
In forum: Ascend ThemeIn reply to: Featured Products
Hello 🙂 extra footer ok, thank you for help.
I have one more question. Can you tell me, how to change grey font in sidebar and closed tabs in product page?And I disibble reviews in woocommerce but this tab is still in product page, so maybe is that option in Ascend? Desibble reviews tab
In forum: Ascend ThemeIn reply to: Event Page Title & sidebar issue
In forum: Ascend ThemeHi,
I’m using the Events Calendar (Tribal) with the Ascend them – all is good except for:1.) Main Event Page Title area: The main “Events” page title background colour and font colour. I’ve tried every combination of the Event settings and currently using “Tribal Event Styles” with the “Event page template”. If I use any other template or style setting, then the page title changes from “Events” to a “single event title”. Can you suggest how I could change the page title font colour and background colour?
2.) Sidebar issue: I had previously added the following CSS – #ktsidebar {margin-top: 300px;} to adjust the height of the sidebar for my regular post pages. However, the sidebar on the event posts is now too low. Could you please suggest a fix for this?
Here is the link to the Events page: *Login to see link
Thank you,
GayleIn forum: Pinnacle ThemeIn reply to: Make whole portfolio image link
March 21, 2017 at 1:47 pm #138054Hey,
1. This can’t really be done with css. I have been looking at this though. I think it would be better to have a link around the text so I’ll look to add this to the next update.2. You would have to use a child theme. Then add this function in your child theme functions.php file:
function kad_sidebar_on_portfolio_post($sidebar) { if (is_singular('portfolio')) { return true; } return $sidebar; } add_filter('kadence_display_sidebar', 'kad_sidebar_on_portfolio_post');Ben
In forum: Pinnacle ThemeIn forum: Ascend ThemeIn reply to: Ascend Theme Update Broke Website
March 21, 2017 at 12:58 pm #138020Everything was checked. I unchecked everything except “page content” without effect at first. I then toggled the on/off for “Display a sidebar on the Home Page” then saved changes. Content has returned now, thankfully.
Still looking for how to get the transparent header color back. I’ll look some more at the settings for that element.
In forum: Virtue ThemeIn reply to: protected: title
March 21, 2017 at 12:23 pm #138008Hey, You should use a member plugin to protect the pages if you don’t want the title like that. That is how wordpress sets it up using the wordpress options the theme doesn’t edit or control that. Also makes for better interface if the member just logins instead of adding password for each page.
In terms of the profiles page you should add a sidebar. And if you also want to add staff posts just use the staff post shortcode instead of the page template
[staff_posts]Ben
-
AuthorSearch Results


