Giri
Forum Replies Created
-
AuthorPosts
-
Thats weird.
Can you delete that snippet and paste the code in the bottom of supreme theme’s functions.php file?
Let me know if it still not showing that Header Top menu.
Hi Marcus,
I hope you are using supreme theme. If you have added the code in the snippet and activated it correctly, then you will see a new menu called “Header Top” in customizer
https://www.dropbox.com/s/8xm1cnsw73ikygy/Screenshot%202017-05-16%2017.16.32.png?dl=0
Hey all,
It is possible to do that if you are only using Directory Starter.
Customizer > Header > Header Top > enable header top.
This section adds that top section and a menu for adding social icons.
You create menu like regular menus, however for the text you need to enter the font awesome icon html for the link text.
For example for facebook, you need to use the text like
<i class="fa fa-facebook-official"></i>
In supreme, we redesigned the pages. So that header top section is removed since its ruining the layout.
If you can able to customize the styles by yourself for header top in supreme, then you can get that setting back in customizer by placing this text in code snippet. https://wordpress.org/plugins/code-snippets/
remove_action( 'customize_register', 'sd_dt_remove_header_top_from_customizer', 20); remove_filter('theme_mod_dt_enable_header_top', 'sd_dt_enable_header_top_return_zero');
This reply has been marked as private.You are welcome 🙂
Hi Atilla,
Sorry for the inconvenience and thanks for your patience.
Can you post your wp-admin login details and tell me where exactly you tried?
So I can check and fix the problem If i see anything
Thanks
Hi Simon,
If you are planning to override, then you need to copy this file
wp-content/themes/geodirectory_whoop/reviews.php
and put it in the root of child theme folder.
You need clone that
geodir_comment_whoop
function from
wp-content/themes/geodirectory_whoop/functions/reviews.phpname it like
geodir_comment_child_whoop
Now edit the child theme version of this file wp-content/themes/geodirectory_whoop/reviews.php
Replace
geodir_comment_whoop
with
geodir_comment_child_whoop
Let me know how that goes.
Thanks
Hi Phoebe,
I’m on medical leave for couple of weeks.
Current dev version that I have pushed last friday can be found here. https://github.com/mistergiri/userswp
Its still in beta. If its delaying your launch then most likely you need to find a developer to fix the bugs.
I’m really sorry that I can’t help you much in the next couple of weeks.
Thanks for understanding.
Hi Richard,
I think you can use my previous code with your code.
add_filter('geodir_dashboard_links','_my_dashboard_links',10); function _my_dashboard_links($dash_links){ $author_link = get_author_posts_url( $user_id ); $listing_link = geodir_getlink( $author_link, array( 'stype' => $ptype ), false ); $dash_links .= "<li><a href='".listing_link."'>Edit or Upgrade Your Listing</a></li>"; return $dash_links; }
Let me know how that goes.
Hi it does seems like your wp_geodir_countries table do not have all the rows.
Can you make sure it has Brazil row?
Use phpmyadmin to browse the tables. If you have no idea what phpmyadmin is then use this plugin to browse the table.
https://wordpress.org/plugins/database-browser/
Delete the plugin once you are done.
Let me know how that goes.
Thanks
If you can’t find in those lines
Search for this text
“Write a Review” and “Add Photo”
wp-content/themes/geodirectory_whoop/functions/general.php
Line number 310
Add Photo => 319
Hey paolo, I don’t have much knowledge in advanced search addon. I tried to find the filter but couldn’t find one.
I have assigned this to kiran. He can point us in the right direction.
Thanks
April 27, 2017 at 8:57 am in reply to: Problems setting listing page not associated to a city or town near #375695You are welcome JD.
Hi Nick, Yes that part uses display name. If you are not filling the name then try setting the display name.
-
AuthorPosts