Discussion on Linoor - Digital Agency Services WordPress Theme

Discussion on Linoor - Digital Agency Services WordPress Theme

Cart 974 sales
Well Documented

Layerdrops supports this item

Supported

This author's response time can be up to 5 business days.

338 comments found.

Do you also have the HTML version of this theme instead of just the WordPress?

Hello I want to use the portfolio layout 2 for display my work. but its not working. Its not showing any image…. Here is the link. I can’t see any feature image.. https://dekkerdevelopment.com/portfolio/magnolia-ucc/

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?

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.

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 ! ?

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

How can I edit page header? It could not be edited via elementor https://prnt.sc/117zh0w

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!

How can I edit posts on this screen? I want to change the text https://prnt.sc/117yekc

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.

https://prnt.sc/116yjek how can i translate this? SIMILAR WORK, Clients, Category and Date… of portfolio?

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?

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

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

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey