Is it possible to hide som features as “blog, gallery, sponsors” temporarily?
How can I change my site icon from squared to rounded?
Is it possible to reset the theme as default?
1.-I meant, how can I change the favicon shape from square to round?
2.-Can button links send you to another section of the same page or it has be another new page from the website?
3.-Is it possible to change the language or text of the music player?
4.- If any person from a different country goes to my website, does it automatically changes language to theirs?
1. If I am not wrong you might be talking about social icons, those icons are images in .png type if you want in square you can create your own icon image in square and upload it, for more information those images are from https://www.flaticon.com, here you can create icons as you want.
But the remaining other icons in demos are from font-awesome icons.
2. Yes, buttons links can be sent to another section of the same page.
first, name the section ID at the top of every section in the customizer there is an input field with label ‘ID Name’. for eg: ‘contact_us’.
second assign any button you want by adding button link to #contact_us, which solves your problem.
This reply was modified 1 year, 7 months ago by rupesh chamling.
How can I put a cross mark on licenses instead of a check mark? (That should be updated)
Is it possible to add a licences “Read More” under the license options?
1. To use the cross icon you can simply replace <i class=”fas fa-check”></i> with <i class=”fas fa-times”></i> inside license features or if you do not want to use icons you can simply use ✕ mark.
2. We are sorry we do not have a button feature but we will work that on the next update for sure.
but you can apply “Read More” this code in template-parts/frontpage-sections/pricing-table.php on this file on between line 116 and 117.
1. YT video section can be replaced with only <iframe> contents. If you want to replace YT video with another video that must be inside <iframe> tag.
But if you want to upload the video from your file then you can use Video Gallery Section where you can upload your own video and customize “Slide To Show to 1”. Uploading size depends on your site WordPress file upload limit, Smaller the size faster your site loads. Thank You! Hope this helps you.
YT has an issue with IOS systems we will fix ASAP.
We do not have a customizer setting on the link to another page, We will work on that in the next update but you can add ‘target=”_blank” code inside tag manually.