canah
Forum Replies Created
-
Well, this case looks a little weird, but perhaps it’s a problem with .htaccess or permission. Ok please, try again by following the instruction steps:
1. First of all turn off plugin Velvet Blues Update URLs.
2. Please turn off friendly urls by setting to default.
3. Make a copy of your htaccess file and save it on your device. Then delete this file from your server by ftp manager.
4. Back to the plugins manager and turn on Velvet Blues Update URLs.
5. Please fill the fields with old and new adress. Old is http://www.example.com/dev and the new is http://www.example.com
6. Please select all below fields:
URLs in page content ( posts, pages, custom post types, revisions )
URLs in excerpts
URLs in links
URLs for attachments ( images, documents, general media )
URLs in custom fields and meta boxesAnd click on the update button.
7. Back to admin setting and set the friendly urls again.
8. Refresh your browser Ctrl + F5 and check if problem still exists.
Forum: Fixing WordPress
In reply to: Problem with Open Graph integrationYeah, you’re great! The reason was duplicated the og meta, but I haven’t seen where. Thank you so much for your advices and time. 🙂
Forum: Fixing WordPress
In reply to: Problem with Open Graph integrationHi,
Yes, I’ve tried with Twenty Twelve Theme, but the problem is still the same. So I think it’s not a issue of template. I turned off all plugins, switched default theme and even tried to sharing by manualy copying the url from browser at my facebook page. It’s so weird and I searched the solution at google, but I didn’t find a similar case.
Don’t worry, try this plugin: Velvet Blues Update URLs
Forum: Fixing WordPress
In reply to: lenght words in home pageHere you are the codex and examples: the_excerpt
Forum: Fixing WordPress
In reply to: can't succeed in moving to one.comPlease, try this plugin Velvet Blues Update URLs to reorganize your Url’s.
Forum: Fixing WordPress
In reply to: Cannot get footer to resizeHi,
The problem consists on the padding value. Please go to your css and find the line with:
.wrapper { margin: 0 auto; width: 960px; }replace on this
.wrapper { margin: 0 auto; width: 960px; height: 100%; overflow: hidden; }The next find this line:
#footer { background-color: #454648; padding: 15px 25px 10px; }And replace it on this:
#footer { background-color: #454648; padding: 15px 25px 10px; width: 910px; }That’s all. 🙂
Forum: Fixing WordPress
In reply to: Problem with commentsHello,
It looks like that is not a problem with wordpress but your hosting platform. The login system requires being registered by the http://blog.virgilio.it/ site, not your blog. So you can try to edit your theme and the comments file, finding div with id=”respond” and replacing all inside this box to the code copying from any free wordpress theme. But I’m not sure if it solve your problem.