Help for complete novice needed please

Discussion in 'Traffica WordPress Theme' started by innovationw, Jul 15, 2015.

  1. innovationw

    innovationw New Member

    Joined:
    Jul 12, 2015
    Messages:
    3
    Likes Received:
    0
    Try as I will (I've used many hours now), I cannot get rid of your adverts on the home page bottom right (FormGet.com - with a photo, InkThemes.com - blue and 'Be the first of your friends to like this').
    Can you please urgently assist.

    Many thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    Please follow the screenshot given below.
    traffica_set_homepage_siderbar_widget_Area.png

    Thanks,
    Praveen
     
  3. innovationw

    innovationw New Member

    Joined:
    Jul 12, 2015
    Messages:
    3
    Likes Received:
    0
    Hi Praveen,

    Many thanks. This got rid of the InkThemes.com advert and the line of 'Be the first of your friends....', but this pic with the text 'FormGet.com' still remains:
    [​IMG]

    Can you please help me to remove it?

    Kind regards
    Dennis
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Dennis,

    The image that you are asking for the image of author for the testimonial section.

    If you want to remove this, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .circle {
      display: none;
    }
    Thanks,
    Praveen
     
  5. innovationw

    innovationw New Member

    Joined:
    Jul 12, 2015
    Messages:
    3
    Likes Received:
    0
    Hi Praveen,

    Many thanks again - I have done what you suggest and the image has indeed gone. However I am still left with the text '
    FormGet.com' that had appeared just above the photo.. Can you please assist to remove this also?

    thanks
    Dennis
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    For your information, the text that you want to remove is the "Website name" for the author. You can change it for each testimonial separately from the dashboard settings.

    Please follow the video link given below for better understanding: -
    http://screenpresso.com/=JOxKc

    Perhaps, if you still want to remove this, use the CSS code given below: -
    Code:
    .testimonial_author_text span {
      display: none !important;
    }
    Note: - It will remove that area from all the testimonial.

    Thanks,
    Praveen
     
  7. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    I have also followed these instructions to get rid of the image but there is still a faint line above where the image was. How do I get rid of this line?

    Cheers,
    Jo
     
  8. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Jo,

    Don't worry!!!

    Please provide us URL of your website along with some edited screenshot.
    We will assist you accordingly.

    Thanks,
    Praveen
     

Share This Page