jorghe
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
I had the same problem, resolved manually updating WPML to the latest version (i.e. uploading the up-to-date version in the plugin folder, overwriting what was inside).
Forum: Plugins
In reply to: [WooCommerce] ZIP shipping restrictions consider only billing addressIt was a template problem.
Forum: Plugins
In reply to: [Breadcrumb NavXT] Adding a "prefix" to taxonomyThe manual way is the one I was looking for, thank you!
Forum: Fixing WordPress
In reply to: wp_query (pre_get_posts) issueYou have to return the query at the end of the function. Or, at least, I saw an example doing so.
Forum: Fixing WordPress
In reply to: Next_Posts_Link working on archive, not working on single??Hi, I’ve solved a problem similar to yours.
In my case the problem was cause by the fact that the page is attached to the current url.So, if you are on the single page example.com/posts/post1, the function returns a link like example.com/posts/post1/page/2/
i.e.: there is a “post1” that should not be there. I’ve resolved in a brutal way playing with strings functions…
Viewing 5 replies - 1 through 5 (of 5 total)