108 comments found.
Hi I just purchased today. Where are the Non-Profit Sites Shortcodes and Visual Composer plugins? I do not see them in the zip archive
Hi brianlichty,
Thank you for purchasing the theme.
When you upload “elvotics.zip” file from WordPress admin then you will see one notice box on top of the page to install required plugin. This will install both plugin.
You can refer our other theme video tutorial which has similar features and functionality like Elvotics theme : https://goo.gl/LBnm1E
Hi, Can you tell me please how have you done, adding an slider in subheader on the homepage? or slider on the header. I keep looking around and i cannot add slider
Hi willockss,
When you complete creating revolution slider then go to home edit page and find “Page Options” metabox which is under editor box.
In this metabox option go to “Sub Header” section and click to “On” radio button of “Display Sub Header”. This will show “Sub Header Styles” section which has first option “Header Style” – select “Revolution Slider” and then in next dropdown select revolution slider name from dropdown.
Thank you.
Thank you Ser you are great
hi. Thanks for the beautiful theme. Please tell me that theme support RTL or not? Thanks a lot
Hi magicgate2,
RTL support is not included with the theme.
Thank you.
Hi, thank you for this amawzing template ! Could you please tell me how can I translate your theme ? thank you !
Hi YassineBary,
You can use .pot file which is included theme’s “languages” folder. ( ../wp-content/themes/elvotics/languages/elvotics.pot). Change this file name as per locale language name and edit it with PoEdit software. You can refer many online videos like below example for more details. ( YouTube video tutorial keywords “how to translate wordpress theme .po file” ).
https://goo.gl/QpURfUThank you.
Hi I don’t use widgets in the footer, so I’d like to reduce the height of the footer but I don’t find the option. Can you please let me know? Thanks a lot
Hello Pollimediafi,
You can use custom css to reduce footer section widget area space. Add below css in admin > appearance > customize > Additional CSS
.elvotics_large_footer { display:none;}
Thank you.
How to install demo website ?
Hello janasteen,
Thank you for purchasing the theme.
You can refer help file which is included with main download zip file. Unzip main downloaded zip file and click on “Help-Documentation” folder and then index.html file to view all topics for theme setup.
You can also refer video tutorial of our other themes which has similar functionality/feature of Elvotics theme: https://goo.gl/fSpKaH
One click demo will install minimum required pages so you can quickly start theme customization.
Thank you.
Hi there is a bug or it looks like, the general header image displayed in the subpages appears also in the homepage. Ususally it’s hidden under the revolutions slider, but in smartphones it appears on top. If you have a very dark image you can hardly notice it, but with brighter headers it looks awful, how can I remove it?
Hello Pollimediafi,
It is not a bug but required feature for responsive design because plain background color will remove “transparent effect” of header menu. You can disable it with below custom css. Please add below css in Admin > Appearance > Customizer > Additional CSS (last option at bottom)
@media only screen and (max-width: 979px) {
.elvotics_header_main_container { background-image:none; }
}
Thank you.
Thanks, now it looks fine in the hp (on smartphones) but in the other pages the solid color header is too high, it uses a lot of screen estate. Is there a way to reduce the height of the solid color header? Thanks
Hello Pollimediafi,
If you only want to do changes in home page then you can try below css. ( just added ”.home” class)
@media only screen and (max-width: 979px) {
.home .elvotics_header_main_container { background-image:none; }
}
For all pages less height sub header you can try below custom css
@media only screen and (max-width: 767px) {
#elvotics_sub_header {
padding-top: 53px;
padding-bottom: 55px;
}
}
Thank you.
Hi there, I seem to be having trouble setting up the mega menu. Is there a plug in I need to install or any suggestions for further reading?
Right now, I have one menu is too long and bleeds out of the header, causing it to close when I reach the body of the website.
Hello TCRPdigital,
You have to add “elvotics-mega-menu” class name in first tab of mega menu.
You can refer all steps from this screenshot: https://prnt.sc/i5qn1w
Thank you.
Hi I have some urgent matters: 1) I’d like to remove the Call us and email us part of the footer https://www.dropbox.com/s/mmn7y81s3gkr4rw/2018-01-25_11-11-28.png?dl=0 I have disabled it in the options but it’s still there! 2) Besides changing the text, is it possible to remove the DONATE button on the menu? 3) how can I change references in the header? https://www.dropbox.com/s/mfvsmm6o3ybeqi7/2018-01-25_11-08-11.png?dl=0
Please let me know, thanks.
Hi Pollimediafi,
1) If both fields are empty in customizer then it will automatically disabled. Please check or just enter some text and remove it and save changes. This step will remove any default setting of customizer.
2) When you remove text from Donate field then it will be automatically hide from display.
If step 1 and 2 will not solve as per guidance then please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check and help to fix it.
3) You can edit it from wordpress menus. Go to admin > appearance > menus > edit menu > select Top Bar Left menu. This will display two menu tabs where you can edit it.
Shortcut: Go to customizer and you will find blue color edit icon before phone and email in header. Click on this icon and then click on “Toopbar Left” – Edit menu link. This will open both custom links of call-email.
More reference for creating this section : https://goo.gl/HeEZPA
Thank you.
can i get refunded this theme is not as flexible as i neet it to be
Hello clayyhouse,
Please send us all details which needs flexibility as you want in the theme so we can check and give all possible help to get your desired result. If you want to give any screenshot then you can send it to our email id:
softwebmedia (at) gmail (dot) com
Thank you.
Very Important Note for all Buyers
Dear Buyers,
Event calendar latest version 4.6.9 has many changes in core scripts. Please do below steps to fix all issue after updating Event Calender with latest version(4.6.9).
1. Update theme with latest version - 1.01.
2. Update “NPO Site Shortcodes” plugin with latest version - 1.03.
Thank you.
The Events Calendar plugin was updated from Version 4.6.8 to 4.6.9 on January 10, 2017. Upon applying the update to that plugin, the following error is received on various pages within this theme: “Fatal error: Uncaught Error: Call to a member function is_main_query() on null in /home/XXXXXXXX/public_html/wp-content/plugins/the-events-calendar/src/functions/template-tags/general.php:1694 Stack trace: #0 /home/XXXXXXXX/public_html/wp-content/plugins/the-events-calendar/src/Tribe/Query.php(163): tribe_is_events_front_page() #1 /home/XXXXXXXX/public_html/wp-includes/class-wp-hook.php(286): Tribe__Events__Query::parse_query(Object(WP_Query)) #2 /home/XXXXXXXX/public_html/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #3 /home/XXXXXXXX/public_html/wp-includes/plugin.php(515): WP_Hook->do_action(Array) #4 /home/XXXXXXXX/public_html/wp-includes/class-wp-query.php(1006): do_action_ref_array(‘parse_query’, Array) #5 /home/XXXXXXXX/public_html/wp-includes/class-wp-query.php(1621): WP_Query->parse_query() #6 /home/XXXXXXXX/public_html/wp-includes/class-wp-query.php(3222): WP_Query->get_posts() #7 /home/XXXXXXXX/public_html/wp-includes/class-wp-query.php(3328): WP_Query->query(Array) #8 /home/XXXXXXXX/p in /home/XXXXXXXX/public_html/wp-content/plugins/the-events-calendar/src/functions/template-tags/general.php on line 1694”—* Is this a problem with the theme? Or with the Events Calendar plugin?
Hello adlivingston,
Thank you for your feedback.
We will fix this issue asap and upload next updated version. This is plugin new update changes in plugin function files so we have to change theme code as per their new code.
Hello adlivingston,
We fixed the issue of event calendar plugin new changes. Please update current theme version with latest version 1.01 and also update “NPO Sites Shortcodes” plugin with latest version 1.03.
Thank you.
Seems to be working great now, thanks for the update!
Thank you adlivingston for your feedback 
Great Work, Congratulations GLWS 
Thank you TmdStudio 
Adorable job, congratulations! GLWS
Thank you rewebso 
Congratulations for this awesome template.
Thank you payothemes 
Nice theme gud luck
Thank you AliA 
Congratulations! Good luck with sales 
Thank you AstroTemplates 
Congratulations! Nice Theme, GLWS 
Thank you cmsoft 
Excellent Work! 
Thank you DEV-Themes 
Fantastic Theme Softwebmedia
GLWS

Thank you celtano 