Javier Archeni
Forum Replies Created
-
Hi there! Pretty useful your answer Blutarsky. Running mac os x el capitan, I installed mysql version 5.7.14 from dmg, but running again packages from live server I bumped into those errors as yours. I found the solution for my problem setting my.cnf file with this content:
[mysqld]
sql_mode=NO_ENGINE_SUBSTITUTIONOne caveat, in my installation I had to manually create the my.cnf in this location
etc/mysql/my.cnf with the content mentioned before. Default configuration didn’t recognise the my.cnf (/usr/local/mysql/support-files)By the way, my php version is 5.6.24
This worked for me after two painful hours. Hope helps anyone.
Bugs already fixed with last 2.6.4 update. Amazing support Sybre.
Simply amazing support Sybre. Last update fixed the bug perfectly on my sites.
Hi Sybre, thanks for your detailed explanation and support.
Hello Sybre, many thanks again for your incredible support. I’ll wait for your upcoming updates.
Best regards!!
Hi Sybre, so glad to hear you liked the post. I found your plugin so useful I couldn’t refrain to write about it. You’re welcome!!
For this site I’m using Sage from Roots.io This starter theme is including support for title-tag. This theme uses a wrapper to load the appropiate template from a base. Head is loaded from a template head.php which doesn’t change anything. I’m sending my cpt register code to your contact page, just for your consideration.
Right now I’m fine with your plugin (just one page, but minor).
Improvements in the plugin always sound good. Great.
Thanks!!
Hi again Sybre, I understand now the reason you are using get_header hook instead of wp_head. I can’t yet figured out why the title is not changing accordingly.
I tried using same come as the working example you sent (my mistake I didn’t see it before), but the result is the same. My last message using the wp_head hook is the best solution, since is only one page and I don’t want bother you more.
Your Seo Plugin is working very fine for me in production. I even wrote a recomendation post in my own blog some days ago https://javierarcheni.com/blog/optimizacion-buscadores-wordpress-the-seo-framework/
Of course, I rated your plugin 5 stars on www.remarpro.com.Thanks again for you help!!
Almost, almost done! Your code is working pretty fine except for the title ??
I added support for title_tag in my theme and included the code in my custom plugin with other custom code for my theme (not in template as you suggested).
I wrapped your functions in a conditional tag like this:
if ( is_post_type_archive(array('cpt_marcas'))) { }
Also I used wp_head action hook instead of get_header for the my_custom_tsf_title_before function.
Everything is working fine (description and titles for og, twitter). Just the html title tag hasn’t changed. Be kind enough to check at https://asunoliver.com/marcas
Thanks for your great support.
Hi again Sybre, actually I already registered the cpt with support for title and editor, so your seo editor is working on the custom post type post.
My question is about modifying the title and description for the archive page, or what’s the same, at showing this template archive-“custom-post-type-slug”.php. Is there any chance to modify title and description as in taxonomies?
I tried using the new WordPress filter for the title pre_get_document_title (former wp_title), but I see your seo plugin takes precedence.
Many thanks!!