Orange Web Dev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Inline CSS IssuesTwo things.
1. Both issues have nothing to do with inline CSS
2. However you could hide both things via CSS
Place the following code in your style.css
.span6.product_meta h4, span.posted_in { display:none!important; }And now they both should be gone.
Forum: Themes and Templates
In reply to: [Gridster-Lite] How does it work on the mobile?It depends on what theme you use.
You could always pull up the demo of a theme on your phone to see how it looks.
Forum: Fixing WordPress
In reply to: img rollover problem, help pleaseIf you never click on visual and keep it in html/text mode it should stay and work fine.
This is because visual editors are designed to strip away code.
You could also make a child theme and alter the actual code in the template files bypassing a visual editor all together as well.
Forum: Fixing WordPress
In reply to: Site no longer visible unless logged inWhen I click on the link I got this error:
” Unknown column ‘wp_term_relationships.term_taxonomy_id.term_taxonomy_id’ in ‘where clause’ “Are you seeing that error as well?
Forum: Themes and Templates
In reply to: Custom HTML codeCould you please provide the code you used and a link to your website?