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.
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. 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
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?
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
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?
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
Hi I have pasted that code into the area you said and it has not made any difference. Anything else I can do?
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