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
Thanks for your reply, i’ll just put different images in for different languages then, since Kadence slider does not work properly on mobile as the theme’s default home slider.
I’ll shoot last question too: is it possible for me to move and view the page title a little to the left, right above the page content, not above the sidebar widget (just like this in posts: http://www.chinhdaisteel.com/vi/hello-world)? I’ve searched quite a lot too but I have not come across any solution yet. Thanks!
In forum: Virtue ThemeIn reply to: Virtue Premium dependent on Virtue?
Nevermind – as I went further down I found I was able to customize the sidebar in the widgets area and got it to appear. Aside from the “Main Settings” section, it seems I have most of the site dialed in now with the preview and so I will likely activate it and see what happens. Thanks for your help Ben!
In forum: Virtue ThemeIn reply to: Virtue Premium dependent on Virtue?
I did notice that using live preview of the Virtue Premium theme it appears you were able to make most it look correct (still not seeing the sidebar though). Just curious if I overlooked something basic or if you did some php sorcery to get most of the features set? Lol!
In forum: Virtue ThemeHi, I searched the forum but could not find any information about my particular problems here.
We recently purchased the full $75 Kadence package and I want to switch our main site from Virtue-free to Virtue premium and I am curious if there is a dependency. In other words, once I activate the Virtue-Premium (actually a child theme based upon it), can I delete the free Virtue theme or are there any inherent dependencies that would be affected?
Also, and maybe this is related, on one of my sites which uses a child theme based on Virtue-Free, when I try to do a live preview of Virtue Premium nothing seems to work. I can click on the buttons that should change the look (for instance the sidebar/full-width one) absolutely nothing happens. This makes it difficult to get everything set up in advance of the switch. This did not happen with our other sites that I upgraded from free to premium so maybe it is a problem with our child theme? There are quite a few mods embedded in the functions.php and style.css files of the child theme to modify the appearance and function of woo-commerce.
The site in question can be viewed at http://www.videoequipment.tvThank you for your assistance.
In forum: Pinnacle ThemeIn reply to: Custom post type "events-post" and custom sidebar
Hey Ben, so on this same related topic, I have a plugin I use that registers a custom post type with singular name ‘idx-wrapper’. It appears on this page -> https://search.copelandcompany.com/idx/search/basic
Problem is that it is using just a standard single template. I want to remove the date meta and the author box, and I want to use a custom sidebar. I used single.php to try and target the custom post type, but it’s not working. My code in single.php:
`if (is_singular (‘idx-wrapper’)) {
get_template_part(‘templates/content-idx.php’); }
else {
get_template_part(‘templates/content’, ‘single’ ); }’Then I copied the content-single.php file into templates folder, named it “content-idx.php”, and just used an additional content class name “idx-wrapper” to see if it was working. Nothing. Can you see what I’m doing wrong and let me know how you would do it?
In forum: Virtue ThemeIn reply to: Full Width Kadence Slider on Blog
April 19, 2017 at 10:53 pm #142143ok yeah you can’t have a fullwidth and also have a sidebar. In this case you are going to need to use the feature template if you want to place something above the content like above your sidebar.
I added it and placed the shortcode for your posts so you can see.
It also seems like you’ve added this css?
header.headerclass { position: fixed; top: 0; width: 100%; z-index: 99; }That is why you’ve got an issue with the header? If you want a sticky header the theme has built in options for that.
In forum: Virtue ThemeIn reply to: Full Width Kadence Slider on Blog
In forum: Virtue ThemeIn reply to: Blog page full-width + hero image?
In forum: Virtue ThemeIn reply to: Virtue call-to-action widget and WPML
In forum: Virtue ThemeIn reply to: Shop Menue – different kind of background colors
April 18, 2017 at 5:16 pm #141908I updated your css:
.sidebar { border-left: 2px solid #fd69a02; padding-left: 10px; } .sidebar .widget { border-bottom: 2px solid #d69a02; padding-bottom: 5px } #containerfooter .menu li a { max-width: 100%; background: transparent; } .woo-archive-pg-title h1.page-title { font-size: 26px; } .kad-topbar-right #topbar-search .form-search { max-width: 100%; } #topbar-search input[type=text] { background: white; color: #d69a02; } #topbar-search .search-icon { color: #d69a02; } #topbar-search .form-search ::-webkit-input-placeholder { color:#d69a02; } #topbar-search .form-search :-moz-placeholder { /* Firefox 18- */ color:#d69a02; } #topbar-search .form-search ::-moz-placeholder { /* Firefox 19+ */ color:#d69a02; } #topbar-search .form-search :-ms-input-placeholder { color:#d69a02; } @media (min-width: 992px) { .col-md-6.col-sm-6.kad-topbar-right { width: 60%; } .col-md-6.col-sm-6.kad-topbar-left { width: 40%; } #nav-main ul.sf-menu li a { padding-right: 18px; padding-left: 18px; } #nav-second ul.sf-menu li:hover > a{ color:white; } li.menu-item-36053 { border-bottom: 7px solid #e8282e !important; } li.menu-item-36053:hover > a, li.menu-item-36053 ul{ background: #e8282e; } li.menu-item-36054 { border-bottom: 7px solid #782aa4 !important; } li.menu-item-36054:hover > a, li.menu-item-36054 ul { background: #782aa4; } li.menu-item-36055 { border-bottom: 7px solid #00c917 !important; } li.menu-item-36055:hover > a, li.menu-item-36055 ul { background: #00c917; } li.menu-item-36056 { border-bottom: 7px solid #ffe600 !important; } li.menu-item-36056:hover > a, li.menu-item-36056 ul { background: #ffe600; } li.menu-item-36057 { border-bottom: 7px solid #0503fc !important; } li.menu-item-36057:hover > a, li.menu-item-36057 ul { background: #0503fc; } li.menu-markenthemenwelt.menu-item-36058 { border-bottom: 7px solid #ff6600 !important; } li.menu-item-36058:hover > a, li.menu-item-36058 ul { background: #ff6600; } li.menu-item-36106{ border-bottom: 7px solid #0a6ee6 !important; } li.menu-item-36106:hover > a, li.menu-item-36106 ul { background: #0a6ee6; } li.menu-item-36062 { border-bottom: 7px solid #d5ad44 !important; } li.menu-item-36062:hover > a, li.menu-item-36062 ul { background: #d5ad44; } li.menu-item-36059 { border-bottom: 7px solid #da2c79 !important; } li.menu-item-36059:hover > a, li.menu-item-36059 ul { background: #da2c79; } li.menu-item-36060 { border-bottom: 7px solid #02d0f7 !important; } li.menu-item-36060:hover > a, li.menu-item-36060 ul { background: #02d0f7; } #nav-second ul li a { min-height: 55px !important; } #nav-second ul.sf-menu>li>ul { width:100%; } #nav-second ul.sf-menu>li:after {content: '';width: 3px;background: white;height: 100%;position: absolute;right: -1px; } #nav-second ul li a, #nav-second ul.sf-menu ul li a { display: -webkit-flex; display: -ms-flexbox; display: -ms-flex; display: flex; -webkit-align-items: center; -ms-align-items: center; align-items: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; } #nav-second ul.sf-menu>li>a { padding:10px 10px } #nav-second ul.sf-menu>li { padding:0 2px 0 0; } #nav-second ul.sf-menu a:hover { color:white; } #nav-second ul.sf-menu li ul a { color:#f2f2f2; } #containerfooter a.button.wc-forward { color: #d69a02; background: #fff; margin: 1px; } #containerfooter a.button.wc-forward:hover { background: #383838; } .topbarmenu ul li a { font-size: 16px; }In forum: Virtue ThemeApril 18, 2017 at 4:32 pm #141892Trong, Can you send a temp login. I have no problem using string translation for slider.
adding this css will remove your sidebar on mobile:
@media (max-width: 992px){ .kad-sidebar {display:none;} }Ben
In forum: Virtue ThemeHello,
Thanks for your reply. The string translation has a lot to offer, but for the home slider on my page, there is no field for that (i suppose there should be a URL modification for the slider). I have gone through all of the fields witin String Translations and modified each for both languages, but for the slider there is none.
Also, i’d love to have my sidebar hidden on mobile because it’s mainly navigation links which takes up a lot of space. I’ve also looked around but none succeeded. Many thanks!
In forum: Pinnacle ThemeIn reply to: No fullwidth template
Default template is equivalent to fullwidth, so long as you have not assigned a sidebar. I’m not seeing that you have page builder installed on your site. Try going to Appearance> Getting Started, and find Theme Recommended Plugins. Double check that you’ve added all of recommended plugins.
-Kevin
In forum: Pinnacle ThemeIn reply to: No fullwidth template
In forum: Pinnacle ThemeIn reply to: No fullwidth template
Hey Kevin
I think I don’t have a sidebar here is the link to the page:
http://www.gabyhufler.de/wp/
NorbertIn forum: Reply To:In forum: Virtue ThemeWe have some code from TripAdvisor to embed for a badge
<div id=”TA_rated807″ class=”TA_rated”>
<ul id=”SeMmzpKa” class=”TA_links eimXQRd8″>
<li id=”KzvISIM6J” class=”LGA9v3jDj”></div>
<script src=”*Login to see linkWe have tried it on the home page, in the footer and in the sidebar but it does not display correctly on the site at all
This is what the widget should look like *Login to see link
Here is what happens when I post it in the site sidebar *Login to see link
It is a theme related problem because I’ve tried it on another site and it works fine
In forum: Pinnacle ThemeIn reply to: Tweaking page background color, centering, etc
Hey,
1. since you’re using page builder for your about page, I suggest that you set the background color for the page builder rows. Have you tried this yet?
2. Try adding this CSS to Theme Options> Custom CSS:
.sidebar section#categories-4 { text-align: center; }3. The title text is aligned the same as all other posts in the sidebar. This title is longer and that is why it appears to be out of alignment.
4. Try this CSS:
.category .page-header { padding-top: 5px; padding-bottom: 5px; }5.
nav#nav-main ul li a span { font-weight: 800; }6. You control your h element font in Theme Options> Typography Settings. If you can’t with the menu settings, CSS like this should work:
h1, h2, h3, h4, h5 { font-weight: 800; }7.
A).kt-home-call-to-action .container { width: inherit; }B) I’m not familiar with that plugin, but using the default call to action this isn’t really doable.
C) You can enter the button link destination to go wherever you like. A popup/modal I’m not really sure of though.Let me know if this is helpful.
-Kevin
In forum: Pinnacle ThemeHi
I have a few things I would like to tweak on my site theinspirationcloud.com .
1. Can I add individual page background colors? I would like to be able to use a content area color site-wide, except the odd page like my About page which I would like to be white. What would the css be for this?
2. On my sidebar, can I center the categories dropdown search?
3. Also in the sidebar, on the post summary for “5 Minutes to Revitalise Your Energy and Boost Your Well-being” the text is not vertically centered. Can this be done?
4. Can the background for the page title on category pages in blue be less thick? I understand it is based somewhat on text size, but if the padding or something can be reduced I would prefer it a little less thick.
5. On my main navigation menu, can I add strong emphasis to the page links? Bold does not exist for that font, but works on my heading tags for that font.
6. Can I add the same to all H tags so I don’t need to do it individually for each one?
7. On the homepage call to action above the footer, can I either:
A. Place the button and text closer together, more centered on the page?
B. Or add in an email and a name field? I am using Mailerlite and have not figured it all out yet.
C. For the Call to Action Button Link do I enter a page with a form to subscribe, or a pop up link?
Think that’s it! Many thanks for your help and a great theme!
In forum: Virtue ThemeIn reply to: can't see blog
Hey Lesly,
To show your posts in the sidebar, you need to go to Appearance> Widgets, and assign some blog widgets to your side bar. You can use Recent Posts or Virtue Recent Posts widgets to show a small blog in your sidebar.
As for the blog button, I’m not sure I’m following. have you assigned your Blog page the Blog or Blog Grid template under the Page Attributes area in the blog page’s edit screen?
-Kevin
-
AuthorSearch Results


