Rana Rene
Forum Replies Created
-
I haven’t checked all of the sites I’m using Dive and Forminator on yet… but on this particular site, [ redundant link deleted ], I was able to get the forms working again starting with Divi Version: 4.27.4
All of the forms on this site are using Forminator, and on the same server, using the same version, of the same theme, the only difference is that it’s using Forminator v.1.38.3, rather than 1.39 …and even with the Javascript settings in the frontend of the SightGround Speed Optimizer all left turned on “6/6”, the forms all work.
https://kunkuman . com/
The form I have uploaded here is one of three forms on the site, and none of them are working… they are all doing the same thing.
So far I have made all the changes to the SightGround plugin you suggested, disable every plugin but the Forminator plugin, and rolled back the Forminator plugin to version 1.38.3. (Which is working on several other sites I have on the same server, using the same theme), etc.
I’ve tried everything that has solved this “exact same problem” previously, and nothing has worked.Wouldn’t disabling this plugin solve the problem?
I’ve experienced this problem before, so the first thing I did was to check the setting in Siteground’s Speed Optimizer to make sure the scripts for “Combine JavaScript Files”, and “Defer Render-blocking JavaScript”, was still disabled, and they were. So I disabled everything else …then I disabled the plugin …then I disabled all of the plugins, and none of this solved the problem.
I’ve killed every cash I have to kill, locally, at SG, etc., and I’m still seeing the same problem.
I’ll leave the Speed Optimizer disabled for now. Please take another look.I think you should be able to access it here…
https://drive.google.com/file/d/1iRn8RqpIp3TNlfKO34F1LwCzOKRQcv2x/view?usp=sharing- This reply was modified 2 months, 3 weeks ago by Rana Rene.
I tested this on the actual domain… using an older version of Forminator… and it worked.
Then I updated the plugin, and now have the same problem. With and without the any other plugins activated, etc.
[ redundant link deleted ]Forum: Plugins
In reply to: [Lightbox - EverlightBox Gallery] Has this plugin been discontinued?Beatrice, if I remember correctly? Did you not have other gallery plugins available as well? Thanks
Forum: Plugins
In reply to: [Mapster WP Maps] My maps no longer workingOkay thanks… I’ll see what kind of time I have. Even if it’s just to verify that it is the bug you think it is. If you could let me know when you have a fit that would be helpful. Thanks for your time and effort.
Forum: Plugins
In reply to: [Mapster WP Maps] My maps no longer workingYeah okay… I remember playing with this a couple of times, and if I’m correct this is enabled or disabled in the actual feature, not globally, correct? I have several maps on this particular site, and none of them are loading at the moment. One of them has a ton of features, so I may have to go through all of them looking to see where “Popup on Load” may be set to open. I don’t suppose this is something you can see on your end correct? I mean which features this has been enabled on.
Thanks Adam… this helped. “Loading form using AJAX”, solved the problem in Chrome …and disabling “Defer Render-blocking JavaScript”, in SG Optimizer, solved the problem in Safari.
- Plugin Name:?Folders
- Current version of the Plugin Folders Version:?3.0.2
- Details:?To protect your site from this vulnerability, the safest option is to deactivate and completely remove “Folders” until a patched version is available.?Get more information.(opens in new tab)
- Repository URL:?https://www.ads-software.com/plugins/folders(opens in new tab)
- Vulnerability Information:?https://www.wordfence.com/threat-intel/vulnerabilities/id/daa48b64-6f89-40be-a31f-31d1481dfc91?source=plugin(opens in new tab)
- Vulnerability Severity:?5.4/10.0 (Medium)
We are deactivating/deleting this from several sites until further notice. Thanks
Forum: Plugins
In reply to: [Mapster WP Maps] Import LocationsYeah… I’ve gone ahead and input them all manually. Just to know it is possible, and how to get it to work.
This is the conversion I made at mapshaper.org… it is now .org by the way. It seems the .com address is dead.
Forum: Plugins
In reply to: [Mapster WP Maps] Import LocationsI created a simple spreadsheet in Google Sheets, converted it from a CSV to geoJSON, and then tried to use the Data Importer to import the file, based on this:
https://wpmaps-docs.mapster.me/fundamentals/global-settings/import#import-from-spreadsheet
But… I don’t see where it imported anything to Locations.Can you provide a little more explanation on getting this to work? Thanks
Forum: Plugins
In reply to: [Mapster WP Maps] Maps in TabsRight okay… I’m not a programmer, so it’s not easy to understand what I can do with the map.resize(). I would prefer to use the second tab method, which I found here.
https://divilover.com/creating-custom-tabs-icons-using-blurbs/
If you could take a quick look, maybe this would help you to give me a bit more programming advice. Sorry for the problems with this …I do appreciate you time.
Maybe this is easier for you… the script and style I trying to use. Thanks again<script> jQuery(document).ready(function($) { /* Blurbs as Tabs */ $('.tab-title').each(function () { var section_id = $(this).find("a").attr("href"); $(this).find("a").removeAttr("href"); $(this).click(function() { $(this).siblings().removeClass("active-tab"); $(this).addClass("active-tab"); $('.tab-content').hide(); $(section_id).show(); }); }); }); </script>
<style> /* -------------------------------------------- ------ Blurbs as Tabs Custom Styling ------ -------------------------------------------- */ /* Style the Blurbs Tabs */ #blurb-tabs .et_pb_column { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; } #blurb-tabs .tab-title { width:25%; } /* Hover Styles for Blurb Tabs - Titles */ #blurb-tabs .tab-title { transition:all .3s ease-in-out; } #blurb-tabs .tab-title:hover { cursor:pointer; background:#222; /* Tab hover background color */ } #blurb-tabs .tab-title.active-tab { background:#D9DFE2; /* Active tab background color */ } #blurb-tabs .tab-title.active-tab .et_pb_blurb_container h4 a { color:#000; /* Active tab title color */ } #blurb-tabs .tab-title.active-tab .et-pb-icon { color:#666!important; /* Active tab icon color */ } /* Tab Titles Mobile Styles */ @media (max-width: 767px ) { #blurb-tabs .tab-title { width:50%; } #blurb-tabs .tab-title .et_pb_main_blurb_image { margin-bottom:10px; /* Reduce icon bottom margin */ } } @media (max-width: 479px ) { #blurb-tabs .tab-title { width:100%; } #blurb-tabs .tab-title .et_pb_blurb_content { /* This moves icon to the right */ display:flex; align-items:center; justify-content:flex-start; } #blurb-tabs .tab-title .et_pb_main_blurb_image { /* Fix icon margins on mobile */ margin-bottom:0; margin-right:30px; } } /* Hide the tabs content/sections */ .tab-content { display:none; } </style>
Forum: Plugins
In reply to: [Mapster WP Maps] Maps in TabsI’m not sure… the links seem to work for me.