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 'page '
-
AuthorSearch Results
-
In forum: Virtue Theme
In reply to: Woocommerce Language
In forum: Virtue ThemeIn reply to: Best Selling Products
Hello!
I’ve seen in my page, that there are several products chosen in “Best Selling Products” and for the moment it’s ok for me.
But it’s not the case in the carousel “Sold Products” or “Offered Products” (sorry, in my theme it’s in spanish, so I’m not sure if this last carousel is correctly translated…). It’s simply empty.
Can you tell me how I can manage the products in this carousel?Thanks in advance!
In forum: Virtue ThemeIn forum: Virtue ThemeIn reply to: featured image is cropped in the product page
February 21, 2014 at 11:02 am #5023Well a couple things, on your product page you are using plugin that is overriding the theme. So check your plugin settings. But my guess is you need to set up your woocommerce image sizes the way you want and make sure they are not set to hard crop (in the woocommerce settings > products) then turn off the theme image cropping in the theme options shop settings for archive and product pages.
The theme will crop your images based on the aspect ratio you choose, 1:1 or 4:3 etc. But if you want your images to vary based on the aspect ratio you upload then you need to turn the theme settings off and use the woocommerce product sizes with the hard crop feature off. You will still need to set the right widths and height you want and you will need to regenerate all your thumbnails again, there are plugins that do this.
Hope that makes sense.
Ben
In forum: Virtue ThemeHello Kadence team,
I’m having an issue with some of my images. They are showing uncropped in the shop page but when I get in the product page it’s cropping the upper and lower part of the image in some of the images
These are some of the images that are getting cropped:
*Login to see link
*Login to see link
*Login to see linkWhile this is shown correctly:
*Login to see linkAnd in the shop page they are not getting cropped either:
*Login to see linkI can see that the theme is showing different sizes of images for some of the images. How can I make sure I get all the product images on the same size without getting cropped?
Thanks
In forum: Virtue ThemeIn reply to: Line hight for all text
February 21, 2014 at 10:28 am #5018To be clear this will effect the outside padding on the boxed layout, will give you more padding around all your content when using a boxed layout, if you just want to effect the text padding you can use this:
.page-id-54 p { padding: 0 10px; }Ben
In forum: Virtue ThemeIn reply to: use external font (not google font)
February 21, 2014 at 10:24 am #5017Hey, Couple things, first where ever you put the font you need to link to it with the url, so your code above wouldn’t work.
More than likely you’ve uploaded the font to this directory: /wp-content/uploads/2014/02/
but regardless you need to find the exact place you put the font files and get your source urls correct.Then you need to add the css that will actually apply it to specific type on your page. as an example if you want to make that font the font all your header tags use you would need to add this css:
h1, h2, h3, h4, h5 { font-family: walkway_ultraboldregular !important; }Ben
In forum: Virtue ThemeIn reply to: shop title
February 21, 2014 at 10:16 am #5015You can change the shop title on the page called shop in your pages, adding a subheader isn’t possible on the shop page because it shows your product count. So you could just change the title to shop – demo.
I’m assuming you don’t want to use the built in banner at the top woocommerce has available? or put your site into maintenance mode?
Ben
In forum: Virtue ThemeIn forum: Virtue ThemeTopic: shop title
In forum: Virtue ThemeIn reply to: Line hight for all text
Hi Ben, thnaks for your codes!
The line hight works fine – that is what I was looking for. I think I will use it for the single pages and not the one for all texts.But the code for the text padding doesn’t work or I’m just too stupid. May I use like the other one for single pages, including the page id? Because some paddings are ok, but as soon as there are long text it looks too squeezed.
Best regards, Martin
In forum: Virtue ThemeIn reply to: Line hight for all text
February 20, 2014 at 8:31 am #4966Try this in regards to your second question:
.boxed #wrapper.container { padding-left: 0; padding-right: 0; }If you want to limit the line height to certain pages add the page specific class for example
body.page-id-54, .page-id-54 p { line-height:150% !important }Ben
In forum: Virtue ThemeIn reply to: Mijireh Secure Checkout
February 20, 2014 at 8:08 am #4965It’s a woocommerce page that wooocommerce builds when you install, its for that checkout system, if you are not using you can delete.
http://docs.woothemes.com/document/mijireh-checkout/
Ben
In forum: Virtue ThemeTopic: Mijireh Secure Checkout
I have just noticed that I have a page called ‘Mijireh Secure Checkout’ listed within my pages. When I view the page it says ‘Private: Mijireh Secure Checkout’ as the page title and in the content area it says ‘Checkout {{mj-checkout-form}}’ I don’t know where it came from or what it is and am wondering if it’s part of the theme. I have the regular Woo Commerce checkout already in my pages.
In forum: Virtue ThemeIn reply to: Line hight for all text
And do you have an idea for my second question? Ha, I see it’s not really a question 😉
“It would also be nice increase the margin on both sides (left and right) of the text. At the moment it’s very close to the border.”
I’m looking for some sode to increase the margin on some pages.Thanks for your help!
In forum: Virtue ThemeIn reply to: Line hight for all text
Hi Ben,
it looks god to me, it seems to work. To me it looks a little bit clearer.
But maybe you can also tell me how I can use the line-hight on single pages where I have a lot of text. I will have to see if your code doesn’t have a negative effect. MAybe I will use it just for single pages …
I will send you a temp login in a second.
Thanks, Martin
In forum: Virtue ThemeTopic: accordion error
Hello,
i would like to inser on one page more accordion, is this possible? Actually i tried add two accordions but work only one. Thanks for any response.Here is page:
*Login to see linkIn forum: Virtue ThemeIn reply to: Columns shortcode
February 19, 2014 at 10:41 am #4932ok I had to add a page specific css because of how you are doing this page. I updated and it seems to work, the issue is your surrounding a product in a column, but products already carry column classes because of the way they get laid out so I have to force the product column to 100% so they fit into your added columns.
The css I used was this:.postid-673 .products .kad_product {
width: 100% !important;
}Ben
In forum: Virtue ThemeIn reply to: revolution field missing in slider options
February 19, 2014 at 10:10 am #4929Hey,
It sounds like you created a slider template and not a slider, when you access the revolution slider page there are two options, the template is for post sliders. You can see more here: http://themepunch.com/codecanyon/revolution_wp/documentation/As for switching your contact email, I can do it for you but that won’t change your login “username” it will only change where the email notifications go, you want to do this?
Ben
In forum: Virtue ThemeHi 🙂 After updating the Theme and WooCommerce, there is no shipping method active: although in the WooCommerce Settings I have marked the different shipping methods. Any Idea? http://www.shopneu.dressur-studien.de
Because of various problems since yesterday, we have to “hide” the page – so, who can help me (Ben?) need to email me, if you want to see the page.
[email protected]Thanks and greetings from a desperate pageowener 😉
-
AuthorSearch Results


