icing
Forum Replies Created
-
Thanks for your reply. Will look forward to this functionality in BPS. Till then will just create a simple .htaccess with the code from your last post. Will report back in this thread if it hampers functionality.
Forum: Fixing WordPress
In reply to: Newbie questionsI wrote something here yesterday and my post is missing… Anyway.
You should use the code given in the last post as that will move up the right sidebar to the top on posts pages, like it is on the homepage. Try it and you will know what I mean.
Good to know that single.php worked. Can you share that edited php in pastebin.com. Homepage is probably governed by another php.
Till i find the solution to this, I will use Easing Slider Plugin.
Forum: Fixing WordPress
In reply to: Newbie questions#primary { margin-top: -148px; }Use this code in line 1321 and undo the earlier code given yesterday. The margin-top code needs to be added, doesn’t already exist.
As for the second issue, moving the category in front of the date. This is what I have found:
Date is governed by <div class=”entry-meta”> and category is <div class=”entry-utility”>. They are contained in loop.php, single.php or functions.php. One of these files needs to be edited and added to child theme.
I could be wrong but that is what I know. 🙂
Forum: Fixing WordPress
In reply to: Newbie questionsI hope you are using a Child Theme here. If not, I recommend it.
To reduce the unwanted space, you need to change line 81 of style.css. Just put this in style.css of child theme.
#container { padding-top:10px; }Someone else can shed how to move category in front of date. It requires php editing.
Thanks for your reply. Message sent.
[11-Oct-2012 18:41:48] WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘%d’ at line 1 for query DELETE FROM lc3r0v763m_mappress_posts WHERE postid = %d made by do_action_ref_array, call_user_func_array, wp_delete_auto_drafts, wp_delete_post, do_action(‘deleted_post’), call_user_func_array, Mappress->deleted_post, Mappress_Map->delete_post_map
Error for easy readability.
Forum: Themes and Templates
In reply to: [Simple Catch] [Theme: Simple Catch] Image in Slider@tkalstein Slightly off topic, but are you using CSS for the background of the website? Or a png? Can you guide how you did that?
Thanks Sakin
I have created a child-theme and will be removing the right side of the footer containing “Design by: Catch Themes | Proudly powered by WordPress”. I know how to do that in footer.php.
Forum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] Cannot write to fileAsked hosting provider to change Server API Type to CGI and that was enough. Thanks a lot for your reply though, great plugin and awesome support.
Forum: Your WordPress
In reply to: Pagespeed A Yslow AWhat theme are you using?
I guess I am not using php handlers. I found this commented out line in .htaccess.
# ADD A PHP HANDLER # If you are using a PHP Handler add your web hosts PHP Handler belowI am not sure if I am using php/php.ini handler. I am new to wordpress and do not what that is. Pardon my ignorance. Thanks for the reply though.
Forum: Fixing WordPress
In reply to: Get rid of "/wordpress" on URLEverything is explained in the link given by fonglh. If you are still having any trouble with it, I would be happy to [email removed]