Forum Replies Created
-
AuthorPosts
-
I updated enfold to v4.8.6.2 and the problem remains.
So now I have the latest versions of WP and of Enfold, the child theme has only the style.css file with nothing but the top comment and there’s still a problem…
Hi,
I tried removing the functions.php file but it didn’t help. I removed all the files and returned them one by one. The problem happens when I return the style.css file even when it has no content (empty file with only the top comment).
Now I completely removed everything from the child theme which fixes the problem and uploaded an empty style.css with only the top comment and the problem returns.
Hi,
I tried deleting all the files from the child theme and found that the problem happens when I return the style.css file. Then I tried deleting parts of the file but even when I deleted all the file’s content, except the comment at the top of the file it doesn’t solve the problem. How can this be? what else can I do?
Can you point me to which of the files could be responsible for the accordion element?
Hi,
I cleared the cache but it doesn’t help…also in your screenshot I see the frontend which works for me as well but the problem is in the backend… please see the attached screenshot.
Hi,
Disabling all the plugins didn’t help and moving to v4.8.6.1 didn’t help either.
It’s really strange – If the content still shows in the frontend and in the debag area why isn’t it showing in the accordion toggle content? what could be causing this?
August 11, 2021 at 1:40 am in reply to: lightbox stopped working after updating the theme to 4.8.6 #1316155Thanks Yigit. I updated the header.php file in the child theme and it works now!
August 10, 2021 at 2:29 pm in reply to: lightbox stopped working after updating the theme to 4.8.6 #1316078See in private content. Thanks…
August 10, 2021 at 2:16 pm in reply to: lightbox stopped working after updating the theme to 4.8.6 #1316074Hi Yigit,
Clearing the cache didn’t help…
Which email should I use to create a user for you?
It’s ok now. F12 + Empty cache and hard reload solved it…Thanks
We have the same problem with Fullscreen Slider videos – youtube videos show as “This video is unavailable”. It happens with many different videos that all work well on youtube.
Hi Yigit,
I tried the Masonry element as well. It doesn’t allow opening links in a new tab. That’s why I turned to the portfolio grid.
To try and solve the problem in the masonry element, I used this code (which I found here):
function add_custom_target(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-masonry-container a ').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'add_custom_target');
It works only for the items the load on the first load but it doesn’t work for the items the load after LOAD MORE.
Is there a fix to the code that would make the items that load after LOAD MORE also open in a new tab?Yes. I did all that…
It’s really strange – I made some other changes and they applied but these didn’t.
I tried putting the code in the Quick CSS area and it worked but only once – I removed it and then tried to place there again and it didn’t work anymore…Hi Ismael,
I tried adding !important but it didn’t work.
I’m trying to change these from right to left:
.rtl div.avia_layout_column, .rtl div.avia_layout_section, .rtl div.avia-highlight{ float: left; } .rtl div.avia_layout_column.avia-first-col{ clear: left; }
Hi,
I understand but we won’t be able to update the theme in the next couple of months and still need help on this.
This is the code that is suggested on Enfold documentation to open gallery image links in a new window:
function add_custom_target(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-masonry-container a ').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'add_custom_target');
As I mentioned, it works great when all the images are displayed but if for ex. 4 out of 8 images are displayed, and you need to click “LOAD MORE”, The links of the images that load after clicking “LOAD MORE” don’t open on a new window/tab.
Can you please suggest a fix to this code that will make all the image links open in a new tab/window and not only the ones the load before clicking “LOAD MORE”?
Thanks
This reply has been marked as private.Hi Yigit,
I did as you suggested but it didn’t work (It made the whole page black…).
Is there any way to modify the code I used (which I took from enfold documentation for masonry gallery) so that when clicking on posts, that are loaded after “LOAD MORE” is clicked, they will also open on a new tab?
Thanks
This reply has been marked as private.Close please. Thanks
Thanks Nikko. The suggested solutions didn’t work…
I searched some more and found the needed code here: https://kriesi.at/support/topic/masonry-gallery-open-url-in-new-tab-or-window/#post-374122
function add_custom_target(){ ?> <script> jQuery(window).load(function(){ jQuery('.av-masonry-container a ').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'add_custom_target');
This one works!
This is so strange… See the screenshot of how it looks for me…
The front is right and the back-end columns are wrong…
You can enter the back-end (editing) of any of the published pages and you’ll see the columns are on a reverse order as opposed to the way they are displayed on the front-end which looks as it should…
Hi,
Not sure what you mean… Update the header file on the child theme?
It’s not the mobile view on the screenshots you sent – it’s some mid way screen… it should be smaller and you’ll see it (see the attached screenshots…)
Thanks
No. The problem remains. It’s on mobile…
I mean the columns of the avia builder are displayed in reverse (see the attached screenshots).
When I enter a published page I see that the front-end looks as it should but the columns on the back-end are reversed…
(I works ok on Enfold ver 4.0.7 which is the version I use on the live website).
The problem is on the back-end…
Private content attached…
No, as far as I can remember…
Hi,
I just updated to Enfold ver. 4.4.1 and the problem remains…
Hi,
I just updated ver 4.4.1 and the problem remains…
-
AuthorPosts