Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1287633
    amschabert
    Participant

    URL: ispotsanta.com
    WordPress 4.7 running X – Child Theme theme

    1. I added a menu (Santa Sightings) and I want the menu hoover to work like my previous menu hoover (Santa Spotters). Please see attached images for examples. How do I get this menu item to work the same way as my old one?

    2. How do I remove the date from my portfolio items when they are showing thumbnails? Ex: on this page: http://ispotsanta.com/santa-claus-sightings/

    3. Is there a way that I can choose the exact portfolio item I want in Cornerstone’s “Recent Posts” (that I use for portfolio), instead of using a category? I would like to have a “Recent Posts” (or portfolio in my case), where I can pick any of my portfolio items. This way I do not have to change the order of my portfolio item release dates all the time. Ex: on this page: http://ispotsanta.com/santa-claus-sightings/

    Thank you!

    #1288031
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    1. You have to set them up the same as megamenu with 3 columns. Please check this https://community.theme.co/kb/how-to-setup-megamenus/

    2. Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

    .x-recent-posts-date {
    display: none;
    }

    3. It’s not possible, but you may try the Essential Grid plugin. It has many options including specific item selections.

    Thanks!

    #1288041
    amschabert
    Participant
    This reply has been marked as private.
    #1288093
    amschabert
    Participant
    This reply has been marked as private.
    #1288126
    Rad
    Moderator

    Hi there,

    Ah, it’s overridden by another CSS. Please change it to this

    .x-recent-posts-date {
    display: none !important;
    }

    Hope this helps.

    #1290272
    amschabert
    Participant

    Hello,

    Thank you that did work. I appreciate the help! 🙂

    #1290307
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1287633 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>