Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1408489
    John Michael
    Participant

    Hello!

    I’m having issues with:

    1. Where’s the underline feature when writing text? I need to underline a text and I can’t find how.There used to be one option before.
    2. In one of my widgets I have featured images for my latest blog posts; Why don’t they work as hyperlinks? People click on the images and nothing happens, the have to click on the title itself to get access. How can I make images clickable?

    Thank you very much for your help in advance!

    #1408578
    Jade
    Moderator

    Hi there,

    To underline a text, you can wrap it in <u></u> in a text element in Cornerstone like <u>Test Text</u>.

    As for your second question, please provide us with the link to your site so that we could check it.

    #1408711
    John Michael
    Participant

    Hello!

    Thank you for your reply!

    Okay, I’ll underline that way and my site is https://johnmichaelmarketing.com/ you’ll see in the right side bar the blog posts and you can’t click on the images, just the titles.

    Thanks!

    #1409166
    Lely
    Moderator

    Hello John,

    Please try X theme recent post shortcode instead:http://demo.theme.co/integrity-1/shortcodes/recent-posts/. The images have link on our recent post element. To add in on the sidebar, add Text widget and then add the recent post shortcode inside.

    Hope this helps.

    #1409837
    John Michael
    Participant

    Ok thank you!

    Also, you guys should include the underline feature again, it’s really uncomfortable going through the text in the code console just to add the code for the underline function. I have huge pieces of text where I have to underline a lot of important info and it’s REALLY uncomfortable. You guys have italic, bold and even scratched words but not underlined? Hmm

    Thanks!

    #1410130
    Jade
    Moderator

    Hi John,

    Thanks for the suggestion. We got it noted.

    Cheers.

    #1412589
    John Michael
    Participant

    Hi,

    I tried the shortcode and still thumbnails are not clickable.
    Nothing changed apart from the “Fresh from the blog” title
    that is gone.

    See here: https://johnmichaelmarketing.com/

    I wish to make the thumbnails clickable please like they use
    to be a few months ago and people where easily redirected
    to my blog posts instead of having to look for the clickable
    link to navigate to the post. Want to make it easy for users
    to navigate to my post not harder.

    Thanks,
    John

    #1413156
    Rad
    Moderator

    Hi there,

    Please add this code to Admin > Appearance > Customizer > Custom > Javascript

    jQuery( function($) { 
    
    $('.textwidget .recent-posts-style- li').each( function() {
    
    $(this).find('img').wrap( $(this).find('a').clone() );
    
    } );
    
    } );

    Hope this helps.

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