Waup
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to only show sub-total if different to order total?Thanks Lorro! Not quite sure how to do If statements… something to learn ??
Forum: Plugins
In reply to: [WooCommerce] How to separate order review and payment divs?Anyone know how to achieve this?
Hi nerdaryan – happy to help test. Some ideas also…
– remove voting and points, as an option
– add ‘sticky’ questions at top of list, as option
– ability to sort questions by category or user
– option to show ‘Author’ post in discussion
– option to remove question no. from URL string
– option to select ‘Best Answer’
– option to add ‘share’ buttons on best answer
– option to add header bar above questions – with Ask, Subscribe etc
– option to post as guest versus having to be a site user
– simple creation of site usersCongratulations on a great start – love your work dude.
Some of the forumengine theme features are cool, but I want a plugin not a theme.
With some improvements, this would be worth paying for ??
Forum: Fixing WordPress
In reply to: No Visual Editor for Non-Admin RolesThks Esmi. The culprit was ‘WordPress SimplePop Plus’. Once deactivated, the basic menu (the one without the H1,H2 selector dropdown).
Forum: Fixing WordPress
In reply to: Contributor Role Can't Write Posts… Or Upload MediaSlenaua – rookie discovery here. It seems the problem is the visual editor isn’t displaying (even though in the user’s profile, it isn’t disabled) and hence the text is in white. Hmm
Forum: Fixing WordPress
In reply to: Contributor Role Can't Write Posts… Or Upload MediaThks Slenaua – yes can’t figure this one out. Trying to solve without plugins but appreciate the help.
Forum: Fixing WordPress
In reply to: Remove Specific Pages from 404 Archive PagePerfect, solved. Thks KrissieV
Forum: Fixing WordPress
In reply to: Remove Specific Pages from 404 Archive PageThks Krissie. I changed:
<h4><?php _e( 'Site-Map:', 'genesis' ); ?></h4> <ul> <?php wp_list_pages( 'title_li=' ); ?> </ul> <h4><?php _e( 'Categories:', 'genesis' ); ?></h4> <ul> <?php wp_list_categories( 'sort_column=name&title_li=' ); ?> </ul>
to:
<h4><?php _e( 'Site-Map:', 'genesis' ); ?></h4> <ul> <?php wp_list_pages( 'title_li=' 'exclude=PostNo' ); ?> </ul> <h4><?php _e( 'Categories:', 'genesis' ); ?></h4> <ul> <?php wp_list_categories( 'sort_column=name&title_li=' ); ?> </ul>
With the right post number in there, and it breaks the page.
Any ideas? Thks
Forum: Localhost Installs
In reply to: Low Memory Usage on Localhost vs Huge once DeployedThks Esmi. Will investigate and report back
Forum: Plugins
In reply to: [WooCommerce] Stop WooCommerce Html Requests / Files on Site Loadthanks, tried that… didn’t work unfortunately.
Forum: Plugins
In reply to: [WooCommerce] Stop WooCommerce Html Requests / Files on Site LoadThks Roy. I experimented but couldn’t get that making a difference
Should that conditional check be put in woocommerce.php, functions.php or elsewhere?
Forum: Plugins
In reply to: [WooCommerce] Stop WooCommerce Html Requests / Files on Site Load@slashingpixels – will try to clarify. When testing homepage and other pages load times on pingdom, I see that woocommerce adds many html requests and file kb’s, impacting load speed. I only want requests to run if someone’s clicks on a Woo-Store page URL.
@apcgallery – good idea and thanks for the suggestion. Will broaden and report back.
My add to cart button is missing. It displays a small section, but not a full button or text.
https://mikemetcalfe.co/product/hotel-real-estate-financial-model-investment-template/
Any ideas? thks
Forum: Plugins
In reply to: [WooCommerce] Using Woocommerce.css in Different Child Theme FolderWorking now thks SP. For any readers, I’d uncompressed the one line code of woocommerce.css using one online tool – that didn’t work. Tried others (which had visibly different output results) – it works. Firebug shows new CSS location being used.
Forum: Plugins
In reply to: [WooCommerce] Using Woocommerce.css in Different Child Theme FolderThks splashingpixels – unfortunately didn’t work. In case if influences anything, I also have the Genesis Connect plugin activated. Are there other steps or changes needed?
i.e. I found other articles talking about moving folders, enqueue styles etc etc
Prior attempts, directly editing the 1 long line of woocommerce.css code, worked for a while but difficult experimenting using firebug. If a simpler method exists, great. thks