2897 comments found.
Hi, Awesome theme, thank you. Having a bit of an issue with the FAQ page where if I add a paragraph or break-line within a “section” the “toggle” won’t work properly. Please review and advise. I can send you a couple of images if that helps.
Hi again, Also found in the video page/section/header a “preloader”. How can I avoid/remove it? Thanks!
Hello, thanks for your purchase and compliment.
The toggle on FAQ page uses the “text preview” feature, and unfortunately this only works with one paragraph tag inside the toggle section. The reason of this is that the CSS ellipsis present on “text preview” only work with html text elements, so we can’t wrapp the content inside a div ”.toggle-content”.
My suggestion for you, if you want add more paragraphs, is don’t use the “text-preview” feature. Here is a example without the text preview>
<div class="toggle toggle-primary" data-plugin-toggle="">
<section class="toggle">
<label>Curabitur eget leo at velit imperdiet viaculis vitaes?</label>
<div class="toggle-content">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget leo at velit imperdiet varius.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget leo at velit imperdiet varius.</p>
</div>
</section>
</div>
You can see more examples of toggles in that page:
http://preview.oklerthemes.com/porto/6.0.0/shortcodes-toggles.html
Regarding the “preload” question, please open a ticket in our Support Center and send us more details about that question. – http://okler.net/open-a-ticket/ Do you mean the “three dots” of slider ?
Kind Regards,
Rodrigo.
Hi. Thank you for your reply. Opened a ticket for the toggle issue and attached a file for reference. About the preload, yes, the “3 dots”. Best Regards.
Hello,
To remove the 3 dots of slider, just add the option “spinner: off” on data-plugin-options of revolution slider. Like the code below:
<div id="revolutionSlider" class="slider rev_slider" data-plugin-revolution-slider="" data-plugin-options="{'delay' : 9000, 'gridwidth' : 1170, 'gridheight' : 500, 'spinner' : 'off', 'disableProgressBar' : 'on', 'responsiveLevels' : [4096,1200,992,500]}">...</div>
Please, try that and let me know if you need further assistance.
Kind Regards,
Rodrigo.
Rodrigo, Thank and thank you… You are “da-man”. The addition of ”’spinner’ : ‘off’ ” did the trick for both: slider and video. And with: data-plugin-toggle=”” and div class=”toggle-content” did the trick for me for the FAQ page. Just added some extra lines on the css for font color and margin and voilá, done deal. Thanks a lot!
Hi, I am embedding a different YouTube video link but it looks blank. Can you help me?
Hello, please open a ticket in our Support Center and send us more details about that question. – http://okler.net/open-a-ticket/
Someone from Support Team will reply as soon as possible.
Kind Regards,
Rodrigo
I have purchased this theme can you please tell me how I can imporve is speed please check it here http://preview.oklerthemes.com/porto/6.0.0/demo-digital-agency.html
Hello, there are a lot of things you can do to improve performance, we actually have a few topics in our website about that, for example: http://www.okler.net/forums/topic/minify-php-how-to-combine-minify-and-cache-javascript-and-css-files-on-demand/ – The files are uncompressed and separated in the preview and the zip file so the buyers can see the code and decide the better way to make the improvements (depending on the server-side scripting language, PHP, aspNet, etc…) – Let me know if you have any questions.
Kind Regards, Rodrigo.
also PHP form was not working I setup as per your instruction but no data i can received.
Hello, If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Hello. I’d like to buy your template but I have a question about the Hotel Demo:
I’d like to close the sales for certain days or weeks. It is possible to do it with your calendar? How it checks the availability?
Thanks 
Hello, thanks for the message. Yes, you can change the calendar settings to show only specific dates.
If you decide to purchase and need help, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Let me know if you have any questions.
Kind Regards,
Jonas
In the medical demo I have four boxes under the header. But the “OPENING HOURS” can’t open on mobile devices. Is there a fix?
Hello, in all our tests it worked well, as you can see in this screenshot from a real device: http://www.okler.net/ss/20171117-615-60kb.jpg – If possible, please open a ticket in our Support Center and send us more details about that question. – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Hello, we actually made tests here and really only on apple devices using safari browser mobile, the “OPENING HOURS” box is not working when hover. To fix, please change the line 96 of (css/demos/demo-medical.css) to:
.medical-schedules .box-one, .medical-schedules .box-two, .medical-schedules .box-three, .medical-schedules .box-four {
cursor: pointer;
height: 94px;
position: relative;
-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-ms-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
- Note that i added the style “cursor: pointer;”.
Sorry for that issue.
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Rodrigo
It works perfect! Thank you very much for the fast help 
Hi Guys,
I need this site to have in blue color:
http://websoluutions.hu/storage/reloaded/demo-digital-agency.html1.) What to put in the custom CSS to have the blue (e.g.: #0088CC) or red (e.g.: #f4544c) main color?
2.) How to change the header to have like this (instead of flat header): http://preview.oklerthemes.com/porto/5.7.2/demo-church.htmlThank you so much in advance, ws
Hello, we replied to the ticket you opened in our forum about that question.
Kind Regards,
Jonas
hello , i can’t find bootstrap-rtl file so what is bootstrap-rtl replacement after update because the direction
to <H7> not right to left
hello , i can’t find bootstrap-rtl file so what is bootstrap-rtl replacement after update because the direction not right to left for tags h1 upto h7
Hello, on the new version of Porto (6.0.0) the bootstrap-rtl is dropped, since the new version uses Bootstrap 4, that uses flexbox and works great with RTL layouts.
To activate the RTL, please follow the steps below:
1) Change the “html” tag to:<html dir="rtl">2) Change the Porto theme stylesheets on head of document to:
<!-- Theme CSS --> <link rel="stylesheet" href="master/rtl/css/rtl-theme.css"> <link rel="stylesheet" href="master/rtl/css/rtl-theme-elements.css"> <link rel="stylesheet" href="master/rtl/css/rtl-theme-blog.css"> <link rel="stylesheet" href="master/rtl/css/rtl-theme-shop.css">3) If you are using a niche demo from Porto, it’s necessary to add the RTL file of demo, for example the demo construction:
<!-- Demo CSS --> <link rel="stylesheet" href="master/rtl/css/demos/demo-construction.css">
If you have more questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Rodrigo.
thank you for your replay , please click on this link
http://preview.oklerthemes.com/porto/6.0.0/feature-layout-rtl.htmland go to footer see text direction he is left
thanks
waiting your replay
Hello, we are working on that, making some tests and will provide the fix as soon as possible.
Kind Regards,
Jonas
many thanks you are the best
Hello, we discover that the problem it’s caused by a diference from Bootstrap 4.beta to Bootstrap 4.beta2. During the development we used the Bootstrap 4 Beta1 to make the RTL, and one day before the release of Porto 6.0 was released the BS4 Beta2, and we updated Porto 6.0 to the new Bootstrap 4 Beta2, and unfortunately the BS4 Beta2 comes with a diference from BS4 Beta1, that is a “text-align: left” present on tag “body”.
This text align is forcing the text to left. We already fixed that on Porto and will release a new version as soon possible. For now, to fix please add the code below in (css/custom.css):
html[dir="rtl"] body {
text-align: right;
}
Sorry for that issue.
Kind Regards,
Rodrigo.
Hello friends, good morning, you have some example in the html port gallery of images with autoplay for the photos to change alone when the image is enlarged. If you do not have it, do you have any tips that you can implement on the site?
Hello,
Unfortunately Porto don’t have this feature. I don’t have sure, but maybe works with the solution in that link: https://stackoverflow.com/questions/31284506/magnific-popup-autoplay-slideshowIf you have more questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Rodrigo.
I am thinking about purchasing Porto and the admin bundle (for the forms) – can you tell me if the forms are fully functional – will a client be able to complete, submit, and have the form information email to the company?
Hello, thanks for the message. The Contact Forms are functional, it uses PHP to send the email.
Let me know if you have any questions.
Kind Regards,
Jonas
I am thinking about purchasing Porto and the Admin bundle for the forms – Can you tell me if the forms are functional, are clients able to submit and email back to company?
.
Hello, thanks for the interest on Porto and Porto Admin.
Porto comes with a functional contact form PHP script, that uses the PHPMailer. The script is ready to send emails for the pages: - http://preview.oklerthemes.com/porto/6.0.0/contact-us.html - http://preview.oklerthemes.com/porto/6.0.0/contact-us-advanced.php
But you can easily modify the script to send emails using new form fields (like what comes with the Porto Admin Extension/bundle). Also, our support team can help you with that.
Best Regards,
Rodrigo.
Rodrigo – Thanks for the speedy reply!
Error: Demo – Event – Venue – Hotel image messed up.
Hello, thanks for the purchase.
The images used in the template are not included in the zip file (as described in the item list). All the images are replaced with placeholder because of the license terms.
The images used in the template were purchased from several stock images websites.
But you can buy the images from $1 at https://photodune.net/
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Rodrigo.
I know that. But, there is something wrong with padding or whatever, can only see parts of the image.
Hello, we actually could not reproduce that problem, but maybe you are referring to the size of the image, in that case you can change the background-size properties in the html, for example: “background-image: url(‘img/demos/event/venue/venue-img.jpg’); background-size: cover;”
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Please return shop demos. I bye porto after you add shop demos. This is exxelent part of you product.
Hello, thanks for your feedback, we will consider that and may add it back in the future, but with new design.
Kind Regards,
Jonas
Excellent, thank you.
Why no more shop templates in 6.0?
Hello, I’m sorry about that, but we removed permanently the old shop demos from Porto. From version 6.0.0 the shop demos won’t be available anymore. If you need the old files (compatible with BS3), let us know.
Best Regards,
Jonas
I bought it for the shop. If there will be no more updates to shop demos i will have to find another template. Thanks.
Hello, thanks for your feedback, we will consider that and may add it back in the future, but with new design.
Kind Regards,
Jonas
Does porto still support RTL? because the lastest version does not have bootstrap-rtl file
Hello, sure. In the new version it’s much easier, Bootstrap 4 uses flexbox which is easier to make it compatible with RTL. Preview can be seen in this link: http://preview.oklerthemes.com/porto/6.0.0/feature-layout-rtl.html
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Hello, from the review, I thinks it`s the best template and really clean.
I`ve Question before purchase:
how to add multiple marker in maps, based on my experience with other theme it`s just for max 10 markers. with this theme can I add more than 100 markers?how to do that? I think in your example just three markers, thanks
Hello, please check this topic to see how to fix that: http://www.okler.net/forums/topic/how-to-fix-the-google-maps-markers-limit/
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
hello, thanks for the great updated to bootstrap 4, can i get revolution slider visual editor for jquery plugin in porto files ?
Hello, Revolution Slider is included on Porto, but please note that the HTML version does not come with visual editor for the slider, the changes must be done in the HTML itself. Revolution Slider has a very extensive documentation available.
Let me know if you have any questions.
Best Regards,
Jonas
Hi threre, have you any date for the boostrapp 4 version?
Hello, we are in final tests, the update will be available this week.
Kind Regards,
Jonas
Hi , hope you doing great! Please can you tell me why the icon don’t show here http://demo.euphoriaskiathosapartments.com/index.html I looked and looked , canot find anything . The are look ok in my Dreamweaver, but when i upload them the dont show Thank you Stef
Hello, please make sure you upload all the files, looks like some files are not available, for example: http://demo.euphoriaskiathosapartments.com/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0
If you have any questions, please open a ticket in our Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Hello,
Question before purchase
1) After sending the css folder on the server, the total weight of the folder in MB. How much?
2) Do you add a Page Builder?
3) Compatible with Bootstrap 4.
4) Should I add a plugin for the blog pages to work to leave a comment? need the function
Thank you
Hello, thanks for your message.
1) It actually depends on which demo you are going to use, the size of the images, etc… With some small adjusts you can create a very fast website using Porto. We also have a few tutorials about the performance in our site.
2) Porto does not come with Page Builder.
3) Bootstrap 4 Update is coming very soon.
4) You can easily integrate Disqus plugin on Porto.
Let me know if you have any questions.
Kind Regards,
Jonas
Hi,
4) How to integrate the Disqus plugin on Porto.? tutorials Why not integrate it into the update
Thank you
Hello, it’s pretty simple and you can find all the information in their website: https://disqus.com/ – Just click “Get Started” and subscribe to receive the code. So with that code you just replace the comments section on Porto with that code and that’s it.
Let me know if you have any questions.
Kind Regards,
Jonas
Hi,
1) Where are the tutorials on your site’s performance?
Thank you
Hello, you can find it in the resources section of our website: http://www.okler.net/forums/topic/minify-php-how-to-combine-minify-and-cache-javascript-and-css-files-on-demand/
Best Regards,
Jonas
Hi,
How to make 2 columns so a in diagonal column As on the example here https://img4.hostingpics.net/pics/950661201711151137.png I’m talking about putting a picture diagonally as in the picture
Best Regards,
Hello, to get support please open a ticket in our support forum with a valid purchase code. Support Center – http://okler.net/open-a-ticket/
Kind Regards,
Jonas
Hi,
We are not yet a customer
Possible to create a diagonal separator to create the two columns here How to make 2 columns so a in diagonal column As on the example here https://img4.hostingpics.net/pics/950661201711151137.png I’m talking about putting a picture diagonally as in the picture
Best Regards,
Hello, you could use the skew transform in a background div or use a transparent image.
Skew Transform Example: https://www.w3schools.com/css/tryit.asp?filename=trycss3_transform_skewx
Best Regards,
Jonas
Hello,
Why not add it in an update? Diagonal separator
Thank you
Thanks for the suggestion.
Kind Regards,
Jonas