namsterdamus
Forum Replies Created
-
Forum: Plugins
In reply to: [WP RSS Multi Importer] Change Post Titlewe figured it out, we had to increase the memory allocation from 128MB to 256MB in the php.ini because we had just way too many post and it could not handle it. that fixed it.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Change Post Titleyes he is the code before and after it so you can see
if ($overridedate==1){ $post['post_date'] = $rightNow; }else{ $post['post_date'] = date('Y-m-d H:i:s',$items['mystrdate']); } $post['post_title'] =($items["myGroup"]); $authorPrep="By "; if(!empty($items["myAuthor"]) && $addAuthor==1){ $thisContent .= '<span style="font-style:italic; font-size:16px;">'.$authorPrep.' <a '.$openWindow.' href='.$items["mylink"].' '.($noFollow==1 ? 'rel=nofollow':'').'">'.$items["myAuthor"].'</a></span> '; }Forum: Plugins
In reply to: [WP RSS Multi Importer] Change Post Titlethis is the only thing that was changed
$post['post_title'] = $items["myGroup"]Forum: Plugins
In reply to: [WP RSS Multi Importer] Change Post TitleEverything was working fine then all of a sudden it broke the page, the odd thing was that I haven’t even touched it for 3 days. so why would it stop, here’s the thing if i deactivate the plugin the homepage is fine, if i reactivate i only get a blank page.
Seems that only the homepage and one category is broken but the others if i manually go there work fine.
blog.lollimobile.com homepage is broken
http://blog.lollimobile.com/category/cute-asian-fashion/ is broken
http://blog.lollimobile.com/2013/04/10/cute-asian-fashion-401_738/ specific post are fine.http://blog.lollimobile.com/category/cute-jewelry/ however is fine if you go there with a direct link. all post seems fine too even.
Any ideas?
Forum: Plugins
In reply to: [WP RSS Multi Importer] Change Post Titlethanks for the code but it had a problem and broke the site.
This worked
$post['post_title'] = $items["myGroup"]but once i put the date in it breaks. I think it has something to do with the concatenation of the two. Any suggestions?
thanks
I’m having the same problem. http://www.hatchmfg.com/
I also had problems with the CSS the issue was that the actual code created by the PHP listed the div as
testimonialswidget_testimonials_listrather than
testimonialswidget_testimonials”so the css didn’t work until i changed the css to _list instead.
Right now my ids=1 and as you can see it’s not rotating.