Discussion on Spiritual - Church WordPress Theme (Responsive)

Discussion on Spiritual - Church WordPress Theme (Responsive)

Cart 943 sales
Well Documented

Softwebmedia supports this item

Supported

664 comments found.

Have some problem with background and body size my email is abhijitsinhji@gmail.com

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 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,

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?

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?

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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey