Lucian Florian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: localization in dynamic menuCheck this tutorial for dynamic menu.
Forum: Fixing WordPress
In reply to: Creating Sub Page MenuHere you can find a tutorial regarding displaying dynamic menu pages
Forum: Fixing WordPress
In reply to: [Plugin: WP sIFR] Margins with sIFRIt is line height issue.
http://wordpress.org/support/topic/257036?replies=4Forum: Plugins
In reply to: [Plugin: WP sIFR] Problems if using sIFR navigationuse opera 10. Others browsers don’t support this very well.
Forum: Plugins
In reply to: [Plugin: WP sIFR] Changing Line-Height?The solution is that you have to do it manually.
This plugin doesn’t allow that kind of customization.Here is a very good tutorial:
http://designintellection.com/this-is-how-you-get-sifr-to-work/Jump the the step 2 and use swf type face generator instead:
http://www.sifrgenerator.com/wizard.htmlForum: Fixing WordPress
In reply to: [.htaccess redirect] from older website to newThe server does not accept .htaccess file so I had to do that in index.
if($_GET['sec']=="v") { header ('HTTP/1.1 301 Moved Permanently'); header ('Location: http://www.ragenassociates.com/vases/'); }Forum: Fixing WordPress
In reply to: [.htaccess redirect] from older website to newHi Shane, thanks for help.
That one works. It redirects the entire website to my section.
I can’t figure out why it doesn’t want for that specific links.
And I was supposed to launch today 🙁Forum: Fixing WordPress
In reply to: Pages gone missinghope you have a database backup. You can check with your hosting provider to make restoration for you.
Don’t forget to restore wordpress core files as well.
Forum: Fixing WordPress
In reply to: WordPress Stats stopped working after 2.8.42.8.4 does not work. When I tried to activate the plugin I have got an error message “wp_includes/pluginer.php Headers cannot be modified” etc.
This plugin needs to be updated.
Forum: Fixing WordPress
In reply to: Simplifying my URL without the “wordpress”As majority say at the top,
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory is the solution to this. I start giving to my wordpress installations a folder with custom name, as it help to keep it organize and improves security.Forum: Fixing WordPress
In reply to: How Do I Create a Splash Page?Yes, you are right. After I read again the request, the maintenance plugin, has not that purpose.
Forum: Fixing WordPress
In reply to: verification tag for webmaster tool googlemake sure you put the file in the website root, not the wordpress directory.
Forum: Fixing WordPress
In reply to: How Do I Create a Splash Page?or use the plugin maintenance mode and create a custom 503.php template.
The website can still be accesed by logged users.
Forum: Fixing WordPress
In reply to: I need to place editable content on the home page in a unique spotYou need custom fields for that. Get the plugin custom field template.
Also you will need to study the codex to see how to add and echo a custom field.
Forum: Fixing WordPress
In reply to: how i add custom button to editortry the plugin post editor buttons
or you should a look to this one also which has the advanced buttons: tinyMCE advanced