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 - 14,481 through 14,500 (of 53,646 total)
  • Author
    Search Results
  • In forum: Virtue Theme
    #209389

    Hey Phil,
    You can’t use pagination when using a shortcode. You would need to use the blog template and limit the number of posts per page. Would that work for you?

    Hannah

    In forum: Pinnacle Theme

    In reply to: still sides background

    #209388

    Oh sorry, didn’t see you found that css:)
    For your logo, it could just be we have the page id wrong. Which page exactly do you want it to affect?

    Hannah

    #209386

    Hi Team,
    I did a quick search on the title and couldn’t find an answer. Is it possible to enable pagination for kad_blog in Virtue?
    The client wants 6 per page and there are quite a few posts to list.
    Thanks,
    Phil.

    In forum: Pinnacle Theme

    In reply to: still sides background

    #209380
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: still sides background

    #209379
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: still sides background

    #209375

    This would make it specific to the page you linked to:

    .postid-7873 div#content-wrap {
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    Hannah

    In forum: Ascend Theme
    #209374

    Hey,
    i would gladly add a new menu structure, but i’m not sure i can do this on my own. Would that mean adding another two menus like this one and removing the theme menus or is there more to it?

    1. I inserted the menu in functions.php but it doesn’t seem to be in the same container because it’s full left when i remove the styling.. or am i missing something?

    2. CSS works great but just for my knowledge, why would a:active not work in this case?

    3. not sure about the empty items, i just added 3 items in a new menu and set the location and conditionals through the Conditional Menu Plugin. Hiding it like this would mean hiding in hundreds of pages. Any other guess on this issue?

    Thank you for your time

    In forum: Pinnacle Theme

    In reply to: still sides background

    #209373
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: still sides background

    #209372

    Actually, I think this is what you will need to stop the background from repeating:

    div#content-wrap {
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    Are you wanting that across your whole site, or just specific pages?

    Hannah

    In forum: Pinnacle Theme

    In reply to: still sides background

    #209371

    This css would change your logo image on that specific page:

    .page-id-7825 .kad-lg.kad-standard-logo-tranbg {
        background-image: url(https://tramunquiero.eu/wp-content/uploads/2016/02/tramunquiero_logo_weiss_349.png) !important;
    }

    This css should keep your background image from repeating:

    div#content-wrap {
        background-repeat: no-repeat;
        background-size: cover;
    }

    Hannah

    In forum: Pinnacle Theme

    In reply to: still sides background

    #209369
    This reply has been marked as private.
    In forum: Pinnacle Theme

    In reply to: still sides background

    #209360
    This reply has been marked as private.
    #209344

    Hi, I have two questions that I’m sure are not an overly complicated fix.

    1) When I go to the posts/blog page on my website, it displays a preview of the text with a “read more” tab below. How do I make it so that just the meta description/post excerpt show?

    2) I cannot write more than a couple short sentences on my “home” page without it being cut off and a “read more” tab added. I would really love to have the text at the top, followed by the image icons. How do I remove the “read more” tab from the home page and allow more text to be added?

    My website is http://www.interiorflyfishingco.com, the blog page is http://www.interiorflyfishingco.com/blog

    #209341

    Went to make some changes to my theme and all I’m getting is a blank page. It’s listing all the options on the left panel but there is nothing where you would normally make selections. Not sure where to start? Any help would be appreciated.

    http://www.thebreakfastball.com

    #209332

    Hi,

    it’s not a page but a category that is generated from what I understand. And the last link is an archive post. The slider was added in the code by the developer. I had a discussion about this with Ben a few weeks ago:

    Previous post about this topic

    /Leif

    #209323

    Do you know how the developer added the slider to the pages? Take a look in the post settings on the updated page and find the “page title and subtitle” settings.

    See here:
    http://docs.kadencethemes.com/ascend-premium/page-title-subtitle-settings/

    In the “override and use a shortcode slider” input, do you see the shortcode for your kadence slider?

    -Kevin

    #209321

    Hi,
    I hired a programmer to place the Kadence slider on event pages created by The Events Calendar by Modern Tribe. I have two development sites and I updated one of them today with the latest theme update. After the update the slider disappeared on some pages:

    Event page category as it should look (no theme update)

    Event page category without slider after updating.

    Also this view was affected:
    Coming Events page without slider

    Are there any solutions to prevent the modifications from being cleared when updating? Is this something that could be solved with a child theme?

    Best Regards,

    Leif

    In forum: Ascend Theme
    #209310

    Hi Ben,

    i registered a third custom menu in functions.php

    // Add custom Menu "Ebene drei"
    function ebene_drei_menu() {
        register_nav_menu('my-ebene-drei-menu',__( 'Ebene drei' ));
    }
    add_action( 'init', 'ebene_drei_menu' );

    an inserted it in the child themes header.php here:

    ...
            do_action('ascend_header_after');
          wp_nav_menu( array(
              'theme_location' => 'my-ebene-drei-menu',
              'menu_class' => 'ebene-drei-class' ) );
          ?>
    

    1. BUT i would be happy to not have to override the header.php to be more future-proof.
    Is there a way to insert the menu through functions.php and if, can you help me with the code?

    2. The way i inserted the menu, makes it difficult (for me) to style:
    – a:active does not work, tried a lot of selector combos
    – aligning left to the content – i know i did it wrong… please help
    – this menu is controlled by conditional menus plugin – on the pages where it is set not to show, it displays a bullet, no clue why

    Sorry for the long series of questions and thank you.

    #209307

    Hi everyone,

    I imported the Demo into my Pinnacle theme (I did a reset beforehand) and it seems that the Contact Us page did not get imported properly. In the demo it is full-width: …but on my page it shows as a small square in the top left corner. Here is a screenshot:

    I did this on 2 websites even, and the result is always the same. 🙁

    Could you please help me in fixing this?

    Thanks,
    Agi

    #209301

    Oh is that where that is!!!!!
    Could you guys consider moving anything to do withe styling the menus to the menu page?
    I do a lot of styling with Kadence, and once in a while this stuff is oddly hard to find.
    Menu stuff and styling is all best dealt with menu stuff, just easier to find.
    No big deal, just might be easier.

Viewing 20 results - 14,481 through 14,500 (of 53,646 total)