Naceira
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Heading for day of week is offFinally a solution that works for me!!
Thank you so much Dinz ??In case it’s usefull: I also run the plugin in Spanish.
Thank you sfldoc! That was very helpful!
Title remains huge, but that’s h3, so I can’t change it without ruining all my template. We’ll wait for the devs… in another thread they said they’re going to fix that.I have the same issue. Tried your suggestion but it makes no difference at all.
Any other ideas?
Thanks!
Same here. I hope it’ll be solved ASAP, as it is not a minor issue.
I have the same problem. I have Page Builder installed and maybe that’s the one interfering with Feedzy, but I can’t uninstall it because I would loose some of my pages.
Anyone has any hint in order to solve this?
Thanks in advance!Edit main.php and replace code between:
$url = $image_src_array[0];
and:
$suffix = "</a></li>";
with:$alt = get_post_meta($att->ID, 'wp_attachment_image_alt', true); $imagelarge_src_array = wp_get_attachment_image_src($att->ID, large); $urllarge = $imagebig_src_array [0]; if ($url != "") { $image_title = $att->post_title; $caption = $att->post_excerpt; $description = $image->post_content; $prefix = '<li><a href="'.$urllarge.'" title="'.$image_title.'">'; $suffix = "</a></li>";
This way you’ll have the thumbnails linked with each large image (using lightbox will resize it to fit screen if necessary), appropriate alt text and title for each one.
Hope it helps.You have to attach each image to a post or page (a draft if you wish).
This must be a bug because I had the same problem until I realized only unattached images were displayed out of place.