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
hello
my site is
and i was wondering, how can i make a div align vertically and horizontally?
i am wanting that text and button on the left side to be in the center of the green area.
any ideas?
In forum: Virtue ThemeIn reply to: Upgraded to Premium – Can't make any changes.
March 14, 2016 at 5:06 pm #85808Ok so when you change something you don’t see it effect the site. Are you using a caching plugin?
Ben
In forum: Virtue ThemeIn reply to: Upgraded to Premium – Can't make any changes.
March 14, 2016 at 4:39 pm #85804The theme options page comes up and I’m able to make the changes there…..they just don’t show up on the website.
In forum: Virtue ThemeIn reply to: CSS File not attaching
March 14, 2016 at 4:07 pm #85795Hey,
Your issue is that your looking at a non ssl page, but your url is https, thus you get this error:Mixed Content: The page at ‘https://odetowood.com/’ was loaded over HTTPS, but requested an insecure script ‘http://odetowood.com/wp-content/themes/virtue_premium/assets/js/plugins.js?ver=352’. This request has been blocked; the content must be served over HTTPS.
That is one of many, all scripts are not loading.
So you need to make sure your site url and site address match and they all have https (assuming you have a ssl certificate).
Ben
In forum: Virtue ThemeIn reply to: still trying to update…a new snag
In forum: Virtue ThemeTopic: Icon/Image Menu
March 14, 2016 at 3:12 pm #85787Thanks to the amazing Kadence Support Team, I am now using the Premium Theme. I am having a couple of issues:
I am using an icon menu on my home page and the descriptions are no longer showing. Should I now be using the image menu instead? How do I get the descriptions back and change the font and colors of the titles on the icons?
How do I get the images on the menu and the product pages align?
Also, I used to have it set up so when the images were hovered over they would light up. This seems to have disappeared too and would love to know how to set that up again.
Here’s the website – *Login to see link
Thanks!
In forum: Virtue ThemeIn reply to: still trying to update…a new snag
Poring over notes taken on adjustments made to my site..please bear with me. Here goes.
Over the past couple of years, I had been using the Custom CSS box in the theme to do minor stuff like this:
.page-header {
border: 0;
}
.pricebox {
border:0;
}
.product_header, div.product .product_meta {
border:0;
}Note, these are still in the CSS Custom box.
I recall having an issue where the product images were not lining up properly and I also wanted to note ‘Price on Request’ when I did not have a price on the item. My notes show this coding:
Filled in ‘Price on Application’ when no price is listed, kept all catalog items aligned properly
add_filter(‘woocommerce_empty_price_html’, ‘custom_call_for_price’);function custom_call_for_price() {
return ‘Price on Application’;
}Removes ‘add to cart’ from catalog pages
.product_item .kad_add_to_cart {
display: none;
}So, it was about this time my site transitioned to child. I didn’t make the change (as you can probably tell, I am technically lite!!) Could it be that you made the transition at your end because of the coding required to make these sort of adjustments?
Just trying to get to the bottom of it, if eliminating my child would mean less management on my part I welcome it. However the customization efforts made in the past may be voided in the process of getting rid of the child.
Boy, I hope this makes sense to you Ben. If I could look back on my posts to this support forum I may be able to piece this back together much better.
In forum: Virtue ThemeIn reply to: Apple Touch Icon
March 14, 2016 at 2:55 pm #85781Hey,
I would suggest using the apperance > customizer (site icon). You can set it there and it will make all the images for this.Ben
In forum: Virtue ThemeMy site is grrillagym.com
I’m going to be creating downloadable (PDF, etc.) files about fitness, training, etc. The questions are:1) Is there a way to spice up the visuals/look of the Product page. Right now I just use the WooCommerce Product Widget but I’d like to change the look of things like the Add to Cart button, the actual display of the cost (Maybe big bold font saying $29 for example) and stuff like that. Can this be done or is this all within WooCommerce stuff?
2) With your guys help on here I’ve been able to create a single front/main page using page builder for all of my content. However, no matter what settings I mess with in Theme Options (top bar, show cart in topbar, etc), I can’t get the CART to show up now that I’ve begun testing and adding downloadable Products. I mean I can interact with the cart when in the flow of buying something but if I were to click out and start exploring the site again, I have no idea how to get back to “my cart”.
Is there a way to simply use page builder (visual editor) to just have my own style, images, details and have that link to the CART page (wherever that is)?
Thank you.
In forum: Virtue ThemeIn reply to: Images not loading….
March 14, 2016 at 2:47 pm #85776Yes but your site usually has a cache, that is what hannah was referring too.
Can you make sure you update to the latest version.. Looks like now you are using 3.2.9
https://www.kadencewp.com/manually-updating-a-theme/
Ben
In forum: Virtue ThemeMarch 14, 2016 at 2:45 pm #85774Hey, Import can also fail if your hosts max execution time is low. Make sure it’s like 600. Php setting are really important when you’re trying to import.
I would suggest though that you would be better off using a duplicator option and coping the whole site. https://wordpress.org/plugins/duplicator/
Ben
In forum: Virtue ThemeIn reply to: still trying to update…a new snag
March 14, 2016 at 2:41 pm #85770Hey,
Your child theme and what you edit there is what you have to manage. Everything you don’t edit will be inherited from the parent theme. so just always keep that updated.right now your messages shows that you have virtue_premium_child/woocommerce/loop/add-to-cart.php version 2.1.0 is out of date. The core version is 2.5.0
The parent theme doesn’t have this file anymore. You need to either update it or remove it.
so let me ask this. Why are you using a child theme? If you are having a hard time managing your site while using it then a child theme is probably not good for you. Regardless if you truly need it then you will need to manage what you’re changing.
Ben
In forum: Virtue ThemeIn reply to: Problems after changing site url
March 14, 2016 at 2:27 pm #85764Hey,
You should really have the site url and the site address matching. Else you would have the issues you’re saying here.I suggest contacting your host and having them help you make sure the database is all loading through your correct address and not a testing address.
Ben
In forum: Virtue ThemeIn reply to: How to style each post individually?
Hi Hannah,
I am aware of Post Options although some of the settings are not working for me (e.g. everytime I change “site default” under “Head Content” to “none”, it goes back to “site default” when I click update).
However, I would like to change the border, background color, font size, font color, etc. of each post excerpt on my blog page (link to my blog page) and on each of my posts (e.g. see the Link to one of my posts
Thank you,
JayIn forum: Virtue ThemeIn reply to: Revolution slider will not install
March 14, 2016 at 2:13 pm #85755Can you send me a temp login to your site. I would be happy to take a look.
Ben
In forum: Virtue ThemeIn reply to: Home Page Video Image
March 14, 2016 at 2:07 pm #85751“Did an update to latest Virtue theme and broke my site” – what is your max upload size in your local?
You have to set a featured image for the post. That is what is pulled into the post summary.
Does each of your video posts have a featured image set.
Ben
In forum: Virtue ThemeIn reply to: Site Loading Issues
In forum: Virtue ThemeTopic: CSS File not attaching
odetowood.com is my site and the css file does not always get called correctly and it requires me to empty the page cache often. I’m not sure if this is Kadence issue or a different WordPress issue. Hopefully (only for the sake of the this issue) when you click on odetowood.com it will load without style. If not, clicking the logo from other pages causes the issue too. Hopefully someone knows the solution! Thank you in advance!
In forum: Virtue ThemeMarch 14, 2016 at 1:47 pm #85737Hello,
Is there any way (or a recommended plugin) for adding and formatting social media share buttons for posts?
In forum: Virtue ThemeIn reply to: Product Variables No Longer Worker
March 14, 2016 at 1:31 pm #85730Hannah and Kevin…….Thank you so much for offering to help! The issue has been resolved. There was a widget in the footer causing the problems. However, thanks to the awesomeness at Kadence, the site is now using the Premium version with no issues. Thanks!
-
AuthorSearch Results


