9 comments found.
Hi,
When do you plan to update jQuery?
It uses jQuery v3.2.1, you can update to jQuery 3.3.1 without any problems, just change source files.
Hi, the mail form is sending the mail, but I’m not getting any mail. From the hosting server they told me that the script needs to be written to use the hosting SMTP server on port 25 with valid mail from the domain and not to make SMTP authentication. Can you please help?
Thanks.
Hello, it is very related with hosting/server.
If you need SMTP authentication, you can find some code examples here – https://www.google.com/search?q=SMTP+authentication+php+contact+form
Hello,
thank you for feedback, CSS is updated, you will get notification once files will be confirmed and ready to download.
Hi, must say this is an excellent theme! Really love it !!! For the project that I’m currently working I cant manage few things. Hope you can help me.
Original REVIEW section I turn it into NEWS section for my needs. 1. The arrows on FF are not in the place where they should be https://www.dropbox.com/s/712ea5v3kzpt9j6/01.jpg?dl=0 2. What I need is: When i clik Read more button to call other HTML file (ex. news/news1.html) controling fancybox in parent window from inside an iframe for custom size and styling. Manage to do something (call the file in iframe) but whenever the iframe is loaded navigation arrows keep coming up to and I don’t need them. Can’t resize the window to smaller size. https://www.dropbox.com/s/d5fud1bot7pl8qq/02.jpg?dl=0
Thanks in advance
Hello,
arrow issue is already covered, files will be ready in 12 hours.
About fancybox, please use different data-fancybox=”gallery1” attribute value for each news. E.g. data-fancybox=”news1”, data-fancybox=”news2” and etc.
#fancybox-toolbar {display: none;} Thanks in advance
It’s OK, got it .fancybox-toolbar {display: none;} it shoud be with Class selector not ID …
Hi, Can we get this theme in the white background instead of black & a blog details page?
We are planing to do it, but it would be ready only in few months. If you would like custom build, please contact m.grepas@gmail.com with detailed requirements and then we could provide you a quote.
Hi again. Is it possible to load the page in a specific section from an external link? for example, www.example.com/#contact. Thank you.
Hello,
just add:
if(window.location.hash) { $(“[href=’”window.location.hash”’]”).trigger(“click”); }
to main.js before jQuery ready function ends.
Doesn’t work. Any other solution?
It must work. You must append it at least before $(’.menu-slider’...
If I put the code as you have published, it throws different errors. When I correct them, the code does nothing.
Please send that error.
Comment changed code. Here is working version – https://codeshare.io/G6w0Qp
How can I change the icons of Font Awesome?
You can find any icon here https://fontawesome.com/icons?d=gallery&m=free
I know, but when I use another icon, only the number appears, for example: f4e3. I have already entered the icon number in the vendor.css, but no icon in the frontend.
You should change HTML, not CSS, if icon is in main.css after or before selector, you should edit there. Don’t change vector.css file.
Hi, we detected that, resizing web browser, make the content dissapeas. Here is a video to prove it https://youtu.be/Op0_v_QMWAw . Thanks in advance.
Thank you for report. Files have been updated.
That’s fine. But now, the gallery doesn’t work. Thank you for your reply.
Thank you for note. Updated.
The function of resizing the image in the gallery when it does pop up, doesn’t work, unless the window is resized, just like the controls; full screen, automatic playback, share on social networks. These controls don’t appear if you don’t resize the original size window. We await your response, thank you very much in advance, greetings
Hello,
there aren’t these buttons in any scenario: full screen, automatic playback, share on social networks.
There are prev/next arrows, close button and indicator which image of whole gallery is active (top left corner).
You can zoom image in popup when image is bigger than your screen.
Please let me know if you are satisfy with the answer.
Look this. Any solution? https://imgur.com/a/cT0F5nT
I believe it is your Chrome extension problem, because arrows are of gallery is also not correctly loading. Please check in Incognito mode without any chrome extension.
view you should see is: https://www.dropbox.com/s/xajluyu4i42luw3/1.PNG?dl=0
I know i should see that, but if i load the page at half of my screen resolution, i can see that controls in the gallery. Now in incognito https://imgur.com/prS2Xom
Please edit 216 line ($(“[data-fancybox]”).fancybox({) of main.js to $().fancybox({ selector : ‘[data-fancybox]’,
That should fix your issue. Let me know if there are anything I could help.
I want to show always that controls, and the same with the pop up effect.
Then please remove buttons: [ ‘close’ ], from code (217-219 lines of main.js)
It worked. Thank you very much
Excuse me, i forgot that the pop up animation doesn’t work. Can you help me with that?
It has fadein effect, what animation you would like to get?
all options can be found here:
https://fancyapps.com/fancybox/3/If i put the web in half of screen resolution (1080p) the pop up animation works, but if i put in full screen doesn’t works. I didn’t modified anything, any solution?
Use this lines and change them from 216 to 226 if main.js
$().fancybox({
selector : '[data-fancybox]',
hash: false,
arrows : true,
btnTpl: {
arrowLeft: '<button data-fancybox-prev class="fancybox-button fancybox-button--arrow_left" title="{{PREV}}"></button>',
arrowRight: '<button data-fancybox-next class="fancybox-button fancybox-button--arrow_right" title="{{NEXT}}"></button>'
},
});
I changed what you told me, and doesn’t works. I made those changes in a non modified copy.
If you are talking about “zoom” animation is it disabled by fancybox by default on position fixed elements (in desktop view instead of zoom effect you are getting fade effect). It is initial fancybox function.
Can you give me some extra info about how i can enable “zoom” animation?
You should remove one page scroll effect (remove position fixed) or change fancybox to lightbox gallery, which supports zoom effect on fixed elements. You can also edit and fancybox script, but it depends on your skills.