180 comments found.
I get google maps error: https://monosnap.com/file/2Vxq4c7cnSFS7r041uj70igyQGeNSA
Hello, Alfonso. We are having problem with replying comments on Themeforest because of a problem. If you send message from here : https://themeforest.net/user/goldeyes#contact when you need help, we can reply faster then.
This should be Google Map API error, please visit this page for get an API key: https://developers.google.com/maps/documentation/javascript/get-api-key and use this script with your api (please change with old google script);
<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap" type="text/javascript"></script>
And there is will ok. If it doesn’t solve the problem, please drop us a message from here: https://themeforest.net/user/goldeyes#contact and share your URL. Thanks.
Sincerely, Zafer
Ok. I use my api key. How can I get to put tools like zoom?: https://monosnap.com/file/JSxwORKZH4pRTdQBQmiYex161rjMJL
Alfonso;
As i said before, please drop us messages when you have questions. Themeforest is having problem about reply to comments. You can see it the on my first message again.
You can see “disableDefaultUI” option if you look to google map scripts on your file.
Thanks.
From the mobile menu
Press Menu 1 to display the submenu Press Menu 2 to display the Menu 1 and Menu 2 submenus.
this Press and hold Menu 1 If you press Menu 2, the submenu of Menu 1 closes and you want to show only Menu 2.
I want the menu to be displayed in a foldable format.
Hello there! Thanks for the message. We couldn’t reply your message because of a problem on the Themeforest.
Sure, i want to help for your question but i’m not sure what you mean. Can you drop a message to goldeyestheme@gmail.com address with a video for describe it? Thanks for the patience.
Have a great day.
Sincerely, Zafer
I sent an e-mail.
In the image above If nav-menu 1 is clicked, sub menu 1 will open.
If you click 2 again, sub menu 2 will open. (Submenu 1 is open.)
Then, if you click 3 times again, sub menu 3 will open. (Submenu 1 and Submenu 2 are open.)
Not like this.
What if I click 3 and only 3 submenus are opened, and 1 and 2 submenus are closed?
I want. When one submenu opens, I want to close the submenu that was already open.
Hello, there. Thanks for the information. Please open js/scripts.js file and come to //Make Dropdown for mobile codes on line 679 (if you didn’t made any changes).
There is these codes now:
//Make Dropdown for mobile
$('#mobile-navigation li.dropdown-toggle > a').append('<i />');
$("#mobile-navigation .dropdown-toggle>a").not('.cart-item').on( "click touch", function() {
$(this).toggleClass('showing').closest('li').find('> ul.dropdown-menu').slideToggle({duration: 300, easing: "easeInOutQuart"});
return false;
});
Change to;
//Make Dropdown for mobile
$('#mobile-navigation li.dropdown-toggle > a').append('<i />');
$("#mobile-navigation .dropdown-toggle>a").not('.cart-item').on( "click touch", function() {
var $parent = $(this).parent().parent().closest('.dropdown-toggle').find(">a.showing");
$(this).toggleClass('showing').closest('li').find('> ul.dropdown-menu').slideToggle({duration: 300, easing: "easeInOutQuart"});
$("#mobile-navigation").find(".showing").not(this).not($parent).removeClass('showing').closest('li').find('> ul.dropdown-menu').slideUp({duration: 300, easing: "easeInOutQuart"});
return false;
});
It will be work like how you want. Have a good day.
Sincerely, Zafer
Hi guys, this theme is awesome! Is it possible to remove unused code? The ‘config.json’ from bootstrap is available to download?
Hello there! Thanks for the message and i am sorry for the delay. We couldn’t reply your message because of a problem on the Themeforest.
Quadra’s special scripts (in the js/scripts.js) not working if you don’t use them. They works after check what you use.
And about included components, you can see them in the js/jquery.min.js and css/plugins.css with minimized and described easily. You can remove what you don’t use. There is will not be a problem. And Quadra don’t including another file.
Also if you had any problem about removing unused codes, you can contact with us from here: https://themeforest.net/user/goldeyes#contact We will check your codes and help you.
Have a great day!
Sincerely, Zafer
This theme can easily be on the top most popular. I think just a few more updates. Even little things like fontawesome upgraded. New theme added. etc..
Hello, again.
Thank you for your advices and thinking of the Quadra. We will make best updates for all.
About the FontAwesome, sorry but I can’t speak for this update. Because I have explained this to you before. Font Awesome has changed its using system. And if it is updated a lot of font icons will not appear.
About the demos, there is will be stunning new demos with awesome features. We are working on them.
Sincerely, Zafer
ok this is good thanks. You can easily be top html theme with moreu pdates.
I have been looking for a responsive bootstrap/HTML template. Here are some of the features required: - Slider - Animated text and photo - e-mail Newsletter subscription - Products catalog - Photo gallery and Slideshow - Blog - Google map integration - Facebook, Twitter, Instagram, Youtube, Flickr link
Please let me know whether Quadra is easy to be adapted for the above.
Hello there! Thanks fo the message.
Quadra is have these all the features and there are more. Just about the blog, there are many templates. But they are HTML templates. You need PHP support for posting.
Please let us know when you have any question. Have a great day!
Sincerely, Zafer
Hi there, your theme looks good. Only problem is the audio player on your musician demo doesn’t seem to work (error message):
http://quadra.goldeyestheme.com/v2/demo-musician.html#I can’t really purchase the theme unless the player is working. Can you let me know what the problem is? Thanks.
Hello there! Thanks for the message.
There was only songs deleted from the server. We had re-uploaded the files to server and it works. So, it’s not about the codes.
Have a great day!
Sincerely, Zafer
How to make the arrows visible at all times?
carousels – http://quadra.goldeyestheme.com/v2/elements-carousels.html
Hello there! Thanks for the message.
Sure, you just need change opacity:0; css code to opacity: 0.6; in theme.css, line 1252. There is options for these tags:
”.qdr-controls .slick-arrow,.qdr-controls-2 .slick-arrow”
You can see all options for these arrows at there.
Sincerely, Zafer
Sorry again. I need to use a logo with 75px height. As all menu is with a 50px height logo, if I try to use bigger I have problems with menú, shadow and more. Any idea?
May be changing this code?
#navigation.modern{height: 80px; line-height: 80px; will-change: transform; }
#navigation.modern .columns .logo a,#navigation.modern .columns .logo img{ max-height: 64px; }
Hello, Alfonso. Thanks for the message.
You can see “Navigation most necessary options” title in the theme.css file, line 1708. There is options for logo and navigation heights when on home page and scrolled. If you make 75px height for logo, you should change height and line-height values to minimum 80px for #navigation.modern on line 1710 and #navigation.modern.scrolled on line 1719. Then your navigation will look perfect.
Have a great day!
Sincerely, Zafer
Hi again. Is it possible to add images in twits? In demo I see only text
Hello, Alfonso. This isn’t possible with classic twitter feed. But if you want, you can use Twitter’s “Overview” system for it. You can choose a type and use with your twitter account, documentation is here: https://developer.twitter.com/en/docs/twitter-for-websites/timelines/overview.html
Then you can see your medias too.
Have a great day!
Sincerely, Zafer
What is code to hide something in mobile version?
Please see responsive visibilities table on here: http://quadra.goldeyestheme.com/v2/elements-responsive-visibility.html
Sincerely, Zafer
I try to use a button but link don’t work:
<a href="http://www.domain.com" target="_blank" class="stay xl-btn block border-btn border-gray6 bg-colored-hover white-hover border-dashed bs-lg-hover radius-lg slow">Dashed Border</a>
Hello, Alfonso. Thanks for the message.
Just remove .stay class from the button. It will work then.
Have a great day!
Sincerely, Zafer
Small bug i encountered. Our site is live. When you click on a download button it turns on the preloader animation and it stays even after the download is completed. How do I fix this? I tried target=”_blank”> and it works but there is a small white blank screen browser glitch when i try that. I am hoping there is a better way.
It is pointing to for example https://mysite.com/sample.zip
Another fix was to remove the loader but I need the loader.
Hello;
Sure, just open js/scripts.js file and come to line 1369, this function:
$('a[href^="mailto:"], a[href^="tel:"]').on('click', function(){
setTimeout(function() {
$pageloader.removeClass("page-loader--fading-out").addClass("page-loader--hidden");
}, 10);
});
Change this function with that:
$('a[href^="mailto:"], a[href^="tel:"], .download-link').on('click', function(){
setTimeout(function() {
$pageloader.removeClass("page-loader--fading-out").addClass("page-loader--hidden");
}, 10);
});
And just add .download-link class to your “a” tag. If you had a problem like that again, you just need add “download-link” class. You can remove target=”_blank” attribute from a tag. Will be solved.
Sincerely, Zafer
I am done with my website but getting alot of gtmetrix errors for this part: Serve scaled images
i use the recommended sizes. Any way to at least trick gtmetrix to fix this?
You don’t need any trick. You can use smaller images instead of warned images.
Sincerely, Zafer
Hey there, Im planning to buy this template, but I need less or scss files so that I can customize the template according to my needs. Will you be providing the less or scss files if purchased??
Hello there! Thanks for the message.
Unfortunately, there is no less and scss files yet. They will come with next updates. Have a great day!
Sincerely, Zafer
Is it possible to add an image in back of a call to action box with a gradient animation on top?
Hello again.
Yes, it’s possible and here is examples with image and video backgrounds: http://quadra.goldeyestheme.com/v2/elements-animated-gradients.html
Sincerely, Zafer
Hello again. In footer blog post slide, when post have different height, slide is wrong. Don’t show well news. See video: https://monosnap.com/file/eArUm2Exr0hnEh2vDAb9aPFD37TC8N
Hello, Alfonso. Thanks for the report.
You are right, if you use elements with different heights on vertical slider, the slider mixes.There is no any solution for it yet (we are still looking for it) but you can add a simple script for character limit for make same height all slides. For example:
$("div.footer-client-comments a:first-child").text(function(index, currentText) {
return currentText.substr(0, 45);
});
If you add this script to your page, titles can have up to 45 characters (you can change the 45 value). And they are will have same height value then. So slides will look perfect.
Have a great day.
Sincerely, Zafer
done. Thanks
Hi guys, I bought the product after a long comparison with other templates. It’s a really rich library, but even more important is high loading performance and optimization level. I congratulate you first, then a question.. I’m doing some trials these days and I’m wondering if I can customize the sliders without “Slider Revolution jQuery Visual Editor Addon” and especially my question is about the before-after slider template. Thanks in advance.
Hello there! Thank you so much for you kind words!
There is well documented codes for slider revolution and ready-to-use 140+ templates with demos. Also i want to say, you can check the slick slider templates. We included animations and effects to this slider. (Of course the this slider is not as much as the Revolution Slider.) However, slick slider has the advantage of speed of loading. You can see an example on here: http://quadra.goldeyestheme.com/v2/slider-slick-1.html
Also if you interested in, we are thinking add “Slider Revolution jQuery Visual Editor Addon” to theme with next updates. We have such a plan.
Please let us know when you have any questions. Have a great day!
Sincerely, Zafer
Greetings,
How can i trigger quadra-fixed-modal from regular link on the page?
Thanks
Hello there! Thanks for the message!
You just need add ”.qfm-trigger” class to your element. Quadra fixed modal will be active with click on it. And you can use it unlimited time on same page.
Have a great day!
Sincerely, Zafer
A couple of questions:
1. I’d like to be able to use some of the template elements within a megamenu. As it’s setup now, it’s using Columns with UL and LI to just list text. Is this possible?
2. We are using the header style 11 (http://quadra.goldeyestheme.com/v2/navigation-11.html). When the user scrolls you get the sticky menu. I’d like our logo to show on this sticky menu, but not when the full header is shown if that makes sense.
Thanks! Great Job!
Hello there! Thanks for the message!
1. Sure, this is possible. So you can use a lot of elements on the navigation. Just drop a message to goldeyestheme@gmail.com address and give details about which elements you wanna use on mega menu. We will help about it. Also, will be added new mega menu templates with some template elements soon.
2. Sure, the navigations are really flexible and possible a lot of options. Just please note it to mail with details for the place of the logo, menu, socials .etc elements.
Have a great day!
Sincerely, Zafer