ryans149
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Open thumbnails as fullsize img and not medium sizeyou can directly edit image code in HTML editor..
If you want this to be default, I am not sure..
Forum: Fixing WordPress
In reply to: ‘save changes’ button disappeared in ‘general settings’deactivate all the plugins and make sure you have uploaded all the wordpress files.
Re upload wp-admin and wp-includes folders
Forum: Fixing WordPress
In reply to: remove “tag/” & “page/” from permalinksNot sure, but I can point you to this:
Forum: Fixing WordPress
In reply to: 2.8, Add a image, Image Upload, Problem, Work Aroundon host,755 permissions are not enough and u may need 777 recursive permissions…
Forum: Fixing WordPress
In reply to: New Password doesn’t workhmmm.. not sure.
Change the password again and make sure you are doing that properly.. (this is very strange for me too!!)
Forum: Fixing WordPress
In reply to: Category Parent not “saving”Pages are used to display static information on your blog, like About Us, or Contact Us (this is just an example). Some information that never change and remains same for all your posts/categories.
Forum: Fixing WordPress
In reply to: Permalinks added – page dissappearshave you changed anything? I could not find any language page there..
Forum: Fixing WordPress
In reply to: WP blog is at /blog/, how can I redirect from /siteURL/?It looks like you want to redirect people from
yourdomain.com/blog to
yourdomain.com
This can not be done by redirection. You need to actually move your wordpress in the root directory..
Forum: Fixing WordPress
In reply to: Sticky post not working?I dont know abt the plugin, but sticky posts appear on home page only.. not on category oage
Forum: Fixing WordPress
In reply to: CATEGORIES HELP on WORDPRESS 2.7ok, then you have the files in the correct location. You have https://www.teenissues.net/ as an addon domain under your main domain. So files should be under public_html/teenissues
Just do the following steps:
1) Now, go to Settings –> General and check if you have the correct URL in WordPress address (URL) and Blog address (URL) field.
2) Make sure you have .htaccess file under public_html/teenissues and it is writable. Go to Settings –> permalinks and select the default or any other permalinks settings you want. Click on save tab.
This should probably resolve your issue..
Forum: Fixing WordPress
In reply to: Redirection problemHave you created the blog as a sub domain?
Now, go to Settings –> General and enter the URL https://blog.youtips.net/ in:
WordPress address (URL) and Blog address (URL) field.
Also, create a .htaccess file under your subdirectory blog and set up a permalinks to default (or whatever you want)
Forum: Fixing WordPress
In reply to: In dashboard but can’t see blogthis is a fresh installation, so I suggest check if you .htaccess file created in public_html and remove it if it is there.
Also, can you give the site URL?
Forum: Fixing WordPress
In reply to: WWW redirectyou want to redirect a sub directory: for example domain.com/sub to https://www.domain.com/sub
So you need to create the .htaccess file inside sub directory and then use the code in it…
Forum: Fixing WordPress
In reply to: [Plugin: TinyMCE Advanced] Can I Hide Tables On the Homepageno, I think this is not possible. Yes, you can do one thing, add a Read More Tag before the tables. So tables will not be visible on home page and only be visible on the post
Forum: Fixing WordPress
In reply to: Admin Page CSS editorcontentarea has gone whitethis happens with your admin area only? Then reinstall the wp-admin and wp-includes folder from fresh wordpress installation. (make sure about the proper version)