- This topic has 54 replies, 3 voices, and was last updated 3 months ago by
Danny.
-
AuthorPosts
-
February 21, 2020 at 2:02 pm #9749
Hello,
I can’t import data content, I tried with all methods but still the same problem, I also contacted with my host to change the settings of PHP:
max_execution_time = 900
max_input_time 600
memory_limit = 256M
post_max_size = 64M
upload_max_filesize = 64M
max_input_vars = 5000
allow_url_fopen onPlease can you have a look?
Many thanks
February 21, 2020 at 2:03 pm #9750This reply has been marked as private.February 21, 2020 at 3:12 pm #9755Danny
SupporterHi there,
Thanks for writing in!
I’ve tried to import demo content for you via Advandced and the demo content is imported to your site now, Please check again here: https://www.creativetechnologyspain.com/test-neware/
Then you can select your homepage and start building your own content as in our FAQs page here (in Question 2) : http://www.themelogi.com/tickets/topic/faq/
Hope this helps,
DannyFebruary 24, 2020 at 8:45 am #9778This reply has been marked as private.February 24, 2020 at 4:02 pm #9780Danny
SupporterHi! You’re welcome. I’m glad you sorted it out.
Please feel free to let me know about any other doubt you could have.
Also, if you like our theme and the support, please consider to leave us a 5-star review rating for the theme via ThemeForest > Downloads section. It helps us a lot!
Best regards,
DannyFebruary 24, 2020 at 5:47 pm #9790This reply has been marked as private.February 25, 2020 at 3:30 pm #9796Danny
SupporterThank you so much! 🙂
Have a great day!
February 27, 2020 at 1:31 pm #9808This reply has been marked as private.February 27, 2020 at 3:59 pm #9809Danny
SupporterHi there,
Thanks for writing in!
Please find below the answer for your questions:
1. Could you please specific more details about the issue, any screenshot would be welcome. If you mean you want to add submenu same with “serveis”, please go to your Dashboard > Appearances > Menus to add submenu for other menu items to be same as “serveis” menu.
2. To disable the search icon, please go to your Dashboard > Appearances > Customize > Header, and select “No” in the “Show Header Search?” option.
Hope this helps,
DannyFebruary 28, 2020 at 3:27 pm #9815This reply has been marked as private.February 29, 2020 at 3:12 am #9827Danny
SupporterHi there,
Thanks for your info!
To add the active line in other menus, please add the code below to your Dashboard > Appearances > Customize > Addition CSS:
@media (min-width: 991px) {.menu-effect-line nav .menu > li.current-menu-item >a:before {width: 100%;left: 0;}}
About the logo issue, it may caused by you’re using the retina (high resolution screen), in this case, you’ll need to upload a 2x sized logo in Retina logo option (Appearances > Customize > Header) as in the screenshot below:
Hope this helps,
DannyApril 2, 2020 at 5:06 pm #10136This reply has been marked as private.April 2, 2020 at 5:08 pm #10138This reply has been marked as private.April 2, 2020 at 5:12 pm #10142This reply has been marked as private.April 2, 2020 at 5:12 pm #10143This reply has been marked as private.April 3, 2020 at 2:18 am #10148Danny
SupporterHi there,
Thanks for writing in!
Please find below the answer for your questions:
1. To enable page builder for portfolio, please have a look at our FAQs page here (in Question 10) : http://www.themelogi.com/tickets/topic/faq/
2. To add custom font, please have a look at the topic here: http://www.themelogi.com/tickets/topic/how-to-add-custom-font-type/#post-7602 or in Question 14 in our FAQs page: http://www.themelogi.com/tickets/topic/faq/
3. To hide the language flag, please add the code below to your Dashboard > Appearances > Customize > Addition CSS:
.menu-language img {display: none!important;}
4. To make the logo bigger on desktop, please go to your Dashboard > Appearances > Customize > Header, and increase the Menu Hight so that your logo has more space to display bigger.
Best regards and stay healthy!
DannyApril 4, 2020 at 8:20 am #10171This reply has been marked as private.April 5, 2020 at 9:37 am #10180Danny
SupporterHi there,
Please find below the answer for your questions:
1. You’ll need to have a little knowledge of CSS to edit those elements, for example:
/* Main menu */ nav .menu > li > a, nav .menu > li > ul li a {font-family: "noah-regular" !important;} /* Button */ .btn{font-family: "noah-regular" !important;} /* Cite text */ .cite{font-family: "noah-regular" !important;}
2. To reduce the menu height on scroll, please add the code below to your Dashboard > Appearances > Customize > Addition CSS:
.nav-show .nav-bar.container.container-sm-full { height: 60px; max-height: 60px; line-height: 58px; } .nav-container nav.nav-show .nav-bar .module, .nav-container nav.nav-show .nav-bar .module-group { height: 60px; } .nav-show .language .menu > li > a { line-height: 60px; }
Since I don’t have permission to add the custom code for you using the account you’ve provided, so please add it by yourself, and check again.
I hope this answers your questions, and if you need anything else, please let us know.
Best regards,
DannyApril 18, 2020 at 10:11 am #10303This reply has been marked as private.April 18, 2020 at 10:12 am #10306This reply has been marked as private.April 18, 2020 at 10:12 am #10307This reply has been marked as private.April 19, 2020 at 5:43 pm #10317Danny
SupporterHi there,
Thanks for your info!
Please find below the answer for your questions:
1. In this case, I think you may need to use the same name as your custom fonts name here:
For example, it should be
font-family: "Noah Bold";
instead offont-family: "noah-bold";
2. Actually, we do have a Client Logos carousel similar as in your carousel.jpg file as in the live demo here: http://demo.themelogi.com/navian/elements/clients/ (in second section, please hover on the logo to see the left/right arrow).
3. To disable the fullwdith columns in iPad, please add the code below to your Dashboard > Appearances > Customize > Addition CSS (if you want to use for that icon box section only, please add a custom Extra class name in that Row setting, for example:
icon-box-section
, and replace the CSS selector below into this:.icon-box-section .vc_col-sm-4 {
) :@media only screen and (max-width: 768px) and (min-width: 768px) { .vc_col-sm-4 { width: 33.33333333%!important; padding-left: 15px!important; padding-right: 15px!important; } }
4. Regretfully, we couldn’t change that service order since the image comes first in the section.
Hope this helps,
DannyApril 20, 2020 at 8:15 pm #10330This reply has been marked as private.April 20, 2020 at 9:11 pm #10331Hi Danny, sorry but I can’t find the Clients section on dashboard 🙁
Thanks
April 21, 2020 at 11:01 am #10335Danny
SupporterHi there,
Thanks for your info!
The Clients has been disabled in Customize > System, I’ve just enabled it for you as in the screenshot below:
So now you can find the Clients section as in the screenshot below:
Hope this helps,
Danny-
This reply was modified 9 months ago by
Danny.
April 21, 2020 at 11:16 am #10337Danny
SupporterThis reply has been marked as private.April 22, 2020 at 10:26 pm #10351This reply has been marked as private.April 23, 2020 at 4:58 pm #10369Danny
SupporterHi there,
Thanks for your information!
About the question number 3, I see that you’ve added the CSS code below:
@media only screen and (max-width: 768px) and (min-width: 768px) {
.icon-box-section .vc_col-sm-4 {
width: 33.33333333%!important;
padding-left: 15px!important;
padding-right: 15px!important;
}
}But it doesn’t work because you haven’t added the custom CSS class
icon-box-section
into the Row Settings of the Icon Boxes section. I’ve just added it for you and it working fine as you can see in the screenshots below:Could you please check again?
Also, you can contact me via email [email protected]
Best regards,
DannyApril 27, 2020 at 4:50 pm #10400This reply has been marked as private.April 28, 2020 at 2:42 pm #10406Danny
SupporterHi there,
You’re welcome! 🙂
Have a nice day!
DannyJune 9, 2020 at 2:05 pm #10827This reply has been marked as private.June 9, 2020 at 2:05 pm #10828This reply has been marked as private.June 9, 2020 at 4:46 pm #10832Danny
SupporterHi there,
Thanks for your info!
To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Addition CSS:
@media (min-width: 991px) { .language .menu > li ul {margin-top: -30px;} .logo {max-height: 40px;} } @media (max-width: 990px) { .nav-bar .module:first-child {width: 50%;} }
Hope this helps,
DannyJune 10, 2020 at 10:39 am #10837This reply has been marked as private.June 10, 2020 at 10:41 am #10838This reply has been marked as private.June 10, 2020 at 5:22 pm #10842Danny
SupporterHi there,
Thanks for your info!
I’ve changed the code into this, could you please check again (you can change the max-width 1200px as you wish, so that the logo is resized to smaller to prevent break line in menu items on small screen size) :
@media (max-width: 1200px) { .logo {max-height: 40px;} } @media (min-width: 991px) { .language .menu > li ul {margin-top: -30px;} } @media (max-width: 990px) { .nav-bar .module:first-child {width: 50%;} }
Best regards,
DannyJune 11, 2020 at 8:05 am #10848This reply has been marked as private.June 11, 2020 at 4:05 pm #10853Danny
SupporterHi! I’m glad to hear that!
Have a nice day!
DannyJune 19, 2020 at 11:20 am #10966This reply has been marked as private.June 20, 2020 at 4:40 am #10976Danny
SupporterHi there,
Thanks for your info!
I’ve just implemented it for you as in the screenshot here (you can add a class named “three-column-tablet” on Row Setting) https://ibb.co/wQXqQGH and https://ibb.co/ss7VPsz, please check again.
Best regards,
DannyJune 25, 2020 at 10:09 pm #11024This reply has been marked as private.June 26, 2020 at 2:58 pm #11028Danny
SupporterHi there,
Yes, I’ve changed it into 3 columns using some CSS code in Appearances > Customize > Addition CSS, please check again.
Best regards,
DannyAugust 25, 2020 at 10:41 pm #11581This reply has been marked as private.August 27, 2020 at 4:15 pm #11592Danny
SupporterHi there,
Thanks for your info!
This was caused by the compatible issue with latest WordPress, we’ve already fixed it in latest updates of the theme so you can just update it to fix the issue.
But I’ve just fixed it for you too, please check your site again. You may want to test it in private mode of your browser or remove history cache of the browser and check again.
Best regards,
DannyAugust 29, 2020 at 5:11 pm #11627This reply has been marked as private.August 30, 2020 at 9:09 am #11629Danny
SupporterHi there,
You’re welcome!
Have a great day!
DannySeptember 7, 2020 at 9:09 pm #11797This reply has been marked as private.September 8, 2020 at 4:40 am #11844Danny
SupporterHi there,
Thanks for your info!
I’ve just fixed it for you, please check your site again. You may want to test it in private mode of your browser or remove history cache of the browser and check again.
You can also update your theme to latest version as in the article here: http://www.themelogi.com/knowledge/#theme_update
When you’re done on updating the theme, please go to your Dashboard > Appearances > Install Plugins to update your plugins.
Also, please make sure you’ve activated the TLG Framework plugin after the theme update.
Best regards,
DannySeptember 8, 2020 at 9:53 pm #11848This reply has been marked as private.September 9, 2020 at 2:28 am #11850Danny
SupporterHi there,
You’re welcome!
Have a great day!
Danny -
This reply was modified 9 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.