WP Libra
Forum Replies Created
-
Got ya.
Maybe someone might know an easier way but the only way I know is go back to that plugin and redirect them all 1 by 1.
For instance on the left side you would enter
/caramelized-apple-pancake.htmland the right side you would enter
http://www.funandfoodcafe.com/caramelized-apple-pancake/*note you dont enter full URL for left side.
Now when you get traffic to the .html it will go to the right page. If you have a ton of pages this could take forever and there is possibly a simpler way. But this is the effect you get when you change permalinks on an already established site.
The redirect Plugin is used for individual redirects which it looked like you want. So if you aren’t redirecting links then don’t use it.
With your htaccess restored set permalinks in general – permalinks.
Better?
I would undo your .htaccess change and return it to the default code.
Then if it works leave it alone and install simnple 301 redirect plugin and do your redirect in there instead of .htaccess.
Forum: Fixing WordPress
In reply to: Read more code for frontpage postsDisable all your plugins. Does the problem persist?
If so then it can’t be WP and Yoothemes should support it.
Forum: Fixing WordPress
In reply to: Help with "continue reading" linkThis is a paid theme so you should as for support through them.
But since I am a nice guy I will give you 1 thing to try.
Enter the below code where you want it to cut off.
<!--more-->If that doesn’t work. Contact woothemes support.
Forum: Fixing WordPress
In reply to: Posts Having Links DisabledAnd this thread is a prime example why I offer my time on these forums. Get to learn something new everyday!
Forum: Fixing WordPress
In reply to: Posts Having Links DisabledStart a new thread with your problem instead of posting in someone elses.
Or in the case you are Gemma017, don’t create multiple accounts.
Forum: Fixing WordPress
In reply to: Posts Having Links DisabledI don’t understand what you are trying to do.
On the link to the page you gave the read more link goes to that page.
What is wrong?
Forum: Fixing WordPress
In reply to: permalinks on, no pages workIt is not possible to know since we dont know how your site is setup.
Did you try putting the code in as I put in the folder where your installation is? What happened?
Forum: Fixing WordPress
In reply to: Sidebar on every pageIf you open up one of the pages to edit and look below the publish button on the right do you see a drop down for page templates? Do you have one for w/ sidebar?
Forum: Fixing WordPress
In reply to: Redirecting to my main websiteForum: Fixing WordPress
In reply to: Redirecting to my main websiteCan you use pastebin and post what is inbetween <head></head> tags?
Forum: Fixing WordPress
In reply to: Redirecting to my main websiteDo you have an redirect plugins active?
Forum: Fixing WordPress
In reply to: How to insert HTML5 animation into pageI would generate it the size you want it and then use the code below
<iframe src="http://007.clockworktesting.co.uk/007.html" height="300" width="960"></iframe>Adjust the height and width. Can see an example below.
http://www.aaronnimocks.com/airplane/
I don’t know if this is the best way. But it surely is the easiest/simplest.
Forum: Fixing WordPress
In reply to: How to insert HTML5 animation into pageWhat about just use an iframe to that link you posted?