Dear Michael
@michaelenglert
The issue is just with activating the License and hasn't caused any problems to the actual website?
I can manually reset your License key to make sure if you email me at:
licensekeys@laytheme.com
With your Key and reference to this thread 🌝
Best wishes
Richard
Dear @Warul-Kawa
Because of modern browsers rules you wont be able to automatically play sound when a user first visits your site. But you can add the buttons for a user to activate sound voluntarily 🌝
jQuery('#intro-region video').attr('controls',true);
Best
Richard
Dear @LF_DisAssembly
This is possible! 🌝
If you could email your details needed for the Invoice to richard@laytheme.com with reference to this thread i can forward to Armin. This way you can purchase via a Bank Transfer.
Best
Richard
Dear @RR
The image elements are being loaded correctly but there seems to be a problem with the image file itself, how was it loaded into the media Library? Are you able to test with some standard .jpeg files and not the SVG's to make sure? 🌝
Best
Richard
Dear Mark
@yelmarb
I would suggest setting the Project Thumbnail title's to "show on mouseover" within Customize.
Then the following CSS should set all the title's to show on mobile:
.phone-size .type-thumbnailgrid .thumbnail-wrap .title{
opacity: 1 !important;
}
If you are using a custom phone layout you could target it like this instead:
#custom-phone-grid .type-thumbnailgrid .thumbnail-wrap .title{
opacity: 1;
}
Best wishes
Richard
Dear Marlene
@mgirl
The footer within a Custom Mobile Layout is targeted slightly differently, so:
.id-136 #footer {background-color: #cc9b8f;}
Will become:
.id-136 #footer-custom-phone-grid {background-color: #cc9b8f;}
Best wishes 🌻
Richard
hey can you send your /wp-admin/ login and your ftp login and send a link to this topic and links to the pages where the language switcher does not appear to:
info@laytheme.com ?
@Richard @Armin-Unruh ,
Do you think I should write a custom jquery script that translates each number to it's actual category name? and then for each category, display it as a button?
Or is there a way easier way that I'm not aware of?
my first obvious solution was to PHP get-category, but I see that it is impossible in Laytheme, right?