meetwp
Forum Replies Created
-
Thanks for the feedback. It is good to know the method is still working fine.
Forum: Plugins
In reply to: [Picasa and Google Plus Express] iPhone compatible slideshowThanks for the suggestion!
Adding a subdomain solved the issue.
Here is a guide for other users
If you want to move from subdomain (en.topic1.com) to subfolder (topic1.com/en/) set the redirects with the following code in htaccess (code was provided by Ipstenu (Mika Epstein)).Lesson #1: ALWAYS put the WP calls at the bottom.
Lesson #2: Always separate your .htaccess sections.
# Subdomains RewriteCond %{HTTP_HOST} ^en.topic1.com [OR] RewriteCond %{HTTP_HOST} ^www.en.topic1.com RewriteRule ^(.*)$ http://topic1.com/en/$1 [R=301,L] # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # END WordPressWait a couple of hours as it did not work immediately.
If you are on the same server as the subdomains (en.topic1.com) was hosted you should have everything redirected.
If you are on a new server you must add a subdomain or the server will not know that for example en.topic1.com exists and will serve a 404
To do so, in cPanel, go to subdomains and create a subdomain pointing to the document root of the folder where the htaccess is. This will be the same folder which contains all the files for topic1.comIt should now work.
As a practical example, if anyone goes to http://en.meetitalia.org/travel-phrases/travel-phrases-1-ciao-hello/ he will be redirected to
http://meetitalia.org/en/travel-phrases/travel-phrases-1-ciao-hello/remember that you must repeat the above steps for all subdomains you had on your previous installation.
And remember to thank Ipstenu (Mika Epstein) as it was her help that got me this far.
Forum: Plugins
In reply to: [Picasa and Google Plus Express] iPhone compatible slideshowWill do as soon as I find a nice configuration.
Hello, not completely solved.
If you are referring to this thread:
Thumbnail Captions (8 posts)
http://wordpress.org/support/topic/thumbnail-captions?replies=8
I have yet to figure out how to make the changes.Thank you
I still can’t get it to work.
Can it be because we moved server and installed all fresh, then imported all wordpress content and set up all the plugins.
What I mean is, is it possible I don’t have the subdomains set up in cpanel and thus there is nothing from which to redirect?the websites are en.meetitalia.org that now should go to meetitalia.org/en/
thank you
Hello,
We decided to install everything from scratch on a new server.
We’ve exported and imported all content to the new site and are now ready to change dns
How can we set a redirect from en.topic1.com to topic1.com/en ?
I’ve googled for a few hours and found a few solutions, but none seem to workHere is one of the solutions I found that was actually published by you
http://wordpress.org/support/topic/convert-subdirectories-to-subdomains?replies=18
# SubDomains RewriteCond %{HTTP_HOST} ^subsite.domain.tld [OR] RewriteCond %{HTTP_HOST} ^www.subsite.domain.tld RewriteRule ^(.*)$ http://domain.tld/subsite/$1 [R=301,L]Here are the current htaccess rules
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{HTTP_HOST} ^en.topic1.com [OR] RewriteCond %{HTTP_HOST} ^www.en.topic1.com RewriteRule ^(.*)$ http://topic1.com/en/$1 [R=301,L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # END WordPressDo I also have to create a subdomain on the new server Cpanel?
I’ve actually tried to do so, but had no luck in getting the redirect to work.Thank you
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Preview image in posts?Hello, please read here
http://wordpress.org/extend/plugins/picasa-express-x2/faq/it states
After upgrade, selection dialog displays blank screen
If the upgrade to version 2 causes the selection dialog to no longer return albums and photos, this is probably caused due to changes in the token authorization process.Changes were made to the token authorization process to fix issues on Google’s side, and these changes have altered the URL used to generate the token. This can cause Google to think you’re providing an invalid token.
To fix the issue, simply revoke access (through the plugin) and request it again.
Hope this solves the issue.
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Thumbnail CaptionsBy the way I tested your page on an iPhone and the pictures in two columns look nice in landscape mode, but when in portrait they are aligned left.
Furthermore, the slideshow has the same issues I am having and that is they are very small and the text covers a large part of the display.Hope my feedback can help you in making a very nice page
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Thumbnail CaptionsHello,
I think you are indirectly answering the question I posted here.
http://wordpress.org/support/topic/pictures-with-captions-are-ordered-with-blank-spaces?replies=1Can you please share the shortcode for Picasa Express 2 – Sortcode Method with Captions?
Does it work with Albums?
I don’t want to hijack your post!Thank you
Forum: Plugins
In reply to: [Picasa and Google Plus Express] Preview image in posts?Please remember to post a link when you request help, this way people can see the issues.
Thank youThis is very good to know.
You should add it to the description page as I’m sure many more have this same question.Does Polylang also create a separate rss feed for each language?
Thank you
You can contact them on this forum
http://forum.blubrry.com
or email them with the form you can find here
http://www.blubrry.com/contact.phpForum: Plugins
In reply to: [Editorial Calendar] [Plugin: Editorial Calendar] MultiSite Version?This is a superb idea.
It would allow anyone who can view the whole multisite network to also view and change dates for all sites.Thank you for the helpful hint!