Customizing Subscribely V-1 Theme

Discussion in 'Subscribely v2 WordPress Theme' started by syed, Oct 27, 2014.

  1. syed

    syed New Member

    Joined:
    Jun 18, 2014
    Messages:
    23
    Likes Received:
    0
    Sir,
    Iam using Subscribely Version 1.0.6

    Iam facing the problem with the posts on home page.

    If i add a page with featured image in a video section it is appearing on homepage.
    If i add a page with featured image in the posts section it is not appearing on homepage

    i want my posts with featured image should appear on homepage.
     

    Attached Files:

    • 01.jpg
      01.jpg
      File size:
      53.5 KB
      Views:
      5
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Subscribely Version 1.0.6 is based on video uploading.
    There is not a way to appear featured image of post on home page on Subscribely V1.
    Thanks & regards
    Pramod
     
  3. syed

    syed New Member

    Joined:
    Jun 18, 2014
    Messages:
    23
    Likes Received:
    0
    Issue No.1
    >> Sir, as i shown you in the image-01 the url of featured posts on homepage is my-website.com/videos/page-name
    How can i create my own custom url for the posts appearing on homepage.
    it should be like this: my-website.com/page-name instead of my-website.com/videos/page-name

    >> How can i delete/hide the posted by date on the homepage as i shown you in the image-01.

    Issue No.2
    >> How can i rename the term "Video Item" as shown in the image-02.
    >> How can i hide the page title name as shown in the image-02.
    >> How can i hide/delete posted by name & date as in image-02.
    >> I don't want any categories page, it should be a full width page on my video page.
     

    Attached Files:

    • 01.jpg
      01.jpg
      File size:
      20.7 KB
      Views:
      5
    • 02.jpg
      02.jpg
      File size:
      116 KB
      Views:
      4
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    In theme Version: 1.0.6 you can post image and set feature image it will appear in home page also.

    Issue no.1:
    my-website.com/videos/page-name is cannot changed because it is a custom post type and it will always shown in URL if you make post using add new video.
    and
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #content_wrapper #thumbnails p{
    display:none
    }
    Issue no.2:
    Follow below image for changing bread crumb.
    3.png
    for name and date
    Code:
    #content_wrapper .video_meta {
    display: none;
    }
    for page title
    Code:
    h1.post_title{
    display:none;
    }
    for full width follow image
    4.png


    Thanks & regards
    Pramod
     
  5. syed

    syed New Member

    Joined:
    Jun 18, 2014
    Messages:
    23
    Likes Received:
    0
    Issue No.3
    Some of your user changed videos to featured in the URL Path

    Before:http://wcac.dmediasites.com/videos/caring-compassionate/
    After: http://wcac.dmediasites.com/featured/caring-compassionate/

    How can i change the videos to featured in the URL path?
    Please send the screenshot to edit the "videos" to "featured" in URL path (i think it is to be edited in scv.php)

    Issue No.4
    How can i hide/delete dotted lines in the videos pages as i shown you in the image-01
     

    Attached Files:

  6. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Use this code to hide dotted line.
    Code:
    #content_wrapper .post.video .border_strip {
    display: none;
    }
    If you changed videos to featured or any other words Please Remember one this you will lost your all video uploaded by using add new video it generate invalid post.
    you can change only permalink or url not the name shown on dashboard video or add new video.

    Follow below image to change url videos to featured.
    3.png

    Thanks & regards
    Pramod
     

Share This Page