Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
I did not hard code it into the theme files, so it’s strange that it is still out there. My host is comparing the admin v. customer view, so hopefully they find the problem code.
Thanks,
RachelHi David,
You must have seen my working – I switched themes and deactivated all of the plugins (then started activating them one by one), to see if that would fix the menu issue. It didn’t, but what I figured out is that an old WR Mega Menu plugin (by Woo Rockets) that has been deactivated and deleted from my plugins list is still linking to my site somehow and is messing up my menu orientation + all other aspects of my site. I need to remove any code that links back to this plugin (as this plugin was the cause of my site shutting down around a month ago). However, because it is no longer an active plugin, I can’t find the code in the files stored by my hosting service. I have contacted them, but if you also have any recommendations, I would greatly appreciate them.
Best,
RachelAh, that fixed it!
Thanks – Rachel
Hi Rui,
Yes – that is what I see on my mobile view as well when I am on my Home Page (which is my “Main Menu” for desktop, not my “Mobile Menu” for mobile). You will see the mobile menu I created that looks like the screenshot attached which I want to be visible for all pages on Mobile view. It is visible on all pages BESIDES the home page (for instance I am on Toys here and then click on the mobile menu).
Does that make sense?
Thanks!
RachelAttachments:
You must be logged in to view attached files.Gotcha. I was hoping to just “show all products” within a category, but this works as well.
Awesome – it works!!
Thanks, Kyle.Hi Kyle,
It’s on the following page. If you minimize the window far enough you’ll see that it never minimized to 2 columns but sticks to just 1.
Thanks!
RachelI already had created 2 columns for mobile only view (see setup in screenshot) but it still shifts automatically to show only 1 image vs. the 2 images I set up. For the woocommerce product view on mobile, Kyle gave me this custom CSS code (see below). Is there anyway to mimic this code to create 2 columns for mobile view but for images instead of Woocommerce products?
}
@media only screen and (max-width: 479px) {
.woocommerce .products .product {
float: left!important;
width: 50%!important;
}Attachments:
You must be logged in to view attached files.Just wanted to check in and see if there was an easy way to change the columns..looking to update this today so any help would be appreciated!
Thanks!
RachelHm. It still isn’t working.
Hi David,
I contacted my hosting service and the informed me that it is currently set to the maximum for my shared hosting plan and any changes made on it will affect all users on the server. So, they are unable to increase the maximum from 1000 to 3000. Is there anything else that could be done? Say, change the font to white and move the image up with custom CSS?
Thanks!
RachelHmm, changing the title didn’t work (see screen shot).
Attachments:
You must be logged in to view attached files.Great – thanks for the help!
I am now able to add the image, but do you have any recommendations to remove the “navigation label”. When I leave it blank, the page (aka image) disappears from the menu. For example, I have labeled the Navigation Label “Women’s” when really I want to leave it blank and have the image align with the top menu items in the rest of the columns.
Best,
RachelAttachments:
You must be logged in to view attached files.March 21, 2016 at 7:45 am in reply to: Create 2 Columns of WooCommerce Products in Mobile View #256614Hi Kyle,
I have been able to resolve my site issue which was preventing the 2 column woocommerce product view on mobile. With the issue resolved the code you sent earlier works like a dream. Thanks!
Rachel
Works great! Thank you!
-
Posted in: We hit Power Elite.