romaniucc
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] site troubleThank you for the update John. One more question if I may… if your site has been flagged by Google as hosting malware/viruses, the easiest way to “convince” Google that the site has been cleaned is via their Search Console (ex webmaster tools). If you’re only clicking “this site is safe” in your browser, it will take quite a couple days until Google will re-check the site.
Forum: Plugins
In reply to: [Meteor Slides] site troubleHello, it looks like the problem hasn’t been resolved yet, my antivirus is acting up when trying to reach your site so a virus of some sort is still there. Could you please fix the issue? Right now my site is linking to yours due to using your plugin. I don’t mind a link but it has to at least go to a clean site.
Thank you!Forum: Plugins
In reply to: [Plugin: MultiPress Content] installed pluginI just finished testing the MultiPress Content plugin and from what I’ve seen so far, it works wonders. It’s been a long time since I’ve been looking for such a tool. Now my wordpress blogs are updating automaticaly, all I have to do is put up affiliate links and enjoy commisions.
I’m going to install it into all of my blogs now.
Forum: Plugins
In reply to: [lockpress] – no license code emailI needed a little help with the plugin and contacted those guys via email. I had all my questions answered in a couple hours.
@cparvin: maybe their emails were marked as spam, did you check your spam folder? I always had quick replies from them.
Forum: Plugins
In reply to: [Plugin: LockPress] So far… so goodYeah, it was a little problem with the plugin with decimal numbers but they fixed it since. I’ve been using it since then with no problem.
So get the new version and you’re set.Forum: Plugins
In reply to: plugin that shows only a part of the post on the main pageI know that <!–more–> would do that, but I don’t like the result. I mean, when pushing the ‘more’ button, I get a link like
site.com/category/postname.html#more-31I would like this ‘more’ link to point straight to the post. is there any way to do that?
Thank you all for your time,
Chris
Forum: Fixing WordPress
In reply to: how to remove the comment rss feedThanks, got it now 🙂
Forum: Fixing WordPress
In reply to: Dissallowing robots for the wordpress folderThanks, I’ll do that.
Chris
Forum: Fixing WordPress
In reply to: Change page’s titles – how to?Damn, it was so simple 🙂 I must have missed that line of code.
Thank you so much,
Chris
Forum: Fixing WordPress
In reply to: using “nice permalinks” – 301 or 302 redirect?Thank you all for the help, solved it.
Forum: Fixing WordPress
In reply to: redirect and 404 – please helpnone of the above work on my unix – apache server, any ideea why?
Thank you,
Chris
Forum: Fixing WordPress
In reply to: redirect and 404 – please helpSorry, mods, please remove the links, I didn’t mean that…
Sorry
edited: solved
Forum: Fixing WordPress
In reply to: redirect and 404 – please helpOK, I’m trying to combine the two above with this:
‘Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.org [NC]
RewriteRule ^(.*)$ http://www.domain.org/$1 [L,R=301]’
wich is redirecting non www to www
Unfortunatelly, the server give me error500 (I just placed them all one after another)…Please advice
Thank you,
Chris
Forum: Fixing WordPress
In reply to: redirect and 404 – please help“replace X with <“
That means I should replace all x with < on all code sentences above?
Sorry, but I really don’t know any htaccess…Thank you,
Chris
Forum: Fixing WordPress
In reply to: redirect and 404 – please helpThank you, what about redirecting
http://www.domain.com/none to
http://www.domain.com/Thank you,
Chris