Tom Davis
Forum Replies Created
-
Forum: Plugins
In reply to: First comment on every article the sameWhat I would like, is that this “Fastned” comment (see link below) appears below every article…
Does anybody have an idea how to do this? Thank you…
Forum: Themes and Templates
In reply to: [Oxygen] I want first comment on every article the sameWhat I would like, is that this “Fastned” comment (see link below) appears below every article…
Forum: Plugins
In reply to: First comment on every article the sameHello guys,
Does anybody have an idea?
Forum: Themes and Templates
In reply to: [Oxygen] I want first comment on every article the sameHey Vamsi,
Thx for the reply.
However, I would like it to be shown like a real comment. So it is posted by a user (that I create).
Any idea?
Any solution for this?
Forum: Fixing WordPress
In reply to: Widget area's are goneThe first solution helped. Google Analyticator causes the problem.
Thanks a lot!
Forum: Themes and Templates
In reply to: [Oxygen] Shows "Browse:Home" on top of article listHello Erik
I removed the CSS code.
No childtheme.
Forum: Themes and Templates
In reply to: [Oxygen] Shows "Browse:Home" on top of article listThanks!
That works but then the breadcrumb doesn’t show up individual pages either.
Is there a solution to still show it on individual pages.
I think it might have something to do with a php update my host did…
Hello Nico,
Above was just an example. It happens for all the YouTube video’s that I added like that to my blog (the error doesn’t occur for DailyMotion videos for instance).
For instance,
[youtube id=A3cmMlRPf6U mode=normal]
http://www.egear.be/tesla-model-x-video-ces-2015/[youtube id=9cA1doO_9h8 mode=normal]
http://www.egear.be/tesla-model-s-vs-ferrari-458/It would be nice to have a simple general fix otherwise I have to do change post by post for over 100 articles. Thx!
Forum: Themes and Templates
In reply to: [Oxygen] Remove right sidebar on a POST pageI would like to do the opposite:
Remove the left sidebar on post-pages and show the content wider like that.
I realize it’s a more difficult issue due to the setup of the theme. Do you guys know a solution for that?
Forum: Themes and Templates
In reply to: [Oxygen] How to make Header Widget only visible on mobile?Ok I found it myself but thx anyway.
I’ve put a tag in the div of the header like this:
<div id=”headerthing”></div>
and then I’ve put custom CSS code like this:
@media only screen and (min-width: 768px) {#headerthing {display: none; }}
Forum: Themes and Templates
In reply to: [Oxygen] Mobile SiteHello lifeleavesscars,
Try this custom CSS code:
@media only screen and (max-width: 767px) {.aside {display: none;}}
It will remove the left sidebar on mobile