747 comments found.
Hey, on mobile I find that the content does not span more than like 80% of the screen, is there a way we can set it for mobile where we get 90-95% width mobile only? What custom css would we need to use?
Hi there,
Thanks for writing in!
To resolve this issue, please add the CSS code below to your Dashboard > Appearances > Customize > Addition CSS:
@media (max-width: 990px) {.container {width: 100%;}}
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email us at https://themeforest.net/user/themelogi so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Best regards, Danny
Hey, that worked very slightly, at least on preview on the customise page but on my mobile there is still a huge amount of left and right padding. I will drop a ticket.
Hi! Thanks for your info!
Best regards, Danny
Hi! I enabled breadcrumbs in the System Settings but it doesn’t appear on pages? Is there a second setting to switch on?
Hi there,
Thanks for writing in!
The breadcrumbs only appease in the default Page Title, so please make sure you have the Page Title enable in your page editor as in the screenshot here: https://ibb.co/ChhMKjV
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email us at https://themeforest.net/user/themelogi so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Best regards, Danny
Hi Danny, We tried to design a form that contains our required fields for student registration but we are now stuck. Please have a look at http://funderland.ca/reserve-register/ 1. please let me know how we can add a title “Choose Elementary School” on top of the school names. In general if we want to build a new form from the scratch can you please suggest a form builder that is compatible with Roneous plus it can store information in excel format for further evaluation? and how to ad that form to our template.
2. When the form is filled and sent to my email, the email dose not contain any information. You already have my wordpress admin user and password Thanks Azi
Hi there,
Thanks for writing in!
1. You can add a text field in Contact Form 7 as in the documentation here: https://contactform7.com/text-fields/ and here https://contactform7.com/faq/how-can-i-add-a-field-to-my-contact-form/
We’ve not tested the theme with other form plugins, but you can try it by yourself, here is the list of popular form plugins: https://www.wpbeginner.com/plugins/5-best-contact-form-plugins-for-wordpress-compared/
2. To show the field in your email message, please follow the documentation here: https://contactform7.com/faq/nothing-shows-up-in-the-email-even-after-adding-a-tag-to-the-form/ and here https://contactform7.com/tag-syntax/
If the problem persists, please create a new ticket in our support forum at http://www.themelogi.com/tickets/ so we can help you out.
Hope this helps, Danny
Thanks a lot
Hi Danny, For page headers I am trying to use my own images, I resize them to 1920×320 pixel, upload and update but does not show up. Can you please guide what is the problem? Thanks
Hi there,
Thanks for your info!
If you’re using the default page title, please make sure you’ve set the Page Title Layout as “background” or “parallax” option as in the screenshot here: https://ibb.co/MRyVgNP
If the problem persists, please create a new ticket in our support forum at http://www.themelogi.com/tickets/ so we can help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Hope this helps, Danny
The link you followed has expired. Please try again.
this is what i’m getting when i try to install the theme. please help me.
my email is : mdsiraj.vk@gmail.com
Hi there,
Thanks for writing in!
About this issue, please have a look at the topic here for the solution: http://www.themelogi.com/tickets/topic/the-link-you-followed-has-expired/
Hope this helps, Danny
Hello, when can we expect a revolution slider update?
Hi there,
Thanks for writing in!
We’ve just updated the theme to new version 1.7.3 which includes that latest version of Slider Revolution.
If you need help about theme updates, please have a look at 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.
Hope this helps, Danny
Hi Danny,
I have a question: my posts with page title layout: Center Parralax Large, the images are normally full screen. But since today they are capped, for example: https://pumpupyourbody.nl/waarom-benen-trainen/ or https://pumpupyourbody.nl/het-ideale-aantal-herhalingen-en-setjes/; Is it possible to get them back to full screen? Thank you in advance.
Hi there,
Thanks for writing in!
I’ve just checked your site and see that your page titles are currently fullscreen as in the screenshot here: https://ibb.co/Bqp2nFc
Have you resolved the issue ? If not, please specific more details about the problem so we can help you out. Any screenshot would be welcomed 
Best regards, Danny
Hi there, I updated the theme and the framework. Now the instagram widget tells me this: Instagram Access Token is missing, please add the token in your Dashboard > Appearance > Customize > System > Instagram Access Token. What do I have to do? Thank you!
Hi there,
Thanks for your info!
To resolve this issue, please go to your Dashboard > Appearance > Customize > System > Instagram Access Token, and follow the instruction in there.
Or you can just need to have a look at our Instagram Access Token documentation here: http://www.themelogi.com/how-to-get-instagram-access-token/
Hope this helps, Danny
Hi Danny, How can I use th the menu of ” Personal Story” demo for another demo i.e “Fashion Light” demo…becasue the menue set for fashion light is not as visible as I need…thanks
and also how can I make the menue fonts, bold as all the available fonts are regular /italic , no bold option
Hi there,
Thanks for writing in!
The “Personal Story” demo is using the “Standard Header No Topbar” Header Layout, so you just need to go to the “Fashion Light” demo page editor, scroll to bottom, and set the Header Layout to “Standard Header No Topbar” as in the screenshot here: https://ibb.co/FBdkyZW
Also, you can make the menu font bold by adding the code below to your Dashboard > Appearances > Customize > Addition CSS:
nav .menu li a {font-weight: bold;}
Hope this helps, Danny
Thank you very much.. .. How I can do the followings: 1. still there is a white bar on top of my menu (Standard Header No Topbar), I want to remove that bar and for keeping my logo put the lego at the left side of the menu bar itself instead of the default spot of top-left of the menu. I mean is there any way to change the size of my log image (make it larger) without increasing the Menu Height? 4.change menu titles from “ALL CAPS” to “Small Caps” 2. change the color of title menu (I can only change subtitle colors)
Hi there,
Thanks for your info!
1. To remove the white bar on the top, please set the stretch Row layout for the Row of Single Header element as in the screenshot here: https://i.ibb.co/CV588rY/hc.png
Then please choose the “Transparent header layout” instead of “Transparent Header No Topbar”.
2. To change menu to “Small Caps”, and change color of title menu, please add the code below to your Dashboard > Appearances > Customize > Addition CSS:
nav .menu li > a {color: #222!important;}
nav .menu li a {text-transform: capitalize!important;}
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email us at https://themeforest.net/user/themelogi so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Hope this helps, Danny
Thank you very much for invastigating my case and making my job easy !!!! I appreciate your 5 star fast and helpful supports always
Hi! You’re welcome 
If you have any further questions you are always welcome to contact us back anytime you need.
Best regards, Danny
Hi My demo is Fashion Light 1. how can I add video file (not from YouTube) to be automatically played in header (instead of image) ..my demo is Fashion Light
2. how I can add video feature to other my Home page to be played in the same page instead of a new tab (like intro page of “start adventure” demo) but it is in showing my video name instead of video preview image Thanks
Hi there,
Thanks for your info!
1. Regretfully, this isn’t a feature offered by the theme. Currently, you can only use Youtube/Video to be played in modal video popup. We’ll consider to add this feature in next theme updates.
2. .About this issue, could you please specific more details about what you want here, please share us a screenshot so we can understand your issue better. You can submit a ticket to our support forum at http://www.themelogi.com/tickets/ or email us at https://themeforest.net/user/themelogi so we can investigate your case and help you out.
Best regards, Danny
Thanks regarding issue no.2, please check www.funderland.ca Home page as you scroll down there two links to a single video (left link and right link). The video at the left side is downloaded from youtube and I want it to keep it but withought showing the name ” Video Hight Quality ow_children_and_adults_can _build_core_capabilities_for_li” which doesn’t look nice. The video at the right side of the page is a direct youtuve link with a preview image of the same video. (I just added the right video for you to see and I will remove it later)... can you please tell me how I can upload a video from my personal library and how it will show video preview image instead of a name/link? Thanks
how can I share a screenshot here?
Hi there,
Thanks for your info!
Actually, the theme support 3 types of video popup, you can use one of those elements:
1. Intro Carousel: http://demo.themelogi.com/roneous/elements/intro-content-styles/
2. Single Header: http://demo.themelogi.com/roneous/elements/page-single-slide/
3. Modal Button: http://demo.themelogi.com/roneous/elements/modal-popup-effect/
So in this case, you can use Intro Carousel element, then you can upload your video preview image, and add a link to Youtube/Videmo, so that the video can be played in modal popup, but not in a new tab. Here you can find the Intro Content setting: https://ibb.co/KbV54jq
Also, you can upload your screenshots to a hosted image site such as https://imgbb.com/ then paste your link here.
Hope this helps, Danny
Thanks for your reply. Actually I know how to upload youtube link (as you may see in my website, at the right side no.2) what I need to learn is how to upload video from my own gallery. video no.1 at the left of screenshot (it uploads but it shows a link instead of a preview image)
Hi there,
Thanks for your info!
You can use this syntax to embed your video:
[video src="video-source.mp4"]
You can see more details here: https://wordpress.org/support/article/video-shortcode/
I’ve added this shortcode for you in your page editor, please check your site again.
Hope this helps, Danny
hi, which php version do you recommend? I’ll install fresh wordpress 5.2.2
Hi there,
Thanks for writing in!
WordPress 5.2 will require a minimum of PHP 5.6.20. But WordPress recommend to run PHP version 7.3 or greater.
You can see more details in the article here: https://wordpress.org/news/2019/04/minimum-php-version-update/ and here: https://wordpress.org/about/requirements/
Hope this helps, Danny
Доброго времени, суток! Подскажите как можно подключить интернет магазин к данной теме? Где есть инструкция?
Hi there,
Thanks for writing in!
You can use the Woocommerce plugin (https://wordpress.org/plugins/woocommerce/) to build your own online store.
Hope this helps, Danny
Hello my header sliders on homepage are not showing on mobile. I opened a ticket but not received a response yet. Thx
Hi there,
Thanks for writing in!
It seems that I can’t see your support ticket in the forum. About this issue, you can try to deactivate all your plugin (once by once, except WPBakery Page Builder and TLG Framework) to see if the problem is gone or not.
If the problem persists, please share us the admin account of your site via our profile page here https://themeforest.net/user/themelogi so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Best regards, Danny
Hi …We have issues in “2.Contact us” page for onnecting to google map..we have entered Java Code in Template setting but still not connecting to google map.. please advise what to do? thanks
Hi there,
Thanks for writing in!
To resolve this issue, please have a look at our FAQs page here (in Question 5): http://www.themelogi.com/tickets/topic/faq/
Hope this helps, Danny
How can I add a custom template so that it should shown under page attributes?
Hi there,
Thanks for writing in!
About this issue, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email us at https://themeforest.net/user/themelogi so we can investigate your case and help you out. Also, please point to specific page where we can see the problem. Any screenshots would be welcomed!
Best regards, Danny
I have created a custom template. I have added the template in a folder inside the child theme called templates. I expect to see the custom template on the page editor under page attribute like this: https://snipboard.io/reinL8.jpg
Hi there,
Thanks for your info!
To add a page template, please make sure you’ve added the Template Name attribute as in the documentation here: https://developer.wordpress.org/themes/template-files-section/page-template-files/#creating-custom-page-templates-for-global-use
Hope this helps, Danny
Hi Support. I have just one question and don’t want to renew my support just for this. With the Goolge Maps, I have enable the API key but the map keeps displaying the default location. Would you please advise on the format in which a location must be set? I’ve tried the street address, the longitude and latitude and the google place. Thanks in advance.
Hi there,
Thanks for writing in!
To resolve this issue, please have a look at our FAQs page here (in Question 5), you can try to use own key if needed: http://www.themelogi.com/tickets/topic/faq/
About the format on the location, you just need to try search on Google Maps, if it work fine, then it works with the Google Maps element too.
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email us at https://themeforest.net/user/themelogi so we can help you out.
Hope this helps, Danny
Hi, I have 2 problems. First of all, whenever I write something in the blog, the texts letter paritally get smaller for no reason and I can’t fix it: https://eksiup.com/p/7b20763263zs
Secondly, the translation string for “Like” is missing. I cannot translate it.
Hi there,
Thanks for writing in!
Please find below the answer for your questions:
1. About the smaller text, please try to switch back to the Classic Text editor, then remove all the html tags that you may find.
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email us at https://themeforest.net/user/themelogi so we can investigate your case and help you out. Also, please point to specific page where we can see the problem.
2. The string “like” is from TLG Framework plugin but not in the theme. You can find this text in the tlg_helper.php file in wp-content/plugins/tlg_framework/includes folder, line 545, 547, 557, 559.
You can translate that text in the TLG Framework plugin, there is a language folder in that plugin.
Hope this helps, Danny
What can I do? Thank you for your answear.
Hi there,
Thanks for writing in!
About this issue, you can try to deactivate all your plugin (once by once, except WPBakery Page Builder and TLG Framework) to see if the problem is gone or not.
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email us at https://themeforest.net/user/themelogi so we can investigate your case and help you out. Also, please point to specific page where we can see the problem.
Best regards, Danny
Hello,
My name is Sajjad from RTL-Maker . net
Are you have some themes or plugins that have no RTL support yet?!
But you have some customers that have RTL language (like: Arabic, Persian, Hebrew, …) and need RTL support for using your themes or plugins.
We have a service for adding full RTL support to your themes or plugins. Just look at our website at rtl-maker . net
Best Regards - Sajjad
Hi there,
Thanks for your info!
Best regards, Danny
Hello, i just bought your theme. I’ll like to have the portfolio title and portolio category title shown on the portfolio catalog layout like it is on mobile: https://snipboard.io/AVvFql.jpg Thanks
Hi there,
Thanks for writing in!
To resolve this issue, please go to your Dashboard > Appearances > Customize > Portfolio, and set the Archives Layout to “Zoom” layout.
Hope this helps, Danny
I have it on zoom but not working on desktop. It works only on mobile. I need my website users to see the title directly without having to move the mouse over it.
Hi there,
Thanks for your info!
To show the title on desktop, please add the code below to your Dashboard > Appearances > Customize > Addition CSS:
.box-zoom .box-mask .mask-content .mask-content__title, .box-zoom .box-mask .mask-content .mask-content__meta {opacity: 1;transform: scale(1);-webkit-transform: scale(1);-ms-transform: scale(1);-moz-transform: scale(1);}
.box-zoom .box-mask .mask-content {margin-top: -20px;}
.box-zoom .box-mask {height: 80px;opacity: 100;bottom: 0;top: auto;background-color: rgba(0,0,0,0.35);}
If the problem persists, please share us the admin account of your site via our support forum at http://www.themelogi.com/tickets/ or email us at https://themeforest.net/user/themelogi so we can help you out.
Best regards, Danny
Great! Now it worked. Thx
You’re welcome 
does this theme support right to left languages?
Hi there,
Thanks for writing in!
We’ll keep updating the theme to support RTL languages in next theme updates. But for now, you can check our Wanium theme that supports RTL here: https://themeforest.net/item/wanium-a-elegant-multiconcept-theme/18977142
Best regards, Danny
hi, the woocommerce product price font color is grey, where can i change the color 
Hi there,
Thanks for writing in!
To resolve this issue, please add the code below to your Dashboard > Appearances > Customize > Addition CSS (you can change the color as you wish) :
.woocommerce .price span, .woocommerce-cart .price span {color: #bcbcbc;}
Hope this helps, Danny
oh, it work, thanks alot 
Hi! 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 review rating for the theme via ThemeForest > Downloads section. It helps us a lot!
Best regards, Danny