meglish
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [GeneratePress] Max Mega Menu not visible in mobile viewHi @fernandoazarcon2 – that did it, thank you so much!!
Forum: Themes and Templates
In reply to: [GeneratePress] Max Mega Menu not visible in mobile viewHi Leo,
I’m not using any custom CSS currently.
When I set the Header layout to something like “Navigation Before” or “Navigation After” the menu is visible on mobile. It’s only when the menu is in the same line as the site logo that it disappears. I feel that’s a theme issue.
Thanks.
Forum: Plugins
In reply to: [Featured Posts Grid] [Plugin: Featured Posts Grid] Pip/Arrows not appearing?Hey Luk- I was having the same issue. If you’re still stuck, you just have to up your ‘Max Pages’ to the number of pips you want.
Good luck!
Forum: Fixing WordPress
In reply to: Get Number of Author Posts Broken Down by Category?Alright, I came up with this work-around, which works exactly for my situation, but doesn’t result in variables you can use elsewhere.
Since I only needed these stats on the author pages, and since I know the authors in question will only write 25-30 posts (if that), I went ahead and added the Per Page plugin to change the author pages so that they’d display up to 100 posts. Then I stuck a counter in the loop to count up the posts:
if ($cat->cat_ID=='9') { $engcount = $engcount + 1;
And so on. I already had the posts displaying in different colors based on the same category conditions, so tucking that counter in was straightforward.
Instead of displaying the totals at the top, I wiggled with the CSS a little so that the sidebar came after the main content, and the totals now appear in a modified version of the sidebar.
So, my needs are met for this project, but I’m still curious if there’s a different way to just grab that information from somewhere, without having a loop count.
Thanks!
For those of us using GoDaddy with the Windows XP OS and consequently running into this issue, how do we switch to Linux? I’m assuming it’s the best way to fix the problem?