Hi,
Im using the Genesis theme and want to show 3 columns next to each other on my website. Generally there should be enough space but somehow there are border and the page only displays 2 of the columns next to each other. Can you help me to display 3 columns please.
https://ecobackpacking.net/travel-tips-and-tricks/
Thanks
]]>Hi. I am having issues with the Widgets in columns plugin. I am using Graphene theme 1.9.4.2 and the category posts widget. Whenever I try to make the category post widget 1/4, it starts the widget at 1/4 of the entire container, but does not shrink the content to fit. Here is the site: https://parkwaynews.net/norsestar/
The problem is at the bottom of the page under Meet…It’s in teh footer section
Thank you
The CSS class for the div element surrounding the widget is the same as one used in my theme. The class of the div element is currently set to “one-fourth”, i.e: <div class="one-fourth"
How can I change the class for this element?
https://bilingualpreschool.org/newWP/
The home page widgets display in columns when I view from within WordPress admin, but not on the live site.
The widget worked before.
Please help!
]]>I am using this to split two columns of text in a widget. It works well except that one of the text columns is longer than the other, and so the rest of the text spills beneath both columns and full-width.
I need the text to stay in their columns, regardless of how much text is in each. (Hope that makes sense!)
How can I stop the text overflow from happening? Thanks.
]]>I set-up a website on a test install:
https://www.lizmcreations.com/gerrie3
To set up one of the pages, I needed/used Widgets in Columns for convenience and ease of future editing for the customer.
However, when I installed the site onto the live hosting/live server, I cannot get the site to load when the Widgets in Columns plug-in is active.
Can you please assist me with this? I have not been able to find an alternative plug-in that will do the same thing and I don’t want to have to completely re-do the work. Originally, the error was a T_CLASS error on line 1 of the widgets-in-columns.php file. I have tried to take a look at it and see if something jumps out at me – but I have not been able to find anything.
I’d love to get this fixed soon and would appreciate ANY assistance you could possibly give me.
Liz
]]>I was using this on my “test” site and it was working perfectly fine. When I transferred to the live site I am getting the following error:
PHP Parse error: syntax error, unexpected T_CLASS in /home/gdresser/new/wp-content/plugins/widgets-in-columns/widgets.php on line 1
Any thoughts on how to resolve this?
Thanks!
Liz Martinez
]]>Hi,
I am using a responsive theme for my clients website. Widgets in sidebar and on page are working fine in desktop view but Widgets used in columns are collapsing on each other in mobile view. Is there any option by which widgets would get them aligned vertically in mobile view?
Using WooThemes Whitelight.
Trying to do one widget as 2/3, another widget as 1/3. First widget (2/3) keeps changing to either 3/4 or 4/5 and I’m not sure why. When I hit save on 2/3, it changes.
When I use 1/4 or 3/4, I don’t have this same problem, although none of the links or text is selectable or clickable.
]]>Great, wonderful plugin, if I could just get it to work on my live multi-site network. I got it to work on my test site, which is also a multi-site. But it won’t work on my live site. I deactivated all plugins except wp-super cache (which requires a wp-config modification to deactivate). Is wp-super cache the problem (which is not on my test site)?
]]>The new version v0.2.2 does not display correctly in IE9. Firefox, Chrome, Safari, Opera are correct.
The older version v0.1 of this plugin does display the widget areas correctly in IE9.
Unfortunately I’ve currently not the time to look for the detailed reasons. I use the divider widget with option break and clear combined with widgets from the plugin ‘Spots’.
You can see the correct display at the footer of eplus-gruppe.de.
]]>This is a very useful plugin. Other people as well as myself are happy to have found it.
Nevertheless, there is a malicious bug. Using more than 9 widgets of one widget class will result in errors. The error occurs in your function dynamic_sidebar_params(). The current code is
$widget_id = substr( strstr( $params[0]['widget_id'], '-' ), -1 );
It only uses the last character of string $params[0]['widget_id']
, which fails if the widget id is ‘text-10’, for example.
An alternative code line may be
$widget_id = substr( $params[0]['widget_id'], strrpos( $params[0]['widget_id'], '-' ) + 1 );
This gets always the whole part of the string after the last ‘-‘.
I put three widgets (text, text and random text) in the full width sidebar. I configured all three widgets with a 1/3 width. So expect 1 row with 3 columns…
But the result is: The two text widgets are still full page width, only the random text is 1/3, so I’ve three ‘rows’ now.
If I change the order of the widgets in random text, text and text, the random text widget is indeed 1/3, but at the right side both the text widgets are 2/3 (above eachother).
What’s up? I’m not understanding the way of configuring or the pluging doesn’t affect the text widgets?
Regards,
Edwin