ThemeForest

Bistro - Responsive Foodie App-theme

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • United States

nevermind, found my answer to the banner question in the help files. Thanks! I should have looked there first

Net-Labs

Glad you got sorted.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
rn2114 Purchased

Hello: I’ve purchased and started setting up the theme and love it so far. One thing that I haven’t been able to figure out from the help file is that I would like to make custom menus like the one on the right of the home page of the demo theme. I’ve figured out how to get the custom menu set up, populated with links and in a widget from the help files, but I don’t have the option of putting a description in for the menu item when I set it up like you do in the help files. Is this something that isn’t part of the theme anymore or am I missing a step?

Thanks for a great theme and any help you can give

Net-Labs

Hi rn2114

Thanks for Making contact.

You’re almost there. Just a matter of uncovering the descriptions and adding it.

A link to a step by step description here

Regards AJ

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
danboy20 Purchased

I´m using a plug in that links my page to it´s translated version on a different installation. The problem I have, is that the Homepage with this theme isn´t made up of a normal, editable ´PAGE´ (unlike many others), and so I cannot access the custom fields this plug in has to input URLS.

If you look here….there are brief instructions, and it will explain what I am using.

http://wordpress.org/support/topic/plugin-bilingual-linker-instructions?replies=18

This is very important to my site, and I would appreciate some help.

Thanks

Net-Labs

Your frontpage contains a series of widgets.

if you point me ot where the widgets are translated i can take a look for you and assist.

Regards AJ

  • Bought between 100 and 499 items
  • Has been a member for 1-2 years

I’m having some trouble with the promotions for this theme. I can’t get them to show up anywhere, not on the calendar, for the upcoming event countdown, or anything. Is there something I’m doing wrong? I made sure my dates and times were correct so that’s not the issue.

Net-Labs

Hi Michael

Thanks for making contact.

I can take a look for you and assist.

Can i ask you to make contact so we can take a look at the setup that you have please.

you can make contact through my profile page here or the cro.ma site here

Regards

Aj

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
danboy20 Purchased

I have managed to install a bilinugal plug in with image…..the issue I have now, is when the screen is re-sized, my link isn´t clickable anymore….do you know why this might be? It goes just above the logo, which is clickable.

Net-Labs

I Have no idea.

If you can provide me with a link I can check for you.

Regards

AJ

Default-user
danboy20 Purchased

Hi AJ, just sent you a a message with the link.

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
jls2505 Purchased

Hello- just purchased the theme and tried to open up the help files – but for some reason – only seeing the headings and no content….. DO you have any suggestions here? Thanks

Net-Labs

Hi jls2505

Thanks for making contact. This is usually your internet security and firewall settings that causes this.

The tutorials are also online here

Regards

AJ

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years

A few questions:

1. Can I change the font in the navigation and within the slider? Where would I go to do this?

2. I want to get rid of the Topbar message alltogether and instead add a background image behind the logo. How would I do this?

Thanks in advance. Love the theme.

Net-Labs

Hi Vaughanmatt

Thanks for making contact.

The menu font family can be set in the public/styles folder and site.css around line 412:

#access a {
  background: url("images/menbg2.png") no-repeat scroll right center transparent;
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 62px;
  padding: 0 23px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

slider :

.slidecontents {
  position: relative;
}

Just add a custom background message through appearances/background

Regards AJ

  • Bought between 10 and 49 items
  • Has been a member for 3-4 years
  • United States

Hi I am trying to do two things:

1. Reduce the amount of white space between the top bar and logo and navigation and logo. The logo I am using is circular so it’s a little weird when putting in on this theme. www.steakitlv.com

2. Change the Red to a different shade of red. I can’t find where to do this in the stylesheet.

Thank you!

Net-Labs

Hi denissemarie

Thanks for making contact.

for the logo:

public/styles folder and site.css file line 199:

.logopart img.tllogo {
  margin-left: -10px;
  padding: 50px 0;
}

just decrease padding

are your settings for the color currently red on a white background?

In that case the color settings will be in the public/styles folder and cs-12.css file

Regards

AJ

denissemarie

Hi Thank you for your help. What is the public/styles folder? Is that the style.css? Sorry not that well versed in all this.

denissemarie

Nevermind I found the public – styles folder. Thank you.

  • Bought between 50 and 99 items
  • Has been a member for 3-4 years

I am trying to have rounded top left and right corners in the 3 carousel images on the index page. I was able to edit the code to have rounded corners for the transparent top area and the box but when I add an image there I can not find where to edit the image code so that the image itself has rounded top corners.

A work around was for me to edit the images themselves in photoshop to have rounded top corners. This helps but the image styling still shows a slight border that is visible on a white or light background. I am able to remove the image styling of borders in wordpress using the method you mentioned either earlier in these comments of on your website faq page. But with the carousel images I don’t see a wordpress option to edit the image to add in the no style code.

So… is there a way for me to edit the code to remove the image styling of borders in the carousel images and edit the code to let the images used have rounded top corners. I’d be happy with just code to have rounded top corners for the images used in those 3 carousel items so I don’t have to manually make round corners on the images in photoshop.

Net-Labs

Hi Shadowsong

In the last line of your style.css file try to add the following:

.imgdiv, .cro_sldr{
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

Replace the 5 with the radius that you want.

I’ve not tested this, but should work.

Regards

AJ

Default-user

Thanks. Unfortunately it didn’t work on my end.

Net-Labs

I tried it on my and and it’s working for me.

Maybe there’s a misspelling somewhere or we do not understand each other completely.

Make Contact and i can assist.

you can make contact through my profile page here or the cro.ma site here

Regards

Aj

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • United States

Hi there, I would like to use this theme for a catering site. What do you recommend that is compatible to have the customer purchase dishes right from the site? Which shopping cart app?

Net-Labs

Hi ibernard

Wp-Ecommerce will work great with this theme, and I’ve seen it in action.

Regards AJ

  • Bought between 10 and 49 items
  • Has been a member for 2-3 years
  • United States

Hi is this compatible with woocommerce?

Net-Labs

We’re releasing a woo-commerce compatibility pack this week to ensure compatibility wit hwoo0commerce.

Regards

AJ

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Costa Rica
I can not edit the “custom menu” from home. I do not see the same options of the video showing the help section http://ctscostarica.com/new/wp-content/uploads/2013/05/error.jpg http://ctscostarica.com/new/wp-content/uploads/2013/05/error1.jpg

Web: http://ctscostarica.com/new/

Net-Labs

In the top right you’ll see a screen options tab that you can uncover the descriptions

You can view an instruction video here

Regards

AJ

danielvalle

I followed the instructions and does not work

danielvalle

the menus that contains your “Demo Content / bistro.xml” No appears the menu called fronttopmenu . However what I created, and not work. It has some called “Features” and “Front Page” but none selected in witget he deploys The Field “description” as it appears in your video

danielvalle

need urgent help as my time to deliver the project is finished

danielvalle
I made a video for you to see that what I say is true URL: https://dl.dropboxusercontent.com/u/40737794/cts-error-custom-menu.html
Net-Labs

in the nav menu top right is a tab called screen options. click on it.

a tab will drop down with options to configure. The configurations is divided into 2 areas called “Show on screen” and “Show advanced menu properties”.

Under “Show advanced menu properties” you will see the last option to uncover the descriptions, just click on them to uncover and they will show in your menu blocks.

Regards

AJ

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 3-4 years
digitup Purchased

I am using the theme in Swedish language and need to know where I can I translate the contacts form labels as well as make contact and book a table in the head?

Net-Labs

Hi

You should be able to translate this from the localization files.

More on translation here

Regards

AJ

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi. Need to know if i can add a text field for the reservation app whete people can insert address and postcode..

Thanks

Net-Labs

Hi yoluca.

Thanks for making contact.

The app will unfortunately not accept custom form additions.

Regards AJ

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hi, Could you assist which theme I should purchase that will give me a responsive theme plus a facebook page creator that reflects the tabs chosen in word press? Thank you.

Net-Labs

Hi there

There’s unfortunately no pairing of a facebook page and responsive design together.

Regards AJ

  • Bought between 100 and 499 items
  • Has been a member for 2-3 years
  • United States

Hey Guys,

I get this error: Warning: shuffle() expects parameter 1 to be array, string given in /home/pulsarst/public_html/bamboo/wp-content/themes/Bistro-Responsive_Foodie_App-Theme/inc/shortcodes/shortcode-menu.php on line 119 http://pulsarstudio.com/bamboo/delivery/ any suggestions??

- Carlos

Net-Labs

Just add some featured images ot menu items and all will be allright.

Regards

AJ

by
by
by
by
by