I've recently added an SSL to the site I'm working on, and it seems to have broken my "load more" buttons via sprig (https://putyourlightson.com/sprig/cookbook#load-more). When I click the button now, I get Blocked loading mixed active content “http://mydomainname.net/index.php?p=actions/sprig/components/render&offset=6&sprig%3AsiteId=32200a47f3a91660d5c53896017cd9e51baccf7f69c571407279fa99ecbcffb91&sprig%3Atemplate=0fb8ec651fc53258017209d22d4e19b6143ac209993784d01a06801fd13e9cd6_layouts%2F_blog%2F_loadMore&sprig%3Avariables%5Blimit%5D=15a1fe68dab9e8d01fdd3bc84980fa5d354e5c72f0e00d06e0841462638f363d6” and Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote ....
How to pull out all user data in a template?
I'm trying to pull out user data in a template for specified user profiles whilst the current user is logged in. To do this I check on the userId being referenced and use: {% if userId != currentUser.id %} {% set userProfile = craft.users.id(userId).getContent() %} {% endif %} This returns ....
Updating Craft removed a channel from the CMS?
Anyone experienced this problem? I have a dev site set up which we updated to 2.4.2702. After updating one of my section channels has disappeared from the CMS. The entries for the channel are still showing and I can see the channel set up in craft_sections on the database so ....
Unchecking Rich Text option to clean up HTML still cleaning?
We've unchecked the clean HTML feature on a few rich text fields but our attempts to add some html (span tags) keep getting cleaned out. Is there another setting we should be looking for? ....
How can I limit a list based on a custom date field
I a trying to display a simple event listing. I set up a custom date field called eventDate to note when the event happens. This code delivers me the list of events sorted by eventDate: {% for event in craft.entries.find({section: 'events', order: 'eventDate'}) %} <a class="eventSummary" href="{{ event.url }}"> <span ....
Adding tel: links using Redactor
Is there a way to add tel: links in the Redactor WYSIWYG? I tried Link > Insert link to enter tel:+43123456789 as URL, but all I got was <a>+43123456789</a>. The href is missing. ....
Load More Entries Button
I am trying to make my entry loop have a load more button, and not sure how to do it. I tried the method from http://craftsnippets.com/articles/infinite-scrolling-and-lazy-loading-with-craft-cms but I could not get it to work. Below is the code for my entry loop and "Load More" button. What would be the ....
Setting a proxy?
Is there a config setting to be able to set a proxy in Craft? WordPress has something like this... define('WP_PROXY_HOST', 'url_here); define('WP_PROXY_PORT', 'port_here'); I was thinking a config setting like the following would be great... 'setProxy' => array( 'host' => 'url_here', 'port' => 'port_here' ), Thanks, David ....
SQL Error (Feed Me) when matching entries
I'm currently getting the following error when matching on an entry field. Offers Test: SQLSTATE: Undefined function: 7 ERROR: operator does not exist: integer ~~ unknown LINE 3: WHERE "id" LIKE $1 ^ HINT: No operator matches the given name and argument type(s). You might need to add explicit type ....
Custom Field Type with Multiple Values
I'd like to create a field type for my plugin called "location" with two text boxes: one that holds a coordinate for latitude, and one for longitude. I haven't figured out yet how to map those two values from HTML input elements in a template to a JSON array in ....
- WordPress questions and answers
- SharePoint questions and answers
- Drupal questions and answers
- Magento questions and answers
- Salesforce questions and answers
- Joomla questions and answers
- Tridion questions and answers
- Craft CMS questions and answers
- CiviCRM questions and answers
- Sitecore questions and answers