338 comments found.
Do you also have the HTML version of this theme instead of just the WordPress?
Ok i figure it.
Good to hear that.
Love the theme! Is there a way to change the slide time of the banner on the home page?
You can change it from plugin file. wp-content/plugins/linoor-addon/assets/js/linoor-addon.js see screenshot: https://prnt.sc/11on40e
Thank you! Ended up working out. Just one last last thing… Is there a way to give each of the text headings (Text Slider Content) on the slider individual class names? It looks like the ability to add in CSS individually is disabled with the custom Linoor theme… We’re looking to align the slider text with the social links and business hours on the left but will need to give each slide it’s own class name
Do you want this case https://prnt.sc/11qojfy ? if so you have to update padding and vertical-alignment .banner-carousel .content-box { display: block; } .banner-carousel .content-box .content { padding: 0 0; }
like this no need to select each slide element.
i want to remove the grayscale from all images on the site. how do i do that and where do i do it?
another thing. main slider. layout two. how do i remove the linoor logo behind the text
You have to add this css to customizer>additional css.
img { filter: grayscale(0) !important; }
https://prnt.sc/11md5vj which will make total template to normal.great. done. thanks. now what about the linoor logo on the main slider layout two. also i want to add a couple more fields to a contact form. a drop down menu, multiple choice menu, and a upload file. how do i do that?
Slider logo is given via css, Which type of customization you want to do there? We used contact form 7. It is very popular contact form. For those fields you have to use contact form 7’s shortcode to do it. https://prnt.sc/11on690
Hi, i have problem with installation, i follow instructions and have error is the moment the import data.
send us your wordpress admin details. We will do demo import for your. May your server could not connect to our demo server. layerdrops@gmail.com
ok, i send the credentials.
We have installed the demo for you.
is the same I do not see the updated theme. ????
replied to your email
it’s a problem, the color theme not changed 
We gave 2 way colour options to our theme. One is via Theme options (AKA Customizer). Another is Page Metabox. Because different page colours should be different for design needs.
Our theme colour option works in a different way. If there is anything set in the page meta box it will take effect first and if there is no value in the page meta box then it will take effect via customizer options. After there is the last condition if there is nothing set on customizer options it will take theme default. Another thing is Customizer Options is a global color option. Page metabox Is only for pages.
for example I am changing the header design and neither the logo changes so I have to change it manually.
We build header in header post type with elementor addons. You can change header globally by customizer or if you want you can have different header by page metabox its not that hard all customized option have in theme
I want to change the language of the theme, I originally saw it in Spanish, but it is installed in English, is there a way that is not so manual, thanks
You can update your content to spanish via wordpress dashboard and some content need to updated via pot file or mo/po file.
When I press ESC, the search field appears, how do I disable this shortcut?
you have to comment our a block of code from wp-content/themes/linoor/assets/js/linoor-theme.js see screenshot: https://prnt.sc/11albe0 to remove that functionality
thanks for your support ! can i insert Services with no link ! just text ! ?
Sorry, We didn’t provide that option. For that you have to update our elementor widget code from wp-content/plugins/linoor-addon/includes/Frontend/Shortcodes.php see screenshots: https://prnt.sc/118ym6x
thank you ! what i should do ? remove any code ?
You have to remove a tag from there.
thank you ! it work ! but i cant install dark mode . again i send you email . please help about it . thanks .
Replied to your email
You can update it from page metabox you have to go to dashboard >pages>any of page > edit page (not edit with elementor) after that scroll to bottom you will see page title option and background image option. See screenshot: https://prnt.sc/1183fbs
Thanks!
You can edit it from service post types. From dashboard >services > any of service post(given screenshot is for layout one category) see screenshot: https://prnt.sc/11838i4
Thanks!
Hello; Can we show the sub categories when we click on the upper category, as in the menu, while showing the subcategories in this image on the Portfolio page?
Sorry. It is not possible, You have to do it by your self. You can get the code of portfolio from wp-content/plugins/linoor-addon/includes/Widgets/Portfolio.php
Looks like there is a bug in a footer. I see double menu footer 1 instead of see two different footer menus (menu footer 1, menu footer 2) I can attach the screenshot, send me your email, please
It is not a bug, It is given for widgets of links. If you will edit footer you can see how we added it.
Please generate and use pot file of our linoor addon plugin. By that you can translate it.
Hy,
i need your help in some problems.
1. footer wouldn’t change. Despite I change the footer content, it just doesn’t change. What am I doing wrong. 2. Where do the services appear? I can not find a service section on any of the pages.
I am waiting for your response.
Thanks,
Levi
There are different footers for different pages. When you updated footer you have to select it on your desire page https://prnt.sc/116geiy from page meta box https://prnt.sc/116gfoa
We used service post type to service elementor addons. https://prnt.sc/116gga6 like in this section or service page. If you are missing services or some section’s after demo import please watch this video https://youtu.be/8DP4NgupAhI
1. i did all that you said. 2. i found the service post type, I just didn’t find the services on the pages of the template.
Send us your site details and tell us what is your desire target we will help you on that. layerdrops@gmail.com
i send you details by email , please install demo for me .
We have installed it and sent you email.
Hi I contacted you yesterday through hangvo95 account regarding the checkbox field for a form. Can you advise me how to do it?
Yes we didn’t have any checkbox or radio supported contact form. But as we used contact form 7 so there is only we have to do some css work like adding border, width, height etc.. for design enhancement in next update we will do that. You just have to add a checkbox field by contact form 7 https://contactform7.com/checkboxes-radio-buttons-and-menus/ after that you have to fix it with css. If you want we can solve that for you send us your wordress admin details.
Hi. There is another issue with the URL. Our website use case studies instead of portfolios. So the URL for a case study is currently wrong. It is supposed to be /case-studies/social-media-marketing-for-restaurant/ but instead it is showed as /portfolio/social-media-marketing-for-restaurant/. Can you advise me on this case?
You have to update custom post slug for that. You have to go to wp-content/plugins/linoor-addon/includes/PostTypes/Portfolio.php see screenshot: https://prnt.sc/11qosrq
*Note: You must have to save permalink from settings after updating the slug https://prnt.sc/11qox13 *
Many thanks. It works now. Also I am trying to get rid of the Archives in banner area. And possibe also the Home – Case Studies. Please refer to the picture. Can you advise me how to do it. Many thanks https://drive.google.com/file/d/1lKMxODaP78yIn6ZcXprbFpSp6AQV4R7_/view?usp=sharing
You have to update function of wp-content/themes/linoor/inc/template-functions.php line number 70 like this function linoor_page_title() { if (is_home()) { echo esc_html__(‘Our Blog’, ‘linoor’); } elseif (is_archive()) { if(is_post_type_archive(‘portfolio’)) { esc_html_e(‘Case Studies’, ‘linoor’); } else { esc_html(the_archive_title()); } } elseif (is_page()) { esc_html(the_title()); } elseif (is_single()) { esc_html(the_title()); } elseif (is_category()) { esc_html(single_cat_title()); } elseif (is_search()) { echo esc_html__(‘Search result for: “’, ‘linoor’) . esc_html(get_search_query()) . ‘”’; } elseif (is_404()) { echo esc_html__(‘Page Not Found’, ‘linoor’); } else { esc_html(the_title()); } }
see screenshot: https://prnt.sc/124q65e
Thank you. Can you also please advise me where I can change the logo when loading page https://drive.google.com/file/d/14dj64OIVZdrkKJBj67KXFdmH6fVsce_u/view?usp=sharing.
And how can I change the URL path of each blog post (from /blog-blogtitle to /post/blogtitle) as we want to keep the post URL from our old website.
FROM: http://peter.i4swebdesign.com.au/blog-facebook-unfriends-australia-its-time-to-be-more-creative-in-y... TO: https://www.intelligence4start.com/post/facebook-unfriends-australia-it-s-time-to-be-more-creative-i...
You have to add css for preloader from appearance> custom css:
.preloader .icon {background-image: url(your_custom_image_url);}
You have to go to settings > permalinks > and set as per your requirements. Check screenshot: https://prnt.sc/12ffrpl
Hello,
I want to change the font but couldn’t find any option. How can I do it.
Why all elements are not edit able, like there is a section where I only want to keep the heading and button, but when I remove other items it shows blank space.
Thanks.
Sorry there is no dashboard option with out editing code. from wp-content/themes/linoor/functions.php file you can change google font https://prnt.sc/10os4p8
For that layout change you have to customize with some css. We tried to give as much as possible flexibility but in some section you have to do some coding.
The theme is not flexible, you can only change the text and images.
You have to update the code for massive customization of the layout.
Hello; When the mouse comes over the Slider, the flow stops. I looked at the code in the background but couldn’t find a place to interfere. I request your help on this subject. Best regards.
It’s coming from plugin. You can get that from: wp-content/plugins/linoor-addon/assets/js/linoor-addon.js on WidgetMainSliderHandler function https://prnt.sc/114w92d
Hi I need to add checkbox into the contact form, it seems that checkbox hasn’t been defined yet. Can you please advice me on this. I wanna make sure checkbox field also aligns with the theme? Thanks
Could you please contact us with the purchase code screenshot. Or use the account you used while purchasing this theme.
The account we used to purchase this theme is intelligence4start.
Yes we didn’t have any checkbox or radio supported contact form. But as we used contact form 7 so there is only we have to do some css work like adding border, width, height etc.. for design enhancement in next update we will do that. You just have to add a checkbox field by contact form 7 https://contactform7.com/checkboxes-radio-buttons-and-menus/ after that you have to fix it with css. If you want we can solve that for you send us your wordress admin details.
Hi. Can you also please advise us how to align the title and text desc in this case. Thanks https://drive.google.com/file/d/1mcVP1cny-LKM4C3tr8ihonFtLkPHv9MJ/view?usp=sharing
Please use css for that:
.news-block .inner-box {text-align: left;}
Hi, no guide to change or customize pre loader
from customizer you can enable disable preloader. but if you want to change that icon you have to update it via css like this.
.preloader .icon { background-image: url(your_new_icon_url); }
WP fails during importing demo data for this theme.
The theme itself was imported successfully. All plugins were downloaded and activated. When I click “Import demo data”, I see 500 error and nothing more. I’m using amazon aws and ec2 instance to with wordpress installed. I need help with this. I can’t import demo data
Send us your WP admin details. We will import demo for you layerdrops@gmail.com