1438 comments found.
I’m setting up a new website for a high circulation newspaper. They already have their own system of banner ad sizes. Would it be very difficult for me to customize this theme to feature vertical ads that are 180 pixels wide?
Hello chuckmunson,
Thank you for browsing the theme. Vertical ads of 180px can be shown in wide sidebar, and 120px ads can be shown in narrow sidebar. To have an idea check out this ads demo page.
You can also place inline ads between any post module on Home page. Those post modules and sliders are placed via shortcodes. So you can re-arrange them in any manner and insert ads in between them.
Regards
Hai Shaurabh, how are you bro? hope u doing well
1. I wanna know how to add adsense on homepage? 2. how to cutomize <!––nextpage––> in single post? cuz the number in my website www.suarajakarta.co is so small and not really seen.
Thank anyway
Hello BroArdy,
Hope you are doing well too.
1. Adsense can be added using a text widget in header widget area, or inside the Home page content. For that, you will need to create an account on Google and register for ad feature. After creating an ad, you will get a script code. That code can be pasted in text widget in any widget area. If you wish to restrict it to only Home page, you can use Widget Logic plugin and restrict the ad using is_home() condition.
2. For nextpage buttons, kindly add these rules inside user.css file:
.page-link {
font-size: 16px;
margin-bottom: 20px;
}
.page-link a {
padding: 0 4px;
display: inline-block;
}
Regards
Thanks bro, but i wanna put the <!––nextpage––> in the top of social sharing. How to do that bro shaurabh?
See this http://suarajakarta.co/otomotif/ahm-canangkan-teknologi-injeksi-untuk-semua-produk
Hello BroArdy,
The social sharing and comment box on your site are generated via plugin. They look for the_content() call and insert the markup immediately after that. Whereas the nextpage code is appended at the end of content. So we can not control the order of appearance in this case.
If these plugins provide some shortcode for social sharing and comment box, you can insert that shortcode in “Ad markup below post” text area. This textarea is located inside Post Options panel when you edit the post. But this will work only if the plugins have some shortcode.
Regards
so it means that i have to insert the shortcode everytime I post an article?
No, you can use the “Global Single Post Advertisements” inside Appearance > Volt Options > Single. That will apply to all posts.
Regards
it’s work, thanks shaurabh
You’re welcome.
Regards
Any idea why the images in my slider are showing really big? I set the images to 350×350 in the volt theme options but they are still big. How to make them smaller?
Hello cliffpiper,
I just replied to your previous comment.
Regards
Hi!
I’m currently using WooCommerce with this theme. I have the most current versions of both the theme and woocommerce.
What I’m trying to achieve is to use the slider on my home page for select products. I’m putting in the slider but either getting random products, products from all categories, or no products at all showing. I want to pull specific products from different product categories and showcase them on the homepage. Is there something I’m missing? I’ve tried a whole lot of different combinations of options in the slider shortcode. THanks!
Hello cliffpiper,
You can show products in three ways:
// Show recent posts from product post type [slider query_type="cpt" post_type="product" num="4"] // Show recent posts from selective term names [slider query_type="cpt" taxonomy="product_cat" post_type="product" terms="foo,bar,bing" num="4"] // Show recent posts from tag names [slider query_type="cpt" taxonomy="product_tag" post_type="product" terms="jeans,summer" num="4"]
So, in your case if you file those selected posts in a particular term or tag name, that term/tag can be used to pull posts in desired location. For example, file all those product posts in “featured” tag and then pull them using the third short code. It will work as intended.
I understand that you need to show selective posts using directly post IDs or a similar way but that is not supported currently. I will try and add that query parameter in next updates.
Regards
Yea that third way may just work for me. Thanks for your speedy reply. Appreciate it!
Also, when i put the slider in, btw it worked for me, the images are huge. i set the images to 350×350 in teh volt theme options but they are still big. how to make smaller?
Hello cliffpiper,
Flexslider stretches images to 100% width of parent container. If you want to restrict them to certain width, you need to wrap the slider inside a column short code like the following:
[half] - slider shortcode - [/half] [half_last] - other content - [/half_last]
You might e expecting it to work as multi column carousel, but currently it supports one columnar slider only.
Regards
Saurabh…I just updated to latest WooCommerce, and I’m getting this message:
Your theme has bundled outdated copies of WooCommerce template files. If you notice an issue on your site, this could be the reason. Please contact your theme developer for further assistance. You can review the System Status report for full details or learn more about WooCommerce Template Structure here.
When I go inside System Status in WooCommerce it looks like the theme is using an out-dated WooCommerce breadcrumb file:
volt/woocommerce/global/breadcrumb.php version 2.2.0 is out of date. The core version is 2.3.0
I am up to date on your theme, so wondering if you will be updating the theme soon. We need a fix ASAP.
Thank you!
Hello Vladimir,
Update is already prepared, and will be available by tomorrow. Meanwhile, I would suggest other buyers not to update the WooCommerce plugin until the update is available.
Regards
What updates are planned for this theme, as I’m looking to buy it but there has been no updates since September 2014.
Thanks.
Hello cubewebsolutions,
Thank you for browsing the theme. Updates are based on compatibility with new releases of WordPress versions and plugins. Till date, the theme is compatible with latest WordPress and plugins.
Upcoming update includes new style changes and compatibility with WooCommerce 2.3+. Some changes in core functions and new addition of Vine and Reddit social icon. This update will be released only after the release of WooCommerce 2.3+.
Future updates will be based on compatibility and/or any bug fixes. If buyers request any feature addition, I consider that as well if the addition is possible.
Regards
Hi! Where can I find the changelog of all updates from 2.6 to 3.1? Am trying to update the Volt theme to the latest one and we made some modifications on some pages on version 2.6. We want to know if the pages we edited will be affected by the updates.
Thanks a lot.
Hello bariles,
You can find all changelog files inside the main download_zip/changelog/ folder.
Regards
Thanks. My tech guy was able to upgrade my blog at www.gensantos.com. My next question is, how do we adjust the SLIDER IMAGES so that it wont get cropped midway. Please check the blog’s slider images to get what I mean. Thanks again.
Hello bariles,
Slider images can be adjusted inside Appearance > Volt Options > Image Sizes > Post Slider images. Here you can provide a fixed width/height/crop method and save settings. After changing sizes, regenerate thumbnails as mentioned at the top of that section. Recommended width for slider on that particular page is 460px. Height can be any number as required. You can use 460×300 with hard crop enabled.
Regards
Hello Saurabh.. How are you bro?
I wanna ask about how to change the icon volt social icon widget, i wanna add link (android icon)to download the android version in play store…
Thanks anyway bro 
Hello BroArdy,
Adding a social link in widget will require modifying plugin core files. I would not recommend you doing so. I will add that icon in next update. Meanwhile you can place it manually in a text widget using the following code:
<ul class="ss_social clear"><li><a class="android" href="http://link-to-app/" title="Android"></a></li></ul>
Next, add this CSS inside user.css file:
ul.ss_social li a.android {
background: #6c3;
}
ul.ss_social li a.android:before {
color: #fff;
content: "\f17b";
}
If you wish to merge this icon with existing social widget output. You can copy the source HTML from browser and then merge it with android markup. The final HTML can be placed in a text widget.
Regards
It’s work. Thank you very much bro
oh ya, btw do u allowed to show the caption in auto image in single post for the update theme?
Hello,
Caption is not yet added. I will add that in upcoming update.
Regards
bro suarabh, is this theme compatible with this plugins http://argoproject.org/media-credit.php or this one https://wordpress.org/plugins/media-credit ???
Hello BroArdy,
The theme supports this plugin, but consider these things:
1. It will not automatically show credit information on previously inserted images.
2. It will only show credit information if you insert images via “Add Media” button in any page or post. And that too after installing the plugin. Old inserted images will not show it.
It basically uses [media-credit] short code which is added to newly inserted images only. So you will need to edit all posts. If you want you can add the credit information in caption itself. The theme shows caption (if available).
Regards
btw, is it possible to add [media-credit] to the theme (single-post.php) maybe?
Yes you can do so by adding this line inside single.php, just before the_content() at line no. 45:
echo do_shortcode( '[media-credit]' );
If the shortcode is supported outside captioned images, it will work as intended.
Regards
it didn’t work bro 
I’m having an issue when the site goes responsive. In the smallest version, the responsive menu flips to the top menu and my main menu is hidden. I’m not sure what’s causing this.
Any input?
Hello tspesh,
In responsive mode, the top menu and main menu are merged into a single responsive menu, and the original ones are made hidden. If this is not the case, kindly send me your site URL, I will check it.
Regards
Ok, the problem might be my use of Ubermenu then. The site is not live yet unfortunately so I can’t really show you.
Thanks for the response, I will investigate.
Hello,
Inside Appearance > Volt Options > General > Disable responsive menu only. Check this option and save settings. This will disable theme’s responsive menu so that only the Uber menu is shown.
Regards
Thanks perfect! Didn’t notice that option.
Hello, I have this error, when I changed my old theme for Volt theme. Could you help me please?
Parse error: syntax error, unexpected T_FUNCTION in /home/amigosdelagua/public_html/wp-content/themes/agua-de-mar/functions/jquery-css-include.php on line 129
Thank you
Hello Grafical,
The error is in agua-de-mar theme. When you will activate Volt theme, this error will not appear because the theme has been switched. But if your current theme is agua-de-mar, you may need to contact the developer of that theme.
Regards
Hello, thank you
Yes, I uploaded your theme on this folder. and activate the theme. Where is the problem? Thank you
Hello Grafical,
The theme shall be uploaded as /home/amigosdelagua/public_html/wp-content/themes/volt/
You can do so via FTP or File manager of Hosting account. It seems the current theme folder is agua-de-mar which is not Volt theme.
Regards
thank you for your help
Hello, The theme will be still upcoming updated ? Thanks
Hello mekasiat,
The current version is fully compatible with WP 4.1. If any feature addition comes in my mind, I will add it for sure in next updates.
Regards
bro saurabh, i wanna change the background of popular post widget, which file should i edit and where i can find it?
thanks anyway 
Hello BroArdy,
You can add the following rule inside user.css or child theme’s style.css file:
.volt_popular_posts { background: #f5f5f5; }
Additionally you can add some padding to using padding: 10px. This will prevent background from touching the edges of content.
Regards
one more question bro.. how to hide comment count in popular post widget and how to change the text color?
Hello,
1. In order to hide post comment count, add this rule in user.css file:
.volt_popular_posts .post-comment { display: none; }
2. Do you mean text color of widget post titles? or the body text color?
Regards
the body text color and also the meta (date)
body text color can be controlled by adding this rule in user.css file:
body { color: #444; }
For meta items, add this rule in user.css:
.meta-box,
.meta-box a,
.meta-box span {
color:#999;
}
Regards
bro, it didn’t work
see this http://suarajakarta.co
Hello,
The widget was “Recent Posts” and I gave you styles for popular posts. So it didn’t worked. Kindly remove all those previously suggested rules and add these ones in user,css:
.volt_recent_posts { padding: 5px; background: #222; }
.volt_recent_posts .post-comment,
.volt_recent_posts .comment-sep { display: none; }
.volt_recent_posts h4 a {
color: #fff;
}
.volt_recent_posts h4 a:hover {
color: #f63;
}
.volt_recent_posts ul li {
border-color: #444;
}
I have checked it live on your site via inspector.
Regards
many thanks bro, one thing that make me so satisfied of buying this theme is it support to the buyer, really apreciated that (y).
oh ya one more question, how to hidden the widget on mobile version and also hidden the category (lifestyle, otomotif, politik, etc) on the homepage on mobile version too?
thanks anyway
Hello BroArdy,
Both sidebar widget areas can be made hidden using this rule in user.css file:
@media only screen and (max-width: 480px) {
.sidebar1, .sidebar2, .hide-me { display: none; }
}
For individual sections on Home page, it will be required to wrap them in a .hide-me class selector. For example, open/edit your Home page and switch to “Text” mode of editor. Next, wrap the shortcodes or items which you want to hide, in a div as:
<div class="hide-me">[shortcode or any element]</div>
Next, update the page. It will hide the section in mobile device. For headings you can simply add class name in heading itself as:
<h2 class="section hide-me">Politics</h2>
Regards
bro shaurabh, is it possible to hide ads banner in desktop version but show it on mobile version?
Hello,
Yes it is possible. If your site has normal ads using img tag, you can hide them using CSS media queries. If you are using Google ads, use the Responsive Ad Unit feature of Google Ads.
For hiding of normal image banners you can use this CSS inside user.css file:
/* Hide on desktop */
.your-banner-image-class { display: none; }
/* Show on iPad or below */
@media only screen and (max-width: 768px) {
.your-banner-image-class { display: block; }
}
Change the banner class name to actual image class or it’s container class name.
Regards
wow, it’s work bro, thanks a lot Shaurabh, but i still need your assist bro, about to show the photo caption. Now im still using the mediacredit plugins, pls gimme suggestion
Hi shaurabh, there’s a little good news, I can show the caption by adding this code the_post_thumbnail_caption(); into single.php but I have no idea how to adding the css (styling) for that caption. please help me bro! thanks
Hello,
Inside single.php, wrap that function in a class name. Like:
<span class="post-thumb-caption"><?php the_post_thumbnail_caption(); ?></span>
Next, add the CSS rules inside user.css file as:
.post-thumb-caption { font-size: xx; color: xx; }
Regards
it didn’t work bro, I sent u an email, pls check it out
No problem, that was a php tags mistake. Sent you the fix.
Regards
WOw, fast response and excellent service. you helped me a lot bro
Is it possible to insert php code to advertisement area ?
Hello jele2,
php code is not directly supported in ad area. But you can use shortcodes in it. i.e. if the php code is registered as a shortcode, it can work in ad area.
Regards
Hello,
I have tried adding shortcode to advertisement area and it is not working. But the same shortcode is working fine in post contet.
Hello,
Which version of Volt theme you are using? In old versions the shortcode support was not added in ad area. So make sure you are using the latest version of theme files. Or at least single.php shall be updated with latest one.
Regards
Hello,
I am using the latest version. All volt shortcodes are working in ad area, except from this one from different plugin.
Okay. Try inserting WordPress native shortcodes like [gallery] or [caption]. If it works fine, then something is wrong with plugin shortcodes.
Regards
Hi SaurabhSharma,
Have you considered adding page view counter to your theme? Can it be done via plugin?
Thanks,
Anna 
Hello Anna,
You can use the following plugins in Volt theme:
https://wordpress.org/plugins/ajax-hits-counter/
https://wordpress.org/plugins/page-views-count/
These will show stats in main page or in sidebar widget.
Regards
Hi, Saurabh! At my site izgoba.com doesn’t work responsive menu. It shows up on desktop and mobile but when you click on 3 lines nothing happens. Also doesn’t work sticky top utility bar and sticky nav bar, when I include them. Could you please tell me what I am doing wrong. I use jQuery ver.1.11.1. Thank you.
Ok, this problem I decided myself!
No problem. 
Regards
Hi. I have some ads ‘above and below post’ on all posts, but when they’re viewed on a mobile device, the ads aren’t being responsive, example is: http://www.bambinogoodies.co.uk/herbert-stella-a-hot-shop-and-a-discount-code/ – so half the graphic is missing. Can you please tell me how to make these responsive. Thanks, Claire
Hello Claire,
Kindly add this rule inside volt/style.css file:
.ad_code img {
width: auto;
max-width: 100%;
}
This will make ad images responsive. In future if you use Google ads (which are iframes) then you can make use of responsive ad units.
Regards
Is it possible to add advertisement to pages?
Hello jele2,
Yes it is possible, but a bit different than single posts. On single posts you have option for showing ad above or below post. On pages you will need to insert advertisement manually inside the page content.
Besides page content, you can show ad in header widget area or sidebar too.
Regards
hi friend. on responsive theme how can I hide widgets/sidebars on a mobile device(iphone/samsung…) not ipad
thanks.
Hello osmansan,
You can hide sidebar by adding this rule in user.css or child theme’s style.css file:
@media only screen and (max-width: 480px) {
.sidebar1, .sidebar2 { display: none; }
}
Regards
variation is not working. add cart menu is missing. thanks
Hello osmansan,
Sorry the variations were not added on the product. You can check example product now. The cart is showing properly on top right corner (in red box).
Regards
thanks friend. your demo is working but my theme is not working. I solved with this plugin; http://splashingpixels.com/woocommerce-jquery-cookie-js-error/
Hello osmansan,
It could have been a JS conflict with other plugins. You can check by disabling other plugins for a while. If it works, you mat not need the cookie JS plugin.
Regards
thanks. I have other question. Have can I do, single product page “full with”. I remove sidebars but not full with.
Hello,
You can add these rules inside user.css file:
.single-product .content_medium { width: 100%; }
.single_product .sidebar1 { display: none; }
Regards
thanks friend. its good.
Can I use the same feature in the Product Category page?
Hello,
For that change the previous rules to this one:
.single-product .content_medium,
.archive.tax-product_cat .content_medium { width: 100%; }
.single_product .sidebar1,
.archive.tax-product_cat .sidebar1 { display: none; }
Regards
thanks very much. your theme is very nice. good works.
You’re welcome.
Regards
Hi SaurabhSharma,
I am still using this beautiful theme after 2 years!
I am wondering if it is possible to hard code or change the post Permalink to a different URL when used as shortcode in the post slider. For example, on my homepage, I use: [slider num=”4” cats=”47”] The link goes directly to the original post. I would like to set link to go to a different URL, but still display a slideshow of the posts from a specific category.
I am still using version 2.3 because I made so many customizations that I don’t want to lose them!
Thank you! Kate
Hello Kate,
I’m glad you liked the theme and using it from a long time.
Posts slider can be modified to add different URLs by using “Custom Fields” of WordPress. For this, kindly send me your volt/includes/shortcodes/shortcodes.php file at xconsau[at]gmail[dot]com. I will send you the code.
Regards
Thank you for such great support!! I just want to say for the comments so that others can read… this author is FABULOUS!!! I have been working with many different Themeforest themes for about 3 years, and I think SaurabhSharma BY FAR is at the top of my list of Favorite Authors! 
Hello Kate,
Thanks very much for the kind words. 
Regards