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 - 34,141 through 34,160 (of 53,646 total)
  • Author
    Search Results
  • #91895

    Hello,

    In setting up WooCommerce, all the products list on the Shop page correctly. However, when hovering over the product, the “Add to Cart” text is in red, as is the background.

    I removed all my custom CSS, and the problem remained.

    Anyone know what the issue might be?

    Thanks!

    James

    #91893

    For precision, in portfolio item page, I use Pagebuilder to create a page title. But the siteOrigin Page builder option does not display in the body container of a Portfolio type page.

    #91890
    This reply has been marked as private.
    #91889

    Hello,

    I did not success to place the breadcrumbs in the Portfolio Types pages (here for example : above the title and on the left, such as on a portfolio item page (here for example :

    Does it exist a solution ?

    Thanks for your help !

    In forum: Virtue Theme

    In reply to: Sticky menu on mobile.

    #91876

    1. you can add this:

    @media (max-width: 767px){
        .headerclass > .container {
        padding: 0;
    }
    }

    2. The menu is at the top. The button can scroll with the page but not the actual menu so you have to go to the top to see it.

    Ben

    #91875

    Try this CSS.

    @media (min-width: 992px) {
    #content .main.col-lg-9 {width: 80%;}
    #content aside.col-lg-3 {width: 20%;}
    
    .woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
    padding: 5px 5px 5px 5px;
    float: left;
    }
    
    .widget {
    margin-top: 0px;
    }
    
    .sidebar .widget-inner li {
    line-height: 10px;
    }
    }

    The padding CSS might need to be changed, but try this and see if it works. If you’re still having issued with the padding, erase the CSS that applies to it and let me know so I can help your write it.

    In forum: Virtue Theme
    #91871

    1. What plugins are you using? have you tried deactivating your plugins?

    3. What is in your child theme? You have an open <a> tag on the page and it’s making everything a link.

    Ben

    In forum: Pinnacle Theme

    In reply to: Demo content

    #91870

    Hey,
    You can create a look like that using page builder.
    See here- https://www.kadencewp.com/home-page-pinnacle-premium/
    Or if you like you can upload the demo content- https://www.kadencewp.com/demo-content-pinnacle-premium/

    Hannah

    #91868

    I have tried to reset all plugins and theme, but still can’t seem to get the add to cart button to show up on products page. It doesn’t matter if it’s a simple product or variable there’s no button.

    Any suggestions would be awesome

    #91869

    I am trying to put a facebook feed in the Primary sidebar. The name of the plugin is “Custom Facebook Feed” and to display the feed there is a setting for inserting a shortcode, and the direction say:

    Displaying your Feed
    Copy and paste this shortcode directly into the page, post or widget where you’d like the feed to show up:

    [custom-facebook-feed]

    However, I cannot find a place to paste the shortcode in the Primary Sidebar. Any ideas?

    In forum: Virtue Theme
    #91864

    Conflict with pagebuilder running there own parallax script. I’m still working on a final solution yours should just be a temp fix.

    Ben

    #91860

    Hey Benjamin,
    If you’re using page builder to add the widget you can add this into CSS Styles in the Attributes tab when you edit the widget: pointer-events: none;
    Does that work for you?

    Hannah

    #91859

    Hi,

    There is a “Custom” option for “All Projects Default Portfolio Page” link. Where is this custom link set?

    I have created a one page site and would like that to link to an anchor on the home page.

    Thanks,
    Dave.

    In forum: Virtue Theme

    In reply to: Virtue button

    #91857

    Hannah, can you also please advise how to change the default text for the contact page button that says “Send Email”?

    In forum: Virtue Theme

    In reply to: Virtue button

    #91856

    Hi Hannah,
    Thanks for the css code for the contact page button, it’s much better now. In fact, yes I do want to to have all of the buttons style with uppercase and bold.
    For buttons in visual editor, it’s working fine but for buttons in plugins, like for Instagram feed or Topbar, it’s still small as my chosen font is quite thin as regular.

    Is there a css code that will apply to all my buttons even those used with plugins please?

    Thanks

    Stephanie

    In forum: Virtue Theme

    In reply to: Move WOO Breadcrumbs

    #91854

    Alright, it is all in my custom css (I use child theme)

    .topbarmenu ul li a {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    }

    .footernav ul li a {
    font-size: 14px;
    }

    .widget_nav_menu ul li a {font-size:17px}
    .widget_nav_menu ul li a { font-weight:500}
    .sidebar .widget-inner li.sf-dropdown > a {
    font-weight: bold;
    }
    .widget_nav_menu ul li a {color:#333;}

    .home .virtue_banner {
    display: none;
    }
    .page-id-31 .virtue_banner {
    display: none;
    }

    .topbar-widget .virtue_social_widget {
    float:right;
    margin-left: 30px;
    }

    .form-search{
    width: 180px;
    }
    #topbar-search form{
    float: right;
    margin-left: 15px;
    }

    #content .main {float:right;}

    #kadbreadcrumbs {
    float: none;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    }

    .post-type-archive-product div#kadbreadcrumbs {
    position: absolute;
    left: 0px;
    top: 60px;
    }

    .post-type-archive-product .page-header .col-md-6 {position:static;}
    .post-type-archive-product .page-header {position:relative;}

    .post-type-archive-product .page-header h1.page-title {margin-bottom:35px;}

    In forum: Virtue Theme
    #91848

    Hi there
    Im using a different layout from the default woo commerce. Im using the following code on some pages.
    .postid-1211 .product-img-case {
    display: none;
    }
    .postid-1211 .product-summary-case {
    width: 100%;
    }
    How do I extend this to include all woo commerce products so I dont have to enter the code for each page.
    Kind regards
    Paul

    In forum: Virtue Theme
    #91846

    Hey Richard,
    You can’t actually use a page template on the homepage as the homepage template will override it. Assuming your page is set as a static page, I would recommend using page builder and adding your portfolio posts via shortcode in the visual editor. This would work: [portfolio_posts orderby=date excerpt=false columns=4 items=4 height=200 lightbox=true showtypes=true]
    Then to add a parallax image you can add a row through page builder and ensure that you add content to the row, even if it’s just a blank text widget. Then set your image as the background for that row and set the row layout to full width stretched.
    These may help-
    https://www.kadencewp.com/using-page-builder-virtue-premium/
    https://www.kadencewp.com/creating-a-home-page-with-virtue/

    Hannah

    #91843

    Why do all my product pages have two H1 tags? How to I delete the first one?

    H1 About the Designer (which is in the menu)
    H1 (Product Title)

    Thanks Linda

    #91837

    Hello,

    I want to change sidebar width to 20% and another part of page to 80%

    .col-lg-3 {
    width: 20%;
    }

    .col-lg-9 {
    width: 80%;
    }

    Reduce padding between widgets

    .woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
    padding: 5px 5px 5px 5px;
    float: left;
    }

    .widget {
    margin-top: 0px;
    }

    .sidebar .widget-inner li {
    line-height: 10px;
    }

    On PC everything look good, but on mobile images are not displayed correctly – images width not showing properly.

    This is page

    Thanks in advance.
    Best regards,
    Ivan

Viewing 20 results - 34,141 through 34,160 (of 53,646 total)