226 comments found.
How can I remove the ‘calendar’ button from header 7? Thanks!
Hello there,
Thank you for purchasing our theme and for reaching us.
Please add the code given below in your child theme’s functions.php to remove “Calendar” button from Header 7.
add_filter( 'bethlehem_header_navbar_link_args', 'bethlehem_child_header_navbar_link_args' );
if( ! function_exists( 'bethlehem_child_header_navbar_link_args' ) ) {
function bethlehem_child_header_navbar_link_args( $args ) {
$args = array(
array(
'title' => esc_html__( 'Media', 'bethlehem' ),
'link' => get_post_type_archive_link( 'sermons' ),
'icon' => 'fa fa-youtube-play',
'class' => 'sermons-link',
),
array(
'title' => esc_html__( 'Give Online', 'bethlehem' ),
'link' => get_post_type_archive_link( 'give_forms' ),
'icon' => 'fa fa-heart-o',
'class' => 'donations-link',
)
);
return $args;
}
}
Thanks, Farook
Hello just a quick question. Do you think it possible to have the Mega Menu as full width? thank you
Hello there,
Thank you for purchasing our theme and for reaching us.
Yes, We can make mega menu fullwidth using “full-width” CSS class in menu item.
Here the documentation link: http://transvelo.github.io/docs/bethlehem/setup/main_navigation.html#5-how-to-make-megamenu-full-widthThanks, Farook
Hey Ibrahim,
Awesome theme, my friend! Quick question…
What’s the CSS to change the primary website color to a custom HEX?
Thanks!
Also, how do I change the “Calendar”, “Media” & “Give Online” links at the top? Thanks again 
Hello there,
Thank you for purchasing our theme and for reaching us.
Please use below steps to change custom color: 1. Create new file custom-color.css in child theme 2. Enqueue above file. Use this solution: https://transvelo.freshdesk.com/support/solutions/articles/12000008421-how-to-add-custom-color-from-child-theme-in-bethlehem- 3. Navigate to /assets/css/yellow.css file and copy its contents to custom-color.css file 4. Do a find and replace of yellow color which is #ffb400 with your choice of color.
Also you can use below solution to update links in header. https://transvelo.freshdesk.com/support/solutions/articles/12000004491-how-to-change-header-links-in-header-7-Thanks, Farook
The color changes worked well, thank you!
For the header links, using the Calendar php (in second link you sent), what would the code look like to change that Calendar to link go here? http://stjohns-abq.org/church-calendar/
Also, when I try to click on the widgets (Appearance>Widgets) all of them are unable to be edited. It’s almost like they are locked.
If there is any way you are able to follow up a bit quicker, it would be most appreciated as I have a tight timeline on this project.
Thanks again for your help.
Hi There,
You can update link on above code to any link. The above site it in maintenance mode. Please contact us with your WP Admin panel details using Support tab of this page.
For widgets, If you do not add any widgets ( which is the default ), the theme loads the default widgets. When you add your own widgets default widgets will not shown.
Thanks, Farook
Hi. Does the theme support RTL?
Hello there,
Thank you for your interest in our theme. Unfortunately the theme does not support RTL.
Regards, Ibrahim
Does updating the theme in the future impact site customization (not custom CSS) and settings? Will you let updates after the support period is expired? if not how much do you charge for updates?
Hello there,
Thank you for your interest in our theme. As long as your custom changes are made via child themes, your customisations are not lost. Any changes you made to core .css or .php files will be lost.
Hope this clarifies.
Thanks, Ibrahim
That is clear regarding my first question; thanks. Do you allow updates after 6 month? if not how much do you charge for updates after that?
Hello again,
The theme updates are available as long as the theme is online. Support is limited to 6 months which can be extended.
Hope this clarifies. Let us know if you have any other questions.
Thanks, Ibrahim
Thanks Ibrahim. I hope you will continue to update it. It looks like one of the best themes of all that I have exhaustively researched on non profit, charity, church area. More reviews after I purchase and fully experience it.
Hello there,
Thank you for purchasing our theme and for reaching us. Let us know if you have any questions related to the theme. We are happy to answer.
Thanks again, Ibrahim
Hi Im interested in buying the theme, but how do I select the demo version that I want or when we buy we get all three?
Hello there,
Thank you for your interest in our theme. We have documented the steps in choosing the demo version here : http://transvelo.github.io/docs/bethlehem/setup/general.html
Hope this helps. Let us know if you have any other questions.
Thanks, Ibrahim
Can you help me to use Google fonts with latin-ext subset in Revolution slider? I use Google font Great Vibes and set it to latin-ext but in Microsoft Edge some characters in latin-ext subset are not OK. You can see it in MS Edge www.hacbg.org. In Chrome and Firefox it look OK. I suppose that I need to put some code in Advanced Custom Styling- IDLE of the text layer. Thanks
I resolve it with functions.php code.
Hello there,
Glad your issue is resolved. Let us know if you have any other questions 
Thanks again, Ibrahim
Is it possible to set page title on every custom page as here http://demo2.transvelo.in/bethlehem-v1/sermons/
Hello there,
Thank you for purchasing our theme and for reaching us. Yes, you can set the page title for every page.
Hope this clarifies. Let us know if you have any other questions.
Thanks, Ibrahim
When I create a new page there is no page title under menu. Do I need to change some php file to set page title in header or I need to create static block for every single custom page I create? Modification in php file will be more efficient.
Hello again,
Apologies for not responding earlier. We are closed for holidays and would reopen on Jan 2017 only. However we are providing limited support.
I am not really sure what is the reason why the page title won’t be displayed. I’d like you to email our support your WP admin details and the custom page URL and I will check it for you.
Let us know if you have any other questions.
Thanks, Ibrahim
The text of my menu looks smaller now and includes lines above and below. How can I get it to look more like it originally did? www.kelseymemorial.org
Hello there,
Can you please email our support with your WP admin details ? I think you’ve modified some configuration.
Thanks, ibrahim
Hi,
I was able to get the theme installed and demo imported, however I am having issues with getting the menu to work correctly. site -> http://skyfallblue1.com/Church/ I have changed the Permalink to “Post name” and so far only the menu tabs that are actual pages work such as -> http://skyfallblue1.com/Church/contact/. The events and Sermons menu tabs only work if i access them from the home page but if I head over to the contact page and then click on the Event tabs the url changes to—> http://skyfallblue1.com/Church/contact/?post_type=tribe_events which is not correct. Your demo doesnt have this issue. I also read the documentation and say nothing about menu for my issue.
Please advise, Thank you
Hello there,
Thank you for purchasing our theme and for reaching us. Apologies for not getting back to you earlier as we are closed during weekends.
To answer your question, I believe it is because of the way in which the menu items are assigned. Are you using custom link to assign nav items ?
Please let us know.
Thanks, Ibrahim
Hey,
Thanks for the reply. Yes I am because that’s how it go imported by the demo. How was it done on the demo? Clearly can’t be with custom link
.
Thanks
Hello again,
We did use custom link in the demo. You can use them as well.
Thanks, Ibrahim
Yes I know but it doesnt make sense because when you use the custom links there is issues going from one menu tab to another. So for example If I hit this page -> http://skyfallblue1.com/Church/contact/ Than from the menu click on the Sermons the url is broken as it tries to load the page using this url -> http://skyfallblue1.com/Church/contact/?post_type=sermons
So in other words it just adds the custom link to existing url that you are on—> ?post_type=sermons which is not right.
Also why dont you have a separate support page vs using the comments section; that is not really ideal why to provide support.
Thanks
You can email our support at support@transvelo.freshdesk.com ( https://transvelo.freshdesk.com/ ). We need your WP admin details. I will check what the issue is.
Thank you, email sent.
I want to change SERMONS to LECTURES. Is it possible? I need change in url.
Hello there,
Thank you for purchasing our theme and for reaching. Please paste the code given here in your child theme’s functions.php :
https://gist.github.com/ibndawood/ce158293cbd3bf4f2aa6950a65c3e63b ( Should copy and paste from line 3 only ).The above code changes “Sermons” to “Videos”. You can modify it to mean “Lectures”.
Hope this helps. Let us know if you have any other questions.
Thanks, Ibrahim
Thanks, I use it, buit can I change post type form SERMONS to LECTUREs. I want change in menu /?post_type=sermons
Hello again,
Yes, you can change it to lectures. The exact code is here in the same gist line 17 : https://gist.github.com/ibndawood/ce158293cbd3bf4f2aa6950a65c3e63b#file-functions-php-L17
Thank you very much. I have two more question 
1. How to remove author info box after single post (sermon etc.)? 2. How to make pagination (or load more button) if I have a large number of sermons?
Hi,
Please use solutions from below links to remove author info.
https://transvelo.freshdesk.com/support/solutions/articles/12000005304-how-to-hide-author-info-in-posts- https://transvelo.freshdesk.com/support/solutions/articles/12000007415-remove-author-info-from-sermon-single-pageThanks, Farook
For Sermons, Pagination will add if you add more than 10 sermons.
Hi, I updated the plugin, but visual composer keeps asking for a license activation. Is there an additional step that needs to be done that is instructed in the documentation?
Hello there,
Thank you for purchasing our theme and for reaching us. Apologies for not responding earlier as we are closed during weekends.
Visual Composer is distributed as part of the theme under “In-Stock License” which means you do not need a separate license. However this in-stock license only allows you to use the plugin but not update automatically. Whenever a visual composer update is available, we will download the latest version test it against our theme and bundle it as a theme update. So updating the theme will get you the latest version of Visual Composer.
Once you had updated your theme, you will have to navigate to Appearance > Plugins > Visual Composer and de-activate and delete the existing version. Once you have deleted all the VIsual Composer files, you will be prompted again to install Visual Composer. This time you can install the latest version from the theme.
Hope this clarifies. Let us know if you have any other questions.
Thanks, Ibrahim
Hi,
Please, when are you guys going to update Visual composer to the latest 4.12.1? Or can you provide it if I send an email to your support forum?
Regards
Hello there,
Thank you for reaching us. We have already released an update that contains the latest version of Visual Composer. Please update the theme to update the plugin.
Thanks, Ibrahim
just updated the theme with the new VComposer. now it will not load content to edit. any ideals or solutions to this problem?
also, i just found out after updating ALL my images are not showing. The feature image can NOT be changed. and other things that just seem to have stopped working. Im not sure what happen, but it was working fine and it was working awesome. Please help with this matter.
Hello there,
I have your ticket number. Please email your FTP and WP admin details and I will take a look into your issue.
Thanks, Ibrahim
HI, I need serious help. For some reason, after installing, downloading demo files, I am not able to see the same thing on this page on mine – http://demo2.transvelo.in/bethlehem-v3/
I want the bethlehem-v3 exactly.. Please what do I do? am I missing something?
I have tried a lot of things.
Hello there,
Thank you for purchasing our theme and for reaching us. We have given the instructions here : http://transvelo.github.io/docs/bethlehem/setup/general.html#setting-the-home-v3-page-as-homepage
Hope this helps. If you need further help. Please let us know.
Thanks, Ibrahim
Very nice looking theme! You should submit it to our site via the “submit” link in the menu 
Wow
Its an honor to have your appreciation. Thank you
I will add this to the website.
My site has upgraded to the latest WordPress and now Visual Composer is broken. How do I get the latest version of Visual Composer? I downloaded the latest theme and it’s not working.
Hello there,
Thank you for purchasing our theme and for reaching us. We are out of office today. I will send you the latest version of VC tomorrow.
Thanks Ibrahim
I was curious. I want to add a breadcrumb and background image to each of my inner pages. how would i do that? i would like it to look something like this.
http://www.b2webdesigns.com/inner.jpgi’d even be fine with calling the featured image of the page instead of a custom element within the page.
Yes, you can use the featured image to change the background image of each page. You can adjust the height of each background image to built something similar to the one you’ve shared. Please check the about us page.
Hope this helps.
Is it already set to call the featured image? I just need to edit the css?
Yes if you set the featured image it will be shown as header background. You can then adjust the height of the header to show more info just like we did in about us page.
Hello again, when i install WPML i dont see the translations option on ministries, team member etc etc, the only part where the WPML translation plugin works is in the page section. Thanks for all.
Hello there,
Thank you for your question. Please allow me to look into this and get back to you.
Thanks again, Ibrahim
Hello!! 19 days ago you tell me something, do you remmeber! thanksss!
Hello there,
My sincere apologies for not getting back to you earlier. Can you please email our support with your FTP and WP admin panel details ? I will look into this issue for you.
Thanks, Ibrahim
okey, i will send to you the email, can you give me de email address! Thanks for all
Hello! How to remove a ”donate now button”? Thanks
Hello there,
Thank you for purchasing our theme and for reaching us. Please follow the instructions given here : https://transvelo.freshdesk.com/solution/articles/5000682279-how-to-remove-donate-now-button-
Hope this helps.
Thanks, Ibrahim
Thanks!!!! Ibrahim!!

You are welcome 