Siddharth
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Layout is distortedPlease help asap.
With evolve theme Ratings and reviews are displayed below the image and description instead of displaying at the right of the content. Now it looks like:
https://i57.tinypic.com/30cceuv.jpgWith previous theme, it used to look like this: https://i60.tinypic.com/33lch91.jpg
How can I align it properly and make it look perfect?
I was using Version: 3.2.7 before and after creation of child theme. First the effect was working in the parent theme but not in child theme. Now I also I am using the same version but now the effect is working in the child theme as well.
I will update it to version 3.3.0 right now.
Thanks!Right now I am working locally so I am unable to provide you the link. I tried various things but none of them worked. So finally switched to main theme. I worked over it and again switched to child theme and guess what menu Hover Effect was displayed this time! I couldn’t figure out what was wrong previously.
Thank You!I have tried it in the style.css file. Now I will try adding code in GeoDirectory >> design >> script >> custom css and let you know.
Could you please reply to my query?
If I make changes in gd_core_frontend.css then it works. But it isn’t ideal way to make changes in the plugin files. So whats the other way to do it?
Hi,
I wanted to remove image from bubble map hence in theme’s style.css I wrote following code,
div.geodir-bubble_image{
display: none;
}Now geodir-bubble-meta-side has moved in place of geodir-bubble_image. So to utilise the full space of bubble map I tried fixed width 230px (115px of geodir-bubble-meta-side and 115px of geodir-bubble_image) as well as auto.
.geodir-bubble-meta-side {
width: 230px; OR width:auto;
}But this doesn’t work.
Then in the chrome’s developer mode I tried,
.geodir-map-small .geodir-bubble_image, .geodir-map-small .geodir-bubble-meta-side {
width: auto;
}This worked perfectly but when the browser is resized again the same doesn’t work. Also the same doesn’t work when added to theme’s style.css file. So how to fix it?
Actually I had done everything right. Only there was one difference.
I did following:
<?php
$post=’356′;
if(is_single($post)){ function } ?>You did following:
<?php
if(is_single(356)){ function } ?>Because of declaring $post=356 beforehand, map tab used to hide for all the posts instead of post id 356 whereas your code worked fine.
I had declared $postid=356; before function geodir_detail_page_tab_list_extend($tab_array). I think I should have declared it before if(isset($tab_array[‘post_map’])).
Anyways thanks for your kind help.
I tried using if(is_single($post)) as well but still it gets applied to all the listings instead of stated postid.
I am not saying to write the code for me. I will do that. I tried with the code you have given previously. With that I was able to hide one or more tabs but they are applied to all the posts. I couldn’t hide tab for particular post. I will be thankful to you if you can give link to some simplified code to hide the map tab from particular posts.
I am waiting for the next release to see star ratings working perfectly.
Hi, Did you go through screenshots of Star ratings problem?
I have tried to hide map tab for a single post but it is hiding the map tab for all the posts. I am not able to hide for a single post.
Can you help me with code to hide map tab for a post name abc?Thanks for the new link. I will try it and let you know.
Screenshot of Star ratings problem working locally- https://i57.tinypic.com/2z9jzq1.jpg
Screenshot of Star ratings problem in sandbox- https://i57.tinypic.com/8wgp5j.jpg
I tried to visit the given link but I am getting error “You must purchases a membership to access that forum.” Is there any other link?
So where should I insert the given tag <?php is_single($post); { //function your to hide tab here } ?> ?Regarding, stars rating problem: Currently I am working locally so if you can share your mail id then I can mail you the images showing the stars rating problem.
The star ratings problem occur even in sandbox. You can try resizing the browser size in between Window size: 883 x 738 and Window size: 982 x 738.