lorielue
Forum Replies Created
-
I have “Preview Image Cropping” turned off, but the preview image is still the 150×150 image. I need it to just show the normal image as it would anywhere else. because it is pulling the square version no matter what I do its cropping weird and customers think it didn’t upload correctly. Is there a hook you could send me to load the regular png link in the listing image preview please.
Side note: I was able to make the logos look nice by modifying the css in my child theme with the following:
.atbd_listing_image img
{
max-height: 120px;
object-fit: contain;
padding: 10px;
}.atbd_listing_thumbnail_area img
{
max-height: 180px;
object-fit: contain;
padding: 10px;
}.single_image img
{
max-height: 180px;
object-fit: contain;
padding: 10px;
width:auto;
}Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Wrong featured imageis there a fix for this??
Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Random ImageI’m having the same issue, but my theme doesn’t seem to provide an option for a featured image. Is there any way I can stop it from trying to publish an image to facebook at all? I’m okay doing a little light code work if i know where to look.
Forum: Plugins
In reply to: [Facebook] HTML code shown on Facebook postI just downloaded this plugin, i am having the same issue.
Yes, My understanding is that the image opening the portfolio page is the intended functionality, especially since the title doesn’t link. It seems there is no other way to open each portfolio detail page. Your code appears to be setup to turn the image into the link for the resulting page, however the fancybox lightbox in my theme seems to be over writing the link causing it to open a lightbox instead of the related portfolio page.
Well, it looks like my theme (Origin by DevPress) has FancyBox included by default. This lightbox code is stopping your feature image link from working. Since that’s the only way to link into the portfolio item and the link is being overwritten by the lightbox, there is no way to open a portfolio item.
I tried adding a couple classes to your code (nolightbox and nofancybox)in class-portfolio.php line 398 based on other support forums, but no luck ??
I also tried the function disable_fancybox() but that didn’t work either. (my guess is that either “portfolio” isn’t being recognized as a page at the time it calls?)
I know there has to be a way to override the fancybox, because on my index page the feature images are correctly working as links. Just not sure how to make that happen in the Portfolio page. I even tried the class “featured” on the link, as is being used in my index page. But it doesn’t help.
I’ll keep searching, but feel free to let me know if you have any ideas. Thanks again for all your help
Fantastic, thank you very much for looking into this. I will download the update now!