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.

Hello! I am having two problems: 1 – My menu logo section dont show nothing. I have the menu itens correctly, but dont show nothing. I created a menu, checked for the menu logo section, but nothing apears. 2 – on the widget “recent posts” I inserted another name for the widget, but still showing the tittle “recent posts” How can i do for dont show the date in this item?

Hi tiquality,

1. Please send your website login info from our profile page form so we can check the issue and give you feedback.

2. Please check admin > customizer page is closed and only admin > apperance > “widget” page is open in browser tabs to view any changes in widget fields. If this is fine then we can give feedback after looking admin area of your website.

Thank you :)

Hi – I’m working with a church in Palmer, MA. We’d like to use the theme: Spiritual – Church WordPress Theme (Responsive) http://premiumthemes.in/preview/?theme=spiritual

We’d like to know if, for instance, the section below the large slideshow of pictures that starts with “RECENT SERMONS” can be eliminated, and instead have the layout continue with the “UPCOMING EVENTS” section?

Also, can the “large slideshow” are be reduced in ‘depth?’

Lastly, can (RGB) colors be changed, such as the color used for the horizontal navigation.

I have limited experience with Wordpress, but the committee like this layout.

Hi clarkhowell,

1. Home page is 100% flexible to move any content element up and down because it has custom shortcodes to display website elements. For example recent sermons has below shortcode which displays sermons in home page.

[recent_sermons display_posts="2" desc_limit="250" read_more_text="Read more" exclude="" ]

Whenyou delete above code it will remove from home page front end display.

You can view main shortcodes list from this page (http://spiritual.premiumthemes.in/shortcodes) which you can display home or any other static page as per your choice

2. Large slideshow is also 100% flexible to any height/width. It is a “revolution slider” wordpress plugin and you can make many variations with this slider from admin. You can view more examples from this page ( http://revolution.themepunch.com/ ) which you can display in home or any other inner page.

3. Horizontal navigation color is automatically set to skin color so you can set it to any other color. For example demo site has red skin color. If you set it to blue then horizontal menu will display in blue color.

Thank you :)

Hello, I am having troubles adding a google map at the header of the contact form page.

Can you help me?

I just followed your instructions, copied the right link, but it doesn’t display the map.

Thanks!

Hello stabilitas12,

Your comment is not showing a “purchased” badge. If you have purchased this theme from another account please login using that account before posting support based questions.

Thank you :)

Hello! How can I insert a Widget in the header?

Header doesn’t have any widget section. You can use wordpress menus for phone number and email section on right side of logo section.

Hello! How can I insert information in the header? In the live preview there is a phone number and email address, and I cannot insert nothing in the header.

Hello, I am having troubles adding a google map at the header of the contact form page.

Can you help me?

I just followed your instructions, copied the right link, but it doesn’t display the map.

Thanks!

Hello p3p3lon,

Your comment is not showing a “purchased” badge. If you have purchased this theme from another account please login using that account before posting support based questions.

Thank you :)

Hi,

I have another problem with my theme. I have installed your demo, everything works OK. Then I open the home page 2 in the editor, I don’t change anything, save the file, and then the logo slider is empty !

Is there anything I can try ?

My installation is still offline. I’ll give you the credentials once it’s online, but still, in the meantime…

Thanks

Hi MindTailor,

You can check below suggestions.

1. Please check all logo are in “published” mode instead of “Draft” mode.

2. If you have added any new plugin which is not included with the theme then disable it ( may be JavaScript conflict is making the issue ).

3. Please check logo slider shortcode in “Text” mode and remove any extra tags inside and out side of logo slider shortcode.

4. If previoius shortcode is not added then it can messed up any next shortcode. ( You can try logo slider shortcode in new test page, if it is showing fine then it should be any custom css or previous shortcode/content issue )

5. If you have added any custom css then remove it for testing purpose.

If this will not help the we can give you feedback after checking online.

Thank you :)

hello! My name is Carlos, I bought the spiritual theme from themeforestnet, and I need to set the default fonts of this theme, like the live preview. Could you send me this setup? Tks!

Hi Carlos,

Thank you for purchasing the theme :)

You can set default fonts from Admin > Customizer > Fonts section.

If you are facing any issue then please send your website admin login details from our profile page form so we can help to setup fonts.

Thankyou, I need to know the name of the same fonts on the live preview for set on my webpage for each one area! ;)

Font name is “Open Sans”

Hi,

I have purchased the Spiritual theme, it is very nice. I’m having a problem with the fonts though : I can’t use Google Font… It works on the “customize” page, when I set Open Sans I see it, but when I go back to the website it does not work. Only the default font appears.

I get the following error : 400 Bad Request – http://fonts.googleapis.com/css?family=:400%7C:400%7C:400&subset (once again, only on the website, not on the theme customizing page).

I have tried what was suggested on the other comments but nothing works.

Is there anything else I can do ?

Thank you for the quick reply.

Sorry the website is deployed locally for now… This is a fresh worpdress install on the latest wamp server, no other plugin than the ones that you provide with spiritual.

What else can I tell you for further investigation ?

You can try to set first standard fonts like arial, georgia for body, top menu and headings ( save settings ) and then unset standard font. Save Settings. Now set fonts with Google fonts.

I tried that already, the website stick to the default font (it keeps having arial).

I’ll post you the admin info once I put the website online.

Thanks,

How do I disable the Logo Section Navigation in the template?

Default settings has arrow visible and you can hide it by custom css like below example


.swm_logo_slider .owl-nav { display: none; }

I have problem add shortcode in home page to Display widget Testimoinals with Rotation. How can I make this widget will display no problem?

You can use testimonials slider shortcode like below example


[swm_testimonials_slider client_img="true" animation_type="fade" slide_interval="5000" slide_limit="3"]

Thanks, but How can Display with Navigation Arrows?

Sidebar and Footer widget has specific right side and title location so we can set navigation alignment but in content there are many ways to display testimonials with column and diff. titles and that’s why we disabled navigation in default settings in javascript.

You can enable it with below steps.

1. Open “custom-scripts.js” file.

File Location : ../wp-content/plugins/swm-church-shortcodes/js/custom-scripts.js

2. In this file, go to line #166 where function start from $(".testimonials-bx-slider_two").each(function(){..

3. In this function you will find below code

$(this).bxSlider({
    mode: animationType,
    auto:true,
    autoHover:true,
    adaptiveHeight: true,
    adaptiveHeightSpeed:500,
    speed:slideshowSpeed,
    pause:slideshowInterval,
    controls:false        
});

4. Change above code with below code ( last option control – false to true and add next prev navigation arrow )


$(this).bxSlider({
    mode: animationType,
    auto:true,
    autoHover:true,
    adaptiveHeight: true,
    adaptiveHeightSpeed:500,
    speed:slideshowSpeed,
    pause:slideshowInterval,
    controls:true,
    nextText            : '<i class="fa fa-chevron-right" />',
    prevText            : '<i class="fa fa-chevron-left" />'    
});

5. Above change will display next – prev arrow on right side.

6. You can add title shortcode like


[h4] Testimonials [/h4]

and add testimonials shortcode below title shortcode.

7. If you want to move arrow little bottom then you can add custom css like below example


.testimonials-bx-slider-wrap .bx-controls-direction { margin-top: -45px; }

how I can add widgets with or without shortcodes in the home page?

You can only use shortcode to add like recent posts tiny etc. because visual composer ( editor ) is not added with the theme. Can you give us more details of widget which you want to add in the home page content?

Any other widgets need to add, jwplayer for live streaming por example

We thought you want any existing widget ( like default or widgets which is included with the theme ) in home page so we can guide basic style fix for home page. You can find any good plugin which can display live streaming by adding shortcode. ( Or you can do custom coding for front page and add widget but it requires good skill in WordPress functions and PHP ).

I purchased the theme for a church website, overcomergrace.org. I’m having problems getting the home page to look anything like the demo. Please help.

My purchase code—3feabde6-e509-4731-8ba7-c8593bf09ec9

Hi chikamoses84,

I tried to open your website but it is not opening ( may be server is down or country area access restriction settings ), please check.

Please view video tutorials which has all details to setup your website like preview site : https://www.youtube.com/watch?v=dJoKMdYskn0 ( at 8:15 )

Thank you :)

Hi There,
I cannot find Events section in my WordPress Admin panel that used to exist before.
Any reason why it doesn’t exist now..
Cheers
sanky

Hi sanky,

Please check event calendar plugin is activated in admin > plugins section.

Thank you :)

I just got my second notice about an update in less than a week. Was there actually a chance made between the two? Do you have a change log posted somewhere for easily determining which updates need to be applied immediately? Since this can’t be done through the WP interface, it does take a little longer to delete the old and upload the new version. Thanks.

You can find update details from item details page – bottom section : http://themeforest.net/item/spiritual-church-wordpress-theme-responsive/8909366

Thanks.

How to exclude categories of events in event listing?

This feature is not available in the theme because evants listing is coming from core plugin functions. You can use plugin filters and actions to customize it. Example page : https://theeventscalendar.com/support/forums/topic/exclude-one-category-from-upcoming-events-list/

Almost finished setting up the theme but I have come across a problem with the shopping cart page.

1. With the shipping turned OFF or ON, the “Proceed to Checkout” button is sitting down in the bottom of the “Cart Totals” box not beside the “Update Cart” button where it should be like on your demo site.

2. When “Enable the shipping calculator on the cart page” is ticked the shipping calc shows up inside the “Cart Totals” table instead of to the left in its own box, also the “Proceed to Checkout” button is still at the bottom of the cart totals box.

I checked all the settings I could fine to make sure I hadn’t missed something. I then looked at the source code and found the divs were added to the wrong areas.

I’m happy to send a live link in a direct email so you can see whats happening. I need to fix this asap as the client is waiting.

Please help!

Hi cr8tiff,

Please send your website admin login details from our profile page form so we can check and give you feedback for the issue.

Thank you :)

Cool will do right now

I was recently updating my site using this theme and out of nowhere it changed some code. Is there any way you can help me get it back to normal? Thank you

We replied your email, please check :)

Hi, I’m loving the theme thanks!!

One quick note though… I’m trying to add our google map location to the contact page (from the imported demo content) but looks like the new google maps’ link format doesn’t work, just comes up blank.

this is the google map link I used: https://www.google.com/maps/place/Auckland,+New+Zealand/@-36.8630231,174.8654693,11z/data=!3m1!4b1!4m2!3m1!1s0x6d0d47fb5a9ce6fb:0x500ef6143a29917

this is the original map link from the demo: https://maps.google.com/maps?q=Los+Angeles,+CA,+United+States&hl=en&ll=34.052784,-118.245335&spn=0.015609,0.033023&sll=36.255123,-115.238348&sspn=0.972298,2.113495&oq=loas+ange&hnear=Los+Angeles,+Los+Angeles+County,+California&t=m&z=16

Any chance this is in the process of being updated?

Cheers

Hi cr8tiff,

You have to use embed ( iframe ) Google map code to display map in contact us page. Below is video tutorial to get embed – iframe Google map code.

https://www.youtube.com/watch?v=ymh66T263no


( Note : paste in “Text” mode of WYSWYG page edit section because “Visual” mode will remove all html tag formats )

Thank you :)

Hi There, There are a couple of problem that I cannot figured out how to solved them. One is I have two category for Logo and excluded the one that I don’t want on some page but still they are mixed up.. Same problem for testimonial.. Can you tell me how to solve this…

Cheers, Sanky

HI there, Thank you for your response…but as you said it didn’t work..Below code was been written in order to exclude “Comp” in categories

[swm_testimonials display_testimonials=”1” columns=”1” client_img=”true” exclude=”Comp”]
Is there something wrong in it?

Cheers, Sanky

HI Guys, Just figured it out how to do it..!!
Anyways thanks for your quick response.
Cheers
sanky

Thank you Sanky for your feedback :)

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