mikele3
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 Modules] cannot make it worknevermind, it does work now… using [hidden-555]
not sure what was wrong earlier.Forum: Plugins
In reply to: [Hyper Cache] Scheduling cache folder cleanupfurthermore, if you’d be available to hire to help me with that, please, do not hesitate to contact me.
thank you!Forum: Plugins
In reply to: [Hyper Cache] Scheduling cache folder cleanuphello Stefano,
I successfully achieved my goal by adding an insert statement at the very top of the advanced-cache.php
file in the wp-content folder.That is, of course, an hack; I’d rather, like you suggested, have my own plugin firing before yours, but I couldn’t figure out how to do that.
Forum: Plugins
In reply to: [Custom Post Type Permalinks] v1.1.0 broke my site (using WPML)YES!
I ddi place your code in a mu-plugin, now it works.
thank you!
would it be better if I had this in function.php:
<?php add_action( 'muplugins_loaded', 'my_plugin_override' ); function my_plugin_override() { add_filter( 'cptp_post_type_link_priority' , function(){ return 10; } ); add_filter( 'cptp_term_link_priority' , function(){ return 10; } ); } ?>
?
Forum: Plugins
In reply to: [Custom Post Type Permalinks] v1.1.0 broke my site (using WPML)still not working for me.
Forum: Plugins
In reply to: [Custom Post Type Permalinks] v1.1.0 broke my site (using WPML)it didn’t help my case unfortunately.
I have a menu consisting of custom posts and custom taxonomy.
with version 1.0.5, wp_get_nav_menu_items returns all menu items URLs in the current WPML language. (like desired)
with version 1.1.0 and 1.2.0, wp_get_nav_menu_items returns all custom posts in the default language and custom taxonomy items’ URLs in the current WPML language
yeah, I have no doubts.
I had no time to look into it again, as it works with my remote server and I am all busy filling up the website as I am way overdue with it.
thank you for the support!
localhost gives me this message:
URL could not be found. Check your URL and XML/RPC handler settings.
localhost works from a browser, but it is not a WP website.
I did also just try on a WP installation that is not under ssl and I get this error:
Got an error from WP. Please check your PHP logs (on server) and WP/LR logs (on your computer).
I did check error.log and there was this error message:
PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this warning set ‘always_populate_raw_post_data’ to ‘-1’ in php.ini and use the php://input stream instead. in Unknown on line 0I did set always_populate_raw_post_data = -1 as advised and then it worked.
I still cannot connect to my https installation, but that might really be because of the invalid certificate… I will do more testing later.
thank you for all the support!
while the working remote URL is:
https://mydomain.com/wp/now that I think about it… the SSL certificate I use locally is not signed for that domain… that might be it.
I did add it as exception in the browser where I develop, but it might prevent Lightroom to establish a connection.
Just a suspect… I will try again after I have a ssl certificate issued for my local dev domain.I’ll update here my findings.
I just started a thread here:
https://forums.adobe.com/message/7987121#7987121I am working on a Mac right now, but at home I can try from a Windows machine.
Do you know if those kind of issues are logged in either one of the two systems?
I didn’t really spend much time looking around, but I couldn’t find a log file for Lightroom… the error message I get is not very helpful in understanding what could be wrong.
Anyway knowing that it should work gives me hope; I will try again.
Thank you Jordy,
I will surely do as you advised.
In the worse case scenario I will manually trigger the “republish” event by editing one of the Metadata fields.
best regards,
MikeleHi,
I am successfully using the plugin with a remote website.
Just exactly what I was hoping for, in combination with WP Media Folders.
I am on it only from a few hours and I still need to make the best of its functionality, but I am loving it! Great job there!I’d still like to be able to use it on a local website (i.e. served from Apache running in my laptop)
I have the same issue, the download link have the url followed by the WP installation folder… and the download won’t start.
If I manually type the URL followed by /?wpdmdl=10, without the installation folder, the download is there.
I don’t want to mess around with rewrite rules, I am puzzled as why it is not working out of the box…
I need the pro features, but I don’t feel like spending money in a product where the demo seems broken.
what am I doing wrong?