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 - 16,781 through 16,800 (of 53,646 total)
  • Author
    Search Results
  • #194017

    Hello!

    I have widget “ascend gallery” on page adn after some description for user. When i scroll down to description photo in gallery is changing and page scroll up automaticly. How could I fix it?

    Nikita

    #194015

    Hi Ben and Hannah,
    I use Polylang plugin. I thought it won’t work but it’s good. I created 2 404 pages for Polish and English and page automatically detect language and chose correct page. Even when I chose in theme settings English version.

    Thanks,

    Sebastian

    In forum: Virtue Theme

    In reply to: Blog Posts List

    #194001

    1. You can use shortcodes to add blog posts to any page. see here: http://docs.kadencethemes.com/virtue-premium/shortcodes/

    What a shortcode won’t get you is pagination. If you need pagination then you need to leave the page as the post page.

    2. You can use the layout builder widget and then add columns so your video container is in a middle smaller column.
    Ben

    In forum: Virtue Theme

    In reply to: Blog Posts List

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

    Hello,

    I’m trying to acchieve something in my homepage, but I’m not being well succeed by myself, so I winder if you guys could help me.

    On my dashboard->settings-> reading options, I’ve set “your recent blog posts” as home page, and I like a lot this blog grid/list style.

    However, I need to put a vídeo on top of it. I thought about using a static page as home page, and use Site Origin to build my home page however I want, so here goes my first question: How can I have a blog posts list in any page that I want, that looks exactly like my current home page? This would solve my problem, as I would be able to build it however I want and set it as my home page.

    If it’s not available, here it comes my second question: I’m using theme options->home page layout to put a home page widgets area, and inside this widget area I’m using siteorigin editor and put a video inside it. However, the video is too big… any comments on how I could have more control over the design of the page using this method or any other?

    My website has a construction page, so I’ll write another post giving you access, can I?

    Thank you,
    Felippe

    #193974

    Hey,
    Lets me first clarify that “Slow network is detected. See https://www.chromestatus.com/feature/5636954674692096 for more details. Fallback font will be used while loading:” is not an error.

    That is a feature of the chrome browser and it’s simply logging the event in your console. Just because you have something in hte console doesn’t make it an error.

    The feature means that content a fallback font until the page loads the correct font.

    Slow network is detected

    Simply refers to your internet speed to access the site nothing to do with the site itself. And the internet speed is not a fixed speed but depends on a lot of markers.

    So, in general, this is to be ignored as it’s not saying anything other than for some part of your page load a fallback font was used as the correct font was being loaded.

    Ben

    #193972

    Hey,
    Elementor Pro is not necessary, certainly not for our plugin to work but elementor on its own can basically all that page builder can.

    I’m looking into why you didn’t get the graceful warning that you needed other plugins.
    Ben

    In forum: Ascend Theme
    #193960

    I’ll have to look into this, I’ve never heard of someone wanting breadcrumb titles to be different than the pages they actually link to.

    You wouldn’t need to edit each template. To override you would us a function like this:

    if( ! function_exists('ascend_breadcrumbs')) {
    function ascend_breadcrumbs() {
    // Yoast Breadcrumb code
    }
    }

    That would do in your function file.

    #193956

    Ahhhha! That’s the missing piece of the puzzle. I have not heard of Elementor before so I didn’t realize it was a plugin that this one depended upon. Nor that this one depended on the free version as well. I saw it in the list of plugins available to download over the weekend and when I googled it I found a video for it on youtube. And I thought I found a product description page for it here as well. Although now I can’t seem to find it. If it was stated as depending on those other plugins I missed it.

    Is there some way for it to fail gracefully and say “hey you need…” for this plugin before activating it? I’m good now, but I figure I won’t be the last.

    I notice Elementor also has a basic and “pro” version. Before I get too deeply into this, is getting the pro version of their plugin going to really be necessary for this to be worthwhile?

    Thanks again for the help solving why this wasn’t working!

    Mark

    #193948

    Custom 404 doesn’t use a url because the url is whatever address triggered a 404 page. But I think I can add a way to string translate which page ID is used to output the “page content” for the custom 404 and I’ll add that to the next update.
    Ben

    #193932

    I have an Ascend Gallery set up on these two pages HERE and HERE.

    I’ve specified 4 columns and that’s precisely what displays when I look at it on my laptop. When I move to a larger display, however, it adds a fifth column which I’d rather it didn’t do. Initially I had the rows defined as Fullwidth but I’ve since redefined them as Standard, still the same problem.

    Any thoughts? Amy I doing something wrong? Thanks as always for your input!

    #193929

    Hello,

    Here is some CSS that will hide the page titles on every page:

    .page-header {
        display: none;
    }

    add to Theme Options> Advanced Settings and let me know if it works for you.

    -Kevin

    #193927

    Hi there, I have the virtue premium theme and I am also using page builder.

    I’m trying to remove the title from all my pages, but I cant see where to do it.
    Please can you help.

    I’ve tried doing it by the subtitle section under where you create your content for your page, but there is no title option like I have on my other virtue themes.

    I also cant give you an example of my site, like the domain, because I have an under construction page on at the moment.
    Your help would be greatly appreciated!

    Thanks a mill.

    In forum: Ascend Theme

    In reply to: Hover effect – title

    #193922

    Hi Meg,
    1. This css should work for you:

    .page-id-56 h5.portfolio-loop-title {
        display: none;
    }

    2.

    .page-id-56 .portfolio-loop-image-container .portfolio-hover-item .portfolio-hover-item-inner .portfolio-loop-title {
        font-family: sans-serif;
        font-size: 30px;
    }

    Hope that’s helpful!

    Hannah

    #193917

    Hi Kadence!

    I have this portfolio grid: and I have 2 questions about the page title on the hover effect.

    1. I just want the hover effect with the color and the white border and remove the page title (for example “massage relaxant”).

    2. How can I change the typography of this page title on the hover effect if I want to keep it?

    Thank you!

    Meg

    #193915

    Hi Kevin!

    I know exactly what I want now (so sorry I didn’t know the right words).
    I just wanted the same hover effect as the one of the ascend theme (with the principal color and the white border) without the lightbox.

    I found how to do it, I made my page as a portfolio grid. I think it will be easier like this.

    Thank you for your patience!

    Megane

    #193913

    Hi Jim,
    1. There isn’t a function for that, sorry. You could use some css to reposition this outside the header. Let me know if you want to go that route and I can help with the css.

    2. This css should remove your page header from all pages besides your portfolio posts:

    .page-header {
        display: none;
    }
    .page-header.single-portfolio-item {
        display: block !important;
    }

    You can paste that into your custom css box in Theme Options > Advanced Settings.

    Hannah

    #193899

    Ben, it seems as you were in a hurry to get this plugin out! 🙂

    1. As others I stumbled over this plugin, (no email!) there is no link to the plugin details page from the Kadence Premium Plugins page. I accidentally found the link from the free version!
    2. On plugin WP site you say; “There is a premium version of this plugin which adds template builder support for shop and archive pages as well as the checkout page. You can learn more about that at Kadence Themes.” Does that mean this two plugins need to be installed or is everything included in the pro version? No mention about that on the pro page. I’ve not activated just installed so I can’t tell if I will get the same install issues as mentioned in another thread!
    3. I saw somewhere but cannot find it again where to upload the sample templates you made? Would be nice to have that info on the plugin page.

    Dennis

    #193893
    This reply has been marked as private.
    #193890

    Hello,

    Is there a way to show the portfolio navigation (back arrow, link to home portfolio page, and forward arrow) outside of the page header? I looked for a shortcode but I could not find one.

    If not, is there a way to display the page header on the portfolio pages only? On all of the other pages I want to hide the page header so I can put the page titles in rows at the top of the content area with unique background images for each page.

    Thanks!

    Jim

Viewing 20 results - 16,781 through 16,800 (of 53,646 total)