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 - 12,321 through 12,340 (of 53,646 total)
  • Author
    Search Results
  • #223377

    I’m sorry, what do you mean by it should not give the option?
    So, on each pages it should not allow me to choose a different sidebar instead of primary sidebar?

    Then, in Virtue theme how can I make Primary sidebar in blog posts and Custom Sidebar in pages?

    I just installed the Virtue Premium Theme Version: 4.9.6
    and I have siteorigin and Gutenbern plugins but do not have particular plugin specially for sidebar feature.

    However, when I assigned custom sidebar for search pages, it works.
    https://postimg.cc/CdgLKnLv/679ee968

    #223372
    This reply has been marked as private.
    #223369

    I set the page template to full width for you. This has to do with a strange bug/issue in WordPress that hasn’t ever gotten fixed because to fix it would break other things.

    Basically, the “default” template is supposed to use page.php but when the slug of the page (in this case “contact”) is the same as the slug of a page template that page template is used. So the contact page template was partially loading and throwing off the sidebar settings.

    Should be all set now.

    Ben

    #223368

    Hi Hannah,

    I uploaded the Product Basic with icons templates. From what it looks like it comes up as Page type automatically. Does that make sense?

    Thanks,

    Stephen

    #223367
    This reply has been marked as private.
    #223366

    Hi,

    I’m launching tomorrow and wouldn’t you know something strange is happening. <laugh>

    One of my contact pages has the sidebar showing up at the bottom of the page. Here what I’ve done.

    Page> Page Template> Default> Sidebar> NO

    Theme Options> Main Setting> No Sidebar (I can set for each page as needed)

    It won’t leave. No matter what I do. And yes, I have actually deleted the page and recreated it. I know, crazy. 🙂

    Your suggestions?

    Thank you,
    Pam

    #223364
    This reply has been marked as private.
    #223362

    Hello!

    I’m using VIRTUE PREMIUM theme (latest version) with 3 products for shop page – at the end of product description where goes related products there are big distance between specific related product and specific product name. What I could check / change to make normal view (product name goes after picture)?

    In forum: Ascend Theme

    In reply to: Portfolio image list

    #223357

    Hey for this to work with the I sent the first two images have to be 50%.

    For the first to be fullwidth you have to use this css:

    @media (min-width: 767px){
        .portfolio-project .kt-gallery-column-1 {
            height:auto !important;
        }
        .portfolio-project .kt-gallery-column-1 .g_item {
            width: 50%;
            float: left;
            position:static !important;
        }
        .portfolio-project .kt-gallery-column-1 .g_item:nth-child(3n+1) {
            width: 100%;
            float:none;
            clear:both;
        }
    }

    1. You can add this css which will remove that effect:

    .portfolio-project .gallery_item:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .portfolio-project .gallery_item .gallery-link:after {
        display:none;
    }

    2. Not really, You can tell the browser to not treat the image as a link but this won’t work in every situation just most.

    .portfolio-project .gallery_item a {
        pointer-events: none !important;
        cursor: default;
    }

    You turn off the portfolio project option and create a gallery in the page content (will mean the title is above the gallery not below) and that would allow you to set the gallery output to link=”none” in the gallery shortcode.

    Ben

    #223356

    You could add all of the widgets to the same row, but that may not work in all instances.

    This image can also be set with CSS. Try adding this to Theme Options> Custom CSS, and let me know if that works for you:

    .page.page-id-371 .entry-content {
        background: url("https://heartwood.43designs.com/wp-content/uploads/2019/04/steve_at_work.jpg");
    }
    #223353

    Ah ha! The way that reads I thought I was putting the background on the entire page.

    That does work for me, but each row would have the same background, and there would be seams. Is there a way to have one background, seamless, that the pagebuilder rows would float on? There is a content background in advanced styling (I just changed it to purple to see), but it changes all pages. You can’t have different backgrounds for different pages?

    Thank you,

    Luke

    #223347

    Greetings!

    I’m using Kadence Slider Pro with the Astra theme. I’ve opted for Fullwdith slider design (overriding width/height px value).

    On page load, the slider appears fullwidth as it should. However, when I change screen orientation (adjust page width responsively), the slider images suddenly change from fullwidth (nav arrows within image container) to the left arrow being outside the image container. Does that make sense?

    If I view the slider on a mobile phone and change from portrait to landscape, the left arrow of the slider pushes the image content to the right of the arrow.

    I was able to solve this temporarily by adding the following CSS to my child theme stylesheet:
    ul {margin-left: 0px;}

    However, this is a global command, so bullet lists within posts which utilize “ul” now display too far to the left of the page.

    Is there any way to add a custom class or ID to the Kadence Slider that can target it’s “ul” without affecting the rest of the website?

    Thanks!
    Josh

    In forum: Ascend Theme

    In reply to: Portfolio image list

    #223346

    Can you please link to the portfolio item on your page so I can take a look at this?

    -Kevin

    #223345

    Looks like you’re setting the background for you page title. This will not cover your content area, only the area behind your page title. Since you’re using page builder on your site, you can set up your content within a page builder row, and then in the row settings, you can assign the background there.

    Open the row settings, and you can find the background in the Design tab.

    Does that work for you?

    -Kevin

    #223342

    Hi Kevin,

    Vague, sorry.
    https://heartwood.43designs.com/wp-content/uploads/2019/04/Capture1.png
    https://heartwood.43designs.com/wp-content/uploads/2019/04/Capture2.png

    When I put the background image into the Ascend page (Capture1), I assumed that all the white space around the content (highlight capture2) would show that background image, or color, or whatever I choose for the background.

    ps what tool do you use that is best for taking screenshots and posting the link into forums like this?

    Thank you,

    Luke

    #223341

    1. In the demo site, “Feature first item:” is set to TRUE within the recent post widget. This will show the featured image of the most recent post in the category.

    2. The transition between page builder rows is using the row separator. Take a look at this tutorial and let me know if it’s useful for you:
    https://www.kadencewp.com/page-builder-row-separator/

    -Kevin

    #223339

    Hi Kevin & Team,

    Thank you for correcting me – I appreciate knowing the correct concept!

    ITEM #1
    After reading the tutorial from the link you shared, I am happy to report I was using the correct methods. I’ve managed to get mine “looking” close enough to how I want the blog element. The images however I couldn’t figure out so I placed a static image instead that can act as a place-holder for the category featured. Is there a way to display the blog post featured image as seen on the home page of Ascend #2? You can see what I managed to get to here, I’ll leave it be for now so you can see it: http://www.kellyheckphotography.com.php72-4.lan3-1.websitetestlink.com/

    ITEM #2
    I haven’t tried modifying the fullwidth row column to have those beautiful framed elements yet, but any direction for that would be wonderful too. Is that just a “top centered” background image for the 3 little white carrots, and the same idea for the bottom that blends with the color of the footer? I’d like to know how to do that if sharing is within reason for your premium support services.

    Thank you!

    #223334

    Hello,

    This seems like a super noob question but I can’t figure it out. On this page:

    I have a background image set but it isn’t there when I load the page. Ideally it would cover the whole page and the rows would be floating on top of it. Is this a blatant error on my part?

    thank you,

    Luke

    #223326

    Hello,

    Just to clarify, neither of those sites are using a child theme, they are both configured within the constraints of the default theme. So you can accomplish this on any site with Ascend!

    The blog area is configured using page builder in the home page content. It’s set to show 3 columns, each column containing a Ascend: Recent Posts Widget. Each column is set to show only posts of a certain category.

    The call to action is also added in page builder, using a fullwidth row with one column.

    Here’s more information on the page builder plugin:
    https://www.kadencewp.com/using-page-builder/

    Let me know if this is helpful!

    -Kevin

    #223296

    Hey,
    Thanks for posting!

    In your WordPress admin under Elementor you should see templates. Click on that and you will see a saved templates page. There you can look at the top left there is “import templates” button. You can then select one of the json files to import.

    Ben

Viewing 20 results - 12,321 through 12,340 (of 53,646 total)