Giri
Forum Replies Created
-
AuthorPosts
-
Brian try Guust suggestion and let me know if you still face problem.
Thanks
Brian, I have refactored AYI widget code and added shortcode feature.
can you post your FTP details? So i can apply the changes.
Thanks
Code snippets plugin doesn’t write it in functions.php file. Its act like another standalone functions.php file. So when you update our theme nothing won’t get lost as long as you use code snippets plugin.
Thanks
Are you sure they are all published?
Please post your login details.
I’ll have a look
Hello Brian, Sorry I have not received any notification when this thread assigned to me. So I missed this thread.
Give me some time. I’ll see what i can do.
Thanks
You can use a child theme to put that code or use code snippets plugin to apply the code.
If you are not a technical person then go with code snippets plugin. Its very easy to apply the code.
https://wordpress.org/plugins/code-snippets/
Let me know. Thanks
Hi there,
Try this code.
Warning: All widgets you add in detail sidebar will appear in top. Meaning you cannot move only Ad widget to the top.
remove_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_widget_area', 20); add_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_widget_area', 1);
Let me know how that goes.
Thanks
Most likely you are missing thumbnails.
You can set default thumbnail image in three ways I guess.
1) Global default image for all listings ( GD > design > listing tab > Upload listing no image)
2) Default image for each Custom Post type ( GD > Custom Post types > Edit > Advanced mode > Upload default image)
3) Default image for each category ( Edit each category. You will see a setting there called “Default Listing Image”)
Hi there, Sorry to disappoint you.
Whoop was not built in a day. So its not possible to clone all whoop features in another theme.
As mentioned clearly in docs, whoop is a yelp clone and it is designed for the people who is looking for a yelp clone. So most likely you need to hire someone from our jobs section if you are looking for the same features in other theme.
I recently made GD lists compatible with other themes. But its still under testing phase. Next version of GD lists will be compatible with other themes. So you don’t have to worry about that feature.
As for the forums whoop uses customised template for bbPress. So basically if you install bbPress plugin you will get the forums feature. https://wordpress.org/plugins/bbpress/
However if you need custom design just like whoop, you still need to hire someone for the job.Thanks
You can use this code to change Home breadcrumb item to Directory item.
But keeping both item not possible at the moment.
function modify_breadcrumb_first_item($html) { return '<a href="' . home_url() . '/directory/">' . __( 'Directory', 'geodirectory' ) . '</a>'; } add_filter('geodir_breadcrumb_first_link', 'modify_breadcrumb_first_item');
Use child theme or this plugin to apply the code.
https://wordpress.org/plugins/code-snippets/August 19, 2016 at 5:02 pm in reply to: Remove link from company logo and make it show the whole image – Supreme theme #249900This reply has been marked as private.can you take a back up of your custom css and use only the code i provided today?
If it doesn’t fix your problem, please post your admin login details.
Thanks
My apologies. I have fixed this issue last time. I have no idea how its appeared again.
I have fixed now.
Please add this code in your custom css settings as a temporary workaround.
.nav li ul.sub-menu li a:hover, .nav li ul.children li a:hover { padding-left: 30px; }
Thanks
August 19, 2016 at 1:44 pm in reply to: Remove link from company logo and make it show the whole image – Supreme theme #249729Hi Juan, I’m still unable to access FTP.
For the author link issue, for some reason
get_the_author_meta('ID')
function returns empty string in your website. The problem could have caused by third party plugins.
Can you disable all 3rd party plugins one by one to find the problematic one.
If you still face problem after deactivating 3rd party plugins, please help me with ftp access.
Thanks
Something wrong with the buddypress settings. I had to recreate the register page to fix the problem.
-
AuthorPosts