mikehas
Forum Replies Created
-
Forum: Plugins
In reply to: [GPX Viewer] Warning: Undefined variable $track_nameProbably an issue with your version of PHP. Try installing a 7.x.x version. I had the same with 8.2.0 but the issue was resolved when I lowered it to 7.4.33
Hi Jeremy,
😀 wow, talk about “your mind playing tricks on you”.
Thanks for clearing this up. I thought I was losing my mind and couldn’t figure out what was happening.
And thanks for the url to the repo, I’ll definitely keep my eye on it.Keep up the great work you guys&gals are doing.
CheersHi Ryan. Yes, but I’m (almost) sure that before I also saw the small stats graph (the stripey-icon, which on hover shows visitor count) in the admin bar in the backend. My client actually pointed it out to me, and asked why it wasn’t showing in the backend anymore. And like I said I’m pretty sure it used to be there, although as a developer I wasn’t focussed on it.
Or is this something that used to be there, but was removed at some point?
CheersForum: Plugins
In reply to: [Custom Post Type UI] Set a page as parent for cpt'sHmmm, that’s a too bad.
I was afraid this wasn’t possible.
Will probably have to go with child-pages then.Thnx
Forum: Plugins
In reply to: [The Events Calendar] Single page event not displaying?Same issue here!
It seems to come up a lot, but no clear solutions 🙁Forum: Plugins
In reply to: [The Events Calendar] Single Events Page "Not Found"Any fixes for this?
I’m experiencing exactly the same problem.
Tried everything: switching permalink settings, registering post_type and all.
No luck so far.Same issue here, no such luck with updating settings 🙁
Any other thoughts?Cheers
Forum: Themes and Templates
In reply to: Getting bullets in the navigation /menu in a a 2010 themeYou’re not using the proper selectors to target the elements.
So if you change the selector #access .menuheader ul to ul#menu-menu in the style.css it should have no list-style.Forum: Themes and Templates
In reply to: Different background highlight color for custom menu itemsEasiest is to get the page-item-“number” class and add these to your style.ccs with their backgroundcolors, so for example:
li.page-item-2 a:hover { background-color: #ff6600; }Hope this helps
Forum: Fixing WordPress
In reply to: Page content widthYou’ll need to modify the css file. Search for the class .entry-content. The width of that div is set to 68.9%. You can change that to 100% for it to take up the width of the content area.
Hope this helps.@nerdxage: I think you should pipe down a bit. Joost is a valuable and solid contributor to the community and has done so for a number of years now. 3.3 was released less then a day ago so give the guy some time to check, and if necessary fix his plugins.
People like you cause great contributors, most of them not even taking money from you or just asking for a contribution if you can spare, to step back from developing for this platform which harms the whole community.
So be a bit more considerate and respectful to people who give up their valuable time and effort to develop for all of us.
Forum: Themes and Templates
In reply to: exclude the current page from query resultBrilliant,
second line does exactly what i need.
Thanks a lot or if your dutch (which i assume from your name)
hartstikke bedankt! 🙂Michael
Forum: Themes and Templates
In reply to: Weird Favicon problemclear the cache of your browser, because when I visit your site I don’t see a favicon.
Forum: Themes and Templates
In reply to: Want Categories to show excerpts, not PagesInstead of using ‘the_excerpt’ you can use the ‘more-tag’ in the cms. It’s a tiny-MCE button next to the unlink button in the menu bar above your content entry field in the CMS. Place your cursor where you want the text to break and click the button. In the frontend of your site you should now have a “read more” link at the point where you inserted the more-tag. You can edit the text for this link by placing it between the brackets after the_content in your theme, ie
the_content('do you want to know what happened next?');Hope this helps.
Michael
Forum: Themes and Templates
In reply to: How to make sidebar wider?Adjust the negative margin of the #container to fit your sidebar