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 'site'
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Issue editing the theme
Are you able to access your dashboard at all? If so, then I would first attempt disabling all of your plugins one by one to see if they are causing the issue. The theme has recently been updated, and it’s possible that you may have a plugin that is interfering with the correct operation of you site.
In forum: Virtue ThemeIn reply to: Cart Problems on Mobile Devices
January 27, 2016 at 1:04 pm #78079Ok just tried again and I’m seeing that you have mobile redirects breaking the site. Can you again deactivate AddFunc Mobile Detect
Keep getting redirected to http://litprism.com/about-mobile/shop/
Ben
In forum: Virtue ThemeHi .. I am stunned now. I am setting up a few other sites with both Virtue Premium and WooCommerce and basically the settings are identical.
However – on this one site, I can only see products on the individual product page. Here is what it looks like on either the “…/shop/” page or “…/product-category/xxx” page ..
*Login to see linkIf you see – the product images are actually there in the picture and I can click on them .. and, if I hover over any of them my pinterest app will detect and let me send the pic to pinterest. Speaking of which, this is what Pinterest sees – so the images Are there somehow?
*Login to see linkIs it a possible setting that I missed? Have you seen this before? is there a way to fix this?
Thanks
HARTIn forum: Virtue ThemeIn reply to: Hide the title for this item not working !!!!!
Sorry but please could you give me more informations.
my website is nearly finished and it seems a lot people like the way I create my website , so thanks so lot and I am very please to have chosen virtue themebut when i go to Theme option ( option theme for me in french )
Advanced settings : Where is it ?
I dont see ” css box” ??????In forum: Virtue ThemeThanks Hannah. I was using a basic flex slider with only one picture. It seems to have returned so hurrah! I will look up the other links you have included.
I have another question regarding my other site. I am linking the two but only by an actual link (to see my blog ‘click here’ type of thing). Maybe I will try to incorporate some posts in my main work site but having the link is just okay for now.
What I would like to do, however, is have the title show the same font and color as my blog as well as have the same picture in the way it looks like on my blog. So basically another flex slider and then different font. This will unify them together better. Is this possible?
Right now, the blog page on my main work site only has the default font and color as the site itself and the picture is very small.
My main site is: http://www.robinkickmw.com (blog page)
And my blog site is: http://www.wine-wanderer.com (title page, obviously) 🙂
Thanks
In forum: Virtue ThemeIn reply to: Virtue gallery thumbnails
In forum: Virtue ThemeIn reply to: Increase row width
In forum: Virtue ThemeHi,
I’ve got Virtue Premium installed and running on my site, but there is no option to update the theme inside of WordPresss (normally going to plugins and updating from there).
In the theme details it says it’s currently running Virtue Premium 3.3.3.
Any help is greatly appreciated!
Martin.
In forum: Virtue ThemeTopic: mobile sidebar issues
Hi,
On this site… akrasprint.com, I’m having problems with the sidebar shrinking and looking bad on mobile. When I add the css @media (min-width: 992px) It fixes it, but then makes other css code not function properly. For example, in my woocommerce shop page, I have hidden the price for products, and when I add the @media (min-width: 992px) code the price will appear again when viewing the site in mobile version.So essentially the @media (min-width: 992px) code fixes the sidebar mobile problem, but creates another problem with the pricing being shown on my store.
Do you know what I’m missing? Here is all my custom css.. thanks.
@media (min-width: 992px) {
.page-header > h1 {
font-size: 0;
line-height: 2px;
margin: 0;
}
.post-header > h1 {
font-size: 0;
line-height: 2px;
margin: 0;
}
#kadbreadcrumbs {
font-size: 14px; padding-top: 35px; padding-right: 30px; padding-bottom:15px;
}
.category .2015-2016-News #kadbreadcrumbs {
font-size: 14px; position: absolute; padding-top: 25px; padding-right: 40px;
}
.main.col-lg-9 {
width: 78%;
}
.kad-sidebar.col-lg-3 {
width: 22%;
}
.tw-recent-posts .excerpt {
padding-bottom:25px;
}
.tw-recent-posts .excerpt {
border-bottom: solid 1px #0F2674;
}
.tw-recent-posts h4 {
padding-top: 25px;
}
.panel-grid-cell .widget-title {
display:none;
}
.kad-sidebar {
background-color: #f2f2f2;
padding: 5px 30px 30px 30px;
}
.main.col-lg-9 {
width: 73%;
}
.kad-sidebar.col-lg-3 {
width: 27%;
}
.sidebar {
border-radius: 10px;
}
#topbar{
border-radius: 5px;
}
.kad-banner {
padding-top:30px;
}
.single-article .post .entry-title {
padding-top: 40px;
}
.single-article .post .entry-title {
padding-top: 40px;
}
.topbarmenu ul li a {
color: #000000;
}
#topbar-search input[type=text], #topbar-search #searchsubmit {
color: #000;
}
#topbar-search .form-search ::-webkit-input-placeholder {
color: #000;
}
#topbar-search .form-search ::-moz-placeholder {
color: black;
}
#topbar-search .form-search :-ms-input-placeholder {
color: black;
}
#topbar-search input[type=text] {
border: 1px solid #000;
}
#nav-main {
background-color:#f2f2f2;
}
#nav-main ul.sf-menu>li>a {
border-right: 1px solid #000;
}
#nav-main ul.sf-menu>li:last-child > a {
border: none;
}
#nav-main ul.sf-menu>li:first-child > a {
border-left: none;
}
.product_item .price {
display:none;
}
.product_item .notrated {
display:none;
}
.senior-masters .summary .price {
display:none;
}
.woocommerce .quantity
input.qty {
display:none;
}
.post-384 .summary .price {
display:none;
}
.post-386 .summary .price {
display:none;
}
.post-387 .summary .price {
display:none;
}
.post-246 .summary .price {
display:none;
}
.post-243 .summary .price {
display:none;
}
.post-286 .summary .price {
display:none;
}
.post-285 .summary .price {
display:none;
}
.post-284 .summary .price {
display:none;
}
.post-243 .summary .price {
display:none;
}
.post-330 .summary .price {
display:none;
}
.post-360 .summary .price {
display:none;
}
.post-361 .summary .price {
display:none;
}
#nav-second ul.sf-menu {
padding-top:15px;
}
.home #nav-second ul.sf-menu {
display:none;
}
.about #nav-second ul.sf-menu {
display:none;
}
.classes #nav-second ul.sf-menu {
display:none;
}
.schedules #nav-second ul.sf-menu {
display:none;
}
.florida-pro-kart-series-classes #nav-second ul.sf-menu {
display:none;
}
.contact #nav-second ul.sf-menu {
display:none;
}
.category-2015-2016-news #nav-second ul.sf-menu {
display:none;
}
.shop #nav-second ul.sf-menu {
display:none;
}
.woocommerce
input.input-text,
form.checkout
input.input-text {
width:50%;
}
.checkout .woocommerce
input.input-text,
form.checkout
input.input-text {
width:100%;
}
#nav-main {
border-radius:5px;
}In forum: Virtue ThemeIn reply to: Adding images to shop gallery
In forum: Virtue ThemeIn reply to: How to use "Attributes" panel under widget styles?
Hey Connie,
Check out minute 2.56 in this video- https://siteorigin.com/page-builder/documentation/
Hope that helps!Hannah
In forum: Virtue ThemeIn reply to: Portfolio error – Page not found
January 27, 2016 at 7:34 am #78006ok, seems like something with the htaccess file then in your wamp wordpress site. Have you looked through that?
Ben
In forum: Virtue ThemeIn reply to: Does Virtue Premium work on Multisites?
January 27, 2016 at 7:33 am #78005Can you send me a login to the site I can take a look. Have you had any purchases on that site in terms of the best selling?
Ben
In forum: Virtue ThemeIn reply to: Header and footer disappear when searching
In forum: Virtue ThemeIn reply to: Remove Render-Blocking JavaScript
January 27, 2016 at 7:28 am #78002Hey,
Woocommerce and wordpress need those ajax items to run. Those items can’t be cached else the site wouldn’t work.I don’t know what the first item you posted is? Plugin? Have you tried deactivating?
Try rebuilding your minify cache. Are you seeing the error on your front end?
Ben
In forum: Virtue ThemeIn reply to: Increase row width
In forum: Virtue ThemeIn reply to: Header and footer disappear when searching
January 27, 2016 at 7:21 am #77997Ok so no template files? can you send me a temp login to your site then?
Ben
In forum: Virtue ThemeTopic: Center Logo menus on sides
Hi,
I’d like to have the same header style like here *Login to see link
1) in my site I have problem with the logo: it’s not centered between menu items and I can’t fix it…
2) when I reduce window size, menu items desappear…how can I have the small manu icon like here *Login to see linkthank you
In forum: Virtue ThemeHi,
My website works great on desktop computer, but (only in home page) on mobile devices there is a black gap on the right side. And page is displayed in a weird way. Its like there is an empty side bar. It must have something to do with that page specifically, and be super simple, but can not figure it out. 😀
Also when rotating mobile device the whole site looses scale. And the right gap enlarges.
Thanks for your time!
MidasIn forum: Pinnacle ThemeIn reply to: banner size
-
AuthorSearch Results


