-
AuthorPosts
-
May 4, 2021 at 3:18 am #1298116
None of the shortcodes I have entered are not working. Can you please help me resolve the issue?
May 4, 2021 at 4:03 am #1298125Hi (Email address hidden if logged out) ,
Can you tell us what shortcode are you trying to use?
Best regards,
NikkoMay 4, 2021 at 4:09 am #1298130Hi 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;
}May 4, 2021 at 7:55 am #1298192Hi (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,
NikkoMay 4, 2021 at 8:00 am #1298195Thanks so much! Everything works perfectly now. Cheers Nikko.
May 4, 2021 at 8:44 am #1298211Hi (Email address hidden if logged out) ,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Shortcodes not working’ is closed to new replies.
