664 comments found.
Have some problem with background and body size my email is abhijitsinhji@gmail.com
Hi ayraolchavda,
You can do private discussion from our profile page contact form : http://themeforest.net/user/softwebmedia
Thank you 
We suggest you to import demo site content so you can get idea how theme works with metaboxes and custom posts. Video tutorial : https://goo.gl/PbmmtN
Other references for theme setup : https://goo.gl/yceQRT
You have to use “Page Options” metabox “Header style” section to add full width header image like demo site ( http://spiritual.premiumthemes.in/about-us/ ) and use “Default template” from right side page attributes box.
I am not talking about header image .. Is there a place where i can show you screenshot and tell u externally what i am trying to say. !!!!!!!!!!!!
You can send us email to softwebmedia [at] gmail [dot] com
Hi i just bought this template, but i get a error by the plugins install. I got the message : The URL is not valid These are the plugins where i get a error: Plugin Church Shortcodes, Plugin Metabox, Plugin Multiple Sidebars and the Plugin Revolution Slider…
Regards
Hi Anthony1978,
Please inactive spiritual child theme and activate spiritual parent (main) theme because parent theme has inbuilt plugins folder.
Thank you 
Please tell me what is the exert font and font size used in this theme body.
Thank you
Theme has “Open Sans” font family in all sections and body paragraph size is 13px.
I have a question. I want add video format post but no video thumbinals. How I can disable video thumbinal?
You can disable video thumbnail by uploading featured image in video post format like you are uploading with standard post format.
No, I want add post video format. I have video in that post but I don’t want video thumbinals!. If it need I can edit some code. Just I want show image thumbinals in video format post. Thank you
You can check post format function in ../wp-content/themes/spiritual/framework/general-functions.php line #768 – Function name : swm_display_post_format() {..... } – - go to case ‘video’ ( at #875 ).
it’s about post single page. not about post thumbinal.
If you want to hide video in post single page then you can add one extra condition in if statement in line #878 where below code is displaying video post thumbnail
case 'video':
if (function_exists('rwmb_meta') ) {
$swm_pf_meta_video = rwmb_meta('swm_meta_video');
if( !empty( $swm_pf_meta_video ) ) {
$output .= "<div class="fitVids">";
$output .= stripslashes(htmlspecialchars_decode($swm_pf_meta_video));
$output .= "</div>";
}
}
break;
Replace above code with below code by adding && !is_single()in if statement
case 'video':
if (function_exists('rwmb_meta') && !is_single()) {
$swm_pf_meta_video = rwmb_meta('swm_meta_video');
if( !empty( $swm_pf_meta_video ) ) {
$output .= "<div class="fitVids">";
$output .= stripslashes(htmlspecialchars_decode($swm_pf_meta_video));
$output .= "</div>";
}
}
break;
I have some issues. when I give no square sermons thumbinals it had issue with image witdth and height http://prntscr.com/9sxc6u . my image width 300px height 200px. and there it showen square! ugly!
And also ask. Sermons shortcude shows sermons started end! with previous date! I want to show recent sermon.
Please use recommended size for all section : 300×300 is required size for sermons post.
You can use order desc property in shortcode like below example to display latest sermons first
[recent_sermons display_posts="4" desc_limit="150" read_more_text="Read more" exclude="" 'order' => 'DESC' ]
Hey,
sorry for my english. I want try to explain my problems with theme.
1. footer-widget: How I can remove time from recent post widget in footer?
2. single-events: I want show events in europe format – date without “th” and time without am/pm, but in format 1-24h.
Can you help me for this problems?
xxx FraLa
Hi FraLa,
1. You can use custom css to hide time from recent post widget like
.recent_posts_slider_title span { display:none; }
2. You can edit date-time format for single event from
../wp-content/themes/spiritual/tribe-events/single-event.php
Go to line #37 and #46, you will find below code
<coed>$dateFormat = ‘M jS – g:ia’);
You can edit it like below example
<coed>$dateFormat = ‘M d – H;);
More reference for date/time format : https://codex.wordpress.org/Formatting_Date_and_Time
Thank you 
Hey,
thanks.
date: it works
widget: time in widget dont working: .recent_posts_slider_title span { display:none; } in custome css
xxx FraLa
Hi FraLa,
Please add css in child theme css or in custom.css ( this is code for recent posts slider – hide date )
Thank you 
I dont want hide date. I want show europe time or hide time in widget (recent posts, recent events…)
You can hide time from recent posts and recent events widget with below custom css
.recent_posts_tiny p,
.recent_posts_slider_title span,
.tribe-events-list-widget ol li .tribe-event-duration { display: none; }
My support is about to expire, how do I pay support only 12 months without having to buy all the template again?
Hi luchospace,
Please wait for one month to view how themeforest item support (only) renew process will display and work. We also purchased many themes and all have one month period remaining and after one month we can see the purchase process to buy support package for 12 months and give feedback.
Thank you 
I want to know how to remove white space between header and contact section (above on call, email id and donate button. here is my website. http://pragyavataran.org/
You can use custom css like below example
.logo_section_menu { margin-top:0; }
.logo_image { padding-bottom:0; }
Hey,
I don´t find the function for multi category menu. I have seen it in demo content, but I cannot choose it on menu-settings… Can you help me?
xxx FraLa
Hi FraLa,
You have to add “mega-menu” in css class field of menu tab.
Please refer help file index #13 “Create Mega Menu – steps with screenshot”.
Thank you 
Hi. How I can activate revolution slider? wher is purchase code of revslider?
Hi webfalconus,
If you purchased revolution slider from code canyon ( http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380 ) then you can get individual purchase code to activate slider. If you are using with the theme then you don’t need it. ( You will see this message after activation message => “This is optional and not needed if the slider came bundled with a theme.” )
Thank you 
I using with this theme but I have that message http://prntscr.com/9suo2a I want add some slider theme but get this mesage http://prntscr.com/9suot9
If you want to activate it then you have to buy separate license from code canyon. : http://codecanyon.net/item/slider-revolution-responsive-wordpress-plugin/2751380?_ga=1.169216865.1562678079.1432029531
but who I don’t get this message [ You will see this message after activation message => “This is optional and not needed if the slider came bundled with a theme.” ]
You have to add revolution slider’s purchase code.
Did you purchase this slider from code canyon or using it with theme’s slider version ?
Hello please is there a a way I can have a child theme installed and not having to start the site all over. I did not install it and I am done with 90 % of the customization
Hi juliejoyce,
If you can export all customizer settings and then import after activating child theme which will display same like parent theme. If you have done any changes in theme’s file then you can add those files ( if it is in folder then add with folder ) in child theme directory.
Thank you 
Hello and thanks for fast response. Another question I have is about the responsiveness of the site On Fire fox, the site is perfectly okay On Chrome, when I scroll all the way up, I am seeing some width extension until i start scrolling down On Internet explorer it looks horrible, I am using IE 11 please review the link on all of these browsers and advise, thanks ReviewTheBible.com
Your website looks perfect in all browsers. Can you send screenshot from our profile page form ( http://themeforest.net/user/softwebmedia ) so we can check and give you feedback.
Hello I observed that there are so many of your links in the theme which is giving too much of work to do. Can you please tell me how to resolve this? you can see Biblical Stories shows on the body background but when I click on one of the post like
please see http://reviewthebible.com/biblical-stories/
http://reviewthebible.com/the-creation/
I expected it would show The Creation however it is showing Blog and linking to you site.
How to I get this fixed
Thanks
Review The Bible
Hi juliejoyce,
This is a necessary step to set blog page title and URL to display in header and breadcrumb section.
You can set it from admin > customizer > blog > blog single page
Add blog page title (“The Creation”) and URL
Thank you 
Hi Please tell me how to changed only main menu font style and font size. please check this link. http://www.jamboreebliss.com/oshosannidhi/
Thank You
Hi bhanu2217,
Change Font Type :
Customizer > Fonts > Top Navigation Dropdown – set font name and style regular, bold etc.
Change Font Size : ( same section )
Customizer > Customizer > Fonts > Font Size and Color > Main Navigation
Thank you 
What is the font being used in the heading & body of the live preview of theme
We used “Open Sans” font in Spiritual theme. ( body, headings and navigation )
Hi Does this theme support infinite page scrolling? I need to implement it in my blog page. Example page: http://dharmikindia.com/know-what-happen-when-narad-muni-became-proudy/
in this page i want to load other articles of the same category when user scroll to the end of the page. thanks!
Hi dharmikindia,
Page URL is showing 404 error. You can set infinite scroll from Admin > Customizer > Blog > Pagination Style Dropdown – select – “Infinite Scroll”. We suggest you to use Grid Style because it loads and works better then full width and standard blog style.
Thank you 
Hi,
I have some problems with changing page options (header image, sidebar, page title, and so on) on the sites like “Shop page” and “Events page”... If I click on save, nothing is applied
How can I edit the shop page customally.
Another problem is, that if I try to use “Boxed” Layout in cutsomizer, it is only be done for the shop and not for the other pages. They are all with full width.
Do you have any solutions for this problems?
The problem with “Boxed” has been solved!
Hi stouDy,
Shop page is controlled by WooCommerce plugin so metaboxes don’t work like other static page/post. ( We are creating seperate option for shop page in customizer ).
You can edit event page header from Admin > Customizer > The Event Calendar Plugin
Thank you 
Thanks for your answer.
I could only change the header image for events page but not the page title or other things. For the shop page I cannot find any way to change the header image or page title. No chance. I don’t want to touch the code if it is possible.
Another problem I have is in the single event pages. Some texts are in German (like Iwant it), but some of them are in English. I want the English texts to be in German. What can I do?
Hi stouDy,
We suggest you to use .po file to translate basic words without touching code. ( tutorial : http://goo.gl/4hmHNr )
.po file is added in ../spiritual/languages/ folder.
Some words like phone, email, website etc. are coming from plugin’s file. You can refer tutorial from plugin site ( https://theeventscalendar.com/knowledgebase/changing-the-language-on-your-calendar/ ) or open new support ticket ( https://wordpress.org/support/plugin/the-events-calendar ).
Thank you 
Hi stouDy,
We just re-uploaded theme which has shop page header image option in customizer > header section. Other options like layout style ( left, right sidebar, full width), display column etc. you can set from admin > woocommerce > settings > general > “Shop Featured Products Page Options”
Thank you 
Thanks for the help and the integration of header image edit in shop page
Sorrty, but I have still not the opportunity to edit the page title of shop page, events page, single event pages… And the header images I cannot change for the following pages: Single Events pages, Blog category pages…
I also have the problem that the Breadcrumbs in the Blog are not really useful. The breadcrumbs are like “Home > Hello World Article” and not like “Home > Blog > Hello World Article”. The same is for the Blog category pages.
And on my normal Blog page with all articles I cannot say that the sidebar should stay on the left. Its always staying on the right! Not possible in Customizer and not possible on Blog page (With Metabox).
The Breadcrumbs for the single event pages are also not working. There is only standing this “Home > Events”.
And is it normal, that on the normal Blog page, the header image from the latest article is shown?
Hi stouDy,
Please send your website admin login details ( from our profile page form : http://themeforest.net/user/softwebmedia ) so we can show exmaple shop page which has custom title, single event with custom header image and breadcrumb display.
We can’t add “blog” in breadcrumb because blog is not a category so we can’t make it parent, some people use blog as a home so logically it is not possible and that’s why you will find similar feature in all other themes.
Category page don’t have facility in WordPress to upload featured image, so it will use default header image.
You can show featured image as a header image with custom coding because default setting is to show header image from metabox or customizer header option.
You can edit event, shop etc. in breadcrumb from ../wp-content/themes/spiritual/framework/breadcrumbs.php ( line #175, 368 to 395 ).
You can edit page titles for archives / categories from ../wp-content/themes/spiritual/framework/general-functions.php ( line #1500 – function name – swm_page_title ).
Thank you 
Hi Thanks for all the help. What do I have to do when I want to completeley delete the Shop title and Events page titles? (You showed me how to change the title, but not how to delete it or insert an empty string so you cannot see it)
Another problem with Shop: After a Woocommerce Plugin update it is no more possible to change Product Columns in “Shop Featured Products Page Options”
And I cannot disable the product reviews, although it is deactivated in the Woocommerce preferences under “Products”)
1. You can use custom css like below example to hide titles
.post-type-archive-tribe_events .swm_heading_h1,
.post-type-archive-product .swm_heading_h1 { display: none; }
2. We tested with fresh version of test theme and it works fine. Please remove any custom setting / coding.
Thanks for title remove code.
But it is still not possible for me to change Product Comlumns on Shop page, even if I delete all custom code or settings. They are not even more responsive. Before the update they were responsive.
We can help to fix the issue because it is hard to find where you did any custom changes because it works perfect with fresh version of theme.
I cannot reproduce which custom settings I’ve made, that the columns of Woocommerce Product Overview don’t work. I didn’t change any files of the theme. I only inserted css Code in Customizer, and when I remove the CSS Code completely, the bug still remains. I have no other added code, no scripts which I use. The only thing could be some preferences in Wordpress, but which preferences are connected with Woocommerce that they interrupt the Products Comlumn Overview? I deactivated all plugins and activated only Woocommerce, stimm same bug. So other plugins are not in cinflict with Woocommerce. Are preferences of Woocommerce in conflict with preferences of Woocommerce?!
I don’t know… You dont have any idea what happened? Maybe some preferences in Customizer?
Can we delete current parent theme and upload fresh version to fix the issue? ( We already uploaded test theme and you can check it by switching to test theme. ) Customizer doesn’t have any WooCommerce settings so it will not make any conflict with WooCommerce settings.
HI,
I know now why this happened to my shop overview page. When I open the System status page of Woocommerce plugin in my wordpress, I can see something at the bottom of the page: spiritual-test/woocommerce/content-product.php Version 2.4.0 ist veraltet. Die Hauptversion ist 2.5.0…. So I replaced the file like it is described on the following page: https://docs.woothemes.com/document/fix-outdated-templates-woocommerce/
After that replacement, the layout is damaged and we cannot use the option I mentioned above. That is so confusing
But what should I do now? Not replace the file or is there another solution?
You can fix it by deleting current parent theme and upload fresh version to fix the issue.
I already use the new theme, which you have already inserted… It didn’t help
We replaced parent theme with fresh version and it works perfect. It displays two column layout in shop page without any responsive design issue.
Yes I know. In my last response I told you that I have used the theme which you have inserted
But now its okay for me 
I have another question:
In the Header Section in the Customizer you added shortly the possibility to change SHOP PAGE HEADER image. That was awesome, but now I have some problems with the background position. The image above and below always have the same background positon but they should be different. Can you add some separate field for shop page header to change background position?
You have to make image as per header width and height to set in shop page header. (1200×300)
I don’t know what you mean. In the styles or what?
I used the following solution with styles now:
.post-type-archive-product .swm_headerImage { background-position: 50% 0% !important;}
I used the following solution with styles now:
.post-type-archive-product .swm_headerImage { background-position: 50% 0% !important;}
I can rename the folder spiritual in /wp-content/themes for any other, without having to configure again customize in admin?
You can change it to any name but it will remove customizer and widget settings. You can export customizer json file and import after editing theme name but all widgets requires drag and drop work.
How can export and import customizer json file?
WordPress Admin > “Customizer” Menu > “Export” Sub menu page
Hi,
I’m trying to inject search bar in the navigation menu using the following code in functions.php of the the child theme:
add_filter(‘wp_nav_menu_items’,’add_search_box_to_menu’, 10, 2); function add_search_box_to_menu( $items, $args ) { if( $args->theme_location == ‘primary’ ) return $items.get_search_form(); }
return $items;
the above code doesn’t put anything in nav bar.
Thanks!
Hi dharmikindia,
Main navigation’s theme location name is “main-navigation” and so you have to replace “primary” with “main-navigation”.
You can find more details of menu fields in ../spiritual/framework/general-functions.php file’s “Top Menu and Portfolio Menu” section ( starts from line #37 ).
We can give support if any feature ( described in theme details page ) not working and any further customization you can hire any good developer from envato studio. ( http://studio.envato.com/ ).
Thank you 
After entering the ” Widget – About Me” in the Blog sidebar , you can not edit it. When you click Edit , there is no action . How should I do?
if live customizer page is open then it will not save anything from widget page because wordpress gives first priority to customizer’s widget section edit. You have to close customizer page and then do any changes in widget title and other pages.