63 comments found.
Hi, I wanted to let you know about an issue that I had with the jumbotron, in case anyone else has the issue. If you are in text mode and leave line spaces in the shortcode, the font goes from size 13 to size 21. It took me a while to figure out that this was the cause, though if you use the br code instead, all of the text will stay at size 13.
Thank You! We will fix this with the next update. 
Thank You! We will fix this with the next update. 
Thank You! We will fix this with the next update. 
Thank You! We will fix this with the next update. 
Hey, can you please let me know how I go about updating the themes styles / colour schemes? Changes to files such as skins/blue.less are not appearing on the front end. I have tried making changes to the import section of style-global.less, with no success.
I have located /assets/css/style-blue.css and have made the changes to the colour codes here, and it has worked.
We are glad that you found solution. For the changes in less files (like skins/blue.less) to be visible on the front end you need to compile less files to css.
Hey, are you able to release an update that adds Instagram as a social icon, or provide the ability for custom social icons to be added?
I can do this on the website that I am building, though it would be better if it was actually a theme update.
Oops, it seems that we missed one of the most popular social networks. We will definitely add it in the next theme update. 
Cool, thanks. 
Hey, I see that you have previously mentioned working on Visual Composer support, how is this coming along? Thanks.
Hey, how would I go about editing an existing / adding a new color scheme? I am wanting to use a specific hex color instead of Blue Theme, Red Theme etc.
We planned to add visual composer by the of June, but some conflicts with our current shortcode system was unsolved, so serious reconstruction is required. Currently our programmers are occupied with tasks that have higher priority, but they will continue to work on integration with Visual Composer in October.
Thanks for the update, can you please let me know about the other question on this thread? Meant to start a new thread. 
Color schemes are located in theme’s /assets/less/ folder, here you can edit an existing scheme file. Then compile the main “style-global.less” file with variable @theme-name set to the desired scheme name.
Thanks for the response, I have created a new colour.less file in the assets/less/skins folder, and I have edited the style-global.less file, changing import "skins/{theme-name}.less”; to @import “skins/colour.less”; – though this is not working. Am I doing something wrong?
Hello, I permanently deleted the blog pages by mistake and now they are no longer available to use as a parent page. Can I restore those pages without reinstalling the template? If I have to reinstall it will it erase all the content I created? thanks
You don’t need to restore those pages. Basically just create new Blog page, then go to WordPress Settings > Reading and select newly created page from “Posts page” dropdown. Further customization (layout, columns, sidebar position, etc.) can be achieved via Adama settings > Blog section.
I have purchase & using this theme but I have receive a lot of spam contact form recently, May I know how to add Google Captcha into the contact form? Or there is other way to avoid the spam contact form?
Our contact form doesn’t have an anti-spam filter. You can use some plugins for this like Contact Form 7 with reCAPTCHA.
Let as know if you need assistance. 
Hi, just a very basic question: how can I add an empty line? When I add an empty line in visual this is not reflected in the web page. Thanks for your help!
Hi Ros2016eta,
WordPress tries to remove empty lines that seem unnecessary. It’s hard to tell what could be the issue without taking a look at the code inside WP editor. Please click here to create an account and submit ticket with admin access details so we could see the issue.
Best Regards
Hi, one more question: where can I change the font color of a blog entry especially if it shows up on home? Currently it is a light grey. Same question for Woocommerce products title. Thanks a lot for your help!
Hi, those colors would need to be changed via custom CSS. For example you can add this to your custom CSS field (WP Dashboard > Adama > Style > Custom CSS):
.home .post .post-title a { color: #8E0909; } .woocommerce ul.products li.product h3 { color: #8E0909; }
thanks a lot
Hi, how can I get control over font and background color in the accordion? Thanks for a hint!
Hi, font and background for accordion content can be changed the usual WP way via editor. As for the title this unfortunately cannot be changed via shortcode itself at this time, you will need to use custom CSS to do this.
Hi, I used the shortcode [bsg_youtube video_id=”VIDEO_ID” width=”680” height=”382”] but it doesn’t honour the size specification. It fills the browser width. Any hint?
Hi, this behaviour is because video element is responsive so it’s dimensions are determined by parent element (for example column, accordion, etc.). If there is no parent element then video stretches to full width of the website.
We understand that this might be an issue for some and that it is confusing, so we will address this by adding another shortcode attribute that will allow you to use entered dimensions as video’s maximum dimensions.
Theme update with this change will probably be released today.
Thanks a lot. Small question: What do I have to add so that the youtube video autoplays?
Hi, this is not possible via shortcodes (at least for now).
Hi, thanks. Is it possible to stop youtube from making video suggestions at the end of the video via shortcode?
Hi, How can I edit the form fields? Also, where can I modify the form used in a contact page? I have several language versions and I would like to use the same form in different language. thanks!
If you need custom email forms please install free Contact Form 7 plugin, which is compatible with our theme. This plugin is very popular and most of themes use it, we just wanted to give our users an option to avoid installing unnecessary plugins if they only need default email form on the contact page. You can add Contact Form 7 shortcode in the page content and disable our contact form in page attributes.
I already use contact forms but the form is in the template. I can’t find this setting in custom fields or widgets and when I paste the form code in the page content I get two forms instead of only the new one. Do I have to change on the template code the form in order to update the default contact form in the default contact page? Please let me know the how to or if I missed something as I don’t wish to change the code myself. thanks
You can find this option in the section “Contact Us Attributes” (below content editor). This option was added in version 1.0.2 so if you have an older version of theme it will not be available and you will need to update your theme.
Hi, sorry for another question: I installed WooCommerce before installing your theme … but switched the language in WordPress to German after installing your theme. WooCommerce remained unfortunately in English and I don’t know how to switch the language to German (did some research in the web which didn’t help) . Should I deactivate WooCommerce and reactivate again (or should I deinstall (how?) and reinstall again)? Would this be possible or get things mixed up …?
Go to Dashboard Updates, click on Check for updates and Wordpress will offer you to download language updates for themes and plugins. This will work if WooCommerce exists in your language of course.
Hi, your contact sidebar is in English. How can I translate to German? Thanks for help!
In the theme language folder you can find POT file where you can translate any page you wish. (Are you familiar with this procedure?)
I can try …
Hi, I’m not a web developer. How can I make a menu entry that initiates a jump down to a section (e.g. “Our Awesome Team”) of the home page?
You should add an unique ID for the Full Width section (ex. our-awesome-team). After that you should add menu item with URL #our-awesome-team.
Can you give me a sample of such a unique ID? Which I can paste into e.g. this? [bsg_fullwidth padding_top=”20” padding_bottom=”20” background_color=”#3e4142” background_image=”” background_repeat=”no-repeat” background_position=”left top” background_attachment=”scroll” border_width=”1” border_color=”#555657” link_anchor=”“]
Or do I have to do this in the HTML code of the hompage? Sorry for my ignorance.
You can add it in shortcode like this: link_anchor=”our-awesome-team”
Don’t forget, value (our-awesome-team) must be unique. 
It works, thanks a lot!
Now there is the following phaenomena: The menus I added like this appear in the theme color as if they were selected (like by default the home button) instead of white … how can I change? Thanks for a hint!
Can you send us a link?
You using full path (eg http://rosetta-consulting.ch/#Dienstleistungen) instead hashtag only (#Dienstleistungen). Just change this and everything will work fine.
Now it works, thanks a lot!
Is this theme compatible with Visual composer or other page builder plugin?
At the moment theme is not compatible with Visual composer, but our team working on that. We expecting that this work will be done by the end of June.
How do you add a custom css file to the site? I have tried custom css plugins and none of them are updating the site. Suggestions?
You don’t need plugin for custom css. Just log in and go to Dashboard > Adama > Style. At the bottom of “Style” window you will find “Custom CSS” field. Add your custom CSS there and then press “Save Changes” button.
Hello !
Thanks a lot for your template.
Two quick questions: 1)Is there a way to translate some of the custom pages such as the contact page somewhere ? 2) How can I adjust the logo size ? It gets shrunk to 22px height and looks very small
Regards
Boris
Hello Boris! Thank you for purchasing our theme. 1. In the theme language folder you can find POT file where you can translate any page you wish. (Are you familiar with this procedure?) 2. In the new version of our theme logo size is defined by uploaded image size. Please update your theme to latest version.
Hello, I found the .po file. I’ve never translated but after searching Google I found that I need to use Poedit. Is that correct? Once I translated the file where do I need to put it? I don’t need to translate much (only the contact page to have the days of the week in French)
I activated the automatic update function from Adama options but it doesn’t seem to be updating. (I added my username + api key) Any idea why?
Regards
Hello Boris. Can you please open the ticket on our support website and our support team will assist you trough the process. You probably will need to send them login information which is the reason why we need private communication.
We suspect that the anti spam field is filled in by your browser’s autocomplete functionality so we disabled autocomplete on this field. Can you please try registering again?
If the problem still persists please reply with additional info: which browser (name and version) and which operating system you are using so that we could better understand the issue.
Hello, I manage to translate almost everything I wanted however I can’t translate the Contact Sidebar Widget where you have the opening hours. Any idea how I can do it?
Please open the ticket and our support team will help you asap.
Is it possible 3 or more layer sub menu GalacticaThemes
Hello rasliva53. You can add 3 levels of sub-items in the menu.
Does this theme support OnePage Navigation?
Hello orjense. Tomorrow we will made new theme update. Some new features will be added and one page menu will be supported after this update.
If you need more info about the theme please don’t hesitate to ask. 
Hi, I love your theme! I’m currently attempting to import the demo data, but am unable to do so due to being on a shared server with a timeout of 120 seconds. Is there another way to import the demo data? Thank you for your help on this.
Thank you wisdomdefined. 
Please register on our support website and send us a ticket with ftp and admin panel access to your website. Our support team will take it from there.
Support website (registration page): http://www.galactica-themes.com/account/register/
Thanks! Will do!