robert.glez
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Duplicate column issueIt’s been working alright for these 4 days with 2.8.4RC1 🙂 I’ve updated now to 2.8.5 and also updated and reenabled the plugin on another site that had the same error.
I’ll be checking on it for some more days but now it seems resolved (fingers crossed).
Thank you very much for all your help.
Kind regards,
Roberto
Forum: Plugins
In reply to: [Contact Form DB] Duplicate column issueUnfortunately the error has come back again and have had to disable the plugin, even in the latest version 2.8.3.
May my database be corrupted? Perhaps I’ll have to erase all cf7db registers?
Forum: Plugins
In reply to: [Contact Form DB] Duplicate column issueThank you, Michael. That change kept the error showing up, even after disabling/reenabling the plugin.
What I did is to backup the site, disable and DELETE the plugin, and install it again. The problem has disappeared so far and happily the database with all the forms was kept.
I will keep an eye on the issue for a couple days to see if the error returns and I’ll let you know.
Many thanks!
Forum: Plugins
In reply to: [Contact Form DB] Duplicate column issueTwo days later the same problem has occured, the option_value for CF7DBPlugin__version gets blank and then that error shows up on frontend again.
Any idea on how to solve it permanently?
Many thanks
Forum: Plugins
In reply to: [Contact Form DB] Duplicate column issueThank you! The option_value for CF7DBPlugin__version was blank. Once set it works well again.
Thank you very much, Michael.
Best regards,
Roberto
Forum: Plugins
In reply to: [Responsive Cookie Banner] Does not displayOn the other side, I was unable to make “Responsive Cookie Banner” work, as I said before it didn’t show up and if I applied the suggested solution my theme got totally broken. I didn’t get any support either so then I ended up using “Mr Cookies”.
Greetings
Forum: Plugins
In reply to: [Responsive Cookie Banner] Does not displayHello cerbs, I used the following plugin: “Mr Cookies”, which worked well for my needs. It is responsive out of the box and you can customise its colors from the settings panel.
Two things to take into account though: first, the text to be displayed in the banner cannot be customised through the panel, but rather through the .po/.mo files; second, the panel doesn’t save completely well the css changes you apply (it has a minor bug which I told the developers about ), so I directly modified the css file provided with the plugin.
In spite of these two details I strongly recommend that plugin.
Forum: Plugins
In reply to: [Responsive Cookie Banner] Does not displayHello,
Same problem here, the banner doesn’t display. This is the development url:
http://www.aulademasaje.designdeweb.com/All help is greatly appreciated!
Best regards
Forum: Fixing WordPress
In reply to: XML-RPC returns blankThe same for me, sometimes it returns blank (but posting was successful) and sometimes it returns the proper xml response (with posting successful too).
Forum: Fixing WordPress
In reply to: How to create category when posting new post via XML RPC ?I’m using wp.newPost instead of metaWeblog.newPost and non-existing categories and tags are created automatically in the remote site.
For example:
$categories = wp_get_post_categories($id); $cats = array(); foreach($categories as $c){ $cat = get_category( $c ); $cats[] = utf8_decode($cat->name); } $tags = get_the_tags($id); $ts = array(); if ($tags) { foreach($tags as $tag) { $ts[] = utf8_decode($tag->name); } } [...] $content = array( 'post_title' => utf8_decode($p->post_title), 'post_content' => utf8_decode($p->post_content), [...] 'terms_names' => array('category' => $cats, 'post_tag' => $ts ), 'post_status' => 'pending', );Forum: Plugins
In reply to: Is a plugin required for XML-RPC API created custom posts?Hi,
I think what you are asking about is independent from XML-RPC. First of all you will need to have that custom post type created in the remote site (where you are sending to) and/or the origin site (where you are sending from). To create the custom post type and have it in your wordpress dashboard (for viewing or editing as any other post type) is as easy as 1-2-3: go to http://generatewp.com/post-type/ , fill in the fields in tabs, generate the code and copy it from the box located below in that page. Then you will only have to paste it into e.g. your theme’s function.php.
Then, by using the XML-RPC API you will be able to post these new custom posts remotely and/or grab them from remote to local, depending on how you use the API.
Thanks a lot Ryan for putting me on track
Forum: Fixing WordPress
In reply to: Folders in media library, againI don’t think we should depend on an external, often outdated plugin (7 months at the moment of this writing) for such a basic -and needed- functionality.
I read Matt Mullenweg saying just some days or weeks ago that WP is mainly used as a CMS nowadays, so I think a CMS needs a better media library (imho, if we want to call it a library. Think of a real library in which the books are not organised by sections, only by years and months 😉 )
I would say that a good fraction of the 72 million WP sites as of today would appreciate this feature.
Solved by creating a Facebook Fan Page and updating the plugin to its last version 1.3.
Thanks,
Roberto
You’re totally right!!! I’m sorry! First I started to solve it on my own, then through the forums and when I checked the documentation I just scanned through without paying attention to that essential detail.
Sorry again and thanks a lot for this marvellous plugin.