This item is by an Elite Author
SaurabhSharma
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Elite Author
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
- Bought between 1 and 9 items
652
Purchases
Buyer Rating:
4.54 stars
4.54 average based on 57 ratings.
-
5 Star
4375%
-
4 Star
915%
-
3 Star
11%
-
2 Star
11%
-
1 Star
35%
| Created | 14 March 13 |
| Last Update | 5 April 13 |
| Columns | 2 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Opera, Chrome |
| Software Version | WordPress 3.5 |
| Compatible With | BuddyPress 1.6.1, BuddyPress 1.6, WooCommerce 2.0.x, WooCommerce 1.6.x, WooCommerce 1.6.5.1, WooCommerce 1.6 |
| Documentation | Well Documented |
| High Resolution | Yes |
| Layout | Responsive |
| ThemeForest Files Included | CSS Files, JS Files, PHP Files |
| Widget Ready | Yes |
- carousel
- editorial
- google fonts
- html5 css3
- magazine
- micro formats
- news
- post formats
- responsive
- retina
- seo optimized
- short codes
- slider
- theme customizer
- video
© All Rights Reserved SaurabhSharma -
Contact Envato Support


Hey:
Phenomenal theme. Extraordinarily crisp and precise.
I am, however, experiencing one difficulty.
I searched through comments and found others with similar issues, but perhaps because I’m using a Mac computer I don’t have the dummy file that you have cited in a .ZIP to enable the post slider feature.
The primary reason that I purchased the theme was because of the slider and I hope to be able to utilize it as soon as possible. Thank you for the help!
Hello aroundciti,
Thanks for the purchase and kind feedback.
Slider and all other features are included inside the theme. You can access them inside the page/post editor. Click on the “Visual” mode of editor where you will see a row of short code buttons. These buttons are for slider, posts and other short codes.
The main zip archive contains theme + documentation + dummy_data folder. So if you have downloaded only the “Installable WordPress theme”, make sure you download entire archive which contains documentation too. If you can not find it, please send me a mail at xconsau[at]gmail[dot]com. I will send it to you.
P.S. Recently this feature was added on themeforest about downloading “Theme Only” and “Entire ZIP”. This is causing so much confusion among buyers.
Regards
Hello Saurabh, Your theme is great! It works smooth and swift. However, I am trying to add a background-image in the header. But when I alter the CSS it does’nt show. When I look at the page with the firefox Element Inspector it appears there is a class site-header, but this class is not to be found in the style.css.
Could you please point out where I can alter the header to add a background-image? Thanks!
Hello mamaloe711,
Thanks for the purchase and kind feedback.
Header section is a combination of #utility-top and #header selector. If you wish to show a background image for top header part, assign it to the #page selector as:
#page { background: url(images/bg.png) 0 0 repeat-x; }This will set a background image on to section of #page container which is the actual outer box wrapping the entire site.
Regards
Hi, I added a Notifysnack bar to my website and when I put it on it pushes down the page increasing the amount of space between the website and the top of the page. It is kind of hard to explain but you can view it at: http://developergenius.com I was wondering how I could decrease this? Thank you!
Hello grantkessler,
Kindly add this rule at the end of style.css file:
#page { margin-top: 0; }This will remove the gap between notification bar and the web site.
Regards
I use custom taxonomy on my site I noticed that the taxonomy name doesn’t appear in breadcrumbs an in the H1 on top of the page
How can I add the taxonomy to breadcrumbs and in H1
thanks
Hello Josh,
Theme’s breadcrumbs are coded inside newsplus/includes/breadcrumbs.php file. You can find the code for custom post types at line no. 53, 54. This shows post singular name.
If you wish to show more detailed brreadcrumb with taxonomy, you can use any plugin like NavXT or SEO by yoast. If using plugin, theme’s breadcrumbs can be disabled inside theme options panel.
Regards
Hi is it possible to have a post section with any style that is filtered by a Search Query and not by a category?
for example I want to display all posts that has Search Query 1 OR search Query 2
thanks
Hello Josh,
Yes posts can be queried based on search term. You can duplicate any of the post page templates and use the query as mentioned on the codex. If you need any help, you can mail me at xconsau[at]gmail[dot]com.
Regards
Hello ziraell,
1. When using img tag inside the slide short code, do not insert inline width or height. Right now, your image has the following parameters:
Kindly remove these inline width and height parameters.
2. Provide images of same width and height to all your slides. They will appear in same height and same dimensions.
Regards
2 – the problem is with the 2nd column. it does not have slides at all/ The headings if 1st and 2nd column are not aligned(at the top of the page).
Hello ziraell,
The slides are not there because the imagesrc URL is wrong:
No such image exists. So make sure you replace this with the actual image URL.
For heading gap, there is an extra br tag between short codes. Kindly switch to the “Text” mode of editor and delete any extra br tags. This will fix the issue.
Regards
Great theme SaurabhSharma, I have some question
1.How to put more than one image in this theme and all image will organized to left.Right now when I put two image,the second image will be place under the first image.
2.Do you provide service to develop theme for individual?
Hello msyahrizan,
Thanks for purchasing the theme and providing kind feedback.
1. Images are set to show as display: block. That’s why only one image appear per line. This is generally done for responsiveness. But you can selective make images appear inline by adding a class to image as:
Next, add this rule at the end of style.css file:
.show-inline { disp[lay: inline; }2. Sorry, I am currently unavailable for freelance work. But you can get good candidates on microlancer.com.
Regards
Hi SaurabhSharma
I have a slight issue with displaying Ads. In the websites mobile version the ads make the theme go on a bit of a bender and it doesn’t display correctly.
Is there a way of disabling the ads on the mobile version at all?
Best,
Jack
Hello Jack,
Advertisements can not be made responsive. This may violate TOS of Ad service providers. But yes we can hide or switch ads for different mobile widths. For example, add this rule at the end of style.css file:
@media only screen and (max-width: 480px) { .header-widget-area { display: none; } }This will hide advertisement for devices less than 480px. You can change this to 600px or 768px too.
Regards
Hi,
Is there anyway to reduce the size of the content slider on a full width page? It displaying huge and i would prefer its a good 1/4 of what it currently is?
Thanks
Hello renal78,
Thanks for purchasing the theme. Content slider or posts slider is of auto width. It will inherit the maximum available width from it’s parent container. So you can wrap it within a column short code as:
Using this code, slider will show only within 1/4 of the full width.
Regards