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,061 through 13,080 (of 53,646 total)
  • Author
    Search Results
  • #218708

    Hey,
    Can you send me a login. I can see from the code output that something in the html is adding an open p tag. I want to see if I can find that in your page.

    Ben

    #218682

    Hey,
    I can confirm that structure would work, after you added it in your theme options did you resave your permalinks on your settings permalinks page?

    Ben

    #218678

    Hi,
    I’m going to use unique contact forms created with shortcodes on each Portfolio page. Is there an option to preset an e-mail subject for each form instead of using field “label_subject”?

    Regards,

    Pamela

    #218675

    That isn’t working for that page because it has a different parent page ID than the others that you previously requested. Are you sure you don’t want this to just effect all of the breadcrumbs on your site? That would get rid of the complexity of targeting various parent and child pages.

    -Kevin

    #218661

    Good Morning!
    I’m having 2 problems I can’t figure out:
    1. I’d like the accordian widget to be closed when the page opens.
    2. I’d like the 3rd row down (“Professionals in Plaza’s staff …”) to be centered.
    I tried
    #panel-93-2-0-0 .panel-widget-style {
    margin: auto;
    }
    which didn’t work.

    Thank you!

    #218643

    The links that come frome this page:
    https://kloekkefotografie.nl/fotografie-kennisbank/

    all get the layout and I do not have to add pages manually in CSS.
    For example I added this one:
    https://kloekkefotografie.nl/fotografie-kennisbank/fotobewerking/

    and it has the layout.

    Why does that not work for for example this page:
    https://kloekkefotografie.nl/fotografie-kennisbank/fotografie-basiskennis/

    This link has the right layout:
    https://kloekkefotografie.nl/fotografie-kennisbank/fotografie-basiskennis/wat-is-de-belichtingsdriehoek/
    but when adding this page:
    https://kloekkefotografie.nl/fotografie-kennisbank/fotografie-basiskennis/sluitertijd/
    it doesn’t have the layout.

    so the pages that come from the ‘fotografie kennisbank’ are all ‘automated’ and the links that come frome the next breadcrumb should all be added manually in CSS?

    #218639

    Hello,

    I created a Slider yesterday and I tried to put it on my Home Page but it doesn’t appear. I tried putting it as a widget, directly in the Home Page… But nothing works.

    In forum: Virtue Theme

    In reply to: Virtue Header

    #218636

    Hi Kevin,

    The header issue still exists if I use sticky header with shrink option in the theme options.

    Currently when the landing page loads it loads the grey area below the header for a split second then reverts to the correct layout.

    Still getting the issue with the image menu, not every time but it randomly occurs.

    Any ideas on what I could check?

    #218625

    Hello,

    No matter what I try (adjusting margins and/or padding for the widget), the testimonial box will not center between the arrows on my websites.

    Here is an example – please see the testimonial carousel at the bottom of this page:

    Thank you for your help.

    #218621

    Update the previous CSS to this:

    .parent-pageid-18063 span.kad-breadcurrent, .page-id-18063 span.kad-breadcurrent, .page.page-id-18456 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: #459686;
        color: white;
    }
    
    .parent-pageid-18063 span.kad-breadcurrent:after, .page-id-18063 span.kad-breadcurrent:after, .page.page-id-18456 span.kad-breadcurrent:after {
        border-color: transparent transparent transparent #459686 !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, .page.page-id-18456 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, .page.page-id-18456 .kt-breadcrumb-container span {
        position: relative;
        left: 3px;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span a, .page-id-18063 .kt-breadcrumb-container span a, .page.page-id-18456 .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, .page.page-id-18456 .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, .page.page-id-18456 .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, .page.page-id-18456 .kt-breadcrumb-container span {
        padding: 5px;
    }
    
    .parent-pageid-18063 span.bc-delimiter, .page-id-18063 span.bc-delimiter, .page.page-id-18456 span.bc-delimiter {
        display: none;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span a, .page-id-18063 .kt-breadcrumb-container span a, .page.page-id-18456 .kt-breadcrumb-container span a {
        padding-left:20px;
        margin-right: 5px;
    }
    
    .parent-pageid-18063 .kt-breadcrumb-container span, .page-id-18063 .kt-breadcrumb-container span, .page.page-id-18456 .kt-breadcrumb-container span {
        padding: 5px 5px 5px 0;
    }
    
    .parent-pageid-18063 .bc_nomargin #kadbreadcrumbs, .page-id-18063 .bc_nomargin #kadbreadcrumbs, .page.page-id-18456 .bc_nomargin #kadbreadcrumbs {
        padding-bottom: 0;
        margin-top: 10px;
    }

    If you need to add more pages, then you can find the page ID class in the body tag when you’re looking at it through inspect tools.

    -Kevin

    #218614

    Hi Hannah,

    Yes I have deleted one of the plugin already but still same situation.

    But I found out the not working post page doesn’t show all of the categories I have created like the othet post pages. Instead, the category called “Mayu’s blog” which linked the blog post page has been deplicated automatically.

    Please let me know how I can show the original categories on the editing post page.

    Many thanks,

    Elliot

    #218608

    Any chance you can send a login to these pages so I can better see whats going on.

    Ben

    #218590

    What have you changed since I was on your site last and we had this working: https://www.kadencewp.com/support-forums/topic/elementor-display-during-edit-page/

    Have you installed another plugin? changed a setting? Is this happening only on one product.

    #218586

    No, I’m not editing at the moment. I have however been looking at some templates with the String Locator plugin trying to locate some changes made by a developer I hired some time ago. I made some changes but I restored it. A few months ago you were looking at this page and had admin access when I had problem publishing events from Events Calendar as posts.

    #218583

    I guess I am confused, you can add any content into your page, there is no limit on what you add in a portfolio post.

    You can use the project options or you can turn them off, that is up to what you want to show.

    If you want to start the page with a video like in the example you posted then you can add the link to the video in your video project settings and set the product to video.

    Or you can simply add the video right into your content.

    Because this doesn’t seem to be making sense can you send me a login I’ll just quickly create a portfolio post for you so you can see.

    Ben

    #218575

    Therefore, I cannot edit my Product Page.

    Cynthia

    #218572

    Your page is dying right after the buy button on the event. That means it’s hitting a php error. Are you editing any templates?

    Ben

    #218563

    Can you assist?
    The hidden page titles seem OK (not showing on mobile)
    But the post titles are showing.

    #218559

    Ok I think maybe it’s because I don’t know block editor? I was used to Pagebuilder. So here is kind of what I’m looking for – something like http://themes.kadencethemes.com/ascend-premium-5/portfolio/a-year-in-review/

    Say I had a project featuring a water bottle. In that project I have a video, and several images. I’d like to show the main image, then underneath a gallery of the other images and video plus a description (like in the sample above). I just want to show all the assets and info for that one project together, then I’ll dupe the page for each of the other projects I have. Any way I can accomplish that? Thank you!!

    In forum: Virtue Theme
    #218556

    Hello,

    Can you link to a specific page that you’re having this issue with?

    Also, were you sure to clear your cache after changing the sidebars?

    -Kevin

Viewing 20 results - 13,061 through 13,080 (of 53,646 total)