How to remove Find us on Facebook box

Discussion in 'Traffica WordPress Theme' started by bizgirl, Jan 17, 2015.

  1. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hello could you please tell me how to remove the Find us on Facebook box at the bottom of my page at www.ctpaustralia.com

    I have removed the FB plugins and widgets to no avail.
    Also can you please give me the code to remove the FB, Twitter, Pinterst GP and YT icons in the footer.

    With regard to the video, is there code I can use to eliminate the showing the preview videos at the end of this.. this is the code I have used...

    <iframe width="560" height="315" src="//www.youtube.com/embed/Q_KYNdboRQY?
    rel=0&showinfo=0"frameborder="0" allowfullscreen></iframe>
    Many thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bottom_footer_content .social_logos {
    display: none;
    }
    For removing facebook like box use any widget or text widget in widget area
    Appearance=>Widget

    Please explain little bit more about video iframe issue.


    Thanks & Regards
    Pramod
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thank you Pramod.

    With regard to the video..I would like to know the code so that these images
    do not show up at the end of the youtube video. I dont want anyone to be
    able to click on them to take them off to another site.
    This is the code I used
    <iframe width="560" height="315" src="//www.youtube.com/embed/Q_KYNdboRQY?
    rel=0&showinfo=0"frameborder="0" allowfullscreen></iframe>

    [​IMG]


    2. Could you please tell me how to remove the side widgets on the Contact Us page and
    also how to make the font darker in the Field boxes ie Name, Email, Message
    as they are not readable as they are

    http://ctpaustralia.com/contact-us/

    3. Also I want to put a Text Box in my 4th footer area titled Find Out More
    and put in about 3-4 website links by putting them into the 'text box' widget.

    This is the code I have tried putting into the text box but for some reason it wont work and
    throws the whole footer out of alignment.

    <a href="https://cooltrade.org/?af=ct50289/”>Intelligent Tools that Trade for you </a>

    I did a similar link in the 2nd footer area for 'Contact Us' and it worked perfectly i.e.
    <a href="http://ctpaustralia.com/contact-us/">You can Contact Us Here</a>

    The bottom half of the image shows what happens when I try to add either of these links into the 4th footer area
    in the 'Text Box' widget...

    [​IMG]

    Any assistance would be greatly appreciated on how I might fix this.

    Cheers
    Maggie
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Maggie !

    1. For this issue you have only one solution. Download this video from you tube and upload it in your website through Media and use its complete URL(link ) in below code.

    <iframe width="560" height="315" src="URL of Your VIDEO " frameborder="0" allowfullscreen></iframe>


    2.Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #contactForm input[type="text"], #contactForm textarea {
    font-size: 20px;
    }

    3.
    Please try once again to put your text in fourth footer widget area with link.



    Thanks & Regards
    Pramod
     
  5. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi Pramod

    Thank you. I will try downloading the video as you suggested.

    2. I put the code above in Custom CSS for the Contact Page but it still looks the same. I have left it in the styling options
    so you can see.

    The code has not removed
    • the side widgets on the Contact Us page,or
    • made the font darker in the Field boxes ie Name, Email, Message.
    3. I have tried putting the text in but the same thing happens. Ive tried
    multiple ways but the same thing happens..


    Cheers

    Maggie
     
  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please provide the following information listed below.
    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:
    Send this information on our email at [email protected]

    Thanks & Regards
    Pramod
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello maggie!

    I have fixed your issue please have a look.

    Thanks & Regards
    Pramod
     
  8. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thank you Pramod. I appreciate this very much.

    Can you let me know what I was doing incorrectly so I will
    know for future use..

    Cheers,

    Maggie
     
  9. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Maggie!

    For contact page i removed side bar from code in your theme from template_contact.php
    and for footer url you can check the correct format in your footer widget area.

    Thanks & Regards
    Pramod
     

Share This Page