xRicrdx
- Has been a member for 1-2 years
- Czech Republic
- Exclusive Author
- Author had a File in an Envato Bundle
- Bought between 1 and 9 items
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
211
Purchases
Buyer Rating:
3.22 stars
3.22 average based on 27 ratings.
-
5 Star
829%
-
4 Star
414%
-
3 Star
725%
-
2 Star
27%
-
1 Star
622%
| Created | 16 February 12 |
| Last Update | 10 July 12 |
| Columns | 1 |
| Compatible Browsers | IE9, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5, WordPress 3.4, WordPress 3.3, WordPress 3.2, WordPress 3.1, jQuery |
| Documentation | Well Documented |
| High Resolution | No |
| Layout | Liquid |
| ThemeForest Files Included | Layered PSD, HTML Files, CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- ajax
- black
- blog
- clean
- contact
- jquery
- mobile
- modern
- options
- portfolio
- post type
- theme options
- wordpress
© All Rights Reserved xRicrdx -
Contact Envato Support


Thank you for the prompt response. I am currently switching mobile themes for lack of response and assistance. One more question, is this theme compatible for blackberries, iPhone and androids etc?
Yes, it’s because it’s based on jQuery mobile it’s compatible with all mobile devices/softwares
you can see the full list here: http://jquerymobile.com/test/docs/about/platforms.html
AWESOME theme by the way
Thanks
I am sold! thank you.. if i need help do i contact you on here?
Yes, I have no problem with that
or you can the support page http://jansimecek.ticksy.com/ or via e-mail 
ok thanks! Its official now.. I post my site in here for you to have a look once I am done
Thanks in advance, should you have any problems, don’t hesitate to ask
ok, so I just activated the theme and it activated as my main theme.. I thought this was a mobile theme, will I need a theme switcher?
ooppppsssss, my fault i see the tutorial… ignore that
hello I’m having trouble showing my content in this theme I’m using fast blog as my desktop theme… also images in my post aren’t being resized to fit this mobile theme.. any suggestions i really want to get this theme up and running.. i love the theme great job
I’ve just send you an e-mail. Sorry that it took little longer
I’m having two problems. First off, I am using this as just a mobile site.
1. My images are not automatically resized for the page, all the way. They creep off the browser on all of my pages. How do I fix this?
2. Nothing on my “news” page shows up in your theme but shows up fine on my desktop version. Do you know why this is?
http://onlyevileyes.comThanks.
Does your news page use any special Custom Post types or page templates ?
Correction. The images are sized fine if you view the site on landscape. But not on portrait.
Thanks.
.article-wrapper img{ max-width: 300px; height: auto; }It should be fixed, let me know if that helpedDidn’t work. I am using the Light Grey theme, I added it to that .css in line 1036ish. Is that correct?
And any word on why my News section isn’t working? It was the Blog section on the desktop version, does it have something to do with that? If I search for individual posts, those show up, it just doesn’t seem to be putting the posts on the News page on the mobile version.
Got the News section fixed. Just needed to activate your theme and assign it as the Blog page through there. Just need to fix the images. Thanks.
Sorry for the rapid-fire. It seems like it will only allow me to make a page the blog page on one theme or another. Is this correctable?
About the images, try to paste that CSS into Theme options -> general -> Code integration -> Custom CSS or right at the bottom of your css file.
Thanks for your quick responses.
Changing the template names in the .php didn’t work. In fact, they were the same to begin with (both called “Blog”). I tried changing them both to a different name just to test and it didn’t work. The real issue I think is that when I activate the News section as the blog on one of the themes, say the desktop theme, it changes the mobile theme to “Default”. And if I change the mobile theme to “Blog”, it changes the desktop to “Default”. That’s the underlying issue.
And still a negative on the CSS .
If you wouldn’t mind I’ll have a look at that tomorrow. It’s getting pretty late here. But one last idea today, you could maybe create another page and set that as blog template for mobile, then show it on mobile phone (through theme options you can set custom mobile navigation) and hide it on desktop.
That worked like a charm for the blogs.
I know a lot of other people are asking about the image clipping so I supposed I’ll wait on that.
Thanks for your help.
Could you pls send me a screenshot of those broken images ? I’ve viewed your site on the ipad, laptop, HTC Sensation but can’t find any broken images on any of those devices.y
Sry for double
Never mind, got it (Android emulator helped). It’s really messed up on lower resolutions, so sorry about that. I am already working on it, will send you fix as soon as possible
First, let me say I love the theme, and I can’t wait to see where you take it from here.
However, I am unable to get my contact form to display on my mobile site. I am currently using the Anon theme for my desktop/tablet website and Breathe for my mobile site. When I activate the ‘contact form’ in the Breathe Options, all I get when viewed on my phone is a blank page with the Contact header and nothing below. My site can be viewed at www.marclester.com/wordpress. I am still in the process of figuring out the kinks on both this and my other theme, so if there is a change that should be made globally to make life easier, I am open. Thank you in advance for your prompt reply.
Hi,
That’s maybe the same problem as evileyes had. When you set your contact page to contact page template on your desktop, it will set to default on mobile. It can be fixed by creating new page and set that as contact page template for mobile, then show it on mobile phone (through theme options you can set custom mobile navigation) and hide it on desktop.
Hi xRicdx,
Great theme! I just had 3 questions:
Is it possible to make the header space smaller? The header currently takes a lot of space vertically.
Is it possible to show less content before clicking read more in a list of blog posts? It currently shows around 20 lines per post in the preview, and I would like to make that closer to 3 or 4.
Is it possible to have images resized to fit in a blog post?
Thanks!
Hi,
To adjust Header margin do this:h1{ margin: 0 !important; }To adjust navigation margin:header .main_menu { margin: 0 0 !important; }It depends where you put the ,,more” tag in the wordpress. And I am currently working on those images, just realized that it’s messed up on resolutions lower than 540x width.
Hi,
Thanks for those.
Please let me know when you have a fix for the images available.
.article-wrapper img{ max-width: 300px; height: auto; } @media only screen and (min-device-width : 150px) and (max-device-width : 240px) { .article-wrapper img, iframe, .vimeo, .youtube, .size-full, .article-wrapper .size-full,.article-wrapper .ui-content img{ max-width: 255px !important; height: auto !important; } .size-thumbnail{ width: 120px; height: 120px; } } @media only screen and (min-device-width : 241px) and (max-device-width : 480px) { .article-wrapper img, iframe, .vimeo, .youtube, .size-full, .article-wrapper .size-full,.article-wrapper .ui-content img{ max-width: 260px !important; height: auto !important; } .size-thumbnail{ width: 120px; height: 120px; } }I’ve tested it out on every mobile resolution that I know that exist (through android emulator) so hopefully this will workHi xRicdx,
Thanks alot for that, it works perfectly.
Last question, is it possible to remove the date from a blog post? I have a list of events, and it is confusing because users think the blog post dates are when the events occur.
When you say add to the bottom of your .css file, do you mean, add to the main style.css file, the .css file specific to the color scheme we’re using, or to add it it to Custom CSS part of Code Integration?
Code integration or color scheme you’re using
And is there a way to have menu Items with Custom Links? Mine isn’t showing up…
You can use wordpress custom menu navigation (but you will have to have same navigation as desktop theme) or Custom Menu navigation in Theme options (there you can Show/hide pages, categories that you wish to use)
Note that that items that are checked, are not showing up!
Hi xRicrdx, I just bought your theme. I like it very much! Thank you. I have a few questions for you tho… 1. Is there any way to have an error message if the contact form is not filled properly? 2. In my portfolio section, I got something weird: When selecting one of them in the list, instead of loading the video on its own, it loads the blog post I wrote about it? If I don’t have a blog post written (the photoshoot on page 2 for example) I just have an error message.. Do you know how this could be fixed? 3. Is there any way to get a lightbox/gallery to work? Right now, when I tap on a photo, it “downloads” the photo. Annoying when you just want to browse them…
Thanks in advance for your help!
my website: www.claudesadik.com
Hi,
I have currently work in progresse version which supports Ajax contact form with inline validation + I am trying to implement lightbox for images. However it’s a little bit hard to implement it all and have it all working at the same time
(thanks to jQuery Mobile framework). I’ll have a look at the second problem right away and let you know when I’ll come up with something 
Hey, really like this one, i just boght it but can’t find the PSD .. where is it?
Thanks.
Hi, you can find the source PSD for icons in _Source folder, however if you are trying to find PSD of the template, than unfortunately there isn’t anything and never been
I did this template right into html/css 