638 comments found.
Hi, is it possible to use the “search” when using a side menu? I see in the demos the search option only in top bar. Thanks Michal
Hi there Michal,
Yes, this is possible. You could add Search Widget also in Left Menu area http://screencast.com/t/2H6lVAtPr
Select
Thank you for your fast reply, I want to use the “select search” which is designed more beautiful, I don’t see it in the widgets option. Can I add it as code pasted in the widget?
You are welcome.
If you mean on our Select Search http://screencast.com/t/cuogcAToPlCL
there is no option in Bodega for that 
Select
Yes, that what I meant
Hi, I love your theme and bought 4 times already. I have a small question about visual composer woo commerce product categories. I have a page that shows the product categories, using visual composer woo commerce product categories. I’m trying to set the order of the categories by draging them in the edit mode, but when I watch the page , the category order is by the product title and not by the order I made. How can I control the order that categories are shown Thanks Michal
Hello,
Please submit a private ticket at https://select.ticksy.com/ and share WordPress admin access, and our support will check this on your end.
Select
Both of these items are cross-sells, but there is nothing to indicate that on the frontend:
http://www.minusthedart.com/shop/tops/navy-floral-flounce/ http://www.minusthedart.com/shop/bottoms/floral-waterfall-skirt/Does Bodega Woocommerce templates have the ability to address up-sells and cross-sells and grouped products?
Hi,
Bodega do have this options, in linked product you should add desired products http://screencast.com/t/gsG2BIqYB4J8 and those would be shown in frontend http://screencast.com/t/wsbtuudPzaI For further assistance, please, submit a ticket here https://select.ticksy.com/ and our suppport agents will assist you there.
Select
Hi, for a new project a need a theme, where the navigation/menue is not at the top of the page, but below a header image. Is ist possible to arrange this with Bodega? Or with another theme, programmed by Select Themes? Thanx in advance Tom
Hi there Tom,
Thank you for taking interest in our themes!
It could be done with Bodega and with some other our themes such as Stockholm. Since these themes have Sticky content menu http://screencast.com/t/cZeGmOySEQ On that way you could add Content Menu on desired place on the page using shortcode Row for this.
You are welcome.
Select
WPML problem hi, I’ having a problem with WPM flag selector in top menu. I can’t hide the not active languages. I can only show all languages flags at right of last menu link.
Hi,
Our support agents will check this closer on your installation. Just submit a ticket here https://select.ticksy.com/ and include your site URL enclosed with wp-admin access.
Select
Hi,
Never complain and never ask a thing for your theme, but… since the last update + woocommerce last update, my minus/+ button to add an event into cart is not working anymore. I can change the quantity of attendees directly into the box, but when I want to change the number with the minus/+ buttons, nothing happened…
Can you help please? We made few tests (it’s a client site) and with a default theme, it’s working fine.
For eggs. go here: http://lessaveursdenadine.ca/atelier/atelier-des-fetes/ at the end of the page.
Huge thanks! Ben
Hi, Ben
This is not single product page but single tribe event. So, some third party plugin you are using. Since we are not familiar with what they’ve done and with this plugin code, we could suggest to contact this plugins author and check with them issue you are facing.
Select
When I add the Top Header Bar the logo kicks over way to the left. I hate to bother you guys but i’ve tried everything: http://50.62.35.162/~bodyshop/
Hello,
Please, just go to Select Options > General > Custom Code > Custom Css and there paste this part of code:
.header_top {
overflow: hidden;
}
Select
hi, i’ve just bought your theme and i’m looking how to import the dummy contents to set the Bouchet layout. Can you help me? thanks
sorry i’ve just found it ^^
Hi,
We are really glad to hear your already sorted this out. For any further assistance, just submit a ticket on our support forum at https://select.ticksy.com/ and include your site URL and our support agents will help you there.
Select
Hi there,
I’m just in the process of configuring a pricing table and want to know if there is a way to stop the pricing period from showing up? Thanks.
Hello,
Just go to Select options > General > Custom Code > Custom Css and there paste this part of code:
.price_in_table .mark {
display: none;
}
Select
Thank you so much!! 
You are welcome.
Hi!
I tried the code but ’/Monthly’ is till showing up below the price 
Hi again,
Please, submit a ticket on our support forum https://select.ticksy.com/ and include your site URl so our support agents could take a closer look and try to assist you there.
Select
Hi, I’m trying to install the demo content through ‘select options’, however in most cases the progress bar goes to 90%, then hangs forever (I left it overnight, no change). The content is then not there.
I’ve deleted all posts, portfolios, categories, pages, menus, products, tags, etc. still no luck. I’m particulalrly interested in the themes with woocommerce integration (Sequin, Americana, Tune)
Daniel
Hello there Daniel.
Import process depends mostly on php resources on your server. Try to set your params to these values:
max_execution_time = 300 memory_limit = 128 upload_max_filesize = 128 post_max_size = 256
Then try to do import again. If you want to use some shop demo content, make sure you’ve installed.activated WooCommerce plugin before running import process.
Select
Hello, I know many are asking about this. But I’m simply looking to enlarge the logo with the centered version without messing up the sticky header. Can you please advise? Is there a standard css you use with the q_logo and wrapper? Any suggestions will be much appreciated! Jason
Hello John,
If you are using fixed header type, than use this part of css code
@media only screen and (min-width: 1000px) {
header.fixed_hiding:not(.scrolled) .q_logo a, header.fixed_hiding:not(.scrolled) .q_logo {
height: 200px!important;
}
}
with your desired height value, and paste it in Select options > General > Custom Code > Custom Css.
Select
Thank you! It did however, not work correctly and I now have a menu_right inline style throwing them way out. ??? http://50.62.35.162/~bodyshop/
Hello,
You are welcome. Please, try to add this part of code
@media only screen and (min-width: 1000px){
header:not(.sticky) .q_logo a{
width: 300px !important;
height: 133px!important;
left: 60px !important;
}
header:not(.sticky) .logo_wrapper {
width: 300px !important;
}
header.stick_with_left_right_menu nav.main_menu.left_side {
width: 45% !important;
}
header.stick_with_left_right_menu nav.main_menu.right_side {
width: 45% !important;
}
}
instead of whole code from your custom css field.
Select
Hey I’ve generated a map api key, how can I add it? thnx
Hello there.
The next updates for all our themes will include some solution for users to be able to enter their google maps API keys.
For the moment, here’s what you should do:
1. you need to generate your API key online.
Read here how to do it: https://www.latecnosfera.com/2016/06/google-maps-api-error-missing-keymap-error-solved.html
2. After you have generated your API key, find this file wp-content/themes/bodega/functions.php file and there add your generated API key at the end of the line of code that is calling the google map API. So, that line of code currently looks like this:
http://screencast.com/t/c8qDRs1n9kAnd when you remove sensor and key and attach your API key to it, it should look like this: http://screencast.com/t/ig3O3IXxHs9U
So, basically it will look like this after you implement it:
https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEYSelect
Thank you!!! you’re the best, it works!
You are welcome 
Hi. I am considering purchasing this theme but have a few questions first.
1. Will I be able to choose my own site colors?
2. Does the theme support multi-language? I’ll need to have an English version and Czech version?
3. Does the site require you run the shopping cart or woocommerce plugin? My site initially will not do ecommerce but does have plans to implement in the future.
4. What are the server requirements particularly want to know what PHP configuration requirements?
Thank you,
Diana
Hi there Diana,
We are glad to see you are interested in our theme.
1) Yes, in our Select options > General, there is First Main color where you could pick desired color.
2) Yes, our theme is WPML ready, so if you want you could use this plugin to make your site multi language.
3) We implemented WooCommerce compatibility, so you could use it or not, it is your call. And of course you could start using it at any point.
4) By WordPress codes require version of PHP is 5.6, but you could use our theme with 5.4 version. And other significant params on server are listed here:
max_execution_time = 300
memory_limit = 128
upload_max_filesize = 128
post_max_size = 256
You are welcome.
Select
Hi there,
I´ve tried to see the existing support tickets in https://select.ticksy.com and I can no longer access. My support is expired, but I thought I could browse the existing tickets for some help. Last week I could do that.
Does that mean I would have to renew my support in order to see old tickets?
Thank you
I can access now, it must have been some kind of trouble with login. Sorry! Thanks!
We are glad to hear this has been resolved. Ticksy is going through some changes and big update as you could see from here https://ticksy.com/updates/ticksy-update-2016/
I am having a problem and unable to submit a ticket on your Support site because it says my purchase code isn’t valid. Themeforest says I have 28 more days of support.
I just did a fresh Wordpress install with Bodega and it’s really slow. I don’t even have any posts, pages, plugins, or images loaded yet. When you switch from Twenty Fifteen to Bodega you can see the difference in loading time.
Please tell me how to get in touch to resolve this issue. Thank you.
Hi,
Recently ticksy released a major update on a tiscky system, and some changes are made for login. When you are trying to submit a ticket on our support forum https://select.ticksy.com/ you should choose Login in Envato, and you’ll be able to do submit a ticket after as well.
Select
Sorry this does not work either. When I click “Log in with Envato” nothing happens and the URL shows an error: https://select.ticksy.com/?ref=envato?error=invalid_request&error_description=Wrong%20RedirectUri%20provided
Hello,
We are sorry because of that inconvenience. Ticksy recently released new update where some improvements for us and for our customers are added https://ticksy.com/updates/ticksy-update-2016/ Please, try now. We made needed changes in settings and now you should be able to submit a ticket when you are logged in to your Envato account. Thanks for understanding.Select
hello, I have a problem on my site. When the search bar was turned over any link does not work on the page. Can you help me please?
Hello,
We need to take a closer look. Just write on our support forum and member of our support team will help you there.
Select
How can I make the active sub-menu item highlighted?
goo.gl/WGCQtS
Hello,
We just checked and it is highlighted already http://screencast.com/t/FZXXRdqGo It could be this is already sorted out.Select
weird, i’m not seeing it over here in any of my browsers, even in incognito mode…
http://i.imgur.com/B7b6HlJ.jpgHi,
Try to add this part of code in Select Options > General > Custom Code > Custom Css:
.vertical_menu .second .inner > ul > li.active > a {
color: #e9ddc6;
}
Select
perfect, thx!
You are welcome!
Hi, the licence we buy is for 1 theme only ou we can use many themes ? for several websites for exemple ?
Hi there,
When you purchase Regular Licence it is for just one website.
Select
Hi Select,
I bought the bodega theme more then a year ago. Unfortunately, I can’t use the WPBakery Visual Composer anymore. Please advice what to do.
Thanks a lot. Julia
Hello Julia,
It could be that you update WP core files to version 4.5+ and there is conflict with jQuery. Please, just update our theme to latest version 1.9, here are instructions https://themeforest.net/item/bodega-a-stylish-theme-for-small-businesses/10276763/faqs/23384 and after that, update VC to latest version 4.12, too https://themeforest.net/item/bodega-a-stylish-theme-for-small-businesses/10276763/faqs/23387 After that, make sure all cache is cleared and everything should be working back fine.
Select
Hi there! Using bodega theme and don’t understand why words are jumbling up on home page and wholesale page via MOBILE ONLY (ios5). Any thoughts? http://cooltreatsfordogs.com http://cooltreatsfordogs.com/wholesale/
Hi there,
Try to go to Select Options > General > Custom Code > Custom Css and there paste the code from below:
@media only screen and (max-width: 1000px){
.custom_font_holder{
line-height: 50px;
font-size: 40px!important;
}
h1 {
line-height: 50px;
font-size: 40px;
}
}
Select
You ROCK. Thank you so much! This cleared up the home page. The wholesale page is still goofy on mobile. Any thoughts on what to do there? http://cooltreatsfordogs.com/wholesale/
Hello,
You are welcome
Try to add this part of code in Custom Css field, too
@media only screen and (Max-width: 1000px){
.q_accordion_holder.accordion .ui-accordion-header span.tab-title- inner {
font-size: 24px!important;
line-height: 28px!important;
}
}
Select
Yay! That fixed part of the problem, but the wholesale page still has jumbled up words on the accordion holder.
Thank you for the update. Try to add this part of code in Custom Css:
@media only screen and (Max-width: 1000px){
.q_accordion_holder.accordion:not(.boxed) .ui-accordion-header span.tab-title {
font-size: 24px!important;
line-height: 28px!important;
}
}
Select
YOU ARE AMAZING. IT WORKED. THANK YOU SO MUCH. I REALLY REALLY APPRECIATE YOUR HELP.
You are welcome. We are glad to hear this 