A few issues need help with

Discussion in 'BusinessGrow One Page WordPress Theme' started by ronnibilly, Nov 6, 2014.

  1. ronnibilly

    ronnibilly New Member

    Joined:
    Aug 28, 2014
    Messages:
    6
    Likes Received:
    0
    Thanks in advance for the help! The site is live, so we need to fix these issues immediately.

    www.LinxGolf.com

    1) Bottom right is showing our latest posts floating at the bottom on the home page. Looks like a glitch. We want this removed. See screenshot 1.

    2) The arrows on the slider images do not always display correctly. See screenshot 2.

    3) Can we add an Instagram social icon?

    4) How can you edit or remove what widgets display on the posts?
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    2)Please delete this theme and then install a fresh copy of theme because regarding to your second issue arrow image on slide is corrupted and unable to open.
    Before deleting theme you have to install another theme and please copy all your ,manual work on any file or notepad or any editor.
    After deletion of theme please download afresh copy of theme from your member area and install that theme.

    1)Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer_columns.last {
    display: none;
    }
    3)
    Step-2:Follow below image 7-bussinessgrow-ad-social-icon.png


    4)
    Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer {
    display: none;
    }
    Thanks & regards
    Pramod
     
  3. ronnibilly

    ronnibilly New Member

    Joined:
    Aug 28, 2014
    Messages:
    6
    Likes Received:
    0
    1) This removed the fourth footer widget from the home page but also every page. I want to remove it just on the home page, where it should not be showing up. Please advise.

    2) Looks like it started working again without having to reinstall!

    3) Perfect! Thank you! How do you add more social icons to the header area?

    4) I want to pick and choose what widgets show on a post, such as this: http://fullswingent.com/how-to-get-out-of-a-bunker/ How do I select what widgets show on the right sidebar here?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,



    For 1 Unfortunately you cannot do this.
    For 3 you have to edit header.php file in similar way as you have done in footer.php
    For 4 follow below image
    14-nov-sidebar-widget.png

    Thanks & Regards
    Pramod
     

Share This Page