linsay7
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive Menu] Mobile Menu Just Stopped WorkingEDIT: Just saw that you posted a link of your website on your first post.
The mobile menu seems to be working properly, so I guess it’s been fixed.
_Hi there, I encountered the same issue on my website.
Apparently, both in versions 3.1.2 & 3.1.3, the menu items go “under” the rest of the website elements. I managed to fix this via css and z-index.
If you minimize your desktop browser to mobile width, possibly you will see the background of your drop-menu and see how you can correct this.Hope this helps.
Best,Forum: Plugins
In reply to: [Grid WUD] Number of posts per category restricted?Awesome, Danny! Thank you for everything once again!
Have a great day.
Cheers!Linsay
Forum: Plugins
In reply to: [Grid WUD] Number of posts per category restricted?Sure, of course.
Nothing fancy, just added the following to my css stylesheet.#group_wud_button:last-child {
float: none;
}Since it’s set on the last child, it works no matter how many category tabs you have, so you can set it by default.
+ one more thing I did is hide the first button tab called “All Projects” that shows all items from all categories.
This way, when you refresh the page, you see all projects at first, and just use the other button tabs left to sort the projects out depending on their category.#group_wud_button:first-of-type {
display: none;
}In order to see all projects again, you have to refresh the page, or select the relative menu item, since the tab button is not visible to select it. (It was my decision to have it working that way, it might not be everyone’s solution.)
Voilà! ??
Forum: Plugins
In reply to: [Grid WUD] Number of posts per category restricted?Hi Danny!
I updated your plugin, and it works great.
Thank you so much for the time you devoted on resolving this issue, and for your immediate support.Just a note.
You will have to set the last child of the category tab button to “float: none;”. Or else, if the overall category items are 1, 2, 6, or 7, the grid will float next to the last tab for desktop versions. I managed to resolve this via css. Just figured to let you know.Wishing you all the best,
Linsay
*****
Forum: Plugins
In reply to: [Grid WUD] Number of posts per category restricted?Danny, I apologize, I misdiagnosed the problem.
I have a 5 category-grid on my homepage. I thought that if I did not select one of the group button above (#group_wud_button), it would show by default all of the posts, regardless of their category. This is not the case, it’s as if the first tab is active when you land on the page.
So I created a new category named “projects”, and I added it on all of my posts, in order to have all posts displayed at first when you refresh the page, and sort them after some of the category tabs is selected.
Now the restriction is for the number of categories. (It’s not a day for numbers apparently! ?? )
ERROR_05 =>
The maximum group items is five (5) categories or tags.If there is a way to increase the number of group items, or if there is another solution to display all posts at the beginning, please let me know.
Either way, I appreciate the effort and will continue using your plugin.Thank you for your time.
My apologies again for the mix-up.
Regards,
Linsay* Just for history, this was my shortcode to display a random grid of several categories, without pagination.
[gridwud slug=”cat” group=”cat-1, cat-2, cat-3, cat-4, cat-5″ grid=”50″ order=”99″ button=”1″]Forum: Plugins
In reply to: [Grid WUD] Number of posts per category restricted?Wow, that was quick! ??
Thank you so much for considering this change, Dave.If it’s easy and possible, it will be a great feature.
Cheers,
Linsay