Remove .salesdetails and remove .feature_widget

Discussion in 'ColorWay WordPress Theme' started by wiredducks, Sep 5, 2016.

  1. wiredducks

    wiredducks New Member

    Joined:
    Jul 19, 2016
    Messages:
    6
    Likes Received:
    0
    Hello

    I am trying to do two things both of which do nor work:

    1 - Remove .salesdetails.

    As per your previous posts I have added the following in custom css however the .salesdetails info still displays.

    .salesdetails {
    display: none;
    }

    2. Remove .feature_widget.

    I wanted to remove .feature_widget however the best that I have managed is to hide it with

    .feature_widget {
    display: none;
    }

    The problem is that the site still tries to render the vimeo video and that I want the widget to the left (.flexslider_blog) to be 100% width.

    Thank you.
     
  2. wiredducks

    wiredducks New Member

    Joined:
    Jul 19, 2016
    Messages:
    6
    Likes Received:
    0
  3. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    I am unable to access your site..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  4. wiredducks

    wiredducks New Member

    Joined:
    Jul 19, 2016
    Messages:
    6
    Likes Received:
    0
  5. priya

    priya Guest

    Hello,

    1) Remove .salesdetails.

    I checked your site and didn't get sales details over there..

    2) Remove .feature_widget.


    For this, code is given below..
    Code:
    .feature_widget {
        display: none !important;
    }
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. wiredducks

    wiredducks New Member

    Joined:
    Jul 19, 2016
    Messages:
    6
    Likes Received:
    0
    Thank you for your reply.

    Please could you let me know what I am doing wrong with the 'Latest from the Blog' widget as it always displays a broken image rather than the image. I have set a feature image in the blog and also included the same image in the post.

    1 - I suspect this was caching as I agree that the sales info is no longer displayed.

    2 - OK, however we decided to include the widget after all BUT I do not think that this is a solution as the widget is still using resource (in this case hitting Vimeo) it is simply not displayed. The question was to remove the widget, not to hide it from view.

    Thank you!
     
  7. priya

    priya Guest

    Hello,

    For blog section, please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .flexslider_blog li.blog_item .flex_thumbnail img {
        margin-left: 0;
    }
    And for your other issue, I am a bit confused that do you want to hide that section or want to replace with your own video..

    If you wish to replace that video, you can easily do this from widget field of your dashboard..

    you just need to drag and drop text field in "Homepage Right Feature Widget Area" (Dashboard=>Appearance=>Widget=>Homepage Right Feature Widget Area) and put your iframe code of the video over there..

    Hope you will get your issue resolved this time..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. wiredducks

    wiredducks New Member

    Joined:
    Jul 19, 2016
    Messages:
    6
    Likes Received:
    0
    Thank you.

    For the blog post, I had already tried the custom CSS that you have suggested (and variants of it). All it does is display an icon to show that there is a broken image or link. I deleted the post and started again with a new one (and included a feature image) but with the same result - the post text is displayed on the right of the widget and a broken link icon on the left.

    I have resolved the issue with the video as I already had replaced the link with a link to our own video HOWEVER I asked for a reply as other members will be reading these messages. Therefore...

    My question was how do I remove the widget and not hide it. Using display: none the widget(video) is not displayed to the user however the page still connects with Vimeo (in the case of your demo video) and therefore uses bandwidth which is bad for Google pagespeed. Therefore removing the functionality rather than hiding it is a better solution.

    Regards Ian
     
  9. wiredducks

    wiredducks New Member

    Joined:
    Jul 19, 2016
    Messages:
    6
    Likes Received:
    0
    OK, I need to make the site live, please ignore the second question and lets focus on resolving this:

    For the blog post, I had already tried the custom CSS that you have suggested (and variants of it). All it does is display an icon to show that there is a broken image or link. I deleted the post and started again with a new one (and included a feature image) but with the same result - the post text is displayed on the right of the widget and a broken link icon on the left.
     
  10. priya

    priya Guest

    Hello,

    To determine and fix the issue, we need to access your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.

    Your Website URL:
    WordPress Username:
    Password :


    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page