Jump to content

tires

Members
  • Posts

    250
  • Joined

  • Last visited

Profile Information

  • Location
    Germany

Recent Profile Visitors

4,191 profile views

tires's Achievements

Sr. Member

Sr. Member (5/6)

63

Reputation

  1. @virtualgadjo Thank you very much for your reply. The “select” fields you mentioned do not appear in my image field when I add them as custom fields. Apparently, not all fields can be used.
  2. How can I use a radio button with multiple options (as shown below in the image under “license”) in an image field? Is this also possible with a select field? Which fields can I use?
  3. I disagree. As a designer and developer, I think the new design is much more professional, contemporary, and appropriate. Compare it to the Dupal or WordPress website. Do you think they are better positioned? What information do you think is missing for customers?
  4. Thank you!!! So you just have to put the code at the end of the htaccess file? Is that the only trick?
  5. tires

    SeoMaestro

    In my backend the following error is displayed: Error upgrading module (SeoMaestro): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db123456_1.field_SEO' doesn't exist Is this a known issue or is there a problem in my templates or fields?
  6. Thank you for your answer. I had already seen the module. Nevertheless, I would prefer a simple solution directly via the htaccess file. If there is a solution?
  7. I need a very simple htpasswd protection for my staging installation. So I inserted these lines into the processwire .htaccess at the very beginning: AuthType Basic AuthName "protected" AuthUserFile /usr/home/dev/.htpasswd Require valid-user The file .htpasswd contains the following code (i.e. admin / admin): admin:$2y$10$yuBaR6xKApq7F1BmOXyzbeEz3kQBpuI5p4TJCvRD4VXP2MRmIoBFy For some reason i get a 404 after login.
  8. Ok, I have now found out that you can create a Consent banner with button, with the attributes: class="require-consent" data-src="https://www.youtube-nocookie.com/embed/abcd" data-category="external_media" data-ask-consent="1". This also works wonderfully, BUT only for 1 element. I have a YouTube video (iframe) and a google map (div) on my website. Unfortunately, a banner with a consent button is only displayed for the first element. Only when I comment out the iframe, the banner for the div #standortmap is displayed. echo '<iframe class="require-consent" data-src="https://www.youtube-nocookie.com/embed/123" data-category="external_media" data-ask-consent="1" data-ask-consent-message="Externere Inhalte von google.com und youtube.com werden aus Datenschutz&shy;gründen erst nach expliziter Zustimmung geladen." data-ask-consent-button-label="Video laden" id="youtube-video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen width="100%" height="100%" ></iframe> <br><br>'; echo '<div id="standortmap" data-lat="11.123" data-lng="1.123" data-zoom="12" data-category="external_media" data-ask-consent="1" data-ask-consent-message="Externere Inhalte von google.com und youtube.com werden aus Datenschutz&shy;gründen erst nach expliziter Zustimmung geladen." data-ask-consent-button-label="Karte laden" style="height: 300px;"></div>'; Is this an error? Or can the module only display one banner at a time?
  9. I embed youtube videos and google maps into my site in various ways. To make the site privacy compliant, I would like to display an overlay above each video and map with a button “Load content” (loads the content once) and “Always load content” (sets the corresponding privacy wire cookie an loads the contents always). Is there already a solution for this? What is the best way to do this?
  10. How can I make the trash in page tree visible for certain user roles and give them the option to restore pages from the trash?
  11. Thank you for your answer. I'll give it a try then.
  12. Are there any disadvantages or would you advise against duplicating pages that contain matrix repeater content? Can this cause problems or is it safe to do so?
  13. Is there a way to automatically create the title and the name of a page from the content of two fields? I have the problem that the editor usually has to enter the same thing in the title field as in these two fields. What is the easiest way? Or is there perhaps a module?
  14. It seems to continue there! Great!!!
×
×
  • Create New...