Carmdq
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Working with URL's and SEO on multisiteYes, I actually have an “example.com” that redirects according to browser settings to either “example.com/en” or “example.com/es”.
I tried manually changing the permalink on “example.com/en/portfolio-2” to just portfolio, but the change doesn’t stick.
Forum: Networking WordPress
In reply to: Migrate Multisite installationIt worked perfectly Mika. Thanks
Forum: Networking WordPress
In reply to: Migrate Multisite installationI think I’m gonna give it a try today. I’m preparing my backups right now. In addition to the link you provided, I also found this one: http://www.realisingdesigns.com/2010/09/16/moving-the-domain-of-a-wordpress-multisite-install/
and also yours: http://halfelf.org/2012/moving-wordpress-multisite/In my case, I will be moving from a subdomain to my main domain, and not from a subfolder, meaning it’s subdomain.maindomain.com, and NOT maindomain.com/something.
Are the steps still the same? Do you know about any extra precaution I should take? Thanks!
Forum: Plugins
In reply to: [Meteor Slides] [Plugin: Meteor Slides] Styling issueHi JLeuze,
I was just able to fix it! The problem lied on having the background assigned to the <p> tags. I set up a new div to enclose the <p> and gave that div the background property and problem solved.
Your plugin is awesome.
Forum: Networking WordPress
In reply to: Migrate Multisite installationThanks Mika. From your “Aaaaauuuugh” I get this is going to be a serious pain, right?
Forum: Networking WordPress
In reply to: String not translatedNot sure I follow. After replacing that string, how do I tell WordPress that the tag needs translation? Thanks
Forum: Plugins
In reply to: [Testimonials Widget] [Plugin: Testimonials Widget] Access full testimonialThanks! I’ll be sure to check it out and let you know.
Forum: Plugins
In reply to: [Testimonials Widget] [Plugin: Testimonials Widget] Access full testimonialGreat! But I’m reluctant on installing the latest version after having to roll-back because I kept getting an error (Warning: call_user_func_array() [function.call-user-func-array]…….)
Has that been fixed?
Forum: Plugins
In reply to: [Testimonials Widget] [Plugin: Testimonials Widget] Access full testimonialWell, I think a “Read more” tag would be enough. It could work as a post excerpt, so you can have a short text in the widget and then by clicking on the read more tag you could access the full version, like a blog post.
I actually thought it was already possible at first, since your latest version seems to create a parallel version of the post entries in the backend.
That said, I had to switch to the previous less-features version because I kept having this error line at the bottom of my page.
Forum: Networking WordPress
In reply to: String not translatedI see. I’m still missing something though. Apparently it’s the fourth line of this code:
function more_link() { global $post; $more_link = '<p class="moreLink"><a href="'.get_permalink().'" title="'.get_the_title().'">'; $more_link .= '<span>Read More</span>'; $more_link .= '</a></p>'; echo $more_link; }But I’m not sure how to implement your solution, as I’ve made a few attempts and it’s not working yet.
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Networking WordPress
In reply to: String not translatedWell, there’s a function more_link in the theme’s function.php, but it doesn’t look to the code you provided at all.
Also I’ve already asked Theme Trust, but I just wanted to note that my site is multilingual, so while I want to translate the read more string, I also want to keep it in English for one version of the site.Can’t I just add a string in the WP .mo files? Any light on how this terms get translated may point me in the right direction. Thanks
Forum: Networking WordPress
In reply to: String not translatedHi Mika. So, are you saying that I should include this string in the theme, and not the wordpress core files?
Forum: Networking WordPress
In reply to: String not translatedIt’s a theme from ThemeTrust. However, I googled a bit, and it seems that wordpress’ core translation is not including “Read More”. So, I assumed it was not theme related.
That’s it! Thanks!!
Hi, I think here’s the thing:
The main site (redirecting purposes only), is set to English. Then, there’s a second site set to English for English readers and a third one set to Spanish for, you guessed it, Spanish readers.
So, in each of the sites, Spanish and English, link number 1 points to the other language, while link number 2 is pointing to the redirect site.I don’t suppose there’s a way to remove link number2 to avoid confusing the administrator?