ThemeForest

SPA Treats - Spa & Restaurant WordPress

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

Hey there, thx for getting back to me. I did find the form but its really tricky to edit them. I am trying to add and delete field forms but as soon I delete phone for example the whole form doesn’t work anymore! The phone field by the way works only with us numbers but not European numbers. What and how can I change that and add multiple field more into the form? thank you very much.

designthemes
Hi, We have two forms here named as booknow & enquiry forms. To edit the booknow form , you have to find
  1. tpl-booknow.php – located at spatreats folder ( Add / edit Form Fields)
  2. spa.booknow.js – located at framework/js/public/ ( Validate and sends form values )
  3. booknow.php – located at spatreats/framwwork/forms/ ( gets validated values and sends mail)
To edit the enquiry form,
  1. enquiry_form.php – located at spatreats/framework/theme_shortcodes
  2. spa.enquiryform.js – located at framework/js/public/
  3. enquiry.php – located at spatreats/framwwork/forms/
  4. Note: You need techinical knowledge(HTML,PHP and JQuey) to do the customization.

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

hi how can i disable the subscribe function on the home page?

designthemes
In footer.php , find the below section and remove it.
<!-- **Newsletter** -->
<div id="newsletter">
   .  .  .
</div>
<!-- **Newsletter - End** --><pre /></pre>
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Hey there. thank you so much for your help. That’s a great service of yours. I am so glad now because I know now how the Forms work!!! Great solution and programming. :bigsmile:

I got one more question tho. How can I disable the Comments section of all sites excluding blogs? Is there a way to delete it off the template? I checked page.php but it didn’t work.

Thank you very much for all your help

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

I figures it out in one of your previous posts:

Just need to delete Code in content-page.php under framework/loops/ Also found your video here: http://www.screenr.com/WXy8

Code: <!- Blog Comment Entry -> <?php comments_template(’’, true); ?> <!- Blog Comment Entry – End ->

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

When I use Quick Edit or Bulk Edit on items in the catalog, it deletes the values for Sub title and Price.

It easy enough to work around - I just go directly into the catalog item to make any edits - but I managed to wipe out a bunch of pricing info before I discovered it.

Are you able to reproduce this bug?

designthemes

We fixed the issue and will update it in next version. Thanks for your patience..

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

I really like the theme. I noticed that you have a lot of slider options. Is it possible to make the slider smaller—in both height and width? For example, can I change the height in the slider options? And, do you offer something other than full width? Thanks!

designthemes

We have option to change the height and width of the slider in updated version. Please use the updated version .. :) Please go to the “Buddha Panel”, and select the “General Settings -> Home”. And find the “Banners/Sliders Settings” section, here you have option to change the “Width * Height”.

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years
  • Microlancer Beta Tester

How can I make the homepage just a regular full width page?

  • Bought between 50 and 99 items
  • Has been a member for 1-2 years
  • Microlancer Beta Tester

Nevermind. I figured it out. Thank you.

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

Can you please provide a link to your list of shortcodes for this theme? I have looked everywhere I can think of and cannot find them. I see some used in your tutorials, but I’d appreciate having the full list. For instance, if I want to use that Arc-Text font but without the curve, what shortcode would I use? If I want the border around an image to match the dimensions of the image (instead of making the image circular), what code is used there?

Thanks, Jen

designthemes

Following pages shows shortcodes , we have used in this theme.

http://iamdesigning.com/themes/spatreats/shortcode/ http://iamdesigning.com/themes/spatreats/shortcode/buttons/ http://iamdesigning.com/themes/spatreats/shortcode/alignment/

Note: You can find the list shortcode and its attributes in theme document.

Arctext:

[arctext {rotate="true/false"} {radius="1...n"} {dir="1/-1"} /]

To get border around an image : Please use border class for that image.

<img src="" alt="" title="" width="" height="" class="border" />
  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
pbody Purchased

I’m having trouble linking the shortcode buttons to go anywhere, can you please share an example?

designthemes
Hi, Here is the sample code to use buttons.
[button color="green" href="http://iamdesigning.com" /]

Note: You can find the list button shortcode and its attributes in theme document.

Default-user
pbody Purchased

Thank you, I did pretty well installing this with all your help for someone so illiterate, appreciate it!

designthemes

Thank you for your response. You are always welcome.

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

Hello,

the breadcrumb function isn’t working correct. When I open up a item_category (e.g. your “another menu” in preview mode) it’s under Home/about us/appetizers. If you click now on the item_category in the side menu – you jump to home/appetizers. How can i fix this so that there is also for the item_categories home/about us/appetizers?

Thanks

designthemes

Hi it is the default functionality of the breadcrumbs. In this case it makes the ‘about us’ as a category.

Pls take a look at this. http://iamdesigning.com/themes/spatreats/category/herbal/

Default-user

Ok, you have deleted “another menu” from the menu. I still don’t know how to fix my problem …

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

Is there a way to control what size images default to using the rounded border? I find they are almost right when I use the one-fourth column layout, but if I go to one-third or one-half, they “grow” to fit the space—definitely not something I want. I’d really like them to stay the size I’ve made them…no matter which layout I choose.

I’d also love to be able to use the Arc-Text font without having it rounded. Is there another shortcode for that?

Thanks, J.

designthemes

please go to the shortcodes.php under “framework\theme_shortcodes” folder. And please go to the definition part of function “my_arctext”. And find the below line

$radius = !empty($radius) ? " data-radius = '{$radius}'" : "data-radius = '100'";
replace this with,
$radius = !empty($radius) ? " data-radius = '{$radius}'" : "";
Usage:
[arctext]iamdesigning.com[/arctext]

For fixed width rounded image you should use the image size 204px*204px and replace these properties in the below lines of CSS in “style.css” under Maintheme/style.css

Line No 238: .rounded-img { width:auto; border-radius:220px; -moz-border-radius:220px; -webkit-border-radius:220px; }
Line No 239: .rounded-img img { width:auto; border-radius:204px; -moz-border-radius:204px; -webkit-border-radius:204px; }
Line No 804: .border { display:inline-block;  }
Default-user

Thanks, but I don’t want to eliminate the rounded text option—just add another option with the same font. Can I modify the code to allow me to use the font in both horizontal and rounded format?

Cheers, J.

designthemes
Please do above mentioned changes and you can use the [arctext] with rounded text option.
[arctext]This text shows in stright line[/arctext]
[arctext radius='200']This is rounded text [/arctext]

arctext supports following attributes: 1.rotate=”true / false” 2.radius = accepts numbers, please provide more than 100 3.dir = “1/ -1”

If you have problem in editing the files , please share your ftp and wordpress details.

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

I’m trying to add a mobile link to call from a mobile device, but can’t find ANY information on the mobile version or how to edit it. Can you help?

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
  • United Kingdom
ergosum Purchased

Hi Ram,

I did the update and now the ‘subscribe to newsletter’ section is left aligned on all the pages, is it straightforward to put it back in the centre?

cheers Chris

designthemes

We have checked the stated issue. Its working fine for us…kindly recheck the design changes you may did.

If you need more help, send us the screen shot.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years
Hey there, I have 2 Questions maybe someone can help me out. I would really appreciate any help on this. Thank you very much.
  1. How do I define if a page gets a SIDEBAR or not? I compared the pages but I couldn’t figure it out yet.
  2. In some pages I get this code snipplet at the end of a section /**/ it’s actually not a big deal but it’s anoying. I compared it with other codes and there is really nothing different. Might be maybe a php file causing this? I am clueless at this point.
designthemes

Hi,

For the Question No 1 – in order to avoid sidebar, please check the “Full Width Page” check box in “Default Template Settings” meta box for pages.

For Question No 2 – Can you please share a screenshot of the particular page.

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

i know your describe about setting up the newsletter using mail chimp but which one in the wordpress addon? and how can i set up it. You should add the video or tutorial making it work, since a lot of people are asking about it. Thanks

designthemes

We will send the Video link in few hours.

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Referred between 1 and 9 users

I have a pre-purchase question. The image at the very top of the page above the menu it kinda looks like dark bamboo, can that be changed? Also the image of leaves behind the slider I would like to change that as well. I would like to give the template an East Indian feel Michael

designthemes

Thanks for your question.

Those are separate images defined in the css. PSD’s are also included in the downloads so that you can change them and slice and replace it.

We will support you as much as we can. Thanks.

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

I’ve now got a strange green “link” line showing up in the middle of my site’s logo. No clue why. It showed up after I updated a page—not after I uploaded the logo. How do I get rid of it? See http://sensibility.com/spa.

Thanks, J.

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

I think I’ve also found a bug. Every time I update the Spa Treats options (like uploading a logo or changing the menu font), the “disable comments on pages” checkbox defaults to unchecked, and the “No comments” bar appears on the front page. So every time I update any option in the Buddha panel, I have to go back and recheck that box. Very annoying. Would appreciate a fix on a future update.

Thanks, J.

designthemes

Hi thanks for your comment. If you have logged in your admin panel, then the link will appear to edit this page otherwise it dosen’t appear and please use the updated version of our theme. If “disable comments on pages” option doesn’t work well, please share your ftp and wordPress login details, we will fix it.

Default-user

I’m not editing on the page—I’m selecting the box in the Buddha Panel. But if I update something else in the Buddha Panel and click to save, the “disable comments” box defaults to unchecked, and I have to check it again and save.

I’m using the latest version of the theme.

Thanks, J.

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

I’m having issues uploading this theme. I tried using the uploader in appearance and it wouldn’t work. Then I tried uploading in the cpanel and now it is saying that the stylesheet is missing.

Please help. I’m new to this.

designthemes

Hi can you provide the FTP details so that we can resolve the problem..

by
by
by
by
by