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 - 33,981 through 34,000 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme

    In reply to: Resize Photo

    #92681

    I’m confused? Both pages have photos with huge spaces in the image: http://caseysiebels.com/wp-content/uploads/2016/03/thats-me-photo.png

    That isn’t css that’s your image itself it just needs to be cropped tighter to the content.

    Ben

    In forum: Virtue Theme

    In reply to: Products Archive Page

    #92677

    1. That has to do with your SEO plugin. I suggest using Yoast SEO.

    2. Not if you make the home page your “shop” page. The whole point of that page is that it’s an archive. So you can either change templates or you could hide with css but that isn’t something I would suggest. Or just simply don’t set it as the shop page.

    3. No it won’t, although I would suggest giving it a redirect since it’s going to be linked to within woocommerce: https://wordpress.org/plugins/safe-redirect-manager/

    Ben

    #92674

    I have hidden the header throughout my site but would like to reenable it just on the product archive page so i can see the sort options.

    Temppassword1

    In forum: Pinnacle Theme

    In reply to: Example page

    #92672

    There are two ways you can go about making a Call to Action like that on your page.

    Firstly, you can go into Theme Options> Home Layout> and activate “Call to Action” under Home Layout Manager.

    The options for the Call to Action will be found when you scroll down the page. You’ll want to use a large image and set it to “fixed.”
    You’ll probably want to add some padding to the top and bottom as well.

    Another way that gives you some more options would be to use Page Builder.
    To do this, you’ll go into the home page edit screen, and enable a row in page builder.
    The image will be set as in Edit Row> under the Design tab. You’ll want to be sure to choose parallax in the option.
    You’ll set the padding in the layout tab.

    Then, you’ll want to add a Pinnacle: Call to Action widget in that row, and you can setup the details within the widget options.

    Hopefully I made the steps clear enough for you.

    #92670

    I’m unsure which error you’re referring, the open p tag? Removing autoptimize solved the cross-sell issue.

    PageSpeed Insights scores:

    Child Theme:
    26 mobile
    34 desktop

    Parent Theme:
    27 mobile
    36 desktop

    For desktop using child theme:

    Should Fix:
    -Enable compression
    -Reduce server response time
    -Leverage browser caching
    -Eliminate render-blocking JavaScript and CSS in above-the-fold content

    Consider Fixing:
    -Minify JavaScript
    -Optimize images
    -Prioritize visible content
    -Minify CSS
    -Minify HTML

    Pretty awful scores, but the mobile user experience was 99/100. =) It only recommends I adjust this:

    The following tap targets are close to other nearby tap targets and may need additional spacing around them.
    The tap target <a id="nextport-product" href="#" class="next_carousel…on-arrow-right"> is close to 1 other tap targets.

    I should also mention that the revolution slider on my shop page looks really screwed up on mobile phones, yet works fine on tablets. Would you mind verifying?

    Sorry for all the work but I really appreciate your efforts!

    In forum: Pinnacle Theme

    Topic: Example page

    #92668

    Hi Ben..

    please see

    i need to make a page like your example page.
    thanks

    #92663

    Ben
    I only made the change on “content-product_cat.php” and created into the child theme, no other templates were modified.
    Since 2 column product thumbnail is not the suitable solution for me, please tell me how I can remove those automatic loop humbnails for category page.

    In forum: Virtue Theme

    In reply to: Shop Images Uneven

    #92660

    No, no change.

    Ben gave me this code to sort out the product pages:

    .kad-woo-image-size {
    height: 270px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    }
    .product_item a.product_img_link {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 270px;
    }

    Could it be something similar but using .product-category. instead?

    In forum: Virtue Theme

    In reply to: Resize Photo

    #92657

    Have you tried resizing the ratio of your page builder rows?

    I would try going into the row settings and set it to “Golden> Right to Left” to see if that allows your images the space to display larger.

    #92650

    Hi Ben,
    thanks for the reply, i think the answer you send me is not the what i intended to get. i wanted the solution to reduce the padding between the IMAGE MENU (below the main slider of the home page) AND THE MAIN SLIDER not the primary menu and the slider. i try to find the solution but i couldn’t .sorry to bother you. thank you for your support. i ll be expecting your reply.
    panduka

    #92636

    Dies anyone know where can I get/download the image (show pick mountain) across the home page as background for the following text: Like What You See?
    Demo style 4 link:

    #92631

    Also make sure you have not set a page to be the “posts” page in your settings > reading. As that would override the template.

    Ben

    #92620

    Hi, thanks for the help so far.

    I’ve removed Autoptimize and that solved the adding cross-sell items to cart problem.

    I couldn’t find that tag you were referring to in the cart Ben, though perhaps WP_DEBUG would help find some errors in the code? This is a bit over my head tbh. Google PageSpeed recommends a slew of things to improve my site, though I don’t know how to implement any of them, and I’m locked to a slow host atm.

    Anyway, enough of my complaining.

    Hannah, I’ll review that document, thanks!

    #92598

    Hello,

    On the product page, I have created a size select drop-down menu for the Tungsten Carbide category via Attributes which is generated by the woocommerce plugin. Under this menu, I have other menus which are generated by a plugin called WC Fields Factory. Together on the product page, they look similar, but the alignment is off with the Ring Size select menu that’s generated by woocommerce. Is the a code you can provide which I can enter in the css that will alight the select menu with the others below it like in my other categories? Also, is there a way to change the inner text inside the drop-down menu from “CHOOSE AN OPTION” to “Select a ring size”?

    Thank you,
    Gary

    #92593

    Hello! Your blog page sidebar settings and template settings will be found within the edit screen of the blog page.

    You will have an area for sidebar settings within the page, and your template will be set under the Page Attributes section.

    Let me know if that helps!

    #92588

    Hi again guys, I’ve been working on my page to change the style of my blog page, but I haven’t been able to do this.

    First: Can’t change the Side Bar
    Second: Can’t change the blog grid

    Do you know of what options depends? Because Theme Options > Blog Options does nothing, well at least in my blog grid :/

    Thanks in advance!

    #92586

    I’m seeing a couple issues. You have an open p tag on your site. Thats causing the worst of it. Somewhere in your cart page.

    also seems your not loading jquery at the top so scripts are failing (this is likely do to a minify plugin settings).

    Ben

    In forum: Virtue Theme
    #92575

    Hey,
    You have added

    .entry-title {
        display: none;
    }

    that would hide the page title and breadcrumbs. I’m not sure why you’re wanting to hide the page title but you can use this to only hide it and not the breadcrumbs:

    .page-header h1.entry-title {
        font-size: 0;
        display: block;
        margin: 0;
        line-height: 0;
    }
    
    #kadbreadcrumbs {
        float: none;
        line-height: 10px;
        padding: 0;
    }

    Ben

    #92567

    Hey guys! I’m trying to activate the API on an updated version of the theme – got this message: “Connection failed to the License Key API server. Try again later.”
    I’m using the info found on my Kadence account page. Please advise, thank you! 🙂

    -Autumn

    In forum: Virtue Theme

    In reply to: Weird arrow showing up

    #92561

    I’m still getting an arrow on some pages: http://www.climateshield.net/casement/

Viewing 20 results - 33,981 through 34,000 (of 53,646 total)