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

    In reply to: Check Out Page

    #95213

    Go to woocommerce > system status > tools tab then click “Install WooCommerce Pages”

    You won’t’ lose products or settings.

    Ben

    #95209

    Hello – I can’t seem to figure out how to remove the Featured Projects Title from my Home Page. In HomePage Layout Manager there is no such icon. There is only Featured Products but that is not enabled.

    #95204

    Is there a tutorial for creating a demo 2 homepage layout?

    #95200

    WooCommerce -> System Status admin page, under the Tools tab, find “Install WooCommerce Pages” and click the “Install Pages” button.

    Let me know if that works!

    #95199

    Hi Kevin,

    In the tutorial I see following pages are setup with the wizard:

    Check Out
    My Account
    Shop
    Cart

    I already have WooCommerce setup and I don’t have all of those pages. I have Shop & Cart but I believe I created them on my own. Do I need to create them manually? Is there a way to kick-off the wizard?

    In forum: Pinnacle Theme

    In reply to: Header configurations

    #95196

    I discovered that in “Advanced Styling -> Header Background” I can add an background image for Pages and continuing hiding the page title.
    But i would like to delete the little letters in the right.

    In forum: Pinnacle Theme

    In reply to: Header configurations

    #95195

    Thank you Ben for your reply.

    I saw all the video, but I have two questions.

    In each Page, I want to hide the Page Title.
    So I select the option “Hide Page Title”.
    But when I hide the title, the image header disappear also.
    I also want to hide/delete the little words that appear in the right. For example: “Home / Contact”

    Now, I have two lines in header separated by a border.
    I know how to transform the line in transparent and change the Header Height.
    However, I want to delete completely the second line below the border.
    In “Home Page Title Padding Top” and “Home Page Title Padding Bottom” I can configure that, but the minimum value is 5px.
    If I don’t delete this line, the Logo and Menu will not be centered vertically.

    My website is http://dev.carlabrito.com and I’m trying this with Homepage and Contact page.

    Thank you,
    Carla

    In forum: Virtue Theme

    In reply to: Check Out Page

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

    In reply to: Product Image

    #95187

    Is there a setting to manage the image size for the product page?

    In forum: Virtue Theme

    Topic: Product Image

    #95186

    Hello,

    My product featured image is being cut off on the product page but it shows fine on the hover and featured image preview in the console.

    In forum: Virtue Theme

    In reply to: Check Out Page

    #95179

    If you didn’t go through the WooCommerce setup wizard, then you’ll have to create it yourself. You can do so pretty easily by created a new Checkout page, and pasting this shortcode into the page content.

    [woocommerce_checkout]

    You may also need to make a Cart page using this shortcode.

    [woocommerce_cart]

    Let me know if that works for you!

    #95176

    SOLVED:
    1- In the individual staff post, I left the body text as above <a href="mailto:[email protected]">[email protected]</a><br />123-456-7890 X 201 plus other long text and images but added text in a custom excerpt (in the box called EXCERPT), text that I want to only show on the all staff page.
    2- I was able to put limit_content=”true” in the staff shortcode, for my custom excerpt to show.
    [staff_posts orderby="rand" columns="3" items="10" cat="our-consultants" ratio="portrait" masonry="false" limit_content="true" link="true"]
    I knew the theme allowed for it, just a matter of knowing how!
    Thanks.

    In forum: Virtue Theme
    #95174

    Hello,

    Should I have a Check Out page that is automatically created by WooCommerce? I don’t have this page currently, should I build this on my own?

    Thanks!

    #95173

    Hello,

    When I click on a product and select “Add To Cart” > The product adds to the cart and I get the “View Cart” link/icon. > When I click on the “View Cart” icon it goes right back to the product page. Please advise.

    Thanks,
    Ed

    #95169

    I’m using Pinnacle Premium. When I create a new blog post Pinnacle inserts the default Pinnacle page header background image on the post page and I have to scroll down every time to change the image to my desired image.

    I’ve looked everywhere but can’t figure out how to change the default post header background image. It’s a bit confusing because on the post page itself the setting for the header background is called “Background Image” but if I go to Theme Options > Advanced Styling, the only option I have is “Post and Page Content area Background” which inserts a default image in the page body, not the header area.

    Help please?

    Thanks,

    Charlie

    #95165

    Here is some CSS that will allow you to change the color of that area. I just picked a random color from your page for this, but you can change the color to whatever you like.

    .kt-icon-arrow-down {
        color: #807F44;
    }

    Add this code to Theme Options> Custom CSS

    #95163

    Hello,
    Immediately after updating the theme to the newest version, the portfolio has stopped working. The page now displays only the sort options at the top, and no thumbnails. The alt info can be seen on hover, and clicked on. However, no thumbnail images.
    Help!

    Thank you.

    #95151

    Ok thank you!
    But the rev slider interest me because they have cool animation for “hero” image, like the arrow who scroll down or texts effects. I don’t really want the sliders… 🙂

    So, I thought i could create one revolution slider with a transparent background.
    I use page builder, so I can put the revolution slider widget in a row and change the background image of the row! I would have my image under the revolution slider then.
    I tried it here: http://megchikhani.com/portfolio/blue/
    But I think there is another layer I don’t want above my image!

    How can I remove this layer?

    #95147

    Excellent. One small detail to resolve.
    To make it the way I wanted, i.e. the image and under it, the name, title, clickable e-mail and telephone, all on different lines:
    1- In the individual staff post, I inserted a Feature Image, typed in a title, and in the body text in text mode (not visual), no image was inserted, just typed:
    <a href="mailto:[email protected]">[email protected]</a><br />123-456-7890 X 201
    (if I was not to put a feature image and insert an image in the body text instead, the image would appear below the name and title)
    2- I tweak the staff shortcode a bit as follow:
    [staff_posts orderby="rand" columns="3" items="10" cat="our-consultants" ratio="portrait" masonry="false" limit_content="false" link="true"]
    -> masonry in order not to crop my feature image,
    -> link=”true” if I want to open a page with more detail on the employee.
    TO SOLVE: The only way I could make the email linkable and to accept the <br /> as per the text typed in the individual staff post, was to add: limit_content=”false”. But if I have a lot of text in that employee individual post, I do not want to show it all on the all staff page.
    How can I make the email clickable (and to accept the <br />) without showing all the content on the all staff page?

    #95134

    Hey Paul,
    I’m not seeing the menu images on your homepage. Are you referring to the portfolio posts?

    Hannah

Viewing 20 results - 33,461 through 33,480 (of 53,646 total)