ThemeForest

Serendipity - Fully Responsive Wordpress Blog

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

Hi .. purchased this for a client. She would like the galleries to not be the thumbnails and then go to the lightbox, but just go straight into a slideshow. Any chance of doing just that?

Thanks!

elemis

Hi,

Unfortunately there is no other way of displaying galleries in Serendipity. Maybe you can find a plugin?

Default-user
tulipie Purchased

I ended up using a plugin .. thanks for the response!

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

Hello, I bought Serendipity and I have a problem. I’m not able to place the source “Cantarell” for the menu and the font “Alegreya” to the titles of the posts.

I wonder how I can do this.

waiting

elemis

Hi,

If you can give us permission to your wordpress admin we can help you with this. You can send the credentials to us via the contact form on our profile page.

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

There seems to be a javascript conflict between this theme and the gravity forms plugin when using a form with conditional logic.

http://dooversanddoitagains.com/share-your-do-it-again/

As you can see, the form is hidden by “display: none;”. This is customarily removed through javascript but the gravity forms scripts seem to conflict with the themes. The issue is resolved when going back to Twenty-Twelve. Any advice?

Edit - tracked down to specifically a conflict with ddsmoothmenu.js. By removing this file, gravity forms begins to work perfectly.

elemis

Hi,

ddsmoothmenu.js is the menu script, so if you disable it, the dropdown menus won’t work. Have you checked if there is any information about handling conflicts in Gravity Form help documentation?

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

hi, how can i remove name of the photo

http://www.i-latina.com.mx/error1.png

i have in style theme

crumbs {

display:none; }

but dosent works

thanks

elemis

Hi,

.crumbs class is for the breadcrumbs at the top of the pages. You can use
.viewer .caption {
display:none;
}
to hide the caption of gallery images.
Ilatina
Ilatina Purchased

nice… thanks !!!

i have a other problem. i want to change the footer background color #ae6262

so the footer background color always is blank i cant change :( any idea?

example: http://www.i-latina.com.mx/footer.jpg

thanks in advances

elemis

Hi,

You don’t seem to use any widgets in the footer, so only “site generator” part is displayed. You need to change the background color of “site generator” in the theme options panel.

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

Hello, my english is bad. Meaby you understand me :) Can you add Google+ and Vimeo galleries ?

elemis

Hi,

Sorry but we are not sure if we understand. Can you show examples please?

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

Hi, nice theme!

How can I get the images and videos to expand from side to side of the page? Just like in the example site.

Thanks!

elemis

Hi,

The featured image in the image format and video in the video format should automatically display expanded. If you wish to make additionally added images and videos expanded then you can wrap them with “full-size” div:
<div class="full-size"><img src="image.jpg" /></div>
<div class="full-size">Video embed code</div>
Default-user

Thanks, problem solved!

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

Hello,

I have a problem with the contact page to send emails. My wordpress site is in french and we can receive mails with french text. Including accented characters like “é, à, è, ...”. When there are such characters, the mail fails to send (if in header, blocked by Amavis for not utf-8 characters in header, if in text blocked later but could not find where, postfix maybe).

I noticed that you don’t use the wp_mail() function provided by Wordpress to send mail.. Could this be the problem ?

It also seems that the SMTP send option does not work at all…

Do you have any idea on how to resolve that ? It’s a blocking issue for me…

Thank you.

elemis

Just tested the special characters on our demo but couldn’t reproduce the issue. Can you please provide your website link so we can take a closer look?

Default-user

I just disabled the contact form (could leave it like that).

I also tested sending mails via wordpress (using wp-mail) and I can put any character I want in the text. It always works.

It seems to be a conversion problem between UTF-8 and another locale.

I was thinking about changing the code in admin/form-handler.php to call wp-mail() instead of mail() to resolve the problem. It should be too difficult. What do you think about it ? Why didn’t you use wp-mail in the first place ? It seems to be highly recommended by wordpress…

(I am totally new to wordpress and mail configuration so forgive me if I am wrong about this).

Default-user

You can test it here : http://akira.kaneos.be/contact/ It’s your demo site imported so it’s still your mail adress in the conatct form. I guess it will be easier for you to test.

(but all you’ll see is that mail with accents will not get to you).

elemis

It seems to be hosting issue. Because we can’t reproduce this issue on our demo. Can you please try sending a message with accents using http://themes.iki-bir.com/serendipity-wp/contact/ ?

Default-user

I just did (from dan.n*@kaneos.be) twice. Once to you, once to myself (by overrding the TO address in html). I personnally did not receive the mail (but that may be your server blocking mails to unkown recepient).

Default-user

It may be my hosting because it seems very restrictive to spam/errors in mails. But mails are sent correctly using the normal worpress way. So it makes me think that there is something else going wrong.

elemis

Just received the email: http://cl.ly/image/2O2g182s1f1P Your server may have limitations. Please make sure you have correct SMTP details. We recommend you contact with your hosting provider if it doesn’t help.

Default-user

Ok, I’ll try this, thank you for your help.

Default-user

Hello again,

This message is just to inform you that I simply replace your call to mail(...) by wp_mail(...) and now it works like a charm.

So my gues is that my mail server is very strict about headers formatting but that it is not wrong, just maybe too secure.

Thanks for you time !

elemis

Thank for the note :)

  • Bought between 1 and 9 items
  • Has been a member for 5-6 years
raphael Purchased

Hello, beautifull template. I would like to have all of the pictures to expand from side to side on a post , i read the other comment with the “full-size” div but i don’t know how it works. Where should i write that?

Thank you. Raphael

elemis

Hi,

You need to wrap the all images with full-size div in the post editor like this:

<div class="full-size"><img src="image.jpg" /></div>

Please make sure you use the HTML editor, not Visual.

Default-user
raphael Purchased

Thank you very much!

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

Is there any way to edit the setting of the theme or the codes to have all images have a black border of the size of 1 automatically, instead of me having to edit the image one by one to have a border every time I upload an image? Hope this makes sense!

elemis

Hi,

You can use the following CSS setting to achieve this. Please paste it into the Custom CSS field in the theme options panel:

.post img {
border: 1px solid black;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Default-user
ktandoc Purchased

It worked!! thank you much!!!!

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

Is there a way to add some text to the H1 tag or take it off of the site title, right now the h1 tag wraps the site title. it’s just the logo, but is there a way to add text here for SEO purposes?

<h1 id="site-title"> 
      <a href="http://sitename.com/" title="site title" rel="home">
                    <img src="http://logo.png" alt="image alt text" />
            </a> 
  </h1>
 
Thank you.
elemis

Do you wish to use text instead of a logo? If you don’t upload a logo, the site title will show. If you upload a logo then the site title will be added to the alt attribute of the logo and title attribute of the link and it is enough for SEO purposes.

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

Hello,

I had bought the wrong theme? (same name Serendipity) I didnt download this theme. How can I get a refund? I hope to hear from you soon

elemis

Hi,

In order to get a refund you need to contact Themeforest support and mention you purchased the wrong file. http://support.envato.com/

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

Hello,

I have a problem to make this wordpress plugin work with serendipity : dhtmlxspreadsheet. (don’t know if I can put a link here).

Your theme seems to add

around the plugin’s javascripts wich breaks it. I can confirm that the problem is your theme because I disabled every other plugins without success. Finally I switched back to the default wordpress theme and it worked !

I tried wordpress suggested solutions like adding remove_filter( ‘the_content’, ‘wpautop’ ); remove_filter( ‘the_excerpt’, ‘wpautop’ );

to functions.php but it did not helped either…

Do you have any idea/solution to solve this issue ?

Thank you,

elemis

Hi,

We cannot guarantee every third party plugin will work. If you share the plugin link our developer might check it tomorrow morning and get back to you.

Default-user

Didin’t realized that the tag was interpreted, I’ll try again: Your theme seems to add <p></p> (paragraph tags) around the plugin’s javascripts which breaks it.

Default-user

Here is the link to the plugin : wordpress.org/extend/plugins/dhtmlxspreadsheet/

After install, create a page with the [[spreadsheet]] tag. It should display a spreadsheet (excel like) but instead, it displays nothing and there is a javascript error around a paragraph tag.

elemis

Hi,

Unfortunately we couldn’t find the reason why the plugin doesn’t work. Tried several things to no avail. We checked the support forums and found a thread with the same issue: http://wordpress.org/support/topic/plugin-spreadsheet-empty-page There are 4 users who experience the problem but no answer.

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

Hello again,

I have a second issue with the checkboxes/radiobuttons. They do not display at all in chrome (on linux). They do on firefox but half hidden by text.

I found that it might be realted to a css tag : -webkit-appearance: none;

When removing it in chrome developper tools, it show the radio buttons well.

Any idea how to resolve that properly ?

Thanks,

elemis
You can search and remove
input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
    border-radius: 0; 
}
from style.css.
Default-user

That’s what I was goiging to do but I guess this was added for a reason ? DOes removing it won’t break something else ?

elemis

No, removing won’t break anything. It was added for iOS, so the form elements won’t have the webkit appearance.

by
by
by
by
by