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: Porfolio Mobile design in Virtue Bold
October 31, 2018 at 10:56 am #206108Hi Hannah
No, it isnt this design, in mobile version the galley makes a lot of scroll and thats what I want to delete. Also the portfolio configuration leave a big white space like a empty sidebar, you can see at: https://chevereanimacion.com/servicios/disco-movil/
I want this image design but I think with Virtue Bold serie Portfolio I cant reach it: https://sabordealdea.com/producto/chourizo-de-vilar-de-santos/
Thanks
In forum: Virtue ThemeHello Support,
I am using WordPress 4.9.8 with Virtue – Premium version 3.9.4 for my site *Login to see link and am having an issue trying to display a sidebar on the Home Page. In the Main Settings I have turned ON the option to display sidebar on the Home Page. I have also selected ‘Primary Sidebar’ in the ‘Choose a Sidebar for your Home Page’ option. I have added the following Widgets to the Primary Sidebar from the Appearance > Widgets menu
Search
Recent Posts
Categories
ArchivesWhen i create a new test page I can see the sidebar, however the sidebar is still not showing on my Home Page. Please could you assist as I have checked all of my settings and still don’t seem to be able to get it working.
Kind regards,
Neil
In forum: Ascend ThemeIn forum: Ascend ThemeIn forum: Ascend ThemeUpdate: It worked on the home page, I’m using The events calendar and now I can’t place the sidebar on pages and I do not know how to place the slider on the event list and event pages.
In forum: Virtue ThemeHi
I am using a page with a sidebar template and am trying to alter the proportion of the page in relation to the sidebar, and also change the padding around anything in the three columns.I have used this before with success however on this occasion I can not get either to work.
The link is *Login to see link
It is as if the page id is wrong however looking at the post number below it seems correct.
*Login to see linkI have added this to the Custom CSS
@media (min-width: 1200px) {
.page-id-3917 .main {width: 72%;}
.page-id-3917 aside.col-lg-3 {width: 28%;}
}.page-id-3917 .entry-content .col-md-4 {
padding-right: 0px;
}.page-id-3917 .entry-content .col-md-4 {
padding-left: 0px;
}Any help would be appreciated
In forum: Ascend ThemeIn forum: Ascend ThemeHi,
In the Layout Settings -> Site Layout Header Style I choose to place the menu on the right side. But I would love to have a full width slider and place the sidebar menu below? Is that possible wihout too much hassle?
To clarify what I mean, see my adjusted screenshot:
Screenshot of first page
Have a great day!
/Leif
In forum: Virtue ThemeIn reply to: Change font size in “Home Blog Settings” only
Thank You Hannah! Worked a treat!
One more question…. I just realised I have the same problem with RECENT POSTS WIDGET in the SIDEBAR.
The font size is way too big… again following the conent size of 24px.
Is there CSS to do the same for that widget?
Here is the Blog page with the sidebar:
Thanks in advance! 🙂
In forum: Ascend ThemeIn reply to: Multiple Sidebars
In forum: Ascend ThemeIn reply to: Multiple Sidebars
In forum: Ascend ThemeTopic: Multiple Sidebars
AnonymousOctober 24, 2018 at 10:58 am #205192Hi there,
I have a client who would like to have a variety of sidebar options for different pages. Right now in the widgets editor, I see space to create two sidebar variables – but what if I need four or five variables? I don’t see a way to create new widget variables (i.e. Sidebar 2, Sidebar 3, Sidebar 4) … Is there a way to do this?
Thank you!
In forum: Membership ForumsIn reply to: Product Brand Sidebar
October 19, 2018 at 9:41 am #204736Hey, There isn’t any sidebar setting for the product brand archive but I will add that to updates so that it follows the category and tags settings.
You can add the brand to the template builder using the brand shortcode:
[kt_product_brands]Ben
In forum: Membership ForumsTopic: Product Brand Sidebar
In forum: Virtue ThemeIn reply to: Custom Menu
In forum: Virtue ThemeTopic: Custom Menu
October 15, 2018 at 6:00 am #204272It is poossible to create a custom menu like Sidebars if then how?
In forum: Virtue ThemeIn reply to: Disable Page and Product Sidebar Options for vendor
October 9, 2018 at 10:21 am #203734ok, I figured it out. You should be set the post sidebar options were showing.
Ben
In forum: Virtue ThemeIn reply to: Disable Page and Product Sidebar Options for vendor
October 6, 2018 at 6:21 pm #203498i don’t know how use custom code through a child theme. But i added this code in my virtue_premium fuctions.php and product sidebar not showing now means one problem solved.
but i have still 1 problem, this one- “attachment of problem still have“
In forum: Ascend ThemeOctober 5, 2018 at 3:41 pm #203456Hmm I’m having a hard time knowing what you want, right now you have all the content aligned outside width of your header items.
I really have to suggest that you limit what css you write and ask us, all this css you are adding is very odd.
Start with this and let me know, Best if you can send a mock up for what you are expecting:PLease remove:
.row, .row-fluid { margin-left: 0px; margin-right: 0px; } .meet-us-link { float: right; width: 170px; position: relative; top: -60px; border: solid; background-color: #1F6791; margin: -3px; text-align: center; } .meet-us-inner { width: 1128px; margin: auto; } .col-lg-9 { width: 86%; } article { width: 1128px; margin: auto; /* padding-left: 170px; */ } .kt-sidebar-container { border: lightgray solid; width: 14%; float: right; }add this:
.meet-us-link { width: 170px; border: 3px solid white; background-color: #1F6791; text-align: center; } .kt-sidebar-container { border: 3px solid lightgray; } #content { position: relative; padding-left: 15px; padding-right: 15px; } .meet-us { padding-left:15px; padding-right:15px; } .meet-us-inner { max-width: 1128px; margin: 0 auto; position: relative; } article.kad_blog_item { max-width: 1128px; margin: 0 auto 50px; } @media (min-width: 992px) { .meet-us-link { float: none; position: absolute; top: 20px; right: 15px; margin:0; } .kt-sidebar-container { width: 20%; margin-top: 177px; } .main.kt-sidebar { width:80%; } .meet-us { margin-right: -28%; } } @media (min-width: 1400px) { .kt-sidebar-container { width: 14%; } .main.kt-sidebar { width:86%; } .meet-us { margin-right: -18%; } }In forum: Ascend ThemeOctober 5, 2018 at 10:58 am #203432You are adding a lot of css that I would strongly advise against. Overriding core framework classes, absolute positioning, etc.
Are you just wanting me to give you a css hack to fix this one part of your issue that you are asking about?
or are you willing to remove all this css you are adding and then we can help you set up the page how you want in perhaps a better way.
For example look at your page on mobile and the sidebar is on top of our content. The “get started” button is not on screen.
If I just give you a hack css for the sidebar on desktop you will be back with 20 other issues for different screen sizes based on the css you are adding.
Ben
-
AuthorSearch Results


