Giri
Forum Replies Created
-
AuthorPosts
-
We have renamed “Favourites” to “Bookmarks” in whoop. Do you have Favourites tab?
If not post you site login details
I have fixed it. Could you post your ftp details?
Thanks
Also post direct link where I can see issue 4 and 5
4) I think I have fixed those issues in director starter recently. I have tested in my local with supreme. it works fine for me. Please post your ftp details.
5) see 4
6) Could you give me more details about this issue? I don’t see any problem.
7) Are you talking about the black background? or the banner image?
smallgeek, lets fix those bugs today.
Can you answer some of my questions.
1) can you give me an example link?
2) not possible
3) We have a filter for this
dt_footer_widget_class
use this code in supreme functions.php file
function sd_dt_footer_widget_class($classes) { return "col-lg-4 col-md-2"; } add_filter('dt_footer_widget_class', 'sd_dt_footer_widget_class');
Mario, That #respond part is generated by wordpress.
I have modified those links to point to #reviews instead of #respond if its a GD post type.
Thanks
It will be available in the next version.
You can also place this code in your child theme if this is urgent.
add_filter('get_comments_link', 'mario_gd_get_comments_link', 10, 2); function mario_gd_get_comments_link($comments_link, $post_id) { $post_type = get_post_type($post_id); $all_postypes = geodir_get_posttypes(); if (in_array($post_type, $all_postypes)) { $comments_link = str_replace('#comments', '#reviews', $comments_link); $comments_link = str_replace('#respond', '#reviews', $comments_link); } return $comments_link; }
I have fixed it and applied patch on your website. could you test it and let me know?
Thanks
Jobby theme is still under testing. I’m not sure the exact release date. I’ll ask paolo to answer this question.
You are welcome
I have just added that string to po file and updated the theme on your website.
You can find that string in languages/en_US.po file on your website.
Thanks
Ok I have updated the theme. Please test now.
If its still not working, let me know.
Thanks
Hi there, can you backup your childtheme files? we have just fixed that translation issue. if we overwrite your changes (if any) might get lost.
Let me know if you want me to proceed.
thanks
-
AuthorPosts