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 '

Home / Forums / Search / Search Results for 'page '

Viewing 20 results - 52,621 through 52,640 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Woocommerce Language

    #5080

    Hi Ben,
    I would like to have my page in spanish. There are several things translated, but then other are not, for example everything in the cart, select category, my account, etc.
    Can you tell me where to change this?

    Thanks in advance!

    In forum: Virtue Theme

    In reply to: Best Selling Products

    #5078

    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!

    #5051

    Hi Ben I would like my blog to look like pinterest so i wander if there is a chance for your theme to have the blog grid on the home page with infinite scrolling. i see you can do it with blog pages but can you do it with blog grid one? tx ciao c

    #5023

    Well 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

    #5022

    Hello 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:


    While this is shown correctly:

    And in the shop page they are not getting cropped either:

    I 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 Theme
    #5018

    To 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

    #5017

    Hey, 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 Theme

    In reply to: shop title

    #5015

    You 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

    #5008

    Hi Ben,
    Would be possible to remove the overlay effect on the featured image of the portfolio page?

    I would remove the white label that appear at the mouseover…

    Thanks

    In forum: Virtue Theme

    Topic: shop title

    #5005

    Can you tell to how to change the the “Shop” page title to add a sub header explaining that he “shop is demo mode”

    In forum: Virtue Theme
    #5000

    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 Theme
    #4966

    Try 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 Theme
    #4965

    It’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

    #4962

    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 Theme
    #4954

    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 Theme
    #4953

    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 Theme
    #4943

    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:

    In forum: Virtue Theme

    In reply to: Columns shortcode

    #4932

    ok 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

    #4929

    Hey,
    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

    #4918

    Hi 🙂 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 😉

Viewing 20 results - 52,621 through 52,640 (of 53,646 total)