Bugs in the newest version

Discussion in 'Subscribely v2 WordPress Theme' started by spunk91, Sep 4, 2014.

  1. spunk91

    spunk91 New Member

    Joined:
    Aug 25, 2014
    Messages:
    5
    Likes Received:
    0
    I have a few issues with the theme.

    1. RESPONSIVE FAIL: the post on the front page is off to the right, when on a smartphone (iphone5)
    2. PAGES: Account page, doesnt have a template??? how can i setup a account page if there is no template?
    3. WIDGETS ON POSTS: As it says. i can't remove them, only on pages.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please provide your Website URL.
    Thanks & Regards
    Pramod
     
  3. spunk91

    spunk91 New Member

    Joined:
    Aug 25, 2014
    Messages:
    5
    Likes Received:
    0
    goodguymarketer.com
     
  4. Yogesh

    Yogesh Guest

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

    1. We are working on it.
    2. You have to make template/page for account button.
    3. To remove widgets from blog post just delete following line from single.php file.
    Code:
    <div class="grid_7 omega">
        <?php get_sidebar(); ?>
    </div>
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  5. spunk91

    spunk91 New Member

    Joined:
    Aug 25, 2014
    Messages:
    5
    Likes Received:
    0
    That line of code does not make it full width.

    How do i make the template? whats the purpose of a account page if the cannot see their account status, upgrade their account, ect.ect.?
     
  6. Yogesh

    Yogesh Guest

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

    To make blog post full width write <div class="grid_24"> in place of <div class="grid_17 alpha"> in single.php file.
    In our theme we didn't make any account button, so we didn't make any account template.
    In your website you made account button so you have to make account page yourself.

    Thanks & Regards
    Yogesh Bhade
     
  7. spunk91

    spunk91 New Member

    Joined:
    Aug 25, 2014
    Messages:
    5
    Likes Received:
    0
    all these pages was loaded with the theme...
    But thanks anyway
     

Share This Page