Bartatwordpress
Forum Replies Created
-
Forum: Plugins
In reply to: [LightPress Lightbox] Jquery Lightbox suddenly not workingToday i have find out the same weird thing that suddently WP jQuery Lightbox stopt working without changing header.php or footer.php and without new plugins for many months.
Maybe some plugin updates were evoking this.Try with changing the position (line in code) from <?php wp_head(); ?> in the header.php file.
I have put it a little bit higher in the code and WP jQuery Lightbox works again. Keep <?php wp_head(); ?> in between the <head> tags.Hi
I have managed to get it working. The problem: the slug name from the “Events” category was wrong in the database.
Slug name “agenda” instead of “events”!
I think because of a much older already existing “events” slug name.It seams that your migrate code not only looks to the category name “Events” but (also) looks for the slug name “events”.
So, i have changed:
category “Events” slug name “agenda” (wrong)
to
category “Events” slug name “events” (good)Now it’s working like a charm.
When it stays working and my boss is happy we can go for the pro.Thanks!
Hi
Sorry, but my boss doesn’t like to give the databse and website.
No other way to help?What steps can i do to test?
Regards
BartHi
I have done the test with version 2.0 but same thing:
all working good but only migrated 6 of the 100 events.
Message: “You successfully migrated (6) entries.”The problem seams that this 6 entries are the one that still have to come, depending on the begin and end date in The events calendar fields. So, nothing to do with the wordpress date of post.
How too fix?It is impossible for me to do too much tests because my boss gets nervous when the calendar goes down for a moment. ??
I will try to set up a local test duplicate of the same website.Do you have a solution for this problem?
Yes, i have immediate revert to the previous one.
Do you have solution.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] HELP language problemNobody knows a solution?
Forum: Fixing WordPress
In reply to: only pages with "default template" are invisibleI have find a weird hidden symbol in de code in the page.php file.
This wasn’t giving an error but gives “blank” pages.
Website works again.
fixed. thanks.Forum: Fixing WordPress
In reply to: only pages with "default template" are invisibleWhat happened just before this? Added a plugin? Edited something? Host had a power failure? Host upgraded software or hardware?
> The only thing that has happen is an exceed of the maximum server space.Try to switch to another theme and then back again.
> already done, no resultDisable all of your plugins.
> already done, no resultLook for an .htaccess file and rename it if you find it.
> i will test that
> ! done the test with renaming the .htaccess file, no result.Don’t confuse not seeing an error with not getting an error. Security conscious servers will hide errors. Do you have access to your server’s error logs?
> no, but server administrator doesn’t find errors eitherTry putting define(‘WP_DEBUG’,true); in your wp-config.php file. You might see some warnings and errors.
> already done, no result, nothing at all> What now? Thanks for more help.
more info about the problem:
I have noticed that this – <!– wp-jquery-lightbox, a WordPress plugin by ulfben –> – comes under the post and images.
So the plugin starts under the post and images.I think that is why there are no rel=”lightbox[ID]” for the images.
Example page source code:[Code moderated as per the Forum Rules. Please use the pastebin]