Slider size

Discussion in 'Subscribely v2 WordPress Theme' started by josiem, Mar 17, 2015.

Thread Status:
Not open for further replies.
  1. josiem

    josiem New Member

    Joined:
    Mar 4, 2015
    Messages:
    16
    Likes Received:
    0
    http://www.bodysoulwell.com/

    I would like to make the slider the same size as my videos which are 500 x 281.
    I would also like to remove the "Free" or "premium" tags on my homepage posts.
    Someone subscribed and all is well except their payment status states that the transaction failed although it didn't.
    Can I move the social media icons to a more prominent place rather than right at the bottom of the page and they are very small :(

    Thank you for your help.
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Josiem!

    1>Could you please provide us some edited screenshot to understand your requirement?

    2> Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    img.free-ribbon, img.premium-ribbon {
      display: none;
    }
    3>Could you please check the payment status once more because some of the live transactions get reflects in your site after some time?

    4>Please provide us edited screenshot of the location where you need to move social media icons.

    Thanks,
    Praveen
     
  3. josiem

    josiem New Member

    Joined:
    Mar 4, 2015
    Messages:
    16
    Likes Received:
    0
    Hi Praveen,

    1. The video doesn't fit the space provided as you can see below. All the vidoes are standard widescreen and it would look better without the black band at the top and bottom. So your measurements are 500x300 I believe, mine are 500x281.

    Homepage.png

    4. I would like the social icons to be on the right under "Share ..." and entitled "Follow ..." if possible.

    Follow.png

    Also, this is a screenshot of the Blog page, but none of the blog posts show up on it. I have the homepage set to show up latest blog posts but would much rather have a static homepage, but I must have the purple video slider section. I just can't find how to do this. I can work out how to set the homepage as a page I have created, but then I can't seem to keep the slider. Also I wouldn't want that page to show up in the menu across the top of the page.

    You are right: changes seem to take a long time to show up. In fact I made a change half an hour ago and although it's fine on my laptop, it hasn't changed on my tablet ....... I have inserted the code but will probably have to wait while to see if it works. I will get my tester to see if the "transaction failed" is now changed.

    Thank you.
     
  4. sameerwalkar

    sameerwalkar Guest

    Hi,
    Please paste the code given below in Custom CSS section and check again it should work.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #slider_wrapper .vid img {
      height: 282px;
    }
     
    #slider_wrapper .vid iframe {
      height: 282px;
    }
    #slider_wrapper .vid{
    height: 282px;
    }
    2. When you create a blog page then you need to select a blog template to make that page appear as a blog post. see the image for your reference:

    blog-page-template.png

    Regards,
    Sameer
     
  5. josiem

    josiem New Member

    Joined:
    Mar 4, 2015
    Messages:
    16
    Likes Received:
    0
    Yes, it all worked. Thank you very much Sameer :)
     
Thread Status:
Not open for further replies.

Share This Page