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 - 30,541 through 30,560 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #108971

    hi support,

    when i purchased virtue premium, i knew it included one license revolution slider. how do i know if i activated it in my site. what are the features included in that license.

    another thing, how do i create a landing page with woocommerce product on it and add to cart button. i was thinking of using rev slider feature if thats included.

    thanks.

    #108963

    Hi, I want to show the latest portfolio posts in the homepage, So I made a new page, set the template to “Portfolio grid”.
    Now the page shows normally with all the posts in it.

    However, After selecting it as homepage under “Settings > Reading”, No content show on homepage.
    “page content” under “theme options > page layout” is enabled too.

    I tried entering text in the editor and it’s showing just fine.
    So only templates don’t work on homepage? Any idea what could be causing this? Thank you!

    #108958

    I want to add social media share links, some photos, and some informational stuff below the Order Details on the Order-received page. Would be great if Virtue provides a way to customize it.

    In forum: Virtue Theme
    #108956

    ? Logo is a link to the home page by default? Are you seeing something different?

    Ben

    In forum: Virtue Theme

    In reply to: Tweaks

    #108954

    4. It’s got nothing to dow with the h4 and paragraph though. It’s purely how pagebuilder is adding the margins that you set in your pagebuilder row widget settings. (also you are adding 22px padding to the top of your text widget)

    So I can give you some css to change it just for that page by overriding but if there are other pages that need this then you would need to use the pagebuilder classes or change your default.

    @media (max-width: 780px){
        div#pgc-1591-1-0, #pgc-1591-2-0 {
        margin-bottom: 0 !important;
        }
    }

    Ben

    #108941
    This reply has been marked as private.
    In forum: Virtue Theme

    In reply to: Tweaks

    #108940

    Thanks,

    For #4
    I am aware of the page the builder editor and I have my padding set there. However, setting it there effects the space across the board. What I am referring to is for mobile only. More specifically when the page goes into mobile it will have a different spacing between the h4 text and the paragraph text.

    I think the css looks something like this

    @media
    only screen and

    In forum: Pinnacle Theme

    In reply to: Site Page Title

    #108937

    Hello Samina!

    If you want to set the page title to be right aligned on only one page, then post a link to the page and I’ll provide you with the page specific CSS.

    Thanks!,
    Kevin

    #108935

    Is it possible to add a logo/image on to the Page Title in the home page?

    In forum: Pinnacle Theme
    #108930

    Hi there,
    I would like the site page title to be Right aligned. Except when I do this all the page titles go Right aligned. Can you help me?

    In forum: Virtue Theme

    In reply to: Tweaks

    #108920

    1. you can accomplish this look by going into Theme Options> Main Settings, and setting “Choose a Header Style” to Standard.

    Then, select the Center option in “Logo Layout (Standard Header only).” You can set the Logo Spacing at the bottom of Main Settings of Theme Options. If you find those settings don’t give you enough padding, let me know and I’ll give you some CSS to increase it.

    2. Try adding this CSS to Theme Options> Advanced Settings:

    .page-id-1591 .page-header {
        display: none;
    }
    
    .page-id-1591 .contentclass {
        padding-top: 0;
    }

    3. Add this CSS:

    section#options {
        padding-right: 0;
    }

    4. You can adjust your padding for your widgets and page builder rows in the page builder editor. Simply open up the options for the page builder row/widget, and find the LAYOUT tab. There, you’ll have options for setting the padding for your items. Set it to zero on top and bottom of those rows and let me know if that works for you.

    Let me know if this is helpful!

    -Kevin

    In forum: Virtue Theme

    In reply to: Footer widget padding

    #108918

    I would suggest changing that CSS to this:

    footer#containerfooter .panel-grid {
        margin-bottom: 0 !important;
    }

    This will prevent it from effecting other areas on your site, just in case you want to have the margin in other page builder areas.

    Let me know if that works for you!

    #108913

    Thanks for considering.

    Yes, products and posts.

    We have a blog and do a lot of “content marketing”. That’s the main advantage of WooCommerce over other shop systems: It has a strong partner for this with WordPress.

    Say we wrote an article (blog post) on how to best brew coffee. Or it could also be a “page” (faq) giving some kind of education on how to do it best. Then below this article we would like to have a “You might also be interested in…” carousel or similar, which lists suitable products like our own filter coffee, but maybe also some of our other blog posts, e.g. on how to also make Espresso.

    The look and feel of the “Related products” carousel below http://themes.kadencethemes.com/virtue-premium/product/racer-t-shirt/ would be perfect for this.

    I think that’s also what Federico refers to in his comment. But I think for good content marketing it should be related content which can be blog posts, pages or products (from a user’s point of you it does not matter) and not just products.

    In forum: Virtue Theme

    Topic: Tweaks

    #108911

    Hello,
    I need to make some minor tweaks.

    1. Can I make the menu centered and below the RobertGarcia placeholder text(logo will be replacing this? Ideally Id like for there to be a 100px padding above the logo than 50px padding below the the logo, then the centered menu with a 50px padding below the menu.

    2. I need to get rid of the white space above the grey header. Its the space where the page title goes.

    3. I’d like to make the category menu align right. There seems to be a 20px padding there.

    4.On mobile how can I adjust the spacing between the h4 text and the paragraph text. Id like to decrease that spacing.

    Thanks.

    #108908

    The gallery is not showing up in the footer on the homepage. What can I do? It does on the other pages…

    In forum: Membership Forums

    Topic: Minor Tweaks.

    #108905

    Hello,
    I need to make some minor tweaks.

    1. Can I make the menu centered and below the RobertGarcia placeholder text(logo will be replacing this? Ideally Id like for there to be a 100px padding above the logo than 50px padding below the the logo, then the centered menu with a 50px padding below the menu.

    2. I need to get rid of the white space above the grey header. Its the space where the page title goes.

    3. I’d like to make the category menu align right. There seems to be a 20px padding there.

    4.On mobile how can I adjust the spacing between the h4 text and the paragraph text. Id like to decrease that spacing.

    Thanks.

    In forum: Virtue Theme

    In reply to: Footer widget padding

    #108899

    You can adjust the padding of your page builder widgets and rows via the Layout tab in the page builder settings.
    Here’s a tutorial that should help explain:
    https://www.kadencewp.com/using-page-builder-virtue-premium/

    Let me know if that’s helpful!

    -Kevin

    In forum: Virtue Theme
    #108898

    ok, take a look at your home page.
    Ben

    #108887

    I am having trouble finding the right setting for the bottom padding on my footer widgets. I am using the Page Builder and visual editor to create my widgets. Each Panel Grid row seems to have a padding of 30px. I’d like to turn that off but so far I have been unable to find the right css to do the job. My website is http://www.jimswebworx.com.

    #108884

    Hmm, Ok I see the issue. I’ll push out a fix.

    Just so you know when using a pagebuilder on a post wordpress can have a hard time parsing it to determine the content from the code when creating an excerpt for the post. Anytime you use pagebuilder in a post I recommend that you define your own excerpt to keep from any issues, (including SEO description issues).

    You can define an excerpt for you post in the post by clicking “screen” options and checking the box for excerpt. Then in that excerpt box you can place what you want to show as the product excerpt.

    Ben

Viewing 20 results - 30,541 through 30,560 (of 53,646 total)