JacoboPolavieja
Forum Replies Created
-
Forum: Plugins
In reply to: [WP YouTube Lyte] Nothing shownApparently no errors related to Lyte.
I tried disabling all caching plugins just in case, without any luck.
Here’s a screenshot in case it is of help: https://ibb.co/ryDqMSw
Thanks a ton!
Ops! I reused this one precisely because I thought everything would be better organized and more helpful; sorry for that!
And thanks for the reference of the fields!
Hey!
I was looking for something similar. I need to bulk import posts with their SEO metadata, so I was wondering, is the field for the Meta Title ‘_genesis_title’?
Or is there any place we can take a look at all the custom fields TSF uses?
Thanks a lot!
Niiiiiiice! Thanks a lot for your contributions!!!
Glad it wasn’t all a waste of time ; )
Thanks again!
Fuck… I’m an idiot!
I thought clicking “Save” would download the image and didn’t even second guess.
Sorry man… Don’t like making people lose time over things like these.
Thanks a lot for the plugin and your support!
Hey! Thanks for answering.
I’ve tried everything there but nothing seems to be working. Maybe I’ve set up the server wrong, but this is on two different hostings.
Is it usual that it doesn’t apparently do anything? It’s as if the event didn’t fire after clicking the Save button.
Such a shame, it’s the only plugin I’ve found that lets you rename the file before importing it and that is vital in SEO and provides a much smarter workflow.
If there’s anything I can do to help debug this (assuming you have time), let me know.
Thanks a lot!
Oh great! Hadn’t seen that.
Thanks!!!
Forum: Developing with WordPress
In reply to: Getting sorted hierarchy of categoriesThanks a lot @bcworkz!
That clarifies everything ; )
Forum: Developing with WordPress
In reply to: Getting sorted hierarchy of categoriesThanks, but that code has the problem of ordering by ‘term_id’. I had tried that too, but the problem is that a subcategory can have (I admit is not a usual case) a child with a lower ID than its parent (in case the user creates the child category first, then the parent, then assigns the child to the parent).
So in that case, it doesn’t display the proper hierarchy.I’m amazed there isn’t a standard way to retrieve the hierarchy of categories a post belongs to (or maybe I haven’t found it yet despite all my research).
Thanks anyway!
Forum: Fixing WordPress
In reply to: Move WP to root but keep permalink structureThat’s what was confusing me. Will try that then.
Thank you so much!
Forum: Fixing WordPress
In reply to: Move WP to root but keep permalink structureHello @jejani and thanks a lot for helping out!
Wouldn’t that last step (custom URL structure) put “/blog/ in front of new pages’ URLs? Or does that setting just apply to blog posts?
Thanks!
I finally had to implement a list view template for Woocommerce, as I found no way to make this work. Hopefully the dev sees this and can be done within his plugin, as it would be great.
Cheers!
Forum: Fixing WordPress
In reply to: From domain to localhost: can see the homepage but nothing elseOh God… after a couple of hours searching… just when I post this I find it.
I had to uncomment the line on Apache’s httpd.conf:
LoadModule rewrite_module modules/mod_rewrite.so
This was preventing the rewrite of the local URLs.
Cheers!
Same problem here with Yithemes AJAX filter… It seems to work with the non AJAX filters though.
Let’s see if the dev has any sugestion/solution.
Cheers!