bosunjohnson
Forum Replies Created
-
yes, you can right. The theme was the problem
Thank you! This worked like a charm! If I want to hide more fields, all I need to do is repeating this CSS code right and change the child(7) to the required field?
.dokan-bank-settings-template .dokan-form-group:nth-child(7){ display: none!important; }
This code below also worked but it did not change the text in the input textbox. How can I change this also? Thanks!
add_filter('gettext', 'change_vendor_string'); function change_vendor_string($translated) { $translated = str_ireplace('Bank Swift Code', 'Sort Code', $translated); return $translated; }
Forum: Themes and Templates
In reply to: [YITH Proteo] How to edit my account icon linkThanks a lot!
Forum: Themes and Templates
In reply to: [Storefront] homepage shows only 3 product categoriesUnfortunately, I have activated the parent theme but its still the same problem.
the categories are still three and I cannot modify it.Forum: Themes and Templates
In reply to: [Storefront] homepage shows only 3 product categoriesHi @cryptex_vinci
Still not working.
Thanks for the help.Forum: Themes and Templates
In reply to: [Storefront] homepage shows only 3 product categoriesHi @cryptex_vinci
No luck yet. Still the same three categories. By the way I am using a blank child theme from https://github.com/stuartduff/storefront-child-themeThank you.
Forum: Themes and Templates
In reply to: [Storefront] homepage shows only 3 product categoriesI have used the code in my storefront childtheme but it seems not to be working.
add_filter( ‘storefront_product_categories_args’, ‘w3guy_storefront_product_categories’, 199 ); function w3guy_storefront_product_categories( $args ) { $args[‘limit’] = 5; $args[‘columns’] = 5; return $args; }
I used the code above.
I am currently using a blank storefront childtheme, is there anyway I can make it work?
My website is https://www.betafabrics.com- This reply was modified 7 years, 2 months ago by bosunjohnson.
Thank you. version is 11.0.44
Ok thank you. Working now.
Thank you. I have provided the redirect url but the system redirect me to https://prop.bosunjohnson.com/register-agents/undefined
I also checked your demo site, https://rem.webcodingplace.com/register-agent/ it has the same problem. After a user registers successfully it brings out a message ERROR 404 “Page not found”
Thank you.
Please how do I get the property IDs?ello,
When I click on a property, the maps shows fine.
But when I use the map like the one on the homepage of the demo site, nothing appears.What can I do please. my url is prop.bosunjohnson.com