Lucian Florian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to edit source codeYou need to learn html/css for that. If you plan to edit wordpress files, you will need to learn wordpress file composition as well.
Forum: Fixing WordPress
In reply to: Thumbnails don’t display on PCYes I would say that you setup the computers you are working on in a certain way.
Try from another computer, you haven’t worked in settings and you will see that will work there.
Forum: Fixing WordPress
In reply to: Static Sidebar – Pages Only ChangeYou make sure you have page.php setup like that with a sidebar and a main content where you will have the loop. From admin control panel, you create the pages, and add different content for each of them. The content will change but sidebar will stay.
Forum: Fixing WordPress
In reply to: Thumbnails don’t display on PCForum: Fixing WordPress
In reply to: Video Upload ErrorYou need to add in .htaccess file, the limit:
php_value upload_max_filesize 600M php_value post_max_size 600MI assume, you have already copied your php.ini in wp-admin folder and made the necessary changes there.
Forum: Fixing WordPress
In reply to: Thumbnails don’t display on PCWierd enough. What about other websites. Do the picture show up properly on PC’s?
Forum: Fixing WordPress
In reply to: Help hiding root directoryTry this redirection plugin.
Forum: Themes and Templates
In reply to: loading swf in backgroundHe wasn’t sure?
You do it the same as in a static website. Add the script in header section, upload the videos for background, specify the path.
See if you have instructions, and if you know your way into wordpress installation you can install it.
Forum: Fixing WordPress
In reply to: Thumbnails don’t display on PCI use PC, and I can see your photos starting after Step1 title, even with IE6.
I tried in browsercamp and looks OK there too.
Delete your cache.
Forum: Fixing WordPress
In reply to: Show author in main pageGo into editor from your control admin panel, open index.php, search for the end of the loop, and find a right place to insert next code.
<?php the_author_posts_link(); ?>If you can copy and paste the loop from that file I can tell you exactly where to insert it.
Forum: Fixing WordPress
In reply to: How do I get the “subscribe” funciton on my webpage.If you want users to subscribe for RSS feed use the code:
<a href="<?php bloginfo('url'); ?>?feed=rss2">Subscribe</a>If you want to subscribe with their email to be informed each time you make a new post use this plugin:
Forum: Fixing WordPress
In reply to: pre-build advice, site for a photography firmThe wordpress admin is limiting the uploading file size to 2 mb.
To increase that limit you need to go to .htaccess file and add those 2 lines at the end:
php_value upload_max_filesize 30M php_value post_max_size 30M30 mb should be enough.
Also you need to copy your php.ini file in wp-admin folder, search for:
; Maximum allowed size for uploaded files. upload_max_filesize = 30Mand add 30 mb there too.
You can protect those files and create *user registration* for your blog to let just registered user to access the protected files. The users can have multiple levels as well. *User Role manager plugin* let you customize the rights.
Forum: Everything else WordPress
In reply to: ImportFirst, make sure you have the same username and password to the new hosting provider with full rights for the database. Database needs the same name like old one to save some configuration setting headache.
If you still have problems, open the exported database and search at beginning for a line Create Database or something similar. You need to get rid of that.
Forum: Installing WordPress
In reply to: Fatal: class ‘translations’ not found, after 2.6 upgrade to 2.8Try activate the default theme, overwrite wp-acontent as well with files from new version and see if that is working.
I believe you need to make updates within your theme files too.
Forum: Installing WordPress
In reply to: <!–more–> not workingwait for upgrade to 2.8.1 or install a plugin for that. Evermore is pretty good,