A few problems

Discussion in 'ColorWay WordPress Theme' started by bigstu, Sep 20, 2014.

  1. bigstu

    bigstu New Member

    Joined:
    Sep 18, 2014
    Messages:
    5
    Likes Received:
    0
    Hi

    Since purchasing the theme- I have to say I have been fighting with it. I have two issues at the moment that need resolving;

    1) When I choose no widgets on the right (no widgets in any areas in fact)- by default the archive widget shows and I can't get rid of it. Why is this and how do I get rid of it?

    2) I have resized all of my png's to 115 height for the home page feature columns- however when I upload them and look at the home page they are all different sizes- why is that and how do I get them all the same size?

    My website is www.blueserac.com so you can see what I am saying.

    I like the look of the site- but I find it frustrating to work with- grateful for any help.
     
  2. Yogesh

    Yogesh Guest

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

    1. If you don't choose any widget then it automatically added some widgets in widget area, to remove default widgets just add text widget in widgets area as shown below in screenshot.
    It will resolve your issue.
    20sep5.png

    2. To set height of feature image use following css code in Custom css.
    Code:
    #content .one_fourth img {
    height: 115px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. bigstu

    bigstu New Member

    Joined:
    Sep 18, 2014
    Messages:
    5
    Likes Received:
    0
    Hi- where would I insert the code in the CSS?
     
  4. bigstu

    bigstu New Member

    Joined:
    Sep 18, 2014
    Messages:
    5
    Likes Received:
    0
    I now cannot access my website and have the following Parse error: syntax error, unexpected T_STRING in /home/content/09/10315309/html/wp-content/themes/colorwaytheme/functions/theme-options.php on line 292

    what do i do?
     
  5. 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:
    #content .one_fourth img {
    height: 115px;
    }
    Thanks & Regards
    Yogesh Bhade
     
  6. bigstu

    bigstu New Member

    Joined:
    Sep 18, 2014
    Messages:
    5
    Likes Received:
    0
    Hi

    Yes- I did that and now have Parse error: syntax error, unexpected T_STRING in /home/content/09/10315309/html/wp-content/themes/colorwaytheme/functions/theme-options.php on line 292

    I can't access my site or Wordpress and the site is down- how do I resolve this?
     
  7. Yogesh

    Yogesh Guest

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

    Download a fresh copy of latest theme from members area and upload it to your website.
    That will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  8. bigstu

    bigstu New Member

    Joined:
    Sep 18, 2014
    Messages:
    5
    Likes Received:
    0
    Hi

    I have pasted that code into the area you said and it has not made any difference. Anything else I can do?

    Screen Shot 2014-09-24 at 15.58.12.png
     
  9. Yogesh

    Yogesh Guest

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

    Paste the code given below in Custom CSS section, this will fix your issue.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    #content .one_fourth img {
    height: 115px !important;
    }

    Thanks & Regards
    Yogesh Bhade
     

Share This Page