Forum Replies Created
-
AuthorPosts
-
Hi @Victoria,
Thank you but it didn’t work.
As I document in my entries above, this is a feature in your current Avia Builder. When you use the ADD/EDIT GALLERY feature in your Masonry Gallery, you can see the caption or add a caption. This caption DOES NOT display in the Lightbox. This perfectly documents how it was once working correctly, before someone changed it. Has this been noted and is there a plan to fix it? Is there a function.php patch?
Here is the CSS that governs this:
div .mfp-title {
line-height: 1.4em;
font-size: 13px;
}Here is the section:
<div class=”mfp-bottom-bar”>
<div class=”mfp-title”>This is the title</div>
<div class=”mfp-counter”>1 / 5</div>
</div>Thanks
July 29, 2019 at 9:04 pm in reply to: Can I make the lightbox auto rotate? and trigger with single link? #1122930This doesn’t work for me. I have another thread with this issue. We built many client websites with Enfold using the Masonry Image Gallery Lightbox with captions. All our clients loaded many images into the galleries, added the Caption and not the Titles as the titles were the uploaded image name. All our clients approved the website and they worked great for a time. With the new update, someone decided that Captions (the normal place to add image caption) were not right and they switch everything to Lightbox Titles. Now all the websites we got approvals for and we displaying just find are broken.
Most of these websites are galleries and museums. They don’t have captions now!
Does anyone have a fix that works?
Oh and another thing. If you notice in the Masonry Gallery when you select images, under every image, there is a field to Enter a Caption. If you use this field to enter a caption, IT DOESN’T DISPLAY. So even Enfolds own system doesn’t work since it was switched from displaying caption to titles.
You can see my documentation in my thread here. This issue will become a bigger problem as more users will become aware.
- This reply was modified 5 years, 3 months ago by fulanoinc.
I have found addition supporting images on what is happening with the Image Galleries NOT displaying the Caption and instead of the Title of the images. As you will see in the new image, I added the CAPTIONS to the images using the input within your own Edit Gallery window. Then when I look at the Gallery on the front end, you do not see the CAPTION but instead, you get the TITLE.
So even in your own editing inside the Avia Gallery component, you provide for the Caption but display the Title.
This is huge in terms of using the Theme for past clients and future one too. What can we do?
Thanks,
LeydenHi all,
I received an alert from a comment from @Ismael on another thread stating that lightbox captions have ALWAYS displayed the image title and never the caption. I can verify that this is not the case.
I can confirm that ALL my client websites we created using Enfold, and all were TESTED to make sure we could see the image caption in the lightbox. ALL these websites were APPROVED because everything was working fine.
Now, ALL these websites no longer show the image caption in the lighbox and they all have to be fixed.
Why would we launch ALL these websites without approval from the client confirming that the captions were correct? We would not.
Now they all have this mistake. If you don’t know about this error, I’m letting you know. If you don’t have a solution then let me know so I can figure this out. However, you will get others who will have this issue.
Example:
The Enfold team made function updates to how you registered the use of the Avia Builder in Custom Post Types. This change affected all my client websites in that the responsive columns were not working only for custom post types. Finally, I learned this was changed and we needed to update this code. We did, and all was fixed.I feel the same is happening with this.
Here is the login. I didn’t use the plugin, I’ll remove it later.
I look forward to seeing what the issue is so we can fix all our websites.
Thanks
So something has changed then right. I have updated Enfold with that token several times now. This is something new to update?
Thanks
I cannot update from 4.5.2 to 4.5.7. I tried to update from everywhere (themes, Enfold admin, etc.). I have an Envato private token already in there and have been updating fine. This is new.
I received this:
An error occurred while updating Enfold: Download failed. ForbiddenThanks
Hi Jordan,
This captions issue continues on all our website. See the link to the screenshots. The example website has no plugins installed. It’s running WordPress 5.2.2 and the latest Enfold 4.5.7.
The screenshots show how we added the detailed captions throughout this website, and now they don’t show.
What happened? Is there a setting we are not seeing or missing included in the latest update?
Hi all,
In all my websites using the Enfold lightbox showed the image Caption. After upgrades to WordPress 5.2.2 and Enfold 4.5.7, all the lightboxes now show the Title. See the link to screenshots. The website I’m using as an example has no plugins installed.
Is there a setting somewhere we are missing?
Thanks
I thought so. Something to consider since you all have so many Enfold users who have websites with plenty of content at this point.
Thanks
@Ismael and @gocreative, I’m happy to report it worked. We were also using outdated code to register the ALB in CPTs.
Thank you all for your help!
Do you all know how this bit of code is different from the one above it? It states “For layout meta box please use the below function:”
function avf_metabox_layout_post_types_mod( array $supported_post_types )
{
$supported_post_types[] = ‘YOUR CUSTOM POST TYPE’;
return $supported_post_types;
}
add_filter(‘avf_metabox_layout_post_types’, ‘avf_metabox_layout_post_types_mod’, 10, 1);Hi all,
We are using outdated code as well. Here is what we are using:
function add_builder_to_posttype($metabox)
{
foreach($metabox as &$meta)
{
if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
{
$meta[‘page’][] = ‘exhibition’;
$meta[‘page’][] = ‘YOUR CUSTOM POST NAME’;
$meta[‘page’][] = ‘YOUR CUSTOM POST NAME’;
}
}
return $metabox;
}This is what you recommend in the link:
function avf_alb_supported_post_types_mod( array $supported_post_types )
{
$supported_post_types[] = ‘YOUR CUSTOM POST NAME’;
$supported_post_types[] = ‘YOUR CUSTOM POST NAME’;
return $supported_post_types;
}
add_filter(‘avf_alb_supported_post_types’, ‘avf_alb_supported_post_types_mod’, 10, 1);
@Ismael I will let you know if this fixes my issues. @gocreative glad this worked for you.Thanks!
The entire time of using Enfold, we have never made any adjustments to the responsive columns. Only to visual elements. And again, all these sites, up to four of them now, were working fine until the update to 4.5.7.
I’ll set up a staging server to test further.
Nikko,
It could be that this is not affecting your test because you’re not using a CHILD THEME and your creating this content without any past use of the Avia Page Builder with CSS modifications in the child theme. It’s all fresh on Enfold 4.5.7.
I have just updated another client website to 4.5.7 from 4.5.2 and it went from working fine, to having layout issues. In the private content, I linked images you can look at. You will see Color Sections and Columns in the Avia Page Builder that look normally stacked in the admin but when you view the page, the Color Section and columns a fixed up.
Example: A GRAY Color Section with two 1/2 columns that contain videos. The gray was fine only showing in the Color SEction with the videos. After the update, the GRAY continues beyond the section and down the rest of the page.
Am I correct to assume that there have been significant changes to the Avia builder and the grid.css file to where I will need to strip whatever CSS adjustments I made to all my sites and start all over again?
Thanks
Hi Nikko,
Thank you for this. Are you using a page to test this? Responsiveness works fine with pages. The issue is only with custom post types.
Please use CPT UI to quickly create a CPT. Then register the CPT in the functions.php as the theme requires. Then create a post type entry using the Avia Page Builder for three columns or whatever. You can compare the page (which works fine) with the CPT that doesn’t.
Thanks
I don’t understand why he should start a new thread if his issue is just like mine.
Is anyone looking into this? More people will begin to experience this as they upgrade. Somewhere in the new upgrades, the responsive capability for custom post types is affected.
Like I posted above, I have a patch for the unstacking columns, but now it’s a different issue with the half-column.
Both of the columns sets below are the same, but they are rendering different. Here is what I see:
————————
Custom Post Type: This half column is rendering as a full column all the way across.
#top .flex_column_table {
display: table;
table-layout: fixed;
width: 100%;
}
#top .no_margin.av_one_half {
width: 50%;
}
————————
Page: This half column is rendering fine as a half column.
#top .flex_column_table {
display: table;
table-layout: fixed;
width: 100%;
}
#top .no_margin.av_one_half {
width: 50%;
}Has no one been able to see the issue or recreate the problem? I have kept all my websites updated to the latest Enfold. I can’t upgrade other websites if this is an issue.
The “avf_alb_supported_post_types” filter has always been used to register my custom post types. I have been successfully using the theme with custom post types for a while now. This issue has only happened after upgrading to Enfold 4.5.6 and Enfold 4.5.7.
I already have a new thread open: https://kriesi.at/support/topic/columns-not-responsive-in-4-5-6-and-4-5-7/#post-1104686
Thanks
I added some CSS to another website to make some adjustments for a temporary fix. But as I stated, the same layout works on pages fine. Also, the responsive adjustment of the title font size using the Avia builder doesn’t seem to work either.
Hi there,
Here are links to two of more than three websites with this issue. Again, it only seems to affect custom post types and not pages.
Thanks,
LeydenHi Ismael,
I have always had my post types registered in the functions.php file. All my post types have been working very well for a while, until the release of Enfold 4.5.6 and Enfold 4.5.7. After this, the responsiveness of the custom post types are gone. However, the pages using the same layout are fine.
Thanks,
LeydenThis also affects the ability to adjust the responsive mobile font size for headlines. Even if you have it set to a different size, it doesn’t work. I had to adjust it in CSS for now. However, this doesn’t all you to adjust individual entries which is what made the feature so good.
Can you specify what you mean by “my profile.” On this forum, or elsewhere?
This reply has been marked as private.Further testing reveals that this is only affecting custom post types but not pages.
Hi all,
Upgrading is fine, but there is a big issue with the upgrades below.
Today I have found that ALL but two of my client websites are NOT responsive to mobile! The COLUMNS are not responsive but the grid of posts is fine.
Enfold 4.5.2 is fine
Enfold 4.5.5 is fine
Enfold 4.5.6 is the PROBLEM
Enfold 4.5.7. still a PROBLEMEverything has been working fine.
Today I have found that ALL but two of my client websites are NOT responsive to mobile! The columns are not responsive but the grid of posts is fine.
Enfold 4.5.2 is fine
Enfold 4.5.5 is fine
Enfold 4.5.6 is the PROBLEM
Enfold 4.5.7. still a PROBLEMWhat happened? Please help.
-
AuthorPosts