Elzette Roelofse
Forum Replies Created
-
Forum: Plugins
In reply to: [WP GoToWebinar] Load scripts only on page needed.@andrewgoma thank you for asking again.
@northernbeacheswebsites thank you for the update. That is great news. ??Forum: Plugins
In reply to: [WooCommerce] Show products then categories in Shop page displayHello @3sonsdevelopment
Thank you so much for your reply and the info!
That was exactly the direction I was aiming for.
Got stuck at how to get the categories loop in… never thought of just using the shortcode (⊙.☉)7Your suggestion works perfectly!
(the Business Bloomer visual hook guide is awesome!)All the best.
ElzetteForum: Plugins
In reply to: [WooCommerce] Show products then categories in Shop page displayThank you again for your help.
It’s referring to Genesis default page.php – nothing much to see.
Yet it is using WooCommerce template elements.
Here is the screenshot: https://www.dropbox.com/s/xwt5dx7rnscucbt/Screenshot%202019-10-15%2013.10.19.png?dl=0I tried to move those elements using JS – but somewhere / somehow WooCommerce keep the styles, to not let the products move up in the list. See the categories at the bottom.
https://staging2.cswireless.co.uk/shop/I’m lost.
Forum: Plugins
In reply to: [WooCommerce] Show products then categories in Shop page displayThank you for your quick response.
The plugin you suggested is really helpful.I am using Genesis Framework, with a custom child theme.
Whilst I have copied over some of the WooCommerce template files into the child theme, ‘What The File’ is showing the default Shop page is usingpage.php
.Not sure in which template part to go look so that I can swop those in the list?
Any ideas?Thank you!
??
Perfect! Thank you for the quick and clear response!
Forum: Plugins
In reply to: [oik] Disable all CSSI figured something out:
add_action( 'wp_print_styles', 'deregister_oik_styles', 100 ); /** * Remove Oik CSS File. * */ function deregister_oik_styles() { wp_deregister_style( 'oikCSS' ); }
Forum: Plugins
In reply to: [Custom Post Type UI] Drag n drop ordering of custom postsThank you for your quick response.
This is very helpful.
All the best.Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] PDF layout only working for templateThank you for your reply.
I will try this.Sorry @codepeople – forgot to mention… I currently am using Search In Place Advanced on this site. It has the same settings as per you demo.
Thanks again!
Hello @codepeople
Thank you for the quick response.
Sorry for the confusion in my message.
The sub pages when you click on any of these members URLs from https://oaspa.org/membership/members/ have content generated by info stored under Users in the Users and Usermeta tables in the database. The CRM allow users to have additional info to the native WordPress profile info.Eg. a page like this – https://oaspa.org/member/african-minds/ has all of those content stored in the usermeta table. Would it be possible to be also be searched and found by your plugin? So that if a word exist on a page like this it can come up in the search result?
Forum: Plugins
In reply to: [WP Ultimate Post Grid] Isotope Filter bar not loadingAaaah, I see now.
Thank you for the quick response. Apologies for not seeing that earlier!All the best.
Forum: Plugins
In reply to: [Post Types Order] CPT not picked up by plugin in Settings listThank you for your quick reply.
In my message above I mention that it *was* on true, but read online that it should be set to false, which I’ve done, but it is still was not showing.
This all happened on a local version of the site. But when I tried it on the live version of the site, changing it to ‘false’ sure did the trick.Think there is a gremlin in the local version. Sorry to waste your time!
All the best.
Forum: Plugins
In reply to: [Jigoshop] Genesis Connect for JigoshopThanks Marcin. I initially followed the same route as @mikeotgaar, by using the support method. But the day after I decided to go with the ‘alternative’ that have everything I need.
When you register you CPT – make sure the support is for everything or what is necessary for it to show, eg.:
'supports' => array( 'title', 'editor', 'author', 'thumbnail', 'excerpt', 'comments' )