338 comments found.
Hi! Great theme! Hope you can help me out with some questions!
1. I tried to change the slides time by modifying wp-content/plugins/linoor-addon/assets/js/linoor-addon.js https://prnt.sc/11on40e but couldn’t make it work.
2. I love how the progress bar shows with the feature addon, layout five https://prnt.sc/13ep2yx , I was wondering if there’s a way to: a) remove the image from the right so I can make a full width bar with 4 circles aligned, or b) just align the image on the right with the 4 circles https://prnt.sc/13ep66v
3. Is it possible to add a subtitle section in the feature addon, layout four? https://prnt.sc/13epeh3 and also in the call to action addon, layout two https://prnt.sc/13epgt3?
4. Is it possible to hide/remove the progress box on the progress addon, layout one? https://prnt.sc/13eplb9
Thank you!!
1. Do you have any server cache? In most cases after file update frontend don’t shows for cache. Please clear cache. 2. You can hide the image with css and make that column 100% width by css and those progress box are repeatable no issue.
.about-section-two .left-col {width: 100%;} .about-section-two .right-col {display: none;}
3. You have to update widget files. You can find it in wp-content/plugins/linoor-addon/includes/Widgets/Featured.php (any of layout number) see screenshot: https://prnt.sc/13fpet3 4. You have to do css.
.elementor-widget-linoor-progress .progress-box {display: none;}
hello why can’t i edit the services page for my theme
It’s a basic post type of service. You can update content from dashboard > services > any of post example category layout one post.
Hey There. Is there a way to make the services page full page without the sidebar. And can I edit it in elementor?
You can easily customize service page single templates. First you have to create a single-service.php file in your theme then update its content as you want. You can enable service edit via elementor settings then you can keep adding content with elementor.
Could I get one of your developers to design a custom single service page? And I can take it from there? I don’t know too much code
You can send us your complete requirements. We’ll get back to you soon. layerdrops@gmail.com
Hi! I have a problem. When I write a text with bold letters, it doesn’t appears. I’ve changed the colours with elementor but it doesn’t work. Could you help?
Please see this screen cast: https://youtu.be/FgA6MwKmmc0
It is only about the colors (and it is very difficult when you’re not an expert!). What I want to do is put some words of my text with bold fonts
You have to do css manually to change the color of the text element, and you have to use <\b> tag which makes text bold. If you can send some screenshot it could be better.
Please add this custom css. It will solve your issue.
.parallax-block .jarallax-img {filter: grayscale(0%);}
How we can change theme main color which is yellow to any other color
For proper color customization you can watch this helper video https://youtu.be/FgA6MwKmmc0
You can use custom css to hide.
.discover-block .cap-inner .more-link {display: none !important;}
Please watch our walk through video https://youtu.be/FgA6MwKmmc0
You have to do custom css.
.preloader .icon {background-image: url(your_custom_image_path);}
Hi, could you please tell me how can I change the background-image for page banner (image-layer)?
You can change it in two way one is from customizer go to customizer> linoor options > General Settings > Page header background Image see screenshot: https://prnt.sc/12ynjrz
Another one is page wise. You can add different image for each page header go to pages > any page > edit post(not edit with elementor) > header image (scroll a little bit bottom) see screenshot: https://prnt.sc/12ynnb8
Thanks but for Services pages I dont have the second option, so the only way is to overwrite with custom css.
Yes, for that css is the solution. Sorry for that, We only scoped it for pages post type not on services or other custom post’s
Thanks
I’ve tried all the ways and I can’t find this part to translate, what do I do?
Its coming from plugin pot file. Please update it from there.
Even commenting the code did not work.
I wish that when I hit the ESC key, nothing would happen.
It should work. Do you have any server cache? Can you check source code is it showing commented code?
Hi i want to delete all home pgaes in the home menu and want to have a static home page,, How to do that in this theme
You have to go to appearance > menus> select menu ( in your case it could be the main menu) delete your desired menus and save changes. see screenshot: https://prnt.sc/12rbsg6
after that you have to select any of home page to main home from settings>reading see screenshot: https://prnt.sc/12rbue0
Hi! I’ve purchased the theme but it is impossible to change the colours. Could you please help? thank you
Our theme colour is easily customizeable see this screencast for clarification https://youtu.be/FgA6MwKmmc0
How can I reduce the headlines on the services, homepage and blog slider too large and overflowing? https://prnt.sc/12ma13d
Please add this css from customizer>custom css:
.page-banner h1 { word-break: break-word; }
It will solve the issue.
hello, where does the footer area of services and references change from?
You can update it from the footer post type. Check screenshot: https://prnt.sc/12meoj2 footer home is responsible for service’s post’s footer.
merhaba, hizmetler ve referansların footer alanı nerden değişiyor acaba ?
You can update it from the footer post type. Check screenshot: https://prnt.sc/12meoj2 footer home is responsible for service’s post’s footer.
merhaba, hizmetler ve referansların footer alanı nerden değişiyor acaba ?
You can update it from the footer post type. Check screenshot: https://prnt.sc/12meoj2 footer home is responsible for service’s post’s footer.
Hi, i want to change the service appearance. -Can i convert a page to service? -Can i edit the layout of services?
Rgrds
What type of layout customize do you want? If you create a single-service.php file to your child theme. You can easily override current structure of content.
I have already install linoor theme and import demo. I will have problem if i install now the child theme?
If you install and activate child theme now. You will loose customizer option. You have to do it manually again.
I have edited the PSD file for the header shape colour and exported it as a PNG, replaced the existing file and can see in the file manager that this is blue, however it is still showing as orange on the site
There must be a server cache, try to clear cache or check in different browsers.
Thanks, I will try that. Also – is there anyway to remove certain images from mobile or will I need to add media queries in the CSS?
You have to do css media queries. Its best way to manage mobile responsive.