664 comments found.
How do I remove the contact button on responsive view and how central the logo?
Add below custom style to make logo center and remove contact info in responsive view.
@media only screen and (max-width: 979px) {
.logo_section { text-align: center; }
.logo_image { float:none; display: inline-block; }
.logo_section_toggle { display: none; }
}
What part or file add the code?
Add in child theme style sheet or parent theme’s custom.css.
Hello, How can I upload an image in the events page header?
The page was given by default, it is not a page that I created an edited.
http://www.stabilitas.mx/eventos/Hi p3p3lon12,
Please contact us via our profile page form ( http://themeforest.net/user/softwebmedia ) so we can give detail steps with custom file because event page is generated and don’t have page id like other static post and pages.
Thank you 
How do I update the template without damaging the set?
Hi luchospace,
If you are using child theme then you never need to update child theme but only replace parent theme with updated version.
If you are using only parent theme and doing custom changes then each update you have to take backup of custom changes and apply on latest version after upload latest version.
Thank you 
Thanks for your prompt response
Two things:
- Our About Me widget pictures don’t seem to zoom in enough in the circle and the pictures look grainy, despite their higher resolution in a small space. What code can I put in to remedy this or what dimensions should I use for the pictures? (I tried looking at the Page Source, but that didn’t help) example: http://oslplantation.school/office-staff/
- What is the best way to create a Menu Tab that acts as a dropdown menu and doesn’t link to a blank page?? We want our Staff pages to be under one Menu Tab.
Hi OSLplantation,
1. You have to use image size 90px x 90px .
If you want to display high resolution resolution then upload another image with same name adding @2x with double size 180px x 180px.
Please read documentation for retina size for more details in images width height section.
2. I am not getting this question, If you want top ( main ) navigation with dropdown then you already did in live site.
Thank you 
1. Thank you! I will resize the pics.
2. I know they are automatically dropdown. What I want is this:
“Faculty and Staff” menu tab that doesn’t link to anything but drops down to the Pages: – Office Staff – K-8 Staff – Etc….
Does that make more sense?? I don’t want people to click on the menu tab to open anything, just serve as a dropdown for the rest of the pages.
You have to use “Custom Links” feature to add tab in menu. Add # instead of URL in link section. ( Example video : https://goo.gl/9Z29OO )
Thanks! Didn’t even need to watch the video, LOL. I appreciate your help!
Hi!
I saw that, 7 months ago, you said that theme haven’t been tested with VC, I would love to know if you could figure it out if now it could be compatible?, since the last update was the August 19, I just want to know jeje 
My best regards!
Hi Pachogzz,
We tested theme with visual composer. It requires custom coding / styling like adding WooCommerce support custom work. We have plan to add more features in the theme but it will take few months (may be in 2016) because we are working on one big new theme and near to finish it.
Thank you 
Hi Softwebmedia team!
Thank you for your reply, i would love to know more about fix incompatibilities, between wordpress and plugins but it’s ok 
Go ahead, and keep coding great!, I will wait for it, while, let me see more about your work.
Have a great day!
Greetings from Mexico
Hi theme developers,
We bought this theme about an month ago and I have got a question about the categories in the portofolio. When I make categories with a parents category, you will see the child-category directly on the page. Can I make it so that you only see the child-categories when you click on the parent? That will make the site visible more attractive. Is that possible right now and can you help me with it?
Thanks! Marieke
Hi Marieke,
Please use Themeforest User-Id from which you purchased this theme and send support question to verify.
Thank you 
I ask my colleague that purcased the theme to contact you. I don’t have here login-codes. Thanks
I will ask my colleague to contact you. She bought the theme and I am working with it, but I don’t have her login codes. Thansk
Hi, How would I change the Testimonials Page title and slug to “Prayer Requests”? I want the page address and the page title to say “Prayer Requests”.
Hi CyndeeAdkinsDesign,
Testimonials are coming from “Church Shortcodes” plugin and you can edit it from
../wp-content/plugins/swm-church-shortcodes/post-types/testimonials.php file.
Slug name line is #29
After changing slug names you have to flush permalink ( https://goo.gl/q13Sd0 ).
Testimonials page title you change like other page title from admin > edit page.
Thank you 
Fantastic, that was easy. Now, how do I change the label on the dashboard from Testimonials, to Prayer requests?
It is like standard title name change from admin > pages > click on page name to go edit page > on top of page delete title text and enter new text Or you can refer you tube video “How to change page title in wordpress”
Hi as I click on plugins in the dashboard, it shows me error 404. Is it a wordpress issue or theme issue or something else?
Hi arvaidya,
Left sidebar main menus are coming from WordPress admin functions ( like Posts, Media, Pages, Plugins, etc. ) so this is WordPress related issue. May be database is corrupt or any file is edit/deleted.
Thank you 
Hello, how do I get an event page to be full width like the example you have in the demo: http://premiumthemes.in/preview/?theme=spiritual
with these settings: Site Layout – Wide (Full Width) Content Layout – Full Width
My event page still looks like it is aligned left and a big part of the right side is not being used. my site: http://iyfjamaica.com/wordpress/index.php/event/bible-seminar/
Hello leocfox,
You have to set full width from page metabox. Below are steps to go page metabox.
Go to admin > Events > Click on Event Page Title > Edit Event – In this page go to “Page Options” metabox > In page content section – Select “Full Width” in Content Layout.
Thank you 
As I stated above “with these settings: Site Layout – Wide (Full Width) Content Layout – Full Width”
The Content Layout is already set to “Full Width” But the web page is not full width like your demo.
How can I resolve this issue?
Actually nothing changes, If I put a background image in te header it is still white and if I disable the breadcrumbs it still shows.
The functionalities of the event page is not working.
Can someone tell me what is wrong with this theme? Also the posts are not functioning correctly. I can not change the header background nor remove the breadcrum. is there something wrong with the theme?
Hello leocfox,
Everything working perfect in the theme. Please send your website admin login details from our profile page form so we can show you example event page with header background and full width.
Thank you 
Hello! My name is Carlos, and first, congrats for your theme, very beautifull. How can I remove the data/comments line in the post listing on the widget footer area?
this is my project link: http://tiquality.com.br/fidelitta/
thankyou!
Hello Carlos,
You can hide comments line from post listing with 2 methods.
1. Custom css
Add below css code in your child theme or parent theme custom css file.
.swm_post_meta ul li.f_comment_o { display: none; }
2. WordPress Filter
If you are familier with WordPress filters then you can edit “swm_post_metas” filter with child theme.
“swm_post_metas” filter is added in ../wp-content/themes/spiritual/framework/general-functions.php line #1145 to 1200
You can refer our other theme video tutorial for filters : https://goo.gl/fh6Kgt
Thank you 
Hello, is the theme now compatible with the latest wordpress 4.3.1? If not please let me know which version it works with and is stable. My website remains broken for a month now because I upgraded word press to the latest version.
Hello leocfox,
Yes, theme is compatible with latest WordPress version 4.3.1. Also update all required and suggested plugins with the theme update.
Thank you 
Hi there just to let you know that I have purchased your theme and the website got hacked / compromised. So I’m currently deleting everything inside the root of the website directory. The website hasn’t got any mechanism for backing up codebase and database so this is very frustrating.
Link: http://www.ntcggloucester.org.uk
Theme: Spiritual Version: 1.10 Licensee: available upon request Item Title: Spiritual – Church WordPress Theme (Responsive) Item URL: http://themeforest.net/item/spiritual-church-wordpress-theme-responsive/8909366 Item ID: available upon request Item Purchase Code: available upon request Purchase Date: available upon request
Hi nless7 ,
Spiritual theme is using wordpress core functions and popular jquery plugin with latest version so there is very less chances to hack from theme files.
You can refer below articles for to secure your website from hacking :
https://codex.wordpress.org/FAQ_My_site_was_hackedhttp://www.wpbeginner.com/wp-tutorials/how-to-find-a-backdoor-in-a-hacked-wordpress-site-and-fix-it/
Thank you 
I’d like to disable autoplay on video embed. Seems that standard autoplay and autostart code doesn’t work. Is it possible to disable using the video shortcode?
Thanks
Chris Blair
To clarify, I’m talking about embedding a video from the web server. I know how to disable autoplay using YouTube or Vimeo. At the moment I’m using YouTube to get around this but the client isn’t fond of using YouTube for some reason.
Hi Chris,
Video shortcode is only for standard YouTube/Vimeo embedded videos. You can refer online tutorials for this customization.
Thank you 
Presale: is there option to see last mile and popular Cause? are there controlled excerpt in cause (the same amount of rows in cause)?
Hi erik789,
These options are not available in current version. We will add it soon and upload on themeforet in a next week.
Default cause list have last cause at first choice or orderby popular ( base on more comments on cause post ). Same order by option will added in cause shortcode.
Thank you 
Hello! Can we change the number of displayed featured events on the homepage? For example, I want to display up to 9 featured events. Is this possible?
Hi KatieMcK,
Home page events are coming from shortcode which is flexible to display any number of upcoming events. Below is example shortcode where you can edit display_posts="3" to display_posts="9" to display 9 events.
[upcoming_events_full display_posts="3" desc_limit="150" read_more_text="Read more" ]
Thank you 
After updating the theme, the url structure changed for both sermons and services. We use /social-justice/ instead of /the-cause/ and /services/ instead of /sermons. You can see prod here: orlandouu.org and staging (where the updates have been made) here: 1u.tabathad.com. I have reset permalinks and double checked the settings for the theme.
Please provide tabathad support with this issue.
Hello RBK1,
Thank you for confirmation.
We will continue with “tabathad” for all support questions 
After updating the theme, the url structure changed for both sermons and services. We use /social-justice/ instead of /the-cause/ and /services/ instead of /sermons. You can see prod here: orlandouu.org and staging (where the updates have been made) here: 1u.tabathad.com. I have reset permalinks and double checked the settings for the theme.
Hello tabathad,
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 
My client purchased it and asked me to install it.
Hello tabathad,
You have to edit post type slug name which you did in previous version of “Church Shortcodes” plugin.
../wp-content/plugins/swm-church-shortcodes/post-types/ >>
cause.php and sermons.php
'rewrite' => array('slug' => 'the-sermons'),
'rewrite' => array('slug' => 'the-cause'),
After slug name change, reset permalinks ( flush permalinks ).
Thank you 
Hello, Im having troubles with the title of the blog page, it changes by the most recent post that I made instead of just saying the title of the page.
http://www.stabilitas.mx/blog/How can I fix this?
Thanks!
Hi p3p3lon12,
Go to Admin > Settings > Reading > Front page displays > Post Page – Dropdown -: Deselect blog page – Keep it deselected ( Because blog template automatically set posts page so this setting will conflict with blog template settings).
Thank you 
Hello how do I divide events into categories within the content? Let me explain I want some content you publish only the events of that category. How can I do?
You can view specific event category posts from
admin > events > event categories > hover event category name and then click on “View” link which will open clicked category events.
Copy this page URL to use in menus or any other section.
Recent Posts Portfolio Shortcode doesn’t seem to honor the description length of the excerpt. No matter what value I add while using the shortcode, it only brings in what appears to be the Wordpress default of 55 characters. Is there a fix for this? I’m putting the character length in the shortcode description limit section of the shortcode.
Chris Blair Creative Dir. Magnetic Image, Inc. Evansville, IN www.videomi.com
Hi Chris,
Recent Posts Portfolio Shortcode is taking excerpt section text to display short intro so you have to add enough text in excerpt box. ( You can display category name or excerpt text, if excerpt_type=”text” in shortcode then it will check excerpt box text ).
Thank you 
Yes I’m adding plenty of text in the excerpt box but it’s truncating it at around 55 characters or so.
To be clear, as you add text, the length does increase, but it’s truncated the last part of the excerpt no matter how long you make the description in the shortcode.
So it’s truncating at different places…not at a specific character amount…and cutting off the last part of whatever you input.
Add space after last word to add in calculation.
We have two example page with 200 and 300 characters excerpt example
http://test3.premiumthemes.in/test-2/ http://test3.premiumthemes.in/test-2-2/( You can check counter from this site : http://www.lettercount.com/ )
Thanks…adding the space fixes. Would’ve never thought to do that.