Forum replies created

    Daniel Jones
    Spectator
    Posts: 148
    August 9, 2016 at 5:20 pm #29670

    Hi Loretta,

    Thank you for getting back to us.

    Hmm, we can use the following CSS code to have the links underline on hover. Kindly add the CSS code on your Theme Options> Custom CSS

    /*Underline links on hover*/
    a:hover {
    text-decoration: underline !important;
    }

    Please let me know if this helps.

    Daniel Jones
    Spectator
    Posts: 148
    August 8, 2016 at 6:55 pm #29656

    HI Marcin,

    Thank you for getting in touch.

    Hmm, I am not quite sure this is clear to me. However, if you are referring to the blog layout for your post, I would recommend you to have a look at our guide on “Setting up the blog”:

    https://theme4press.com/docs/setting-up-the-blog/

    If not, kindly elaborate a bit more on this so we can be of more help.

    Daniel Jones
    Spectator
    Posts: 148
    August 8, 2016 at 5:05 am #29643

    Hi Lisa,

    Thanks for reaching out to us!

    Yes, you would need that plugin. To get the plugin, first you need to activate the theme first, here’s how to activate the theme; https://theme4press.com/docs/theme-installation-update/#activating.

    Hope this helps!

    Daniel Jones
    Spectator
    Posts: 148
    August 4, 2016 at 11:41 am #29593

    Hi Daniel,

    Thank you for getting back.

    Kindly implement the shortcode below. Please note the small change (added the following shortcode pic_link)

    Aurora Carretero Ramos
    Aurora Carretero RamosMiembro participante
    Universidad de Málaga

    This shortcode will add a link to the picture itself.

    Please let me know if this helps.

    Daniel Jones
    Spectator
    Posts: 148
    August 3, 2016 at 3:53 pm #29582

    Hello Daniel,

    Thank you for reaching out.

    In regards to your question on how to add a link to the pictures. You would do this by adding the link on the shortcode “linktaget”. Here is an example shortcode on how to implement this.

    William B. Scott
    William B. ScottCEO

    I hope this helps.

    Daniel Jones
    Spectator
    Posts: 148
    August 3, 2016 at 2:18 pm #29578

    Hi Stephen,

    Thank you for reaching out.

    The issue seems to be the CSS code (it should not be single quotes ‘ ‘), kindly implement the following CSS code.

    body.page-id-127 {
    background: url("http://thatfootballgame.com/wp-content/uploads/2016/08/blank-scroll.gif");
    }

    Please let me know if this helps.

    Daniel Jones
    Spectator
    Posts: 148
    August 1, 2016 at 5:42 pm #29526

    Hi Sue,

    Thank you for getting back to us.

    Hmm, could try and use the following CSS code to change the hover color to black.

    ul.nav-menu li:hover> a {
    color: #000 !important;
    }

    Please let me know if this helps.

    Regards,

    Daniel Jones
    Spectator
    Posts: 148
    July 31, 2016 at 2:09 pm #29507

    Hi Terry,

    Thanks reaching out to us again.

    Did you try to troubleshoot using the suggested steps here: https://theme4press.com/support/topic/home-blog-has-sidebar-misc-text/#post-29490 ? Please let me know the results.

    Regards.

    Daniel Jones
    Spectator
    Posts: 148
    July 30, 2016 at 7:19 pm #29502

    Hi Johannes,

    Kindly try to use the following custom CSS to change the sidebar widget background:

    #secondary, #secondary-2 {
    background-color: #ccc!important;
    }

    I hope that helps.

    Daniel Jones
    Spectator
    Posts: 148
    July 30, 2016 at 7:10 pm #29501

    Hi Terry,

    Thanks for reaching out to us again.

    I’m looking at the backend of the site and the Editor option seems to be locked, so it is not possible for me to figure some of your custom code if any is any. I would advise you to also follow the ideas suggested here: https://theme4press.com/support/topic/home-blog-has-sidebar-misc-text/#post-29490.

    Please let me know how it goes.