1811 comments found.
Hello SaurabhSharma!
I cannot customize appearance. A few days ago I could change colors, background… but now the page doesn’t load. Can you help me?
Thanks a lot!
Hello MirMar2,
Kindly check if you recently installed a new plugin, or updated WordPress. In that case, either a new plugin or an old one which is incompatible with latest WordPress may cause such issues.
Also let me know if you updated the theme recently. Disabling any newly installed plugin may help in finding out the actual cause. If that doesn’t work, kindly send me your site login and URL at xconsau[at]gmail[dot]com.
Regards
my domain is cinesarathi.com, i am full width page as home page, i want to place rss feed of another website in my home page column, is it possible to place widget here without changing the page style to page with sidebar. https://postimg.org/image/aycju1rrl/ please help me to do this.
Hello mrcgoud,
RSS feed in that section can be shown in two ways:
1. If you use the page builder layout, any RSS widget can be placed in that section. Page builder uses widgets for showing content. Currently you are using plain markup. But similar layout is available as page builder prebuilt template in theme if you wish to use.
2. If you wish to keep text markup in Home page, then an RSS shortcode can be used in that section as:
[rss url=http://en.blog.wordpress.com/feed]
Then it can be styled in CSS to match with rest of the posts. More details can be found at https://en.support.wordpress.com/rss-shortcode/
Regards
thankyou
this is not working, see this page right side coloumn http://cinesarathi.com/hm/
Hello,
It seems the [rss] shortcode needs some extra code in functions.php. Instead of that, use any of the following plugins:
https://wordpress.org/plugins/rss-via-shortcode-on-page-post/
https://wordpress.org/plugins/hungryfeed/
The shortcode shall be changed to the one as specified on the plugin page.
Regards
6 months ago i’ve set my website to display in full width without any sidebar but i would like to change this and show a sidebar again. However i don’t find any option for this anymore?
Hello websiteowner,
Can I have your site URL please. It seems you are using a full width page template on Home page. This can be changed by simply detaching the template from Home page by editing it and selecting none from Page templates drop-down in page attributes panel.
Regards
Thanks, i’ve already fixd the problem.
Hi, is it possible to make the main page stretched from one side of the screen to another, as main menu when the stretched mode is enabled?
But just full-width page without sidebar, though a page full-width with sidebar as in Wikipedia for example
Hello MaksimL,
Kindly send me the URL of page which you want as full width stretched. I will suggest CSS for that particular page.
Regards
Hello, I want to resize thumbs of recent post widget. Can you please guide me through?
http://karachiupdates.com/Hello MhHaider,
Recent post widget image sizes can be changed by navigating to Appearance > Theme Options > Image Sizes > Recent/Popular Post widget. Provide a width, height and enable crop mode if required. Then save settings. This will apply to the widget.
But inside main content where you are using post shortcodes for small post lists, you would use shortcode parameter as shown below:
[insert_posts display_style="list-small" imgwidth="80" imgheight="60" ... rest of the parameters ...]
Regards
I have followed the steps you have told but its not working. Kindly guide.
Hello,
Kindly send me your site URL and login details at xconsau[at]gmail[dot]com. Also mention the preferred image size. I will add it.
Regards
Hello SaurabhSharma!
I would like to put a skin (advertisement) on the page. It’s possible? This is an example:
http://www.publicidad.net/img/formatos/demotags/skin.htmlThanks a lot!
Hello MirMar2,
Do you want to place it on top of site as shown in example? If so, you can do so by navigating to Appearance > Widgets. Inside “Top widget area” use a text widget and place the image code in it. You can place the image in Default Header Bar or other available widget areas too.
Regards
Hi! I want to place it on top of site and sides.
https://goo.gl/LnuJEe http://publicidad.agendaburgos.com/media/1013/superbanner_appagendaburgos.jpgRegards
Hello,
The procedure for top ads will be same as I mentioned in last comment. For side ads, use the “Fixed widget area left” and “Fixed widget area right” sidebars.
Regards
Thank you! Regards
I have a message on my dashboard that says “In the following days the new version 2.6 will be released for WooCommerce. Update all YITH plugins before updating WooCommerce to version 2.6 in order to avoid any possible unexpected errors occur.” and I don’t want to break something if that version isn’t compatible.
Will this update (6/27) support WooCommerce’s update to 2.6? I have a message on my dashboard that says “In the following days the new version 2.6 will be released for WooCommerce. Update all YITH plugins before updating WooCommerce to version 2.6 in order to avoid any possible unexpected errors occur.” and I don’t want to break something if that version isn’t compatible.
Hello Matilda420,
The recent update of this theme was for WooCommerce 2.6+. The theme is fully compatible with that version. The notice which you are seeing is for YITH plugins. So make sure you update those plugins in order to avoid any incompatibility with WooCommerce.
Regards
Hello, I have facing issue on homepage. Where display_style=”list-small” is not showing up in same raw as it should be.
Screenshot link
http://imgur.com/zJZba9pHello MhHaider,
Can I have the site URL please. If it is private, you can send me at xconsau[at]gmail[dot]com. I will check the source code and suggest appropriate solution.
Regards
The site url is www.karachiupdates.com looking forward to for a quick fix because website looking weird. Thanks
Hello MhHaider,
Log in to WordPress and navigate to Appearance > Editor. Then click on child theme’s style.css file and add the following rule at the end of file:
.column:not(.last) {
margin-left: 3%;
}
Save these changes. Next, check the site by clearing all browser caches.
Regards
In the last few days in the error_log of the site using News Plus there is this error written hundreds of time .
[25-Jun-2016 05:00:38 UTC] Aq_Resize.process() error: $url parameter is required
Is anyone facing the same issue?
Saurabh do you have any suggestion on this?
Regards
Hello sogardiona,
The theme uses Aqua Resizer for resizing image thumbnails. The above error may arise if the image URL is not present. It seems one of your posts is having a missing featured image. i.e. image was set but later removed from media library. Kindly send me your site URL and login details at xconsau[at]gmail[dot]com so that I can check any such post.
Regards
Hello! I would like to ask two questions:
1. I have translated “PREV” and “ NEXT” following these instructions but I can’t change them. How can I do it?
“Those strings are located inside wp-content/plugins/newsplus-shortcodes/languages/newsplus-en_EN.po file. It will be required to translate this file for all shortcode and widget related strings.”
2. When I create a home using Page Builder the space between the three columns disappears (categories Food, lifestyle …). The same happens with the space between NEXT PREV
Thank you!
Hello MiriamMar,
Please find my answers below:
1. Are you using any translation plugin or directly .po files for translation. In latter case, kindly send me your .po file of NewsPlus Shortcodes plugin at xconsau[at]gmail[dot]com. I will check if anything is wrong. Also make sure the language is defined inside wp-config.php file.
2. The spacing problem is caused when ”.widget” class is added in page builder widgets. You can disable ”.widget” class by navigating to WordPress Settings > Page Builder. Click on the “Widgets” tab and un-check the “Add widget class” option. Next, save settings and check the site.
Regards
Hello SaurabhSharma, Thanks for your quick response. 1. I have solved the problem of translation. It was my mistake. 2. The space between columns also have solved following your instructions.
Thank you very much!
That’s great. 
Regards
Hi. When updating to the newest version of NewsPlus will custom menus be preserved? Thank you. Jeff
Hello Jeff,
If the custom menus are created using WordPress menus, and are shown using either theme location or Custom Menu widget, it will be preserved. But if they are hard coded in theme files, they will get overwritten.
Regards
Sorry one more thing. I cant get the grid to line up. I didn’t change any of the boxes and I made sure all my images were the right size. Please see
http://www.bettyashman.com/wp-content/uploads/2016/06/Not-lining-up.jpg
Hello jazskimo,
Kindly navigate to WordPress Settings > Page Builder. Click on the “Widgets” tab and un-check the “Add widget class” option. Next, save settings and check the site.
Regards
PERFECT! Thank you so much 
Hello,
How do I install the demo content?
Thanks
Hello jazskimo,
Thank you for purchasing the theme. Please check the documentation/index.html file inside your main download zip for setting up demo content and site pages as shown in live demo. The Home pages are available in text format. XML format and page builder format.
You can import XML file located inside your main_download/dummy_data folder for importing demo posts and categories. Please also be aware that images are not included in demo content. I would recommend setting up some dummy posts and then using the page builder’s prebuilt layout that comes with theme. More information on this procedure can be found inside documentation file.
Regards
Thank you so much. I only downloaded the installable files so missed all the rest. Thanks for your help
I don’t see the changes for release 2.4.4 ?
Hello gokhann,
Please check the ‘changelog’ folder of main download. I will update the item description soon here.
Regards
I can’t see them
Hello,
I have updated the item details page. You can see changelog there. It is also available inside your main download’s ‘changelog’ folder. See the text files in these folder.
Regards
Dear Saurabh,
Need your help with NewsPlus themes. We have problems with the thumbnails and post features image does not load. Somehow the flexslider does not work properly on Chrome, Firefox and Opera, however it works fine on Safari.
Please help. Thanks.
Regards, Hendry
Hello Hendry,
Kindly let me know which version of theme you are using. Also please post message from the purchase account so that I can provide support.
Regards
please suggest one plugin to change the color of latest post title in home page or highlight todays post or latest posts
Hello mrcgoud,
Latest post title color can be changed using CSS. For that we need not have a plugin. Kindly send me your site URL and mention which post section needs to have a changed color. I will suggest appropriate CSS for that.
Regards
cinesarathi.com , change color of recent posts in top columns. see in this image https://postimg.org/image/9iz2mo35d/
only in top coloumns not in other
Hello,
Kindly add these rules at the end of user.css or child theme’s style.css file:
.home #content .row:nth-of-type(1) .one-third .post-list li:nth-child(1) h3 a,
.home #content .row:nth-of-type(1) .one-third .post-list li:nth-child(2) h3 a {
color: #f00;
}
Next, clear browser caches and check the site. It will show first two links as highlighted. It will not check if they are from same date. Just the first two links.
Regards
my home page have almost 10 columns, all columns are with image and text. but i need only post titles for some columns not for all columns. like this http://postimg.org/image/y8kzsm48r/
is it possible ?
Hello mrcgoud,
Yes that is possible in some ways like:
1. If that section is in widget area, use a normal “Recent Posts” widget that comes with WordPress.
2. If using NewsPlus Recent Posts widget, use “Hide image” option in the widget.
3. If using posts shortcode, use hide_image=”true” parameter inside the post shortcode.
Any of these will work depending upon your shortcode or widget usage.
Regards
i need posts to be like this below the menu and above breaking news. http://s33.postimg.org/m9b5z1mvj/header.jpg
is it possible ? my domain http://cinesarathi.com
Hello mrcgoud,
Yes that is possible. For that, follow these steps:
1. Navigate to Appearance > Theme Options > Header > News Ticker Placement. Choose “none” and save settings.
2. Navigate to Appearance > Widgets > Widget area before content. Inside this, use a Text Widget and place the following code in it:
[insert_posts cats="" display_style="four-col" num="4"] [newsplus_news_ticker cats="" num="6"]
3. Save the widget and check site.
You can use a [posts_carousel] shortcode too in place of four-col posts shortcode.
Regards
HI! Could you please tell me how to set variation 10 or 11, I can’t find code of new homepages.
Regards,
Hello history-journal,
The new variations were added for page builder templates. Make sure you are using the Siteorigin Panels page builder plugin. After activating the plugin, switch the editor mode to “Page buidler” and choose “Prebuilt” layouts. From there you can choose all available Home variations.
Regards