Javier Schvindlerman
Forum Replies Created
-
We’re seeing the exact same thing since latest WP release.
A couple days ago (after 5.5 came out) we were seeing Initiate Checkout events being tracked, but not purchases.
Now we can’t see either. No checkouts, no purchases.
(We’re using EDD too).
Any ideas?
Thanks so much!
JavierForum: Themes and Templates
In reply to: Adding class or id to add_settings_fieldsSorry for putting the code directly in.
I would paste it from pastebin, but I cannot embed it, so.. I guess I just don’t know how to.
Anyway, I think you’ll understand my question even without the code.
??Got it:
Forum: Everything else WordPress
In reply to: Automatically Enlarge Images?Hey Anders!
Well, yes. That was my first thought, but I need the images to entirely fit the width of the browser. So I concluded I should make them just bigger and show their width according to the browser’s width.
Do you think there is a way through CSS to render them as 100% width and still declare their previous size?
P.S. Thanks for the help!
Forum: Everything else WordPress
In reply to: Automatically Enlarge Images?Yeah, off course… I’m starting off the premise that the uploaded images should be pretty big, and just providing a way to make the not soo big images to be used anyway. Enlarging a 1200×800 px to make the width 1600 is not so terrible. I know is not best, but not so terrible anyway ;).
Ok, nevermind.
Founded out that if I click on the regular “Add new site” from wordpress it does present me the option to create the site based on the templates, and it did it perfectly.
The only thing it did not did is, strangely, copy to the new site some images that a shopping cart plugin is attaching to it’s custom post type. Had to copy the whole blogs.dir folder of the template site to the new one. Perhaps it would be interesting to have the plugin do that automaticaly, right?
That’s all. Thanks a lot!
Forum: Networking WordPress
In reply to: Intrincated question about recent posts in MultiSiteAllright. So I see that I’ll have some hours of coding to reach the goal yet. I’m digging into some websites displaying all kinds of codes to tweak Timthumb for 3.0 and another one to integrate Get the image with it too. We’ll have to work on that!
I want to thank you for all the help, once more!
Forum: Networking WordPress
In reply to: Intrincated question about recent posts in MultiSiteYeap, you were right.
Have done that and it is working properly now, with exception of the thumbnails of the posts from the other sites. I have tried putting them inside the post, setting them as featured image (ohh.. the cool WP 3.0!) and adding them as a custom field, and nothing… they just wont come up.
Is there anything that I’m doing wrong?
And, once again, thanks for your precious help!
Forum: Networking WordPress
In reply to: Intrincated question about recent posts in MultiSiteHey, Andrea! So glad you’re here!
No, this is the thing:
I have an already made homepage from a magazin style theme. Currently, I have the SWT pulling the contents from all the sites into the tags blog “feeds-from-sites”. A sub-site of the mainsite.
What I would need to do, instead, is to have the SWT pull the posts into a page on the mainsite, other than the Homepage. Something like “page-of-feeds-from-sites” INSIDE the mainsite. So I can pull from there the posts from all over thw network as posts inside the categories of the mainsite.
Is there any way to accomplish that? To set the plugin to publish on a different page of the mainsite other than the Homepage?
Forum: Networking WordPress
In reply to: Intrincated question about recent posts in MultiSiteOr… how would you modify the plugin to make it put the posts in a normal page (not the homepage) of the same mainsite so it’ll let you put the posts from the same database?
Forum: Networking WordPress
In reply to: Intrincated question about recent posts in MultiSiteI supose the main page of my theme is a bit little more complicated. I just need to know if there is any php function I can use to pull the posts TO the main page from the tags blog.
Is there any? I mean, what would you write in the editor for the main page if you want the recent posts of the nework to appear in some special place of it?
(Thanks for your patience!)
Forum: Networking WordPress
In reply to: Intrincated question about recent posts in MultiSiteHey, Andrea, thanks for answering!
No, I mean, like a function INSIDE the sitewide tags plugin.
I want to do the first option you named, I just don’t know hot to actually “print” those posts on the homepage. When I tried setting the plugin to post on the homepage nothing changed there. Even after updating some posts. What would be the function I need to call (from the plugin) on the places I want the posts to show?