Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1298116

    None of the shortcodes I have entered are not working. Can you please help me resolve the issue?

    #1298125

    Hi (Email address hidden if logged out) ,

    Can you tell us what shortcode are you trying to use?

    Best regards,
    Nikko

    #1298130

    Hi Nikko, I have been trying with a number of different short codes, all unresponsive except the first one.

    #top .social_bookmarks li a:hover {
    background: transparent!important;
    color: #f27222!important;

    button.mfp-arrow {
    display: none;
    }

    .special_amp {
    font-family: inherit;
    font-style: normal;
    font-size: inherit;
    font-weight: inherit;
    }

    .special_amp { color: inherit!important; font-family: inherit; font-size: inherit; }

    #footer .news-time {
    display:none !important;
    }

    #portfoliobox-2 span.news-time {
    display: none;
    }

    .news-time {
    display: none;
    }

    #portfoliobox-6 .news-time {
    display: none;
    }

    #1298192

    Hi (Email address hidden if logged out) ,

    Thanks for posting, this is actually not a shortcode but CSS code.
    The first code block that is working is actually causing the issue because it’s unclosed.
    Please replace:

    #top .social_bookmarks li a:hover {
    background: transparent!important;
    color: #f27222!important;
    
    button.mfp-arrow {
    display: none;
    }

    with:

    #top .social_bookmarks li a:hover {
      background: transparent!important;
      color: #f27222!important;
    }
    
    button.mfp-arrow {
      display: none;
    }

    Also, I would suggest indenting the properties (like the code I modified) so it’s easier to see when the code block is closed or not.

    Best regards,
    Nikko

    #1298195

    Thanks so much! Everything works perfectly now. Cheers Nikko.

    #1298211

    Hi (Email address hidden if logged out) ,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Shortcodes not working’ is closed to new replies.