Giri
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Ok Jeff, i’ll mark this topic as resolved. Feel free to re open it, if version 1.0.5 doesn’t fix your problem. Thanks
Hello @Notyet
Yes can you make sure that file has correct permissions? If that file has 775 permissions then please clear your GD Booster cache and Browser cache, then try again
Please use this code in Quick CSS.
@media only screen and (min-width: 1009px) { .whoop-img-track .whoop-photo-2, .whoop-img-track:hover .whoop-photo:hover { -webkit-transform: translate3d(0,0,0) !important; -moz-transform: translate3d(0,0,0) !important; -ms-transform: translate3d(0,0,0) !important; transform: translate3d(0,0,0) !important; } }
Hi Jeff,
I see this code
<?php do_action( 'geodir_listing_after_pinpoint', $post->ID ); ?>
in this file (line no: 191)
geodirectory_whoop/geodirectory/listing-listview.php
That line got added in 1.0.3
Hey @paolo, urbanfix has this trouble for a long time and its not fair to make him wait longer.
I can spare some time on this in my holidays.
@urbanfix I just fixed that listing page thumbnail bug using the ftp credentials you posted earlier. Please don’t upgrade whoop again till we release next version.
The code I have given earlier, its applicable only for detail page.
Have a nice day. See you next week.
Thanks
In the code I give earlier, this part is commented out
if (has_post_thumbnail()) { echo get_the_post_thumbnail( $post->ID, array( 250, 200) ); }
Hi urbanfix, sorry for the trouble. We haven’t released any new version after the fix i applied on your website. The fix will be included in the next version.
This is what I changed.
File geodirectory_whoop/functions/events.php
Around line 68
// if (has_post_thumbnail()) { // echo get_the_post_thumbnail( $post->ID, array( 250, 200) ); // } if ($fimage = geodir_get_featured_image($post->ID, '', true, $post->featured_image)) { ?> <img width="200" src="<?php echo $fimage->src; ?>" class="attachment-250x200 wp-post-image" alt=""> <?php }
Hi jcavens,
Sorry, I just noticed your message. There might be something wrong with your WordPress configuration. Thats why your comments marked as spam. I believe it has nothing to do with GD plugin. I’ll ask stiofan about it.
When I updated my whoop theme to 1.0.4 it went fine, but when I go to GD > Design > And deselect GD as my homepage it switches the css of my site to have the pink/default header and then bullet points in my footer, but when I switch it back to have GD set as homepage, it goes back to the original CSS I desire. How can I deselect having GD set as my homepage and retain my css settings?
I don’t see any problem in your site. It might be your browser cache problem. Have you tried by clearing your browser cache?
Ok fixed it. Please check it and let me know.
Hello urbanfix, last time I have modified thumbnail display function on your website and nothing else.
Instead of wp_get_attachment_image_src function, I have used geodir_get_featured_image function.
Check the screenshot for the code I changed.
So my last change only deals with thumbnail display function. But right now the thumbnail is not getting displayed because its returning 404 error which is entirely different issue.
I hope you are talking about the thumbnail i pointed out using the arrow in 2nd screenshot. If its not then i’m missing something here
jcavens, I have commented out the code stiofan mentioned. Looks like map working now
#2 i’m unable to figure out whats wrong with your icons. i’ll assign this to stiofan.
#4 You have configured Askimat in one site but not on the other. Please configure askimat in other site too and let us know the result.
-
AuthorPosts