198 comments found.
Hello,
Since I added a taxonomy to the Enar theme I get a white screen with “The website encountered an unexpected error. Please try again later.” message. Is there something that I am missing or need to add somewhere else to let things work again?
Kind Regards
Hi there! Thank you for allowing me to use your content as a template. I’ve been working on making it specific to my site, and I was wondering if you’d be able to help me with an issue I am trying to figure out. This is unique to my design and how it doesn’t work by default on the site.
I am using your vertical tabs. Inside of each tab, I am trying to use an accordion, but when i expand an accordion on any tab other than the first tab, I am only given enough space as the first tab’s accordion.
I think this is because the js is looking for the first iteration of the accordion to figure out how much space to initially allocate to the accordion div. Would you happen to know of a way to support an accordion inside each vertical tab – that would allow or grant for proper spacing?
I can send some sample html and or an image of what I am referring to. Thanks in advance!!
DJ
Hello DJ,
I’m so sorry for the big bad delay to reply 
Please give me a screenshot for the issue, or the link to take a look!
All the best, Hamdan
hi
I am trying to use Summernote – Super Simple WYSIWYG editor, which requires bootstrap ver. 4.1.3.. I believe your design does not support this new version. Is there any alternitive way to make this version work in your design? Please help.
Hi,
It’s very simple to add any new bootstrap version, just replace the new bootstrap ( JS – CSS ) files with old bootstrap ( JS – CSS ) files.
Replace the following:
1 – css/bootstrap.css
2 – js/bootstrap.js
etc….
Make sure to embed the bootstrap files in html pages.
Regards, Hamdan
Hello, IdealTheme ? This is a simple question about changing a background color…
Hello 
I’m sorry for the delay!
Please follow the steps below:
1 – Remove this class “light_header” from the tag
2 – Add the following css code:
#main_nav.has_mobile_menu #nav_menu:before {
top: inherit !important;
}
It will fix the issue!
Please send me if it’s need more thing.
Regards, Hamdan
Hi, I looked everywhere, and I cannot find a way to make the responsive menu header be a dark color. I don’t have a variation of my logo in dark color, it is a white logo and it should be on a dark background. Can you tell me where to change the color of the mobile header please ? Thank you. Here’s a screenshot to explain: http://lajollaweb.com/screenshots/mobileheader.png I also followed your onHoverStop:”off”and stopOnHover : false and it works, but as soon as I exit the slider and get back in it with the mouse cursor, it stops on hover. Please help, I purchased this template but I am just now getting to use it. Thank you!
Hello 
Please follow the steps below:
1 – Remove this class “light_header” from the tag
2 – Add the following css code:
#main_nav.has_mobile_menu #nav_menu:before {
top: inherit !important;
}
About “onHoverStop”, it’s the plugin option, and i think it should work! Please try to test it with another browser!
Regards, Hamdan
Unfortunately this template uses IceMegaMenu which is deprecated since 2015 and will not work with PHP 7.x :/ Older PHP Versions are also deprecated. So to use this template with PHP 7.x, you need a different menu with completely new CSS. Any solution for that?
Hello!
This theme uses a custom menu just created for this theme, i don’t use any plugins for the menu!
Thanks.
Well – if I download your template and look at the extensions included within the ZIP-file it contains “icemegamenu” Mod and Plugin…. and they’re both deprecated and don’t work with PHP 7.x! I made a screenshot just 5 min ago – they’re there!
I checked it again. In your own documentation you use IceMegaMenu which is deprecated and does not work with PHP 7.x. Is there ANY chance you’ll update the theme with a working megamenu?! Otherwise I’ll have to switch to another theme :/ Very disappointed here.
Include WIDGET Instragram Support
Hi,
Sorry for my delay 
I think you can add every feature you need, but i don’t added any Instragram widget to the theme!
Regards, Hamdan
Hi Support I would like to ask how do i deactivate the slide in text for owl_slider_con. Means when the hero banner loaded the text just display on the banner instead of sliding in. Please help thanks.
http://staging117.reinatech.info/Hello Linlay,
I can’t understand what do you mean bro
Please give me the slider screenshot
Do you mean the slider here http://staging117.reinatech.info/ ?
Regards, Hamdan
hello, I’m having a font error. It does not support unicode please help me. thanks !
Other question, I added the class “menu_button_mode” on body tag. But nothing show. The Menu Button Mode in file “Enar_HTML/Enar/index-menu-button-mode.html” (downloaded) is nothing show too.
I need to take a look on your site page, please send me the link!.
This is demo static web HTML: http://htt.hoathienthao.com/
I think the class works here http://htt.hoathienthao.com/
What is the issue with it ? 
Oh sorry. I was confused
I was thinking: The class “menu_button_mode” is used to display “Style Options” ( https://drive.google.com/file/d/1wpZ78WQdpwIinBhNcAXK2Gi0QAJD4xf8/view?usp=sharing ). Thank you for your help 
Oh,
The style option panel is not included in the theme, but i can send it to you!
Do you need the option panel?
Regards, Hamdan
Oh, That is great! I need it. Thank you very much 
My Email: nguyenminhtai90@gmail.com
You are welcome
The mail sent!
I’ve received your email
Have a nice day
Thanks,
Have a nice day too 
- Example: https://drive.google.com/open?id=1b0y4r1cvKKL3T8qRmHVYtYkEHTaaPNsI to show the same as https://drive.google.com/open?id=1Tyl7MqlSEoxtoF1GGBGD9vga_vBOq1_y Order by: head to bottom and left to right
Hello,
You just need to edit the style.css file located inside “css” folder, and search about the following code:
#navy ul.mega_menu > li {
height: 100%;
overflow: hidden;
clear: none;
float: left;
width: 25%;
position: relative;
border-right: 1px solid #E4E4E4;
padding: 15px 0;
}
If you need mega menu 5 columns? change the previous code to be:
#navy ul.mega_menu > li {
height: 100%;
overflow: hidden;
clear: none;
float: left;
width: 20%;
position: relative;
border-right: 1px solid #E4E4E4;
padding: 15px 0;
}
If you need mega menu 6 columns? change the previous code to be:
#navy ul.mega_menu > li {
height: 100%;
overflow: hidden;
clear: none;
float: left;
width: 16.666%;
position: relative;
border-right: 1px solid #E4E4E4;
padding: 15px 0;
}
Regards, Hamdan
Oh so sorry. The first order by left to right and after that top to bottom. Exp (6 colums): child (li tag) 1 – col 1, child 2 – col 2, child 3 – col 3 [...] 6 – col 6, 7 – col 1, 8 – col 2, child 9 – col 3,...
I have done it
Thank you very much
Awesome 
You are welcome!
Other question, I added the class “menu_button_mode” on body tag. But nothing show. File “Enar_HTML/Enar/index-menu-button-mode.html” (downloaded) is nothing show too.
I need to take a look on your site page, please send me the link!.
hi, we need icon list, what did u use all icons
Hi,
You will find the icons list inside the download package inside the “Icons” folder.
All the best, Hamdan
hi
how can i change the font size in Slider Revolution
thank you
jack
Hi
By change the font-size value in the main style.css file.
For example:
.rev_title_e {
font-size: 50px;
}
You can edit the 50px value.
Regards, Hamdan
I’m attempting to add the Google Map popup to our address at the top of every page. I can’t see to get the map to show up. The page is http://www.coastcommunitychurch.org/. When I use the template map address, it works, but I’ve tried several variations of our address and just get a black rectangle.
Hi,
Please use the account that you purchased the theme using it in the next time to asking for suport 
Here is the way to use it:
<a href="https://maps.google.com/maps?q=221B+Baker+Street,+London,+United+Kingdom&hl=en&t=v&hnear=221B+Baker+St,+London+NW1+6XE,+United+Kingdom" class="popup-gmaps"> Our Location</a>
You added a wrong map link!
The link must be as the following:
Thanks!
Hello,
I just find a issue in navigation bar menu in around 1004px screen size. Please see screencap: http://prntscr.com/ibz8kc
Thanks!
Hi,
This issue can’t showing with you when using the theme with any device!, the resolution in the screenshot has ( 1004px ), there are no device with this resolution, it showing when you resize the browser to this size.
So don’t worry 
Regards, Hamdan
Hello, I have two questions about the blog timeline widget: 1. I am trying to modify the item content, however the timeline will break out or overlapping, is there any possible solutions? (see screencap: http://prntscr.com/iays8f / http://prntscr.com/iayux9 2. How can I implement the load more button below the timeline? Thanks
Hello,
1 – About the timeline issue, it just need to add image for each block, or equal the blocks height, please send me the page link to take a look!
2 – The “Load More” button is for the php developers to give it some code to convert it to dynamic site, it’s not working because it’s an HTML pages, you need to add your custom functionality to make it works.
Regards, Hamdan
Hello, Thanks for replying.
1 – Sorry I cannot provide the link due to privacy. In fact I am going to build a timeline milestone for the site, the text may be long or short (I don’t need image here) therefore I cannot keep the equal height. Is there any other possible solutions?
2 – Can it be done in javascript? Cause I just want to show more timeline item after user clicking the “learn more” btn. (For example, default show 4 items, after clicking, show 6 more. Another click, show 6 more etc.)
Thanks! Jacky
Hi,
1 – Please replace the following 2 files with old files, to fix this issue. You will download the new files from the following links:
https://drive.google.com/file/d/1PB51N6ciMFX4abKhzrc9hn2afG4pgjG_/view?usp=sharing
https://drive.google.com/file/d/1edul27OGFi3qXHecO4zTH0W9Djg6b8q_/view?usp=sharing
And replace it with old files:
- Replace functions.js with old one located inside enar/js folder
- Replace style.css with old one located inside enar/css folder
It will fix the issue!
2 – You can do it using jquery, but this is a custom work. But unfortunately this feature is not exists in the theme at this time 
Regards, Hamdan
Hello, my purchase code is
6ba674d6-e902-4683-9509-5d7e1c6a0834
I want to ask You 2 questions
1 – how can i make website multilanguage with automatical language change
2 – why my google maps didnt work i just see “There was a problem loading Google Maps on this page. Details can be found in the JavaScript console.”
Hi
1 – It’s a static HTML pages, you need to create your custom functions, the ( automatical language change ) needs a PHP code!
Maybe this will help you:https://stackoverflow.com/questions/17803702/auto-detect-language-and-redirect-user
2 – Maybe because you need to put your API key after the maps.script as the following:
Here is the old way to insert the script:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=true"></script> Replace the google API key with ( YOUR-API-KEY-HERE )
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=true&key=YOUR-API-KEY-HERE"></script>
Here is how to get google api key: https://developers.google.com/maps/documentation/javascript/get-api-key
Regards, Hamdan
6ba674d6-e902-4683-9509-5d7e1c6a0834 – my purchase code
in theme enar (html5) google map didnt work
i just see – “There was a problem loading Google Maps on this page. Details can be found in the JavaScript console.”
how can i fix it?
Hi
Maybe because you need to put your API key after the maps.script as the following:
Here is the old way to insert the script:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=true"></script>
Replace the google API key with ( YOUR-API-KEY-HERE )
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=true&key=YOUR-API-KEY-HERE"></script>Here is how to get google api key: https://developers.google.com/maps/documentation/javascript/get-api-key
Regards, Hamdan
Hello i was boat theme Enar html5 , but google maps didnt work i can see just ” There was a problem loading Google Maps on this page. Details can be found in the JavaScript console.” text, how can i fix it?
Hi
Maybe because you need to put your API key after the maps.script as the following:
Here is the old way to insert the script:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=true"></script>
Replace the google API key with ( YOUR-API-KEY-HERE )
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3&sensor=true&key=YOUR-API-KEY-HERE"></script>Here is how to get google api key: https://developers.google.com/maps/documentation/javascript/get-api-key
Regards, Hamdan
Thanks for the fantastic html theme!! I do have one small issue with the image menu slider. The slider used in the top navigation bar does not show next and previous arrows, even though the code suggests they should be displayed. I also have confirmed the options for the slider in functions.js. The live demo also does not show the arrows. Can you please advise me on how to make them display? Thanks again.
Hello Ameol 
Thank you to use Enar theme! i glad to enjoyed it.
To fix this issue, you should follow 2 steps:
1 – To add the following css code to the style.css file.
#navy .image_menu .owl-prev, #navy .image_menu .owl-next {
display: block !important;
}
#navy .image_menu .owl-next {
right: 35px !important;
}
#navy .image_menu .owl-prev {
left: 35px !important;
}
#navy .image_menu .owl-prev i, #navy .image_menu .owl-next i {
display: block;
vertical-align: top;
}
#navy .image_menu .owl-prev, #navy .image_menu .owl-next {
height: 30px !important;
line-height: 30px !important;
border-radius: 3px !important;
top: 38% !important;
z-index: 1111;
}
#navy .image_menu .owl-controls {
width: 100%;
}
2 – Go to functions.js file and change the following code:
navigationText: [
"<i class="menu_img_prev ico-navigate-before" />",
"<i class="menu_img_next ico-navigate-next" />"
],
To be:
navigationText: [
"<i class="menu_img_prev ico-angle-left" />",
"<i class="menu_img_next ico-angle-right" />"
],
Please send me if the issue not fixed 
Regards, Hamdan
Thank you Hamdan!! This is now fixed. (In your code above I had to change the inner quotes to apostrophes) You have made me very happy 
Hello Ameol 
I glad to fix the issue for you!
Regards, Hamdan