quinker
Forum Replies Created
-
Forum: Plugins
In reply to: flashing message. How?ok, thank you ??
I just wanted an important announcement to flash…
I’ll put it in a brighter color may be….
Forum: Fixing WordPress
In reply to: A lot of problems when adding a new post…can someone please help me with this?
Thanks,
https://www.quinker.comForum: Fixing WordPress
In reply to: A lot of problems when adding a new post…I am facing exactly the same problems. There is nothing that changed recently. I didnt even add new plugins. I have no clue why these issues came up suddenly. Can someone please help me find a solution?
Thanks,
https://www.quinker.comForum: Themes and Templates
In reply to: 2 sidebars showing different fontsThankyou Steyr, I;ve made the suggested change. But the font in Sidebar1(bottom one) has increased too. It now looks much bigger than the rest of the text on the page.
Also, another problem : When I try to post a comment on a post, the text size increases. The text looks huge…
I’ve been breaking my head over fixing these issues. I’d really really appreciate a solution to these.
Thanks.
Forum: Themes and Templates
In reply to: 2 sidebars showing different fontsbump..
Any help on this please?
Forum: Themes and Templates
In reply to: Sidebar in the wrong placeSorry, I cannot think of any other idea…you just have to test your sidebar code positioning for different combinations.
Good Luck.
Forum: Themes and Templates
In reply to: Sidebar in the wrong placedid you try putting the sidebar code right below the header?
Forum: Themes and Templates
In reply to: Sidebar in the wrong placein your stylesheet, (style.css) you should have code like below
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
}Try reducing the width here.
Forum: Themes and Templates
In reply to: Sidebar in the wrong placeTry these options:
1. Try to reduce the size of your comments box. I feel this is causing the issue.
2. If the above doesnt work, try placing your sidebar code right below the header code in page.phplet me know how it goes.
Forum: Themes and Templates
In reply to: How to move the sidebar up?Looks like this is working ??
But another problem now. When I move the sidebar up, if its contents are longer than the top post height, the featured posts are getting pushed further down creating a gap between top post and featured posts.
I figured out that I create a new sidebar and place it on the top. adjust its contents accordingly.
I created a sidebar2 but it is showing the same contents of sidebar1.
I used this tutorial to create it: https://www.blogohblog.com/adding-extra-sidebar-to-your-wordpress-theme/
Any help on this please?
Forum: Themes and Templates
In reply to: How to move the sidebar up?Oh, ok..let me try that…
sorry, I am a newbie..Forum: Themes and Templates
In reply to: How to move the sidebar up?I’ve moved the sidebar code right under the header (in the CSS file )..it still doesnt move ??
??
Forum: Themes and Templates
In reply to: Widgets not workingOh yes, I got it..
Its working now.. Thanks a ton alchymyth ??
Forum: Themes and Templates
In reply to: Widgets not workingThankyou for the reply. Is this what I need to do for a dynamic sidebar?
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>
Add the above code to sidebar.php ???
Where is this function defined? I cannot find widgets.php in wp-includes. Where can I find this file to upload?
Could you please tell me step by step about what exactly I need to do?
I am a newbie and am new to coding too.
Please help!