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 - 13,361 through 13,380 (of 53,646 total)
  • Author
    Search Results
  • #216620

    Replace all above CSS with this and let me know if it works:

    .parent-pageid-18063 span.kad-breadcurrent, .page-id-18063 span.kad-breadcurrent {
        display: inline-block;
        padding: 0 0 0 20px !important;
        margin: 0 5px 10px -2px;
        height: 24px;
        line-height: 24px;
        position: relative;
        background: #1976d2;
        color: white;
    }
    
    .parent-pageid-18063 span.kad-breadcurrent:after, .page-id-18063 span.kad-breadcurrent:after {
        border-color: transparent transparent transparent #1976d2 !important;
        position: absolute;
        top: 0;
        content: '';
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent rgba(222, 229, 231, 0.72);
        z-index: 2;
    }
    
    .parent-pageid-18063 span.kad-breadcurrent:before, .page-id-18063 span.kad-breadcurrent:before {
        position: absolute;
        top: 0;
        content: '';
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent #fafafa;
        z-index: 1;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span, .page-id-18063 .kt-breadcrumb-container span {
        position: relative;
        left: 3px;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span a, .page-id-18063 .kt-breadcrumb-container span a {
        color: rgba(0, 0, 0, 0.5);
        background: rgba(222, 229, 231, 0.72);
        display: inline-block;
        padding: 0 0 0 20px;
        margin: 0 5px 10px -2px;
        height: 24px;
        line-height: 24px;
        position: relative;
        padding-left: 5px;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span a:after, .page-id-18063 .kt-breadcrumb-container span a:after{
        position: absolute;
        top: 0;
        content: '';
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent rgba(222, 229, 231, 0.72);
        z-index: 2;
    
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span a:before, .page-id-18063 .kt-breadcrumb-container span a:before{
        position: absolute;
        top: 0;
        content: '';
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent #fafafa;
        z-index: 1;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span, .page-id-18063 .kt-breadcrumb-container span {
        padding: 5px;
    }
    
    .parent-pageid-18063 span.bc-delimiter, .page-id-18063 span.bc-delimiter {
        display: none;
    }

    -Kevin

    #216617

    Almost there!!

    1.
    Now it is not showing on every page so that is good. But It is not showing on this page:
    https://kloekkefotografie.nl/fotografie-kennisbank/

    Only showing on the pages with links like these:
    https://kloekkefotografie.nl/fotografie-kennisbank/fotografie-basiskennis/

    2.
    The slashes disappeared on every page now. I only want to get rid of them in
    https://kloekkefotografie.nl/fotografie-kennisbank/
    and from the pages this page will link to.

    #216612

    Try adding like this:

    .parent-pageid-18063 span.kad-breadcurrent {
        display: inline-block;
        padding: 0 0 0 20px !important;
        margin: 0 5px 10px -2px;
        height: 24px;
        line-height: 24px;
        position: relative;
        background: #455596;
        color: white;
    }
    
    .parent-pageid-18063 span.kad-breadcurrent:after {
        border-color: transparent transparent transparent #455596 !important;
        position: absolute;
        top: 0;
        content: '';
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent rgba(222, 229, 231, 0.72);
        z-index: 2;
    }
    
    .parent-pageid-18063 span.kad-breadcurrent:before {
        position: absolute;
        top: 0;
        content: '';
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent #fafafa;
        z-index: 1;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span {
        position: relative;
        left: 3px;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span a {
        color: rgba(0, 0, 0, 0.5);
        background: rgba(222, 229, 231, 0.72);
        display: inline-block;
        padding: 0 0 0 20px;
        margin: 0 5px 10px -2px;
        height: 24px;
        line-height: 24px;
        position: relative;
        padding-left: 5px;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span a:after {
        position: absolute;
        top: 0;
        content: '';
        left: 100%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent rgba(222, 229, 231, 0.72);
        z-index: 2;
    
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span a:before {
        position: absolute;
        top: 0;
        content: '';
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 12px;
        border-color: transparent transparent transparent #fafafa;
        z-index: 1;
    }

    2. Try this:

    span.bc-delimiter {
        display: none;
    }

    3. Try this:

    .parent-pageid-18063 .kt-breadcrumb-container span {
        padding: 5px;
    }

    Let me know if that works!

    -Kevin

    #216611

    Wow that looks pretty good, thanks!

    But still a few little problems.

    1.
    It is showing on every page, but this style must only show on this page and all the info pages I am going to link to. https://kloekkefotografie.nl/fotografie-kennisbank/
    Every subject behind the info icon is going to be a link to a page and that page will have links in it again with other subjects.

    Is there a way to set this for specific pages somehow?

    2.
    It still shows the slashes between the breadcrumbs, which are not needed when there are such nice arrow like boxes.

    3.
    Also when I change the font-size as you suggested, the text still doesn’t fit. The boxes then also decrease in size.

    Rick

    In forum: Virtue Theme

    In reply to: Change Site Identity

    #216609

    Thanks. It was in the Yoast snippet on the home page like you said. I was able to fix it.

    In forum: Virtue Theme

    In reply to: Change Site Identity

    #216608

    Try going to edit your home page, and look in the YOAST settings for the page. You should be able to adjust the identity there.

    Let me know if that works for you!

    -Kevin

    In forum: Virtue Theme

    In reply to: Change Site Identity

    #216605

    I had also changed the tagline in settings – general. But it doesn’t seem to impact the site identity. When the browser is minimized and the mouse hovers over it, I see the Virtue test. If I start typing the site name in the address bar in the browser, same thing. I have looked all over through the WordPress options and settings pages but cannot find the text that needs to be changed.

    In forum: Virtue Theme

    In reply to: Turn on Shop Excerpt

    #216599

    Hey,

    It’s designed to show on single column layouts. See here: http://themes.kadencethemes.com/virtue-premium/shop/

    When you click on the list icon next to default sorting the excerpt shows.

    If you want to prevent the excerpt from loading then In your theme options > shop settings you can use “Stop Product Excerpt from loading in the shop grid pages.”

    If you want to show excerpts within a grid layout and not just for list layouts then you would need to add this css:

    .product_details .product_excerpt {
        display: block;
    }

    I hope that helps,

    Ben

    #216596

    Hi,

    On the latest post on my site (Best Travel Booster Seats), the feature image is not showing on my homepage ( ). I can’t see anything that I have done differently. I always size the feature image to be 600 x 750px. I have also tried to drop in another feature image (that is working from another post) and it still doesn’t work. Any thoughts?

    Thank you.

    Tara

    Anonymous
    #216594

    Hi there,

    I just designed two pages that look great on my laptop, but when I test them on mobile, they look terrible:

    Do you have advice on how to change the settings of the first row with a “call to action” widget at the top of these pages, so that they display well on mobile?

    Thank you in advance!

    #216574

    Great!!

    1. Perfect!
    2. Perfect!
    3. OK 🙂

    Ow and this question was also in my first post:

    On the right side I have a widget with recent posts. I would like to have a bordercolor around it just like the box with the main info on the page (but without the shadow). Just a simple border with the color #459686

    New question:

    Is there a way to make these breadcrumbs a bit more visible and attractive? For example like this page:
    https://imu.nl/internet-marketing-kennisbank/begrippen/

    In that page they look more user friendly and nice that the page you are on is highlighted with a blue color.

    #216572

    Sorry about that. OK, I think this will work for you, but let me know if it still gives you trouble:
    #kad-blog-grid-page .entry-content p, .carousel_outerrim .postclass .entry-content p {display: none;}

    Hannah

    #216553

    Hello if user is logged the image not is been showed, can you check?

    #216548

    Hi,

    Working on a new page:

    I have a few things I would like to change.

    1. I would like to have the breadcrumbs just above the block with all the info. Check the image below for the location in red.

    Behind every info icon there is a subject. Al those subjects are going to link to other pages with the same layout. Now, there is only one example: the first link. As you can see it is the same layout and also on these pages I would like to have the breadcrumbs on the left side above the main block.

    I also added the following CSS to change the font-size for the breaadcrumbs on all pages. But somehow it doesn’t affect this page link…

    #kadbreadcrumbs {
    font-size: 14px;
    }

    2. On the right side I have a widget with recent posts. I would like to have a bordercolor around it just like the box with the main info on the page (but without the shadow). Just a simple border with the color #459686

    3. I added a facebook i frame in the top right corner. Is it preferred to use the script instead or doesn’t it matter which one I use?
    Got the code from this link:

    Thanks!

    Rick

    #216544

    Hi guys,

    I’m trying to add the social share buttons to the blog page template below the read more button. There’s not an option in the plugin settings so was looking to add it to the template using a child theme. Is this doable and what code would I need to put into the template for this to work?

    http://88.208.220.137/~joannehegarty/home-test/

    Any advice appreciated.

    Thanks
    Billy

    #216522

    With this theme, you just need to leave that blank. Whatever page is using the blog template will be your posts page, allowing you to have multiple blogs if you like.

    Let me know if switching that to no selection makes a difference for you.

    -Kevin

    #216521

    Hi Hannah,

    yes I did, I thought this was necessary to have posts appear on a blog page of my choosing which is not the home page.

    M

    In forum: Virtue Theme

    In reply to: Parallex Settings

    #216518

    Also one other thing which I would like help with on the page is the SiteOrigin Hero Widget. Can that span the whole width?? Even if I have the row set at full width and the hero on cover it doesn’t work?

    In forum: Virtue Theme
    #216513

    Hi,

    I am building a couple of websites and using the parallex option but it’s not seeming to work as smoothly as it should.

    I have had a look at some of your demo sites using parallex and the background seems to stay in position, with mine it is slowly moving up with the page when I scroll??

    Are there any settings I can tweak? I’ve turned it off on one of the sites I wanted to use it with as it just didn’t look right??

    Will post the link below.

    Thanks, for your help.

    Mel

    In forum: Ascend Theme

    In reply to: Kandence Slider

    #216512

    not sure what has happened but even the following page with the 3 link boxes used to be side to side on one line now gone funny also https://www.fmbranding.co.uk/customer-shops/

Viewing 20 results - 13,361 through 13,380 (of 53,646 total)