I dont see the Widget on sidebar

Discussion in 'InkThemes-Support Working Hours' started by adammacha, Nov 5, 2015.

  1. adammacha

    adammacha New Member

    Joined:
    Oct 30, 2015
    Messages:
    24
    Likes Received:
    0
    I am using Traffica Theme Pro.

    The Attached image 1.png is my home page.
    I dont seem to find where i can remove it. ( About Us / Services ..)
    Have checked all my widgets / sidebars but all in vein,
    attached 2.png is my widget setup

    Regards
    Adam Macha
     

    Attached Files:

    • 1.png
      1.png
      File size:
      257.3 KB
      Views:
      5
    • 2.png
      2.png
      File size:
      188.1 KB
      Views:
      5
  2. priya

    priya Guest

    Hello Ada,

    Greetings from InkThemes!

    Please follow the screenshot given below.

    left_sidebar_content.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. adammacha

    adammacha New Member

    Joined:
    Oct 30, 2015
    Messages:
    24
    Likes Received:
    0
    Thank you Priyanka

    I have spotted the fields involved.
    My problem is as follow.

    1. for the Bottom Left Feature, It does not have anything but it is displaying the About Us and Services as you had seen in image 1.
    I am forced to enter a space so that it remains blank.

    2. For the Home Page Accordian, Same thing as above. But when i put space, the output is as shown in the image 3 attached. It does not disappear.
    This is where the Services are.

    You can see the InkTheme banner still not disappearing and Even after removing the Testimonial Features.

    I was expecting that , i would remove /delete a plugin/widget and all will be gone.
    Please help

    Regards
    Adam
     

    Attached Files:

    • 3.png
      3.png
      File size:
      243.5 KB
      Views:
      2
  4. priya

    priya Guest

    Hello Adam,

    I got your concern..

    1) For the Bottom Left Feature, It does not have anything but it is displaying the About Us and Services

    Yes, to remove that section, you have to keep blank space in that field of Theme Option panel.

    or, you can use below code in your Customm CSS field of your dashboard,
    Code:
    .home-content .text_feature {
        display: none !important;
    }
    2) To remove the Home Page Accordian

    To remove the Home Page Accordian, you can use the CSS code in your Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #demo-wrapper {
        display: none !important;
    }
    3) InkTheme banner still not disappearing

    To remove InkTheme banner, you just simply have to follow the steps as mention in video given below.

    Link of the video: http://screenpresso.com/=rozpg

    4) To removing the Testimonial Features, you just need to use CSS code in Custom CSS field..
    Code:
    .feature_testimonial {
        display: none !important;
    }
    Hope it will resolve all your issues ..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. mrodriguezfhe

    mrodriguezfhe New Member

    Joined:
    Feb 15, 2017
    Messages:
    6
    Likes Received:
    0
    Hi I try with the options above but still appear
     
  6. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    It would be better for us to understand your query with the help of some edited screenshots of the concerned areas of your site and also, share your website URL.

    So that we can deliver you an exact and appropriate solution to you,

    Looking forward to hearing from you soon.

    Thanks & Regards!
    Akbar
    InkThemes.com

    PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
     

Share This Page