Forum Replies Created
-
AuthorPosts
-
August 9, 2021 at 2:04 am in reply to: Enfold 4.8.5 breaks Masonry Gallery – images not showing #1315183
Go ahead and close it Jordan
You can close it Jordan. I didn’t see a way to do that myself.
I think the update fixed the error. I haven’t gotten an error email yet.
August 6, 2021 at 11:55 pm in reply to: Enfold 4.8.5 breaks Masonry Gallery – images not showing #1314918Thanks Günter, I just updated to the new version and the issues seem to be fixed.
- This reply was modified 3 years, 3 months ago by mikehartrich.
October 2, 2020 at 10:56 pm in reply to: Enfold (4.7.6.2) Breaks Masonry Gallery Pagination #1250206Hi Jordan,
Go ahead and close it. I don’t see the link to do so myself. Sorry for the late reply.
September 4, 2020 at 11:54 pm in reply to: Enfold (4.7.6.2) Breaks Masonry Gallery Pagination #1243471Yes, it works! Thank you Mike!
September 4, 2020 at 10:20 pm in reply to: Enfold (4.7.6.2) Breaks Masonry Gallery Pagination #1243450Hi Mike,
I haven’t had time to try it yet. I’ve been busy with other projects. I will do it sometime today and let you know.September 1, 2020 at 6:22 am in reply to: Enfold (4.7.6.2) Breaks Masonry Gallery Pagination #1242373Thank you Mike, I’ll try that.
onlylettersandnumbers wants to try the update too. See their comment above.
August 28, 2020 at 11:36 pm in reply to: Enfold (4.7.6.2) Breaks Masonry Gallery Pagination #1241719Thanks guys. Do you still need to see the .htaccess file or is it definitely an issue with using WP 5.5? I think it’s going to be hard for us to switch the WP version back.
if you use the ALB element on a page
Do you mean the issue happens if we use an ALB element? What is ALB?
Hi Mike, I turned off all of the plugins, cleared the cache, and the problem still existed.
Can someone please look at this?
I asked the host if they disabled ORDER_BY_RAND() in MySQL queries. The support agent went to look into it and said, I can’t help you. They wouldn’t tell me if it was disabled or not! I will try to go back later and see if I can get a different support agent who will help me.
In the meantime I created a phpinfo() to check if that had anything about the function listed, it didn’t. Is there anything else I can do, any piece of code that could tell me if it’s disabled or not?
Hi Ismael,
The site is on WPXHosting.
Hi Ismael,
Yes the filter was added too. Sorry it was right beneath the comment so I missed it when I copied the other code. Here is what I actually have:
// Randomize the trade category listings so members appear in random order each time add_filter('avf_magazine_entries_query', 'avf_magazine_entries_custom_query'); function avf_magazine_entries_custom_query ( $query ) { $query['orderby'] = 'rand'; return $query; }
- This reply was modified 5 years, 1 month ago by mikehartrich. Reason: Edited to put the code into a code block so it appears correctly
September 25, 2019 at 2:34 am in reply to: Integrating Relevansii seach into Enfold AJAX Search? #1141648Hi Victoria,
So according to how I interpret that it seems that Relevanssi should be working with Enfold automatically? Ours does not seem to be.
This issue is happening again, the category listings that we want randomized are in fixed position always the same. The order is newest first instead of random.
This code is in the functions.php file:
function avf_magazine_entries_custom_query ( $query ) { $query['orderby'] = 'rand'; return $query; }
The pages affected are using the Blog element and each page shows a different blog category, with thumbnail and excerpt. We are using a caching plugin, and host’s CDN (which I found out from our host only caches the images). But I have turned every off, cleared the cache, even had them clear the CDN and also try to find out if it could be the CDN or caching plugin (which the host installed). They said they cannot find any reason for this to be happening on their end. There are rules added to the caching plugin that should exclude these pages. Obviously something is not working.
The caching plugin is called W3TC and in the WP Dashboard it is listed under Performance.Update: I have now turned off the caching plugin and deleted the caching folder that was left behind. I have cleared the cache on the CDN and turned it off. Still the page is not randomizing. At least now though you should be able to see what is happening without any of the caching interfering.
Since our host recommends, installed and configured this plugin I checked with them and confirmed that add page exceptions (to not be cached) I put those page URLs into a field called “Never cache the following pages:”. I checked that I had the format of the URLs correct (must start with / and don’t need the domain name, only page).
I think the issue is with Enfold. is this code still valid? Can you take a look and see what is going on?
It’s fine to clear the cache, turn the caching plugin off temporarily.
- This reply was modified 5 years, 1 month ago by mikehartrich.
June 8, 2019 at 4:41 am in reply to: Masonry Gallery pagination links jump to top of page instead of to gallery #1108372We have one page which has multiple galleries. I have named the color sections uniquely, but still there is the problem of it not jumping back down to the gallery when a pagination link has been clicked. Also, if I click to page 2 of one gallery, all the other galleries go to page 2 as well. I’m adding the URL to this page in the Private Content. In the previous private content info I put the login details.
June 8, 2019 at 4:38 am in reply to: Masonry Gallery pagination links jump to top of page instead of to gallery #1108371I’d love to create a child theme. We make changes to another file as well so it would really help. I don’t have the budget for it though.
May 30, 2019 at 6:03 am in reply to: Masonry Gallery pagination links jump to top of page instead of to gallery #1105344Okay, I just added this code into the Enfold functions.php file directly. That worked. It’s still not good because it means that every time we upgrade it has to be added in again.
If this issue can be fixed by adding this code to the Enfold functions file, and it’s going to cause an issue for anyone who is using a gallery anywhere on a page except at the very top (obviously it’s a problem for many people so far), then why don’t you just add it to the functions.php file? And ideally make the change to the galleries so that they have an ID without needing to be put into a color block? That would solve the problem.
May 30, 2019 at 5:42 am in reply to: Masonry Gallery pagination links jump to top of page instead of to gallery #1105337Sorry Ismael, I set up the color section and ID on a different page, and then removed it when it didn’t work. I’ve set it up again on the page in the private data.
The code is set up in the Functionality plugin. We don’t use a child theme, and I don’t have the option to create one due to budget constraints, and of course putting it directly into the functions.php file is a bad idea. The Functionality plugin is supposed to work the same way as a theme’s function.php file.
May 26, 2019 at 3:13 am in reply to: Masonry Gallery pagination links jump to top of page instead of to gallery #1104252This solution doesn’t work for us. I just tried it on one page and it makes no difference.
The anchor link in the original post that uses the link text “How to generate a Envato Personal Token?” does not seem to be working. When I go to that article it doesn’t jump down to an anchor link but instead stays at the top of the post. I have scanned the text multiple times and searched the article for the text “How to generate a Envato Personal Token?” and nothing comes up. Am I missing it? Is there information on this page on how to generate the personal token?
April 12, 2019 at 5:14 am in reply to: Masonry Gallery pagination links jump to top of page instead of to gallery #1089857Thanks Ismael, I’ll try that.
Yoursefzade, that is a different issue, you should open your own topic for that and include your site details so they can take a look. I am not an Enfold developer nor moderator on this forum, but I know that they will ask you to do that. Otherwise they may not be able to help you.
Thanks @Rikard. I have implemented that fix and it works.
Can you confirm that the next release of Enfold will have incorporate this fix?
Thanks
Donna@Rikard is there any ETA for a fix to this problem?
Can someone from the Enfold team have a look at this please?
@Rikard this is the post that I opened for this issue. Login details are included.Hi @Rikard, I already opened my own ticket on the same day that I posted this and added the login details.
I have found the same bug on our site, but our Masonry Galleries are all on posts (not within portfolio items). The issue for us is exactly the same, Enfold is adding the extra code
" class="post-page-numbers
Possibly there is some broken code elsewhere in Enfold that is causing this to be added to the otherwise valid URL.I will open our own ticket for this too. But I wanted to chime in here to hopefully add weight to this issue. We have over 100 member posts, all with Masonry galleries exhibiting this bug.
November 9, 2018 at 5:24 am in reply to: An error occurred while updating Enfold: Download failed… #1031510Hi Rikard,
Thanks for your reply. I downloaded the theme from Themeforest. After reading through the thread you linked to it looked like I could just install as normal through the ‘upload a zip file’ method. But when I tried that I got an error message:Unpacking the package…
Installing the theme…
Destination folder already exists. /home/santacru/public_html/wp-content/themes/enfold/
Theme installation failed.So… what do I have to do to get this to work? If I have to upload all of the files manually and overwrite what is there, then I have a question… has there been a change to the comments.php file since version 4.4.1?
-
AuthorPosts