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: Pinnacle Theme
In reply to: side bar alignments and post count
February 13, 2015 at 2:48 pm #31015.sidebar .widget_recent_entries li { text-align: center; }Most have not copied that in when I pasted the code.
Ben
In forum: Pinnacle ThemeIn reply to: side bar alignments and post count
February 13, 2015 at 12:34 pm #31004Add this css, I think it’s what your going for:
.widget_categories li a { display: inline-block; margin-bottom: 0; } .sidebar .widget_categories li { background: #fff; text-align: center; margin-bottom: 8px; } .sidebar .widget_recent_entries li a { margin-bottom: 0; text-align: center; } .sidebar .widget_recent_entries li { margin-bottom: 8px; }the background color on your site is #f9f9f9
Ben
In forum: Pinnacle ThemeIn reply to: side bar alignments and post count
February 13, 2015 at 11:57 am #30996I assume you mean this:
.sidebar .widget_categories li a,.sidebar .widget_archive li a,.sidebar .widget_recent_entries li a,.sidebar .widget_nav_menu li a,.sidebar .widget_pages li a,.sidebar .product-categories li a,.sidebar .product-categories li a { text-align: center; }Also, what is the default background color code that you are using?
Where?
Ben
In forum: Virtue ThemeIn reply to: Bold Text in sidebar categories
February 13, 2015 at 10:49 am #30977You can add this css in your theme options > advanced settings.
.sidebar .widget-inner > ul.menu > li > a { font-weight: bold; }Ben
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: How to separate the widgets in the sidebar
February 12, 2015 at 5:38 pm #30899#ktsidebar .sidebar > .widget { border-top: 1px solid #252525; } #ktsidebar .sidebar > .widget-first { border-top: 0; }Ben
In forum: Virtue ThemeHi Hannah Ben,
Could you please send the line of the code I need to separate the widgets in the sidebar?
The link is:
*Login to see linkAs you can see in the sidebar on the right, I have different widgets (login, search, featured listings, etc.) and I would like to separate them with solid horizontal lines.
Thank you very much,
JayIn forum: Virtue ThemeHey Jay,
So do you still want people to be hidden from the page unless they’ve logged in? If so you’re probably better off removing the login from the sidebar, otherwise they would just be seeing a blank page. If you want people to be able to see the page even if they are not logged in then you just need to turn off the security for that page. Which plugin are you using?Hannah
In forum: Virtue ThemeHi Ben,
I would like to ask if you knew how to disable the login option on a page.
Please take a look at this link:
*Login to see linkAs you can see, there are two options for Login.
I would like to KEEP the one in the sidebar (the one on the right side) and get rid of the one on the page (on the left side).
How can I do this?
Your help is greatly appreciated.
Thank you,
JayIn forum: Virtue ThemeIn reply to: Primary Side bar doesn't appear on all pages
February 12, 2015 at 11:36 am #30839If it’s your home page then you can control the sidebar in the theme options > home layout.
Ben
In forum: Virtue ThemeIn reply to: Primary Side bar doesn't appear on all pages
Hi Ben,
Thank you for your quick response.
1) I have a page called “Business Directory” with a shortcode [businessdirectory]. I selected sidebar as template but the sidebar still doesn’t appear. I have also selected this page as my home page.
What else do I need to do?2). Ok. Thank you!
Cheers!
In forum: Virtue ThemeIn reply to: Primary Side bar doesn't appear on all pages
February 12, 2015 at 10:38 am #308281. your link points to a “home” page. Are you creating a different wordpress install there on that url? If so set your home page sidebar.
2. You can use this css:
@media (min-width: 1200px) { #content .main.col-lg-9 {width: 66.66666666666666%;} #content aside.col-lg-3 {width: 33.33333333333333%;} }Ben
In forum: Virtue ThemeHi Ben / Hannah,
My primary sidebar appears on logi/register/password recovery pages (top menu) and on manage listing page (on secondary menu) but the sidebar doesn’t appear on Business directory page (secondary menu).
Could you please take a look at the page below and let me know how I can fix the issue.
Also, how do I change the width of the sidebar (I would like to make the width of the business directory page shorter and the width of the sidebar bigger).
Thanks a lot,
JayIn forum: Virtue ThemeIn reply to: Thin line to separate sidebar from page content
February 11, 2015 at 4:41 pm #30747So this css will put it the height of your sidebar:
@media (min-width: 992px){ #ktsidebar { border-right: 1px solid #eee; } }Or if you want to use the content as y our line height you can use this:
@media (min-width: 992px){ body .main.col-lg-9 { border-left: 1px solid #eee; } }Ben
In forum: Virtue ThemeI had a look through the forum, but couldn’t find this one – I am wondering about running a thin (1px) line down the side of the widgets in the sidebar to separate them from the content. Is this possible? Especially when I have different pages of differing content length? Only one sidebar and it runs on the lefthand side of the page. I hope there’s an easy solution – and thank you in advance.
Greg
In forum: Virtue ThemeHI, I have floated the content to the right on this website *Login to see link . It is working fine on all browsers on desktop screen size . However the sidebar is overlaying the main content area on a tablet and on mobile there is a thin line down the left hand side of the screen . I would like the sidebar to be on the left still on tablets and below on mobile . I am aware of @media but can’t seem to find the right css class to stop the overlap
In forum: Virtue ThemeIn reply to: Header Widget Placement
In forum: Virtue ThemeIn reply to: Change woocommerce colours and shop page layout
February 9, 2015 at 11:21 am #30433You can give the select box a white background with this css:
.select2-container .select2-choice { background: #fff; }If you want to target the whole body fonts you can with this css:
body, .color_body, .sidebar a, .author-name a, .author-latestposts h5 a, .author-latestposts h5, .author-profile .author-occupation, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .product_price, .product_details > .product_excerpt { color: #fff; }Ben
In forum: Virtue ThemeIn reply to: Add to CART font size
February 9, 2015 at 9:37 am #304001. Are you talking about the one in the top of your sidebar or the one next to the price on all your products?
2. Only with a plugin, you would have to get a shipping plugin that worked with an api system of a shipper.
3. I assume you don’t mean the mobile menu even though you said click?
Try this css:
#nav-main ul.sf-menu ul li a { font-size: 16px; }Ben
-
AuthorSearch Results


