Getting Rid of Buy Now

Discussion in 'Poloray WordPress Theme' started by jloswald, Jan 12, 2013.

  1. jloswald

    jloswald New Member

    Joined:
    Dec 27, 2012
    Messages:
    13
    Likes Received:
    0
    I bought the membership to gain access to all themes. I have the polaray theme installed and it is still showing the buy now button as well as the widget display on the right.

    How do I remove this? or how do I get the pro theme from the membership area?
     

    Attached Files:

    • Q1.pdf
      File size:
      22.6 KB
      Views:
      7
    • Q2.pdf
      File size:
      11.7 KB
      Views:
      5
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .contentbtn {
    display: none;
    }
     
    .linkpanel {
    display: none;
    }
    
    2.For your second issue
    In your members area click on "Get All InkThemes Premium Themes here (Includes Documentation + PSD Files)" it shows all your themes.
     
  3. jloswald

    jloswald New Member

    Joined:
    Dec 27, 2012
    Messages:
    13
    Likes Received:
    0
    Will I have to enter this code into all the themes I use?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    That button is not an actual purchasing button, It is just for demo. You can add your own text there.
    Go to Appearance > Theme options > Home page feature settings and add your text as shown in image.

    [​IMG]

    For bottom right field
    Go to Appearance > Theme options > Homepage bottom feature settings and add your content there.

    Or

    Add code as suggested by Gourav to remove them completely.
    That code is only for poloray theme. There is no need to add it in other themes.
     

Share This Page