Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16822
    dsoltes
    Member

    Hi there: My website is: http://theprogroup.ca/ I have had issues with leaving the 2nd line blank on the slider the word “tweet” appears and I have removed it previously as follows:

    One line 517 of /httpdocs/wp-content/themes/catch-everest/inc/catcheverest-functions.php
    I’ve changed:
    if( $excerpt !=”) {

    However, this time that did not work? Every time you update the version this happens!

    Thanks,

    Donna

    #16832
    Sakin
    Keymaster

    @dsoltes: I don’t get it what is the issue? That function actually takes the excerpt text from the post.

    #16835
    dsoltes
    Member

    Hi Sakin:

    The word TWEET is not in my post? I want to leave the 2nd text line blank or empty but that word appears automatically?

    #16846
    Sakin
    Keymaster

    @dsoltes: Looks like it’s conflicting with plugin. You can try disabling plugin one by one and test it. I suspect async-social-sharing plugin.

    If you want to hide that content section in your slider, then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide it.
    #main-slider .entry-content { display: none; }

    #16850
    dsoltes
    Member

    FYI I deleted the social plug in that did not work but adding the info into the Custom CSS did. Thanks!

    #16914
    davidyoungs
    Participant

    On the subject of plug-in conflicts, I found that installing WordPress Video Gallery version 2.3.1 | By Apptha caused my Home Page slider to malfunction – just the 1st image would display, but not the others – and the slider buttons didnt work. All other pages worked OK, just the home slider got mangled. Solution was to de-activate this video gallery plugin and all returned to normal. HTH David

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