frosken
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problem uploading images after moving to new serverHello,
My right clicking your uploads folder, then in your ftp program you should have something like “CHMOD” or “Permission Settings”, make sure that this is set to 777
Forum: Fixing WordPress
In reply to: How do I remove “wordpress” part of my domain.Or, you can buy a domain from Namecheap.com (Best registrar out there) and use the current blog you have with wordpress..
In other terms, buy the domain, and follow the instructions with wordpress to use mydomain.com instead of mydomain.wordpress.com
Forum: Fixing WordPress
In reply to: Sidebar showing on the bottom of single postTry and remove the video in the bottom of the sidebar!
Forum: Fixing WordPress
In reply to: Can’t get to my install.php pageUpload all the files in Binary mode and see if it solves the problem
Forum: Fixing WordPress
In reply to: problem uploading images after moving to new serverMake sure that your uploads folder is chmodded to 777.
Forum: Fixing WordPress
In reply to: reverting to a previous version of wp?Do you have a database backup?
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?HELLo,
Inside your header file i added something named
<style> css code </style>
At the bottom of this, right before the
</style>
add the following code#nav li ul li { float: none; background-color:#7EA700; }
That should do the trick ??
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?HELLo,
Anytime ??
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?HELLo,
Sorry, i did a small mistake! In your code where you have this
<ul class="nav"> <?php wp_list_pages("depth=3&title_li="); ?> </ul>
Replace it with
<ul id="nav"> <?php wp_list_pages("depth=3&title_li="); ?> </ul>
And you should be all set ??
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?HELLo,
Please replace your current header.php with this header.php, it should do the trick for you ??
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?If this is in your header.php file, then please upload the entire content of it to something like https://pastebin.com and send me the link, i will sort out the code for you.
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?You need to remove everything and including
<ul> menu </ul>
..What you did was to put the new code inside an existing
<li> </li>
Forum: Fixing WordPress
In reply to: Adding Pages Under “Parent” – How?Your present nav wont be killed, it will be working like your current nav is doing! Only difference is that your new navigation will also list the subpage below the approiate main menus.
Forum: Fixing WordPress
In reply to: Arras Theme – changing the header colorPlease look in the style named “default.css”, the exact path is
/wp-content/themes/arras-theme/css/styles/default.css
Forum: Fixing WordPress
In reply to: Category questionHow do you accomplish to get your posts to be listed on your pages?