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 - 51,681 through 51,700 (of 53,646 total)
  • Author
    Search Results
  • #10353

    I know there is a simple way to disable page titles but can’t seem to locate it.

    Can you help?

    Mikel

    In forum: Virtue Theme

    In reply to: Logo & Tagline Section

    #10346

    I appreciate input. Hannah, while I believe I can find where to put that css code – but, then what? I am a zero at coding. What that looks like is the 100px is the controller for the size of that section. So, if I increase that that whole logo bar with the Page tabs will be wider.

    Ben, I can’t find “places in the left side of the header”. I see “Header” is a choice of header style in the Main Settings of Theme Options. And there is Header info in the Advanced Stylings. But I can’t find the section you are referring to.

    ClintM

    #10334

    I really need help building a shopping page for an amazon affiliate website. Do you have any samples, tutorials, etc.?

    #10326

    Ok you seem to be referring to the admin area. In which case, no you can’t have two of those pages (they aren’t really pages, but for the sake of explaining). It’s not possible with woocommerce or wordpress. You can decide how products show on the front end but you can’t sort the products in the admin to the two different areas of the admin.

    Ben

    #10324

    As “Shop Page” I understood this: http://screencast.com/t/mlYRSFZQ6xD
    and “Product Page” this: http://screencast.com/t/qe88jiArg

    What I need is this: http://screencast.com/t/EYyMwrtzXR

    Maybe it can be done with this shortcode:
    [product_page id=”99″]
    [product_page sku=”FOO”]

    …but I have no clue where to put in…

    Thanky ou

    Martin

    #10319

    A “product page” is a “shop page” so maybe you can explain the difference that you see? Or are you talking about a “single product post”.

    You can add a page with products by using woocommerce shortcodes: http://docs.woothemes.com/document/woocommerce-shortcodes/

    Is that what you want?

    Ben

    In forum: Virtue Theme

    In reply to: Logo & Tagline Section

    #10318

    Hey ClintM
    The logo is places in the left side of the header. You can have it as tall as you like depending on the image ratio. You have four options for logo layout, If you choose the first one the logo can be as tall as you like until the width is 33% of the page width.
    So the size depends on how you ant the logo layout to be and the size of your image.

    If you post a link I’m sure You can get what you want.

    Ben

    #10317

    No, not really you can add a caption with the credit and it will show in the lightbox. Also if you use a gallery you can have the caption show with a mouse over. like the example here at the bottom of this page: http://themes.kadencethemes.com/virtue-premium/wordpress-gallery/

    Ben

    #10312

    You can’t add page builder to the visual editor. You have to use the pagebuilder tab. Check out this tutorial: https://www.kadencewp.com/using-page-builder-virtue-premium/

    Ben

    #10300

    Hello,

    “…are you using the woocommerce WPML extension?”

    That’s what I tried to explain to you actually.

    I don’t need any multilingual-tool, I just need a second “Product-Page” not a Shop-Page.

    Thank your help

    Martin

    In forum: Virtue Theme

    In reply to: Woocommerce sidebars

    #10299

    Just to confirm for anybody wanting bespoke sidebars for ANY individual page (not just WooCommerce ones) that WooSidebars works a dream on Virtue Premium.

    In forum: Virtue Theme

    In reply to: Child Theme How to?

    #10298

    Hi Ben,

    Many thanks, So updates should not effect the site. Thats good to know, but I will do a backup when its finished!

    I know the basics of HTML and how to change the things I want in CSS, I was just looking for a quick way to style the sidebar to match the sites main CSS. I have Contact Form 7 on a page, and at the moment, RSS feed, and Links (blogroll feed) in a sidebar. May add twit feed etc later.

    I looked at some of the links text in the blogroll, using firefox, as far as I could tell, it was reading H4 from the CSS, but it does not render as such.

    Anyway, I will do some research and plow on.

    Thanks,

    Graeme.

    In forum: Virtue Theme

    In reply to: Woocommerce sidebars

    #10297

    OK, sidebars back! (Once I had removed the PHP tags around the function 😉 ). Client happy!

    Only slight problem now is that, although I have told Virtue to use an alternative sidebar on all shop pages, it now reverts to the ordinary sidebar on account, cart and checkout pages.

    I think I can use a WooCommerce plugin (edit: ‘WooSidebars’) to rectify this for the moment though. (Unless you’ve got another super-wizzy function for this as well!)

    Cheers,

    Colin

    #10293

    How can i add Page Builder in Visual editor?

    In forum: Virtue Theme

    In reply to: css overides

    #10277

    Can you post a link to the page? One thing to note is the css you are adding to the custom css box may be overridden if you are using the same css trail. So for example adding another class for id:
    #content #pg-72-0 .panel-grid-cell .panel

    Ben

    In forum: Virtue Theme

    In reply to: Woocommerce sidebars

    #10276

    Hey so theme design is not to have a sidebar on those pages. It was a design decision. But you can add theme with a custom function. I recommend using a child theme. You can download an empty one here:
    https://www.kadencewp.com/wp-content/uploads/2014/02/virtue_premium_child.zip

    Then just add this to your functions.php file.

    <?php add_filter('kadence_display_sidebar', 'kad_sidebar_on_woopages');
    function kad_sidebar_on_woopages($sidebar) {
      if (is_cart() || is_checkout() || is_account_page()) {
        return true;
      }
      return $sidebar;
    } ?>

    Ben

    #10275

    Hey,
    The menus are controlled by you so I don’t understand the first question.

    The second question are you wanting to clone the “shop page” are you using the woocommerce WPML extension?

    Ben

    In forum: Virtue Theme
    #10273

    Hey,
    So with the home page are you using a caching plugin?

    Can you send me a login to your site? I want to take a look at the code in your testimonials to see if I can figure it out?

    [email protected]

    Do you know which version you updated from ?

    Ben

    In forum: Virtue Theme

    Topic: css overides

    #10270

    My site is . I am trying to close the spacing between the Hrule and the first paragraph. I tried by inspecting element, getting the Css for that and pasting it in the css in the advance settings, but it doesn’t seem to take effect. I can view the change in the inspect element. I am looking at the following on the inspect element page #pg-72-0, .panel-grid-cell .panel

    #10269

    Hi Ben

    Although I’ve got sidebars on all the product type pages, they are missing on the My Account, Cart and Checkout pages.

    Any reason for this and how can I add the sidebars back?

    I’ve looked around the templates and it’s not obvious!

    Many thanks

Viewing 20 results - 51,681 through 51,700 (of 53,646 total)