ThemeForest

Sympathique - Responsive HTML Template

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

Great looking theme! I have a question before purchase. On the grid layout portfolio, is there a maximum number of images that can be shown on one page? It looks great with 7 in the demo, but I will have a lot more. Thanks.

DeliciousThemes

Hi,

Thank you for your interest in my template. The grid system can support as many images as you have. I went for 7 just to showcase the way they can be added, but there`s no limit number to them.

Thank you!

Default-user
lauriem Purchased

Great! I just purchased it and I’m excited to get started!

DeliciousThemes

Good luck customizing it! If you have questions/issues, don`t hesitate to contact me!

Madalin

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

Hi!

I found that viewing the site in Chrome (both XP and Windows7), the menu appears like mobile, I mean, as a dropdown. You can see the screencapture in http://textofiel.com.ar/capture.jpg

I will appreciate if you can assist me.

Carlos

DeliciousThemes

Hi,

The template has several screen options implemented into it as responsive features: The layout changes its shape for 240px, 320px, 480px, 768px and 1200px screen resolutions. Your computer is probably using a resolution of max 1200px in width. If you change the screen resolution to at least 1280×800(or opening the template on another PC with at least this resolution), you`ll see the template as it should look like!

Thank you!

Default-user

Thank you!

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
Tynah Purchased
Hi, I noticed that slider works perfect for the first time only. After that the captions don’t fade correctly. Can you help me? If you want check my project to understand better: http://www.veziridis.gr/Test/

Thank you in advance, Tina

DeliciousThemes

Hi,

The slider I used for the homepage is called Revolution Slider and is available at http://goo.gl/lHTOC .I too noticed that the slider is behaving a little strange when it contains captions, but I tried to combine the slide and captions effects in order to minimize the issue. If you need more help, you can leave a comment to the official slider page: http://goo.gl/58g6j

Thank you!

Default-user
Tynah Purchased

I will be really obliged to you if you could update the template with the last version of the code. Something that may be easy for you, for me it’s impossible, moreover you will save time to everybody that bought or will buy your template!

Default-user
Tynah Purchased

Don’t need to, I just bought the updated plugin and I think it’s ok now!

DeliciousThemes

Ok,

If you have other questions, don`t hesitate to contact me!

Thank you!

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

can you help me make the homepage slider autoscroll (keep cycling through the images without having to click next/prev?) I can email you for support if you can point me in the right direction. Thanks!

DeliciousThemes

Hi,

The slider is already doing that. It is set on autoplay and each slide stays still for 9 seconds, until the next one comes in. You can change this value from “js/custom.js”, line 31:

delay:9000,

Just change it to something smaller like 5000 and the slides will autoplay faster.

Thank you!

Default-user

whooops. I meant, internal slider. The one for the portfolio pages :)

Sorry, but thank you!!

DeliciousThemes

Don`t mention it!

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

I use

<div class="percent-two-third" />
<div class="percent-one-third column-last" />

for my navigation on the right side. The responsive layout on smartphones places the third column-last at the end of the site. As it contains important Links I want to place it before the content – on top. Is there a way to achive this?

DeliciousThemes

Hi,

Well, you have to invert them and have:

<div class="percent-third">   </div>
<div class="percent-two-third column-last"></div>

Thank you!

  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom

Wordpress at some point? It looks Stunning!

DeliciousThemes

Hi,

WordPress is under development and it will be released at the beginning of next month :) You can follow me as an author or I can notify you, so you know when the theme will be ready!

Thank you!

charlie4282

Yeah I just opted to buy this version anyhow. Will still get the WP but wanted to have a play and get some design ideas working beforehand Good luck with development. Following you!

DeliciousThemes

Thank you! If you have questions/issues along the way, do let me know!

Best regards,
Madalin

charlie4282

The attention to detail in the code looks great so I should be ok. Enjoy developing the WP version

DeliciousThemes

Thank you!

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

Hi,

Great job!! Just purchased it. I want to use this home page version http://ourtuts.com/demo/sympathique/index-2.html

but index-2.html does not look like this page. It still looks like index.html.

Please help

Serdar

DeliciousThemes

Hi,

Thank you for purchasing my theme. The index-2.html file from the download package should have the same structure as the http://ourtuts.com/demo/sympathique/index-2.html except for the images.

I`m suggesting you download again the package from ThemeForest and check again if index-2.html meets your preferences.

Thank you!

Default-user

One more question. I am kinda new to this stuff and trying to learn. In the portfolio-four_columns.html file I would like to change the data-option-values, which are set to .marketing, .photography, .branding, .print and .webdesign. How/where can I change these values?

Also when you scroll down in the code you see class values such as branding print, photography print, marketing branding etc…How/where can I change these class values? Thanks in advance :)

<section id=”options”>
  • All
  • Marketing
  • Photography
  • Branding
  • Print
  • Web Design
</section> <!-end title-content-> <!-end title-wrapper-> </section> <section id=”portfolio-wrapper”>
DeliciousThemes

The idea with portfolio customization is to change all keywords related to a category. For example, if in the page you want to change “Print” to “Fashion”, replace all the words which says “Print” with “Fashion”. The page should be updated with the new changes and everything should work smoothly!

Thank you!

Default-user

Thanks. One more question: I have a lot of products to display on the website and each product has multiple pictures taken from different angles such as this one http://nuansdesign.com/main/inventory/Astoria_Chair/244fe6cb357dba5

and also their own description. Is there an easy way to achieve something similar in your template without having to create a separate portfolio-single.html page for each product? If I do this I end up creating couple hundred copies of portfolio-single.html.

Many thanks in advance.

DeliciousThemes

Hi,

You can use the “Project Photos” area to showcase the other photos of the project. You can add them on a 6-cells grid, not 3, like now. This way, you can achieve the project page you shown me.

To transform the 3-cells grid to a 6 cells grid, by editing style.css. Locate:

.portfolio-gallery img {
    width:300px;
    height:auto;
    display:block;
}

and change width:300px; to width:140px;.

Then edit “css/responsive.css” to make some changes to responsive layout too. Locate:

.portfolio-gallery img {
        width:360px;
    }

and change width:360px; to width:170px;.

Thank you!

Default-user

Thank you. But if I use Project Photos section I will still have to create multiple copies of portfolio-single.html page. In other words if I have 200 unique product pictures and want to display additional photos of each product and text I will have to create 200 copies of portfolio-single.html page. Instead is it possible to create only one portfolio-single.html and load product images and text of the product that was selected by the user into this single html page upon clicking? For example, if user clicks on Product 1 to see its descriptive text and additional photos, all photos and text would be loaded to portfolio-single.html. After that if s/he wants to see details of Product 2 then all related photos and text would be loaded to portfolio-single.html again. Is there a widget that can do this and be integrated to your code?

Many thanks

DeliciousThemes

Hi,

The page portfolio-single.html was created to showcase the way a product can be presented. For each product, there should exist a portfolio-single.html page, named after that product. If the product is called “Bauhaus Chairs”, the portfolio single page should be called “bauhaus-chairs.html”. Therefore, for every individual project you need an individual html file. The problem is solved within a CMS though. I`m currently developing Sympathique for WordPress and plan to launch it on ThemeForest(if you browse my portfolio, you notice that for each big item, I have both HTML and WordPress versions). Within WordPress, you`ll don`t have to touch a line of code or any files, all the content being added from a cozy admin panel. I don`t have a launching date yet, but I plan to make it live asap.

Thank you!

Default-user

Thanks again. One more question: I want to use this page to display my products: http://ourtuts.com/demo/sympathique/portfolio-four-columns.html

When you click on each image on this page this window opens: http://ourtuts.com/demo/sympathique/portfolio-four-columns.html#prettyPhoto[pp_gal]/0/

On this window, all of the pictures on the Portfolio page are listed as thumbnails on the bottom for the slide show.

What do I need to do to show the related product images ONLY as thumbnails on the popup window? For example: If the main image for Product1 is displayed on http://ourtuts.com/demo/sympathique/portfolio-four-columns.html

when you click on the Product1 image on this page I want to display all images related to Product1 ONLY as thumbnails, not all other Products’ pictures. What is the best way to achieve this?

Many thanks in advance.

DeliciousThemes

Hi,

You can implement more galleries into a single page. The process is simple and involves a little bit of jQuery. The page “portfolio-single.html” can be split into 2 galleries: for the slider and for related pictures. To do this, open “js/custom/js” and locate:

$("a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'light_square',slideshow:3000, autoplay_slideshow: false});

Now add just after that line, this code:

$("#slides a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'light_square',slideshow:3000, autoplay_slideshow: false});
$("#portfolio-gallery a[rel^='prettyPhoto']").prettyPhoto({animation_speed:'normal',theme:'light_square',slideshow:3000, autoplay_slideshow: false});

Now, you should have 2 galleries inside “portfolio-single.html”, one for the slider and second for the other pictures.

Thank you!

Default-user

Thanks!! One more question: I would like to have a 8 column portfolio with smaller pictures. What is the best way to do it?

Many thanks in advance!!!

DeliciousThemes

Hi,

Well, you can adapt the suggestion I gave you a few days ago from 6 columns to 8 columns:

Locate in style.css:
.portfolio-gallery img {
    width:300px;
    height:auto;
    display:block;
}

and change width:300px; to width:100px;.

Then edit “css/responsive.css” to make some changes to responsive layout too. Locate:

.portfolio-gallery img {
        width:360px;
    }
and change width:360px; to width:125px;.

Thank you!

Default-user

Thank you. I made these changes but nothing happened. Four column layout still remained unchanged. Is there anything else that needs to be done?

Best,

DeliciousThemes

Please send me a link to your website so I can take a look at the portfolio inner pages.

Thank you!

Default-user

Here it is: http://www.euroformfurniture.com/products.html

I would like to have a 6 or 8 column layout on this page so that pictures may fit better. They look a little stretched out right now. I just updated first 2 products.

Many thanks in advance !!

DeliciousThemes

Oh, so you want the main portfolio page: http://www.euroformfurniture.com/products.html to be on 6 or 8 column, not the inner portfolio page: http://www.euroformfurniture.com/angel-arm-chair.html

I`m suggesting you a 5 columns grid, because on 6 they will look way too small and you`ll not have enough room for the titles.

For this add to style.css:

#portfolio-wrapper .four-columns li {
    width:172px !important;
    height:224px !important;
}

#portfolio-wrapper .four-columns img {
    width:100% !important;
}

Then open responsive.css, locate the code between lines 2958-2961 and change it with this new one:

    #portfolio-wrapper .four-columns li {
        width: 212px;
        height: 256px;
    }

Then locate the code between lines 2943-2946 and change it with this new one:

    #portfolio-wrapper .four-columns img {
        width: 100%;
        height:auto;
    }

You should have now a 5 columns grid layout.

Thank you!

Default-user

Thanks so much!! It worked. On the same page again, how do I make the red section between the top menu and the main page smaller? I tried to change the height of pattern1 from 180px but that did not do it completely. Basically I want the pull Products section up on the page a little bit by decreasing the size of that section with red banner.

Many thanks!

DeliciousThemes

You have to change in “style.css”, margin-bottom from .page-title and height from .page-title .page-background.

Thank you!

Default-user

Hi,

I made the changes to have a 5 column grid layout. It looks nice but I am having trouble with images now. What should the image size be to accommodate the 5 grid layout. I tried many image sizes and none of them have worked so far. They either overflow by making the text section disappear or look stretched out.

Many thanks!

DeliciousThemes

Hi,

You need to edit some styles to make the adjustments as required. In responsive.css, line 2960:

    #portfolio-wrapper .four-columns li {
        width: 212px;
        height: 236px;
    }

In style.css, line 1970:

#portfolio-wrapper .four-columns li {
    width:172px;
    height: 204px;
    display: block;
    position: relative;

}

Thank you!

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

Hi,

I am looking for a One Page Template. In the Demo, the One Page Home Option looks good on my PC.

In mobile devices, like an iPhone does the One Page have a Mobile Menu or scroll up and down nav?

Thanks!

DeliciousThemes

Hi,

Thank you for your interest in my template. Sympathique is a traditional HTML template, but comes with the One Page Home version too. Because is a one page, I didn`t saw the reason why should I add a nav for mobile screens. It was somehow occupying too much space on the screen, but it`s obviously that I have to rethink the page and implement some sort of navigation too. This feature will be implemented into the WordPress version, which is fortunately, under development, so stay tuned for awesome things :)

Thank you!

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

Hi there! Can I use this template in Adobe Dreamweaver and edit it WYSIWYG? I don’t really code that well but I really like this template. Thanks

DeliciousThemes

Hi,

The template is an HTML template, therefore, you can use it within Dreamweaver and edit it with the tools provided by them, like WYSIWYG.

Thank you!

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

Hello Delicious Themes!

I was wondering if you can help me to understand why my website www.poshpawsseattle.com doens’t work with firefox, can you help me please?

Thank you very much for everything!! :)

- Tony

DeliciousThemes

Hi,

I see what you`re talking about, but the fix is simple. Open style.css, go to line 1024 and replace the current ”.fullwidthbanner-container” code with this new one(I just added “clear: both;” ):

.fullwidthbanner-container {
    clear: both;
    max-height: 450px !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100% !important;
}

This hack should solve the problems!

Thank you!

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

WordPress theme coming soon?

DeliciousThemes

Hi,

Thank you for your interest in my item. I`m currently dealing with some offline issues and I`m postponing the launch day of the theme. I don`t have a date yet, but the template will certainly have a WordPress version as well!

Thank you!

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

Hi there… i love this theme – just a quick question – how am I able to have more audio content – as it looks like you can have only one Audio file in the custom.js

Thanks

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

Sorry… think my Question might have been a little bit vague… I am looking to have more than 1 say 3 or 4 Audio files on the blog page… and would like to know how to action this… thanks…

  • Has been a member for 0-1 years

Hi…!!! I found this template awesome… But I have a question about the contact page… when you hit submit, is there a page on the template that I can edit so the comment can be send to my email, or do I need to create my own php page and adapt it to the contact form…??

DeliciousThemes

Hi,

I`m glad that you like my template. To set the email for the contact page, you need to open “php/contact.php” and edit line 46:

$address = "example@example.net";

Thank you!

by
by
by
by
by