Ali
Forum Replies Created
-
Forum: Your WordPress
In reply to: New Trading Websiteyou can test the speed with http://tools.pingdom.com/fpt/
your site is not fast though is hosted on wpengine!, there is room for improvement
http://developers.google.com/speed/pagespeed/insights/
will give you more tips.
Forum: Your WordPress
In reply to: Review my WordPress blogHi,
the design is simple needs some more work, like post title links color on hover, different colors helps your visitors visually, plus try to be consistent on vertical spacing, headings line heights.
check other tech blogs for inspiration.Forum: Plugins
In reply to: [Generate Coupon] Plugin install failed.Yeah i had the same issue.
the plugin folder is not set properly, the inner folder is the actual plugin folder so you have to zip that folder and upload it with the plugin install.
is there an actual plugins/updates review before accepting them!
Forum: Your WordPress
In reply to: Review my websiteHi
on overall looks good, you may need to change the logo looks jagged and outdated with that gradient.
also the color scheme is not consistent you have used 4 different color for the links, and the footer background should be wide.Forum: Themes and Templates
In reply to: [Painter] need to edit the CSSthis will remove “latest posts”
.home .head { display: none; }use chrome inspector tool to find your element. right click on the element and click Inspect element.
your stylesheet are on your theme css folder publicboarddirector.com/wp-content/themes/painter/css/
Forum: Themes and Templates
In reply to: Mudar a cor da pagina do siteInglês por favor.
Forum: Themes and Templates
In reply to: [Painter] need to edit the CSSare you sure .entry-title is the page title element, after seeing the theme it should be:
.page .head { display: none; }