Alex Rollin
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Hello!
You will need premium Addons for that. To receive support for premium Addons, please login with the account used to purchase the Addons.
Thanks
https://wpgeodirectory.com/downloads/location-manager/
https://wpgeodirectory.com/downloads/advanced-search-filters/This reply has been marked as private.Hello!
I can see a sidebar on WooCommerce product pages.
Can you please send a link to a page where we can see the problem?
Thanks!
Hello!
I have tested the Snippet myself and it works and it does not cause errors on my test site:
// Re-order detail page sidebar content function _gd_custom_reorder_sidebar_content( $hooks = array() ) { $hooks = array(); $hooks[] = 'geodir_social_sharing_buttons'; // Sharing buttons $hooks[] = 'geodir_detail_page_google_analytics'; // Google Analytics $hooks[] = 'geodir_detail_page_review_rating'; // Rating Stars $hooks[] = 'geodir_detail_page_more_info'; // Custom Fields $hooks[] = 'geodir_edit_post_link'; // User Links return $hooks; } add_filter( 'geodir_detail_page_sidebar_content', '_gd_custom_reorder_sidebar_content', -10, 1 );
This is some code to get you started on your customization. You may want to hire a developer to maintain and make further changes to your customizations: https://geodirectoryexperts.com
Hello!
Glad you can login!
You will need to follow the prompts from the Code Snippets plugin. If it tells you there is a problem, and to discard the changes, then please do that so you don’t have additional problems.
There are lots of examples of how members have worked on the sidebar in the past throughout the forum. If that snippet doesn’t work for you, you could try a different one:
https://wpgeodirectory.com/support/search/?bbp_search=geodir_detail_page_sidebar_content
Snippets are a type of customization. It’s important to be careful when you copy and paste because even an extra ‘space’ character can cause the code not to work.
There are other ways to add the code snippet, yes, like creating a child theme for Whoop:
Hello!
Can you see a WooCommerce Sidebar in the WP > Appearance > Widgets page?
We did some work before to add a sidebar for WooCommerce.
Please create a private reply with your site URL and WP Admin credentials and we will take a look.
https://wpgeodirectory.com/support/topic/supreme-and-woocommerce/
Hello!
This will change the listing title color on the detail page:
.sd .sd-detail-info .sd-entry-title { color: blue;
You can make your own CSS with Chrome tools. Just right click on the element you want to change and select “inspect”. Then use the console to write your own CSS.
Here’s an article about it:
Hello!
You can try this forum post:
Let us know if that is what you are looking for
Hello!
In this case, the changes you mention are customizations and would require changes to the code.
Instead, try making a new home page, and add the widgets or elements that you want to use, as the changes you are talking about are not just CSS.
December 23, 2017 at 5:42 pm in reply to: No hace link "Enviar consultas" "Enviar a un amigo" #410443Hello!
Your page is looking good. Looking forward to counting you among our members.
Happy holidays!
This reply has been marked as private.Hello!
1# No, other cache plugins like WP Super Cache also support MaxCDN (untested)
2# No, but you should ‘minify’ only once, usually
3# No, but MaxCDN has lots of docs.
Hello!
You can see the list of Gateways currently available here: https://wpinvoicing.com/downloads/category/gateways/
You can hire a developer to create a new Gateway, and here is a document with advice on how to proceed: https://wpinvoicing.com/docs/creating-a-payment-gateway/
You can hire GD Expert Developers Here: https://geodirectoryexperts.com
Hello!
You c an also look here for how to do it yourself:
-
AuthorPosts