brbrbr
Forum Replies Created
-
Sorry for the slow response,
the designer is about to change the behaviour.
Have to wait for that, but you solution sounds logical enough
thanks
Thanks for the quick response.
the site would be : http://www.itspurelunch.nl/
I will contact the owner of the site bout the view access. Can I contact you on hello@… ?
Forum: Plugins
In reply to: [YUZO] Exclude Current Post/Page from RelatedSecond that, is there a ( quick ) fix for this?
Forum: Plugins
In reply to: [Polylang] Translation will not saveok,
got it, you where right the problem was caused by a different plugin.
That plugin does a blog switch and then a wp_insert_post triggering polylang on the wrong blog. And somehow the language data is lost after that.
I tried to skip the caching of object data ( in translated-object ) and adding a ms_is_switched to the save_post action. Both didn’t work. ( and a don’t want to change the polylang code on the production server)
so I added a if( is_plugin_active( ‘polylang/polylang.php’ ) ) { return; }
to the other plugin. That helpedsolving the mistery why ms_is_switched in save_post isn’t working is for somewhere in the future.
Forum: Plugins
In reply to: [Polylang] Translation will not saveHi,
I can’t disable all plugings since it is a active network.
I noticed that on an older site within the same network polylang works fine. Their I can add posts and create translations.
On a new site ( within the network ) I can’t add or change translations. I can save the language of a post, but can’t ‘link’ the translated versions of that post. Screen shots
I tried polylang on a brand new wordpress site ( not network) and their it works fine as well.
It seems that wp_get_object_terms in translated_object.php is not returning the terms as required. I can see the rows in the database.
I have limited debug options since it’s a live website.
Forum: Plugins
In reply to: [Connect Matomo - Analytics Dashboard for WordPress] options not updatingboth are set correctly and the ‘update_blog_option’ is caled with the correct parameters. But somehow later on the settings got overwritten by empty ones. That’s where moving $this->settings [$key] = $value; outside the else made the difference
Forum: Plugins
In reply to: [Polylang] menu's not switchingOut of the blue the menu’s started working.
I didn’t pay close attention, so I have no idea what changed in the meanwhile
regards
bram
Forum: Plugins
In reply to: [Contact Form 7] adding current page/postSorry I overlooked thos
thanks for the prompt replay
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Proposal: Two more filterssecond that
seems to be working fine.
I had to install the update manual, didn’t work using the wp-admin pages. Don’t have time to figure out why might be due my server
Got this far:
problem is that wp_cookie_constants() (wp-includes/default-constants.php) is not called before a user is validated (is_user_logged_in()).
I added
if ( function_exists('wp_cookie_constants') ) { wp_cookie_constants(); }just before
require_once(ABSPATH.'wp-admin/includes/plugin.php'); require_once(ABSPATH.'wp-includes/pluggable.php');but that’s a bit of a hack…
For me it helped to purge all cache. And force a reload ( ctrl-f5 )
Forum: Plugins
In reply to: [Image Cleanup] Fatal error ob_end_flushI’m running a network on a lighttpd webserver.
Unfortunately i don’t have a development setup in the same configuration so i can’t digg into it.Forum: Themes and Templates
In reply to: [Travel Blogger] Feature Post won't updateEven if the reply’s are relevant to a four month old bug in the template?
( getting off topic )
Forum: Themes and Templates
In reply to: [Travel Blogger] Feature Post won't updatein my version of the travel blogger theme it’s
wp-content/themes/travel-blogger/lib/functions
file admin.php line 129