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,021 through 34,040 (of 53,646 total)
  • Author
    Search Results
  • #92496

    hi, question about the portfolio section:

    1. How do I make it so when I click on the image, it just enlarges. as of now, when I click the image, it brings up another page where its a cropped image, and when i click on it again, then it enlarges. how do I skip the middle step.
    2. is there a way after I’ve uploaded all my images, when I click on the image, and it enlarges and I want to click an arrow that goes to the next image? as of now, it seems to be random?

    here’s my site, under “illustrations”

    Thank you!
    Benson

    #92494

    Hey Jie,
    Looks like you forgot the link for the page you’re referring to. Can you post that?
    Thanks,

    Hannah

    #92493

    Hey Marco,
    Yes, this is done using page builder. I’m afraid there isn’t really another option for making this work. See the written part of this post- https://www.kadencewp.com/using-page-builder-virtue-premium/

    Hannah

    #92489

    I am very interested to know how to make something similar to the effect you have in the main DEMO for Virtue, for the background behind the call to action to move up and down. I am talking about the call the action on top of the footer, with the following text:
    “Want to see more?
    Check out all the demos to see the great features and options
    View Now”.
    I like the way the picture moves in the background:

    How do you do such nice background effect? is that using page builder? I prefer to do it without page builder if possible.
    Thank you in advance for your time and help.

    #92487

    Ben,

    I can’t send a screenshot anymore because I fixed the issue setting max widths for the images at different mobile sizes.

    This is what was happening on the iPhone 6s

    You load the detail page of the portfolio and the carousel slider image would initially load at the correct size but then immediately change sizes to the what I believe must have been the actual width of the off screen carousel, thus making the image look like it was zoomed in.

    This would not happen on any desktop browser I tested in, Just on the Iphone

    Jeremy

    #92485

    Hello guys, I am having a problem with changing the image that paypal uses.
    The page that I am referring to is
    Currently it is using this image:
    and I would like to change it to something like this

    Thanks for your help!
    Jie

    #92483

    Thank you, Ben.

    I think I am good for now. I just wanted to make that the pages are mobile friendly. It looks like Google pays attention to this feature for ranking.

    Thanks,
    Jay

    In forum: Pinnacle Theme

    In reply to: Transparent header

    #92466

    Once you turn that off that is your defualt, then if you’ve changed on a page by page settings you would need to change those. Like for the home page look at your theme options > home slider.

    Ben

    #92456

    Hey,

    2. You can use this css:

    .kad-simple-shop-dark .product_item .price {
        top: auto;
        padding-bottom: 10px;
        bottom: 0;
    }
    

    3. Pagebuilder doesn’t work on the shop page.. it’s not set up to. You would need to use the normal page options not pagebuilder or create a custom shop page. For example you can add a widget to a page without using pagebuilder by using a plugin like this:
    https://wordpress.org/plugins/turbo-widgets/

    Ben

    In forum: Virtue Theme

    In reply to: Anchors won't hold…

    #92453

    Hi Ben,

    Ah, ok. I did try the header but not the footer. It’s in the footer field now.

    It doesn’t work as expected though.

    When I go to the T&C page the first tab is open. When I scroll down to the second tab and click it, it opens, simultaneously closing the first tab. This means the text will fly by and I end up seeing the middle of the text without the focus going to the top of the accordion tab.

    When I first manually close the first tab, and then open the second tab it does jump up a bit, so the js does do something.

    I have absolutely no knowledge of js. If this customisation is beyond the scope of your support that’s ok 🙂 I can live without this scroll effect.
    After all: it is the T&C page we’re talking about, probably the only ones who will even look at that page is you, me and anyone looking into this forum post 😉

    Greets and good night (it’s 1 am here)

    Robert

    #92441

    Ok just to be clear you can still control woocommerce templates just the same as you always could using a child theme. That hasn’t changed. If you’re having trouble since an update then you probably just need to look at the original file and see what woocommerce has changed from your file.

    If you want an automated why to do what your asking then you can consider a plugin like this: https://www.woothemes.com/products/woocommerce-nested-category-layout/

    Else you can keep editing templates all you want that’s up to you to control. The thing I am suggesting for better speed is that you use the taxonomy-product_cat.php file.

    Or if your not wanting even a nomal shop page then you can edit archive-product.php
    Ben

    #92439

    Your issue was this plugin “Pages are Posts”

    I really would recommend not using something that like and obviously not that plugin.

    Ben

    #92437

    Just so you know you have already posted:

    https://www.kadencewp.com/support-forums/topic/portfolio-pages-management/

    Ben

    #92428

    Yes, Ben
    I always use child theme for any additional modification.
    I understand that it will desable the automated loop as well.

    The reason why I’m asking such thing is because of the fact that I need to separate some product even though they are in the same category.
    For example, under the category of “Musical Tickets”, I have “Broadway musical” and “Off-broadway tickets”.
    For category-top page “Musical tickets”, I would like to create in below order.

    <h2>Broadway Tickets</h2>
    <p>Introductin about broadway tickets, blah blah,,,, </p>
    <then, thumbnail with short description here,,,>
    <br>
    <h2>Off-broadway Tickets</h2>
    <p>Introductin about off-broadway tickets, blah blah,,,, </p>
    <then, thumbnail with short description here,,,>

    In order to make this, the page looks like this *** and I was able to terminate those auto-loop until last week.

    http://www.at-newyork.sakura.ne.jp/atny/%E3%83%8B%E3%83%A5%E3%83%BC%E3%83%A8%E3%83%BC%E3%82%AF%E3%81%AE%E3%83%81%E3%82%B1%E3%83%83%E3%83%88%E6%89%8B%E9%85%8D/%E3%83%9F%E3%83%A5%E3%83%BC%E3%82%B8%E3%82%AB%E3%83%AB%E3%83%81%E3%82%B1%E3%83%83%E3%83%88/

    If I’m able to control this by using shortcode “[product_category category=”broadway-ticket”]” and adding css so that the thumbnai would come out with short description, it will be even better solution. (much much better solution than what I’ve created so far)

    Would you please help ?

    In forum: Virtue Theme

    In reply to: Show full blog

    #92427

    Hey,
    1. If you’re using the blog page template then from your blog edit page under Blog List Options set “Display Post Content As” to “Full.”

    2. Try adding this to your custom css box in Theme Options > Advanced Settings:

    .blog .img-margin-center img {
        margin: 0;
        width: 100%;
    }

    Hannah

    #92421

    Hey John,
    1. You can manage the portfolios on the homepage from Theme Options > Home Layout. Just disable Portfolio Carousel from the Homepage Layout Manager.

    2. You can create portfolio types (categories) by going to Portfolio > Portfolio Type. Then you can assign specific portfolio posts to a type from the individual portfolio post edit pages. Then you can display only portfolio posts from that type by using a shortcode like this: [portfolio_posts orderby=date excerpt=false columns=4 items=8 height=200 lightbox=true showtypes=true cat=photos]
    Just replace “photos” with your portfolio type.

    Hope that’s helpful!
    Hannah

    #92403

    Hello! I love the theme, but here is my problem: My portfolio pages are posting to both my “Portfolio Full” and “Portfolio”(Carousel) on my home page. I would like my portfolio pages to post only to the “Portfolio Full”, but I can’t find the settings to change this. I would also like to set up multiple Portfolios to present specific categories of instruction. How do I specify the individual portfolio pages to specific portfolios grid pages? My website is: . Thank you!

    #92398

    1. Best to ask your host for directions.

    2. Best to ask the plugin author for specifics.

    3. You would then prefer a login on the forum instead of in the my account page?

    Ben

    #92388

    Hey,
    You can do this with css. It would look like this:

    h1.entry-title {
        display: none;
    }

    You would just add the page id in front of that. Then paste it in your custom css box in Theme Options > Advanced Settings. If you post a link I can provide the exact css.

    Hannah

    #92387

    You can re-create that using page builder and Pinnacle: Image Menu Item widgets. You would just create a row with however many columns you want and add one widget to each column.
    Hope that helps!

    Hannah

Viewing 20 results - 34,021 through 34,040 (of 53,646 total)