Forum Replies Created
-
In reply to: Will Post formats templates be returning in the future?
October 20, 2017 at 10:35 pm #48363In my Woocommerce Display Settings, I have the page selected as my Shop Page. No 3rd party involved.
In reply to: Will Post formats templates be returning in the future?
October 20, 2017 at 11:30 am #48352Sidebar1 displays below Content: https://everydayphotoclass.com/product-category/photo-classes-2/beginner-classes/
Also…It look like my Woocommerce Shop Page is the only page I’m unable to change Page Attribute Template. It therefore affects the display throughout the entire store. I can provide login credentials if you would like to see. Is there a way to integrate this into Graphene?
In reply to: Will Post formats templates be returning in the future?
October 20, 2017 at 6:07 am #48345Also I am using a 3 column layout…but on any Woocommerce Page or Product, sidebar1 displays below the Content area.
In reply to: Will Post formats templates be returning in the future?
October 20, 2017 at 6:01 am #48344It seems the Page Attributes Template option is not available for Woocommerce Products or Woocommerce Pages. This used to work fine with Woocommerce. Was this possibly overlooked in Graphene 2.0?
let me clarify…I dont see where I can change the header navigation from “select” to “drop down”. The option is not available in the Neo Navigattion Settings
ok I have fixed my databse. I will reinstall and start from scratch. Should I not use any of the theme options listed in the preview area? When I was initially trying to setup NEO, none of my changes to navigation and widgets for would apply themselves unless I chose those very same settings in the preview tool area.
can you explain where I can the select menu. I do not see this option. I dont see it in the same area as the text I pasted in my original post above. thank you
Even if I try to add new widgets it doesnt work properly. I can create a new widget and place it in a sidebar. But I cannot change the order of the widgets.
I am using Woocommerce for my store and there is an https redirect option that I have enabled for account and checkout pages. This did not redirect certain items on the page through https so I am using ‘WordPress HTTPS’ plugin. It works like a charm for everything except for this background image I am using for the ‘Gift Certificates’ header menu item.
Ok I see what the problem is… I am using CSS to set a custom background image for one of my header menu items.
li#menu-item-17752{
background: url(http://www.everydayphotoclass.com/wp-content/uploads/2014/09/gift-menu-blue-darken.png);
}I attempted to replace the CSS with https but this still does not solve the problem (see below). Any suggestions?
li#menu-item-17752{
background: url(https://www.everydayphotoclass.com/wp-content/uploads/2014/09/gift-menu-blue-darken.png);
}
