Customizing Subscribely V2 Wp-Theme

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

  1. syed

    syed New Member

    Joined:
    Jun 18, 2014
    Messages:
    23
    Likes Received:
    0
    01) What is the size of the custom logo?

    02) What is the size of the image in the slider?

    03) I don't want any right side bar on post page and on categories page (as in image-01)
    i want it to be a full width page

    04) How can i hide/delete posted by name and date? (as in image-02)

    05) In the footer section, I would like to replace Rss feed icon and google plus icon with blogger icon and youtube icon.

    06) I would like to delete free sticker image from featured image of posts on home page

    07) I want my slider to look like this as in this website
    http://8cylindersofpitching.com/

    08) Actually the page size is till the red line (as in image-03)
    I don't want any gap or extra space or any vertical scroll bar.
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. The recommended size for the logo is 340px width x 46px height.

    2. The recommended size for the slider is 640px width x 480px height.

    3. Find <div class="grid_17 alpha"> in single.php and category.php file and make it <div class="grid_24 alpha">, then delete following code from single.php and category.php file
    Code:
    <div class="grid_7 omega">
      <?php get_sidebar(); ?>
    </div> 
    4. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    p.video_meta {
    display: none;
    }
    5. To replace some social icons in footer section following screenshot will help you.(here is the screenshots are realphotography theme, but you can apply all method of this screenshots.)\
    4sep2.png 4sep3.png 4sep4.png

    6. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    img.free-ribbon {
    display: none;
    }
    7. You have to change slider yourself.

    8. Please provide us your website url.

    Thanks & Regards
    Yogesh Bhade
     
  3. syed

    syed New Member

    Joined:
    Jun 18, 2014
    Messages:
    23
    Likes Received:
    0
    1) I don't want previous post and next post link in post page.
    2) Also, i don't want comment box in post page.
    3) I hided the title of the page, how can i decrease the gap (as in image-02)
     

    Attached Files:

  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #nav-single {
    display: none;
    }
    #commentsbox {
    display: none;
    }
     
    Decrease margin-bottom value in following code as your requirement this is set 40 in theme.
    #crumbs_wrapper {
    margin-bottom: 40px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. syed

    syed New Member

    Joined:
    Jun 18, 2014
    Messages:
    23
    Likes Received:
    0
    01) I would like to add custom free sticker icon to specific pages not for all pages.
    02) Can i set my post page name in center (i have shown before & after in image 01 & 02) ?
    03) Can i add a custom thumbnail and link that thumbnail to a custom page on homepage
    in our premium videos section?
     

    Attached Files:

    • 01.jpg
      01.jpg
      File size:
      41.8 KB
      Views:
      10
    • 02.jpg
      02.jpg
      File size:
      39 KB
      Views:
      13
  6. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Please provide us your live website url.

    Thanks & Regards
    Yogesh Bhade
     
  7. syed

    syed New Member

    Joined:
    Jun 18, 2014
    Messages:
    23
    Likes Received:
    0
    Sir,
    You didn't replied my above questions.

    And Also i didn't find this code as shown in image for replacing social-icon

    Sorry to say that since my website is dedicated to religious.

    so, i can't share my site url.
     

    Attached Files:

  8. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    You can send us your website url on our email [email protected]

    Thanks & Regards
    Yogesh Bhade
     
  9. syed

    syed New Member

    Joined:
    Jun 18, 2014
    Messages:
    23
    Likes Received:
    0
    Sir,
    as i said you before
    07) I want my slider to look like this as in this website
    http://8cylindersofpitching.com/

    But, actually the admin of this site is using Subscribely V-1 Theme

    Can you send me Version-1 Of Subscribely Theme.
     
  10. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We sent you an email just have a look.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page