664 comments found.
Hi, the spiritual demo has an image(valley) in the header section, class: .swm_logo_section_bg).
But i cant see a setting for that in the theme.
I would like to change that, and have diffrent images on diffrent pages.
there is a setting for the title background image, now i am looking for the same but for the header background image.
Thx for your advice
Hi phsolution,
Logo Section Header options setting is same for all pages. You can edit title header for individual page or post but logo section background image is same for all pages.
Thank you.
Hi, i’m having issue after activating the event-calendar plugin in my site, It keep crashing and showing error. Can you fix this?
Fatal error: Uncaught TypeError: Argument 1 passed to Freemius::get_api_user_scope_by_user() must be an instance of FS_User, bool given, called in /home/customer/www/mydomain.com/public_html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/class-freemius.php on line 22011 and defined in /home/customer/www/mydomain.com/public_html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/class-freemius.php:22025 Stack trace: #0 /home/customer/www/mydomain.com/public_html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/class-freemius.php(22011): Freemius->get_api_user_scope_by_user(false) #1 /home/customer/www/mydomain.com/public_html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/class-freemius.php(22050): Freemius->get_api_user_scope(false) #2 /home/customer/www/mydomain.com/public_html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/class-freemius.php(19079): Freemius->get_current_or_network_u in /home/customer/www/mydomain.com/public_html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/class-freemius.php on line 22025 There has been a critical error on your website. Please check your site admin email inbox for instructions.
Hello webman2u,
Please disable all plugins which are not included and recommended with the theme and activate event calendar plugin.
If this step doesn’t help to fix the issue then please send your website admin and FTP login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can debug the issue and fix it.
Thank you.
Need activate plugin WPBakery Page Builder and Slider Revolution ? why after install that plugin need activate. Please need help
Hello putuniki,
If plugin is deactivate then it is necessary to activate it because theme requires this plugin to use all theme features like home slider, drag and drop theme elements etc.
........................................
“Activate Slider Revolution for Premium Benefits (e.g. Live Updates).”
Answer of above message in Plugins list page.
You are getting slider revolution and WPBakery plugins with theme ( free ) so you don’t need to activate it or any registration. If you want slider revolution then you have to buy separate copy from codecanyon to became direct buyer of this plugin ( http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380 ) which is not necessary because we are updating plugin version regularly.
More details for slider revolution: https://goo.gl/RoIAG1
Thank you.
I downloaded on themesforest after buying this theme. Then I install it on my website.
The plugin requires a registration code after I install this theme. This theme should have been purchased with the plugin without having to register the plugin code.
If you need my login website account, please contact. I need your help. Thank
Hello putuniki,
You don’t need to add registration code because it is for direct buyer. You are getting 100% pro version of this plugin, you can use all features of this plugin. Registration code is for direct buyer and who want plugin support and life time free update – which we are providing with the theme update.
Thank you.
i try install from themes download. but still not pro version. Please tutorial install themes or can you help me install on my website ?
Hello putuniki,
Please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so I can check plugin version.
Thank you.
Need activate plugin WPBakery Page Builder and Slider Revolution ? why after install that plugin need activate. Please need help
I replied your question in next comment, Please check.
Help!! I have searched and searched. Im still learning. I would like to change the top of my page. Remove the red sky, change the phone number, email at the top too. Thank you
Hello daystarcs,
You can edit logo header background image from
Admin > Appearance > Customize > Logo Section > Logo Section Background Image
You can edit phone number and email from
Admin > Appearance > Menus > Edit Menus > select “Logo Section Navigation” from “Select a menu to edit:” dropdown > Edit Phone Number and Email
Thank you.
Hello, I bought the spiritual sut Themeforest template which I use for the design of my church website. I’m having some trouble modifying the logo and header section. Could you help me?
Hello Gloirec,
Thank you for purchasing the theme.
You can edit logo from Admin > Appearance > Customize < Logo Section.
Upload “Standard” and “Retina” logo as per given instruction. Both logo images are necessary for Desktop to Mobile devices.
Thank you.
why plugin slider revolution not active ?
Hi putuniki,
You are getting revolution slider plugin with theme ( free ) so you don’t need to activate it or any registration. If you want it then you have to buy separate copy from codecanyon to became direct buyer of this plugin ( http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380 ) which is not necessary because we are updating plugin version regularly.
More details: https://goo.gl/RoIAG1
Thank you
all plugin is active but error when import demo data.
Revolution Slider Error: Slider with alias home not found. On main page
Hi putuniki,
Please send your website admin login details from our profile page for ( https://themeforest.net/user/softwebmedia ) so we can check slider import issue and fix it.
Thank you.
2nd Level submenus wrong hover transition on mouseOver event
https://www.screencast.com/t/BUhor6VFto reproduce:
1. Create 2nd level submenus
2. reload site
3. naviigate to another page after reload
please fix this asap
Hello phsolution,
Can you give us more details for this issue ( Browser Name and Version, OS with version etc. ) because second level dropdown is displaying perfect in our system.
Thank you.
latest Firefox Dev Edition / Win7 64BIt. Fresh WP install with fresh demo. Try reload site and then naviigate to another page after reload please. This menue behaviuor is not seen at first glance …
Dont forget to answer my question about builder block “Team Member – Full Details” that shows the Picture left aligned not centered.
Hello phsolution,
I am extremely sorry for the inconvenience.
1. Please add below custom css in Admin > Appearance > Customizer > Custom CSS/Javascript > CSS
This is for temp. time because dropdown menu issue will automatically fixed in next theme update so you can remove below code after next theme update.
ul.top_nav li ul,
#top_menu li.mega-menu > ul { top:100% !important; }
ul.top_nav > li:not(.mega-menu) li ul { top:100% !important; margin-top:-1px !important; }
ul.top_nav > li:not(.mega-menu) li ul {
float: left;
display: block;
left: 100%;
top: 0 !important;
}
ul.top_nav > li:not(.mega-menu) li { display:block; width:100%; }
ul.top_nav > li:last-child ul { left:auto; right:0; }
ul.top_nav > li:not(.mega-menu):last-child li ul {
float: right;
left: -100%;
}
2. Full Team element has not bug but it requires minimum 689px width for all resolutions. If team member image has less width then it will go to left side. You can fix this issue with below custom css.
.swm_team_members img { margin:0 auto; float:none; }
Thank you.
Thank You !
pretty complicated css there..:)
Good morning.
i have a beginner question. Whats the best practise to handle own images in theme. Can i just import images of any size and wordpress will automatically adjust their sizes to the elements when used? or Do i have to crop my images (before importing) to the resolutions that are shown on dummy images in demo content and thats it? or do i additionally have to create image sets for all media sizes (iphone, ipad) or will wordpress scale/regenereate them automatically?
Just looking for a fast and effective way to fill my site with media …
thank you in advance
Hello phsolution,
We suggest you to use sample images size for best result. WordPress automatically adjust for large size images for blog and portfolio featured images. Height is flexible for many image sections. Width and Height details are added in help-documentation file.
Thank you.
Thanks you for your advice.
Hi,
i have a few more questions…
1. HowTo add custom icons?
2. HowTo assign diffrent fonts to h1-h6 seperately?
3. HowTo create miltiple filters like shown in this demo: https://velikorodnov.com/wordpress/church/sermons/4. HowTo remove the audio/video/docs icons from ceremons grid, respectively not show them, if a post does not have an attached media…
Please implement a TopTop Bar in your theme, it seems to be standard, many themes got that. I guess It’s easy task for you and you would benefit from this additional functionality…
Thank you
Hi phsolution,
1. I am not getting this query, can you explain location or section name where you want to add icon.
2. You can use any free google font plugin and follow their guide for this custom work because theme has same font for all H1 to H6 headings.
3. This feature requires custom coding because this theme has simple category filter feature.
4. You don’t need to do anything to hide icons because only filled fields will display, any blank field icon will automatically hide.
Thank you.
Hi phsolution,
1. This feature is not available in the theme, we can only give support for any issue with available theme features.
2. You can set Google font for Body, Top Navigation and Headings (H1 to H6) from theme Customizer > Fonts section. If you want more variation to add Google fonts then you have to do custom coding or use any plugin.
3. Sorry for this requirement, we can’t do that, you can hire any good developer for this custom requirement.
In recent future, there is no plan to add top bar. We are adding your suggestion and add with bulk theme features update. ( If many buyers wants this feature then it will be on top priority ).
Thank you.
Hi,
Thank you for your answers.
I would also like to know
1. I am missing teams. Though i can add a teams widget. but where are the teams in wp backend ?
2. is the fully multilanguage compatible for backend and content ?
Well ist up to you wheter you code a topbar or not. Many interested customers wont choose your theme, when they see its not offered. It s like buying a car without air condition
..
Hi phsolution,
1. You can use page builder block name “Team Member – Full Details” for team.
2. Yes it is full compatible with multilanguage. Shortcodes are coming from “Church Shortcodes” plugin.
Thanks for topbar suggestion.
Thank you.
Hi,.
i am getting a little upset. I purchased your theme for a serious church project, for a church with more than 5000 members.
How can I use your theme, if it lacks the basic functions a church needs ? A church theme without a team / staff category, no category for prayer books, nothing for church ministrels.
Apart from that your theme is missing basic things like the top bar, selective fonts .. etc…
All that makes your theme quite useless, at least for a real churches.
Any suggestions ?
Kind regards
no answer. not good.
The page builder block name “Team Member – Full Details” has a bug: it shows the Picture left aligned not centered.
Hi phsolution,
We didn’t hide anything and all features are explained in theme description page. We can’t do any custom work for your requirement in theme support but help to fix any issue with existing theme features.
Thank you.
Hello, no you didnt hide anything. Your customer is just sad, that your product claims to be suitable for churches but in fact does not offer essential custom post types objects that a church really needs…
Helloo i have update the theme and now is a mes. kdrp-celje.si pls look
Hello bspiljar,
Please check WPBakery plugin in installed and activated.
Your support license is expired, please renew it.
Thank you.
Vc_Manager in /home/kdrpcelj/public_html/wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php on line 14
I am not getting your query.
The Menues in Online Demo (http://spiritual.premiumthemes.in) ar diffrent than in demo content i pulled from within the theme. How do I set those mega-menues ??
Hi phsolution,
One click demo has minimum required pages to start theme customization. You can refer “Help-Documentation” file to create Mega menu. ( add “mega-menu” class in main link “CSS Classes” field ).
Thank you.
Thanks ! I just hadnt read it yet…
Hi again,
i would love to see a very Top Bar, above the logo navigation and put a language menue into it.
Tried it myself and moved the the small footer navigation, section
<?php if ( get_theme_mod('swm_small_footer ....>
from foooter.php to header.php section < div class=”logo_section_top_border” > ,.
it works, but not perfect. i would like to see that option in your frontend design.
Can you offer that ?
Hello phsolution,
You can add language menu in “Topbar Left” or in “Topbar Right” or use “Footer” menu but can’t move topbar code to footer because it is not designed for footer section.
Thank you.
ok, but where is “Topbar Left” or in “Topbar Right” in my theme?
Hello phsolution,
I am very sorry for Topbar left and right section. It is in our another theme so by mistake I replied. You can try “Logo Section Navigation” for language menu.
Thank you.
Hi,
just purchased your theme, made fresh installation
Then installed Events Calendar PRO plugin > WP gives me critical error.
But Ev Cal Pro is absolutely necessary for my project.
Thanks
Fatal error: Uncaught Error: Call to undefined function tribe_main_pue_helper() in \wp-content\plugins\events-calendar-pro\events-calendar-pro.php:116 Stack trace: #0 \wp-includes\class-wp-hook.php(288): tribe_events_calendar_pro_init(’’) #1 \wp-includes\class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array) #2 \wp-includes\plugin.php(478): WP_Hook->do_action(Array) #3 \wp-content\plugins\the-events-calendar\common\src\Tribe\Main.php(112): do_action(‘tribe_common_lo…’) #4 \wp-includes\class-wp-hook.php(288): Tribe__Main->plugins_loaded(’’) #5 \wp-includes\class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array) #6 \wp-includes\plugin.php(478): WP_Hook->do_action(Array) #7 \wp-settings.php(392): do_action(‘plugins_loaded’) #8 \wp-config.php(90): require_once(‘I:\\__WP\\sgk\\wp-...’) #9 \wp-load.php(37): require_once(‘I:\\__WP\\sgk\\wp-...’) #10 \wp-blog-header.php(13): require_once(’ in \wp-content\plugins\events-calendar-pro\events-calendar-pro.php on line 116
Hi phsolution,
Please send your website admin login details from our profile page contact form ( https://themeforest.net/user/softwebmedia ) so we can check Event Calendar PRO plugin issue and give you feedback.
Thank you.
Hi,
I only have a localhost at the moment. thats why i send you a debug log. So please check it yourself on a fresh install. The errors are so obvious, its not a singular problem. It happend 5 minutes after i bought your theme. Calentdar pro was the first thing i installed ..
Thx
Hi phsolution,
It is showing error in Events Calendar PRO plugin file ( if you check file path in errors )
Fatal error: Uncaught Error: Call to undefined function tribe_main_pue_helper() in \wp-content\plugins\events-calendar-pro\events-calendar-pro.php:
If you can upload it online then it is easier to find out actual problem.
If theme file has any issue then we can fix it but in this error showing event calender pro plugin file function is not exist.
( same error reference support page : https://theeventscalendar.com/support/forums/topic/call-to-undefined-function-tribe_main_pue_helper/ )
Thank you.
Hi, Its ECP Version 5.0.2. It must be a theme issue. I installed the plugin on other themes and there are no problems..As I said, try yourself and install a fresh copy spiritual theme and the demo content as described in your docs. then add the Pro Plugin and you will see …
Hi again,
the error was on my site. Just discovered that a file was missing :
\wp-content\plugins\events-calendar-pro\src\Tribe\PUE\Helper.php
Sorry for the inconvenience ..
Kind regards
Hi, I just upgraded the Events Calendar plugin. They have a new design and I choose to upgrade to see this new design. Just after having upgraded, the calendar was no more displaied : impossible to see it again on my website : www.sanctuairesdebeauraing.be Please fix this issue. Thanks Christophe
Hi Christophe,
Please send your website admin login detail from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check event pages display issue and fix it.
Thank you.
update your template, the template is from 2014 and the wordpress 5.3, PHP 7.3 and MySQL is 5.6 and when you install the template, many errors come out and it does not work well
Hello roger511,
Please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check all errors and fix it.
Thank you.
Can you send me the file in Spanish please. thanks
Hello roger511,
Theme has translation ready spiritual.pot file in theme’s “languages” file so you can use any language translation plugin to translate it in Spanish language.
Video tutorial : https://www.youtube.com/watch?v=3Fohy96uSzY
Thank you.
Hello, please send the item purchased yesterday, download the incomplete file and when I installed it I do not get the same as in the preview. thaks
Hello roger511,
You have to install one click demo to import all required minimum basic pages to start theme customization.
Video tutorial : shorturl.at/akuVY
If you want to make 100% clone of demo site then you can use XML and other demo files which are added in “demo-Files” folder of main downloaded “Spiritual-v2.22.zip” file.
Example theme Video tutorial : shorturl.at/JLQZ3
Thank you.
ok, thanks
I have a query of this template http://preview.themeforest.net/item/spiritual-church-wordpress-theme-responsive/full_screen_preview/8909366?clickid=QmIXyW2oRxyOTsNwUx0Mo3IUUknRk4WmdTxMxY0&iradid=275988&iradtype=ONLINE_TRACKING_LINK&irgwc=1&irmptype=mediapartner&irpid=1220779&mp_value1=&utm_campaign=af_impact_radius_1220779&utm_medium= affiliate & utm_source = impact_radius, Is the purchase a single payment? or is paid per year. Thank you
Hello roger511,
Purchase is single payment ( no yearly subscription ). You will get life time free theme updates with single purchase payment.
Theme technical support is optional and you are getting 6 month free support with theme purchase.
Thank you.
Thank you very much, very kind, then I will make the purchase
Hi
I am advised in wordpress, that a couple of items require updating.
Church Shortcodes & Multiple Sidebars.
When I try to update, I am getting the following error
Downloading update from /homepages/21/d720125420/htdocs/clickandbuilds/StockportSpiritualistChurch/wp-content/themes/spiritual-child-theme/framework/plugins/tgm-plugin-activation/plugins/swm-multiple-sidebars.zip…
Download failed. A valid URL was not provided.
Please can you advise what I need to do to get everything to work?
Kind Regards
Jon
HI Jon,
Please deactivate Spiritual Child theme and activate “Parent” theme and then install update version of both plugins to fix this issue. After plugins update, activate Child theme.
Thank you.
hi, i need your support to check my theme installation. After i use smush optimise photo from the site, the revolution slider is hidden from the theme, the slideshow suppose to be display at homepage, another part in homepage, i use wpbakery to edit home page for image slide, check [workshop photos] there, but the image is not display as well.
domain home page : durganihantri.com
Thanks.
Hello webman2u,
Please send your website admin login details from our profile page form ( https://themeforest.net/user/softwebmedia ) so we can check edit home page settings and fix revolution slider and image slides issues.
Thank you.