The sidebar tag has no wiki summary.
0
votes
0answers
20 views
Error messages on custom sidebar login
I'm building a login widget for my website. It is working great. I even got it to stay on the same page if wrong login information is provided or when the username and/or password fields are left ...
0
votes
1answer
30 views
Page specific values in widgets
I have a travel guide website which I have created with WordPress which contains destination guides. On the destination guides pages I have a sidebar which displays destination statistics (currency, ...
-3
votes
0answers
15 views
.textwidget div has ridiculous width for some reason [closed]
I have custom made sidebars, and tried testing them, however main sidebar (on the right) doesn't look like it should do, I assume this is because .textwidget div generated by wordpres has width of ...
0
votes
2answers
23 views
Widget to show posts in the sidebar basing on its IDs
I am trying to create a widget that displays posts in the sidebar taking post IDs as input from the user.
The result of my code is that the widget displays just the first entered ID and ignores the ...
0
votes
1answer
23 views
Update widget form after drag-and-drop “only specific plugin”
This solution, Update widget form after drag-and-drop, works correctly but I want to adapt this function to affect only a specific plugin and not every plugin. How could I do it?
2
votes
1answer
52 views
register sidebars
i registered my sidebars as follows:
$sidebars = array (
'sidebar-10' => 'Hoof Sidebar',
'sidebar-11' => 'Tuisbladsy area een',
'sidebar-12' ...
0
votes
1answer
70 views
Only display on sidebar if only got value inserted on post
This is the statement of post submit:*
<fieldset>
<label for=MarketItem_cost><?php echo __('Software Version', 'WpForest'); ?>:</label>
<p><input ...
0
votes
0answers
8 views
Sidebar and Footer Missing On Single Posts [closed]
Hi my blog is blog post
After installing and uninstalling some plugins for related posts, sidebar and footer is not appearing on single posts.
To solve this problem I changed the Theme
I reinstalled ...
0
votes
2answers
21 views
user definable sidebar per page
I'm searching for a solution where the user can define some sidebar widgets for himself (only text and images). The user should have the possibility to choose a different sidebar for a different page.
...
0
votes
1answer
24 views
Add a select-option to the default widgets
I would like to add an extra feature to one of the default widgets so that the user can choose from the select-field to either align the widget to the left, center or to the right.
How would I be ...
0
votes
1answer
46 views
Override WordPress Widget CSS Classes?
I'm attempting to style lists in the sidebar (you know, <ul><li>) and I'm curious how to also make widgets adopt this class. Each widget seems to have its own class assigned to it by ...
-1
votes
1answer
37 views
Woocommerce Sidebar issue
I've just installed Woocommerce into my website and it's working great apart from one thing...
Sidebars!
How do I set which Sidebar the Shop page and other WooCommerce pages use?
As part of my ...
1
vote
1answer
35 views
How to increase maximum number of sidebars support?
How can i use more than 20 sidebars in wordpress. I'm working on a big information portal, and I need big amaunt of sidebars (about 40, I guess).
So I have 20 sidebars now and when I add one more it ...
0
votes
1answer
32 views
How to display a sidebar only for blog?
I have 2 sidebars(primary and secondary). I want the secondary sidebar to display only on the blog page and primary sidebar to display everywhere else except for the blog page.
What have I tried:
In ...
-1
votes
1answer
28 views
i want to delete animated hover menu effect [closed]
I have downloaded a theme from wordpress.org and this theme is installed on www.funtopa.com/wordpress I want to delete the animated menu hover effect from this. The code of the style.css is below.
...
0
votes
0answers
27 views
Group post archive by last two weeks and months
I want to show an archive menu in each page in the following manner:
Today
Yesterday
This week
Last week
This month
Last month
Earlier
How could I do that?
0
votes
1answer
28 views
Sidebar not showing up on homepage
I am using the Nameless Child Theme for Wordpress. My sidebar is showing up on all other pages except for the home (blog posts) page which is the most important page for it to show up on.
My site is ...
0
votes
2answers
43 views
Add #sidebar-2 to a custom page template
I registered a few custom sidebars, and the corresponding code in my version of TwentyTwelve theme now looks like this:
register_sidebar( array(
'name' => __( 'Sidebar #1', 'twentytwelve' ...
0
votes
1answer
25 views
Is it ok to chop index.php and include files?
So in my index.php I called get_header(), get_sidebar() and get_footer(). My index.php is kind of huge. It is separated into 5 divs more. How do I make it cleaner? Is it safe to chop it to files and ...
1
vote
2answers
21 views
Disable widgets on specific posts
I run a horror related blog. Google is upset with me for displaying adsense in a sidebar widget for one specific post number (4603) that contains an article about an 18+ topic. How can I disable the ...
0
votes
0answers
22 views
sidebar keep getting down
I have website with wordpress. I have problem in sidebar widgets. when i implement the google search code in search.php file , the search works fine. but in the search page, sidebar came down. ...
0
votes
1answer
24 views
call sidebar from file
i need to call a sidebar into my header. i switched to the new twenty twelve theme and created my own child theme. With this new theme i decided to keep things organised and together, so i put my ...
0
votes
0answers
18 views
different contents and same sidebar approach?
I have a static header, sidebar and footer and then a varying content for single.php. What is the right approach to put contents in the div=content part? Say I have 3 different pages (article, stuff, ...
2
votes
1answer
156 views
I need some direction on how to have a sidebar based on meta rather than page
I'm working on a plugin that allows the user to create "page/post types", customize the type style, then tag a page/post with that type. All of this works. My problem is this plugin also needs to ...
0
votes
0answers
33 views
Theme doesn't show sidebar
A strange thing has happened. I've uploaded my theme (that worked perfectly before and still works prefect on my local server) and there are some issues. First it couldn't load prettyPhoto files and I ...
0
votes
1answer
26 views
Custom sidebar not showing in the dashboard
I am trying to create a new sidebar. For that I have used the following code:
In functions.php
if ( function_exists('register_sidebar') )
register_sidebar();
if ( function_exists ...
0
votes
0answers
39 views
I cannot move that sidebar hover to the right [closed]
I've been customizing this theme called WowWay and have tried to mirror it the RTL way, just as my language and custom design would be right-to-left. My problem is with the left sidebar you can see in ...
0
votes
0answers
15 views
Little help finding a DIV tag to delete [closed]
Hey there everyone and anyone.
I'm banging my head here, I just can find where oh where this DIV or even where the page break tag is so that I can remove it. I took a screen shot (figured that would ...
0
votes
2answers
42 views
How to edit contents of dynamic_sidebar()?
I know PHP well but I'm new to Wordpress. I got an incomplete Wordpress website. It has a static home page with an Aweber newsletter form. I tried digging into installed theme and in home.php I came ...
0
votes
0answers
21 views
wordpress pages sidebar widget missing on homepage
http://www.dual-diagnosis.org.uk/
The Sidebar widget with my links in on the right is missing from the home page, it appears everywhere else just not here, any ideas?
0
votes
2answers
33 views
How to add the sidebar in all category page
I created custom post type. I created category called product-categories. I listed all categories in sidebar.php. How to show the sidebar in all the category pages listing all the categories. ...
0
votes
1answer
77 views
add sidebar area to header of child theme
How can I add some extra sidebar locations for widgets in a child theme. The difficulty I'm having is because the parent theme uses some pretty gnarly setup to define the current sidebars.
I would ...
0
votes
1answer
69 views
Show or hide custom menu widget in side bar conditionally
I have been trying and searching to accomplish this. I have the "custom menu" widgets "Members Area", "Admin Area" in side bar, assigned menus to them. Fine, they display.
I want to show "Admin Area" ...
0
votes
0answers
23 views
Copy Widget Settings because of changed IDs
I want to update a customers blog to a child theme that is based on a newer version of the actual deployed theme. My problem is, the developers of the theme changed the IDs of sidebars. In the old ...
1
vote
1answer
74 views
How to insert widget areas specific to certain pages (or posts, etc.)?
I am developing a theme the pages of which (as well as posts) are so different from the home page that I want different widgets on their sidebars.Is there a way to do it?
I'm calling the sidebar on ...
0
votes
1answer
31 views
Targeting specific Page Template for sidebar page
Currently, there is a sidebar dedicated to all posts, and one for all pages. What I would like to do is target specific page templates to display sidebars for each template.
if(is_front_page())
...
0
votes
0answers
27 views
Move Widget Meta Box From Appearance to Pages
Is it possible to relocate the widget/sidebar meta boxes that normally appear at Appearance > Widgets so that they appear as a meta box on a specific page's Page Edit dashboard page?
Here's what ...
0
votes
3answers
60 views
If Post is in a category, show special sidebar [closed]
I'm trying to show a sidebar only to posts which are in a specific category or categories. I get a server error when trying this:
<?php if (in_category( '306' ))
{
<?php ...
0
votes
0answers
20 views
Widget Management/Sidebar Strategy for CMS sites
I've been mulling of this question for a while and try out different approaches for each site: What is a flexible approach to managing widgets on a CMS sidebar that is easy to use and maintain as well ...
0
votes
1answer
21 views
Cannot retrieve author in sidebar of single.php
Within a post I can use the_author() to retrieve the author name, but in the sidebar of a single-post page this does not return anything. How to get metadata on the post author outside the post?
0
votes
0answers
17 views
Sidebar IF query hiding everything
I have this query which I'm using in the sidebar, but when I place it in a php widget, the whole sidebar disappears... The code is below and the full sidebar code is in a pastebin here ...
0
votes
0answers
27 views
Any way to duplicate an entire sidebar?
I was an early adopter of Wordpress, in 2004. It has come a long way, but the Widgets admin panel has not.
I have to make multiple (maybe 20-30+) sidebars for one site, and so I'm facing the prospect ...
0
votes
0answers
33 views
custom siderbar with custom cat post widget does not include content
I am trying to make a template with a left sidebar. In that sidebar I want to insert custom cat post query using a text widget so I can format it correctly the way I want. However when I do The ...
0
votes
0answers
17 views
Sidebar If Query
I have this query which I'm using in the sidebar, but when I place it in a php widget, the whole sidebar disappears... Any ideas?
global $wp_query;
$postid = $wp_query->post->ID;
if ( ! empty( ...
2
votes
2answers
71 views
How to show video from specific category on sidebar?
I need to get video and content from recent posts in specific category called "Video" and show it on my sidebar.
The problem is when I need to have limited text content. so, when I use the_content(); ...
5
votes
1answer
84 views
Display Random Author with Details in Sidebar
PHP newbie here, recently decided to have a stab at cobbling together a kooky little 'Random Author Spotlight' feature into my current WordPress theme. I'm almost done, but I've hit something of a ...
3
votes
1answer
98 views
Sidebar Generator issue
I hope this doesn't come across as very dumb (to some extend it is, however), but I am having a hard time dealing with the Sidebar Generator. In the description it is stated that "Now supports themes ...
0
votes
0answers
97 views
Facebook plugin activated, widget in sidebar yet doesn't show on page - stumped
I have the official Facebook plugin v.1.3 on my website. The plugin is activated, the Facebook Like Box widget can be moved into the sidebar and all options set, yet it doesn't show up in my sidebar. ...
0
votes
2answers
54 views
display specific sidebar for each role
Does someone know if it's possible to display a specific sidebar per user-role ? (only accessible if the user is logged as the specific role related to the specific sidebar )?
What I want is to have ...
0
votes
1answer
87 views
How do I exclude portrait pictures from the nextgen gallery sidebar widget?
I have a gallery that contains both landscape and portrait pictures and want the gallery to be displayed in the wordpress sidebar. The problem is that the thumbnails of the portraits are scaled into ...


