Forum Replies Created
-
Author
-
meltdownParticipant
Great news – Thanks Radu! I’ll add the update as soon as it comes out 🙂
In regards to Product Pages, I’ve been having the problem that on ALL Product Pages there is an empty Left Sidebar that I can’t seem to put anything into. (See this thread)
I’m wondering if it has to do with Admin > Appearance > Sidebars? Can you tell me how they are used?
Thanks again
meltdownParticipantA possibly related question (results from debug.log are above): What is Admin > Appearance > Sidebars? How is it used? Can I create page-specific sidebars using a CSS class? If so, what steps do I follow to do so, and how do I add widgets etc., to it?
I’ve created a sidebar there (CSS Class: MMZChaptersSidebar), can you tell me how to use it?
Thanks again
meltdownParticipantYes, I’ve added widgets to Shop Sidebar, Main Sidebar and Extra For 3-Coloumn Sidebar, as well as Footer Sidebars.
Thanks
meltdownParticipantUsing the following code found at this support thread new members are directed to a blank Membership Levels page (as pictured in the attached image). Why is the page blank if I have created a FREE membership level?
COPY CODEadd_action( 'template_redirect', 'my_membersip_restrict' ); function my_membersip_restrict() { global $pmpro_pages, $post; if ( is_user_logged_in() && !pmpro_hasMembershipLevel() ) { if (isset($post->ID) && !in_array($post->ID, $pmpro_pages)) { wp_redirect( pmpro_url() ); } } }
Without that code they are “registered” but NOT registered to my one membership level. How can they just be automatically subscribed to my membership level?
Thanks again
meltdownParticipantHi – Sorry to be a bother but I may not have properly explained my goal concerning WooCommerce pages. I ONLY want Woocommerce Product Pages to be full-width. All other WooCommerece pages should be Left Sidebar.
Is that possible?
Thanks again for your help.
meltdownParticipantThanks for your reply. No, I haven’t resolved this. It’s just that at the moment in Theme Options > Woocommerce > Woocommerce Pages I have it set to Left Sidebar.
My goal, as I stated is to have that set to Left Sidebar for all other pages but have Woocommerce Product Pages be full-width.
Thanks again.
meltdownParticipantThank you for your response. That code does indeed increase the height of the top bar. However, the items in the menu are still small. How can I equally increase the size of the menu items as well. I’ve included an image as an example.
Thanks again
Attachments:
You must be logged in to view attached files.meltdownParticipantWonderful – Thank you!
Another question, if I may: When NOT logged in, in the upper-right corner of the Top Bar Menu there is a + sign indicating more menu but whatever it is does not seem to be visible (see image). Can you tell me how to resolve this?
Thanks again.
Attachments:
You must be logged in to view attached files.meltdownParticipantI’ve made the adjustments in Theme Options > Header Options > Title/Breadcrumb so that the distance between logo, menu and title-bar are acceptable, but doing so has created a white space between the menu and the title-bar (visible in Google Chrome). Plus, the Ubermenu submenu flyout positioning is off (see image).
Any help would be very much appreciated.
Attachments:
You must be logged in to view attached files.meltdownParticipantI see now in Theme Options > Header Options that I can increase the Header Height which increases the size of my logo. However, it also then blocks the site content under it. How can I avoid this?
Any help would be very much appreciated.
meltdownParticipantUpdate: Unfortunately, I now see that by adjusting the Menu Bar Margin Bottom it throws the flyout submenu out of alignment.
Therefore I still need to do all three things I mentioned:
1) Increase logo size to 400 x 167px
2) Decrease space between Primary menu and bottom of logo
3) Decrease the white space below the Primary menu
Thanks again
meltdownParticipantUpdate: I have Ubermenu installed and was able to resolve the issue concerning the white space below the Primary menu.
However, if I try to decrease the space between the Menu Bar Margin Top and the logo above it (using a negative number) it throws the flyout alignment out of whack.
Therefore I still need to do the first two things I mentioned (see attached image):
1) Increase logo size to 400 x 167px
2) Decrease space between Primary menu and bottom of logo
Thanks again
meltdownParticipantOh, and I would also like to Decrease the white space below the Primary menu.
Thanks again for your help.
-
AuthorPosts