1811 comments found.
Hello:
Love the theme! Quick question – Is it possible to add a custom menu to the Footer via HTML or a widget?
Thanks.
Hello BoomerAl,
Thanks for the purchase and kind words. Menu can be inserted inside footer section via custom HTML. Inside Appearance > Theme Options > Footer > Custom footer Text(right), place your HTML for the menu. This can be simple anchor links separated by | symbol, or an unordered list.
Regards
Hello there, I have purchased this theme and installed in my server. I was looking to make some modifications in it but i don’t know from where to start. What i want to do is: 1. The featured image in the article: I need to make this image smaller and align in the right or in the left. 2. Under the title of the article, i need to show the time and date of the post and category of the article. 3. For the articles that don’t have a featured image i need to make in a way to show a default image where is required an image (like in the index page). 4. Also, i need to have a different list style of posts/articles fort archives. Need to show only the date, title and a short excerpt of the body content. Whithout image. That’s all for the moment. Hope you can help me.
Hello kleidi24,
Thanks for purchasing the theme. Please find my answers below:
1. Featured images in single posts are automatically shown in full width. This automatic insertion can be disabled inside WordPress Appearance > Theme Options > Blog > Single Post Settings > Hide featured image. Enable this option and save settings. Next, open/edit a post and insert an image using “Add Media” button. While inserting an image you can choose left or right alignment.
2. Post meta (date, category, author, etc.) are shown below post title by default. Make sure they are not disabled inside Appearance > Theme Options > Blog > Archive Settings > Hide Post meta.
3. Currently, the content takes over the place of featured image if there is no image. To change this functionality it will be required to make core file changes in many files. Instead of that, a simpler way would be to set a default featured image manually.
4. Archives support three type of styles—list, grid and classic. You can edit content-list.php file and make changes for removing image.
Regards
Thank you for the fast and detailed reply. Got it. Thank you and i’ll be back if i’ll need any other information.
Good work 
Hello Mr. Sharma
I am building the site with NewsPlus and have some initial questions.
Site : http://keralabusinessfinder.in/
1. How to avoid the post date & category below the posts on home page.
2. I have added 2 posts for the featured destinations with some text. These text are not visible on home page. Seems some colour problem. When i select the area where text should be displayed i can see the text but its not visible normally (may be showing in white font colour)
Faizal
The same font colour problem I face in posts too. Please check http://keralabusinessfinder.in/kerala-backwaters/ You can see the text if you select the text area.
However in http://keralabusinessfinder.in/kerala-beaches/ I manually gave black colour so its visible
Faizal
Hello Faizal,
The Home page sliders are empty. But by checking the single post I found that there is a font tag with inline color style as <font color="#ffffff" />. This font tag is wrapped around entire main content, and is probably caused by some improper markup in UbderMenu link items. If you have placed any inline styles inside menu links, kindly remove them and save the menu.
Regards
Thank you very much Mr. Sharma. Yes it was colour given for the menu.
Please tell me how i can avoid the post date & category below the posts on home page
Hello Faizal,
Open/edit your Home page and switch to “Text” mode of editor. Next, inside each short code for post and slider, use a parameter as hide_meta=”true”. This will hide post date, category, etc. For example:
[insert_posts hide_meta="true" num="" cats=""]
Regards
Hello I have several problems with the template.
Half the sidebars are not displayed on the page (all are configured). The footer link (
Hello antoinepete,
Kindly send me your site URL. I will check the widgets.
Regards
Hi I can send you the url and data access for the website in private message. The website is not visible yet. It´s under maintenance. Thanks for your reply.
Hello antoinepete,
Kindly send me a mail at xconsau[at]gmail[dot]com.
Regards
Hi Saurabh,
I’ve asked a similar question before but this may be simpler. How do I move the social sharing buttons to the top of my posts? I’ve found they are less effective when placed at the bottom.
Thanks in advance.
Hello Gavin,
Social sharing function is called inside single.php file. The code can be shifted up. Kindly send me a mail at xconsau[at]gmail[dot]com, mentioning where you want to place those icons. (Below title, before title, etc.).
Regards
Hi, loving this theme!
Please help me with a couple of problemas:
1. My website is http://www.codigocientifico.com/prueba-home-3-3-columnas/ How do avoid the slider to go up and down?
2. As you can see Im using 3 columnar posts. But it seems a little messy because not every posts ends at the same point. Please take a look: http://www.codigocientifico.com/wp-content/uploads/2013/11/Prueba-home-3-3-columnas-Código-Científico.png
I would everything to look clean, please help.
Thanks in advance!
Hello LetsHalloo,
Thanks for purchasing the theme and providing kind feedback.
1. Slider height can be made fixed by adding a parmeter smoothheight=”false” inside slider short code:
[posts_slider smoothheight="false" num="" cats=""]
2. Post column height depends on image height and post title. In the screen shot, your featured images are of same height but the post titles are of different length. This is causing variable height. This can only be avoided by assigning a fixed height to columns. I would not recommend that because it is not suitable for responsive layouts.
Regards
Hi, Thanks!
One more question please, how can I change the font size? I would like it to be bigger. Or the font type?
Thanks in advance!
Hello LetsHalloo,
Font size can be changed in several ways. i.e. for entire website, or only for content area, or only for pages/posts, etc. You can find details inside the documentation file’s section 21. FAQ > Q. 14 How to change font size.
Regards
Hi Saurabh Sharma!
I want full site default page – full width. Default now only left or right, but no full set. How to set default page – full width?
Thank You for help!
Regards
Hello fmrobi,
Thanks for purchasing the theme. In order to show a full width Home page, make sure you have created a page and set it as front page inside Settings > Reading > Front Page Displays > A Static Page. Next, open / edit your Home page and assign a page template Full Width to it. This can be done from the templates drop down menu in Page attributes panel.
May be right now your Home page is set to show default posts, so it is not taking any page template.
Regards
Hi, Saurabh, this is a very good theme. But Chinese abstract cannot appear correctly. How should I use the code [insert_posts use_word_length=”true” excerpt_length=”10”]? I put the code in single post, it doesn’t work, how to solve it? Thanks!
Hello qdoptimist,
Thanks for the purchase and kind feedback. The short code is correct, but it should be used in pages (not in single post). For example, inside your Home page if you are using this short code, it will pull 10 words of post excerpt from your single post. The single post itself will show the complete post.
Regards
Hi, Saurabh, thanks for your quick reply. I used this code in my homepage, it does not pull the excerpt, but shows the recent 4 articles in the bottom, http://www.shijinnews.com
I solved the excerpt problem in Homepage. How to use the code in blog page, category/tag page? sorry, I know little about php…
I choose the grid style, Should I use the code in content-grid file?
Hello qdoptimist,
The word length option is only in short codes. For blog templates it will be required to make a minor change in templates. For example, if using grid style for default archives, open content-grid.php file and look for the following function at around line no. 36:
<?php echo short( get_the_excerpt(), 160 ); ?>
Change this to:
<?php echo short_by_word( get_the_excerpt(), 10 ); ?>
If you find any difficulty, kindly send me a mail at xconsau[at]gmail[dot]com. I will send you the changes.
Regards
Hi, Saurabh, I used your code and solved the problem! Thanks a lot!
You’re welcome. 
Regards
How to show comments on a page?
using the Comment Guestbook plugin which works by using a “shortcode” in a page…
Hello bterrier,
Comments template is disabled in pages. To enable it, open newsplus/page.php file and look for line no. 19:
<?php endwhile;
Change this to:
<?php comments_template( '', true ); endwhile;
After that, comments will be enabled for pages.
Regards
Thanks!
Hello Mr. Sharma
I had troubled you much on your XING theme and you always helped me to get my final product with XING. Earlier I raised few question on the NewsPlus and I was little busy with some other developments so got delayed purchasing NewsPlus. Now I have made it and in coming days i may raise questions on this theme too. You were so patient and helped me in every aspect with XING. I like all your themes and appreciate your patience in replying to queries. Will come back later. Thank You again for such a wonderful theme.
Faizal
Hello Faizal,
Thanks for kind words and feedback. I’m glad you liked my themes and support. Feel free to ask if you have any query. 
Regards
Hi,
This skin is very nice. There are a few questions.
1. I want to make ice cream in the sidebar.
2. I want to make it at the top of the leader board.
How do I create?
Please do not speak English very well easy to explain.
Hello woosang84,
Thanks for purchasing the theme. I think I am not able to understand your query completely. By “ice cream” do you mean an ice cream image? Kindly send me a site URL or screen shot to help understand better.
Regards
Sorry~ I used the wrong translator. I don’t speak English. However, it is possible to read.
Question : http://hellooatmeal.com/capture.gif Site : http://hellooatmeal.com/Answer please : )
Hello woosang84,
Thanks for screenshots. It helped me understand your query.
1. In order to implement a favicon, upload your favicon.ico file to newsplus/images/ folder. Next, go to WordPress Appearance > Theme Options > General > Custom head markup, and paste the following code in it:
<link rel="shortcut icon" href="http://hellooatmeal.com/wordpress/wp-content/themes/newsplus/favicon.ico"/>
Finally, scroll down and save settings.
2. For advertisements, navigate to Appearance > Widgets. Next, place a “Text Widget” in Default header bar or default sidebar widget area. Inside text widget, you can place the advertisement code as:
<a href="http://target-link/" title="advertisement"><img src="<a target="_blank" href="http://labs.saurabh-sharma.net/themes/newsplus/wp/wp-content/themes/newsplus/images/ad_728.jpg">http://labs.saurabh-sharma.net/themes/newsplus/wp/wp-content/themes/newsplus/images/ad_728.jpg</a>" alt="leaderboard"/></a>
Change the image source URL to the actual advertisements. If you have a Google Analytic code, you can paste that code too inside a Text Widget.
Regards
Thank you give answers. Have solved all the problems.
You’re welcome. 
Regards
Hi,
I’m interested in purchasing this theme but I don’t know how it works with buddypress. Do you have a demo with it?
Regards.
Hello alejandrown,
Kindly send me a mail at xconsau[at]gmail[dot]com. I will send you screen shots of BuddyPress pages.
Regards
Hello Can you please show me the RTL demo?
Hello h4ni,
Thanks for browsing the theme. For RTL demo, browse live preview and open the option panel on top left side. From this panel, enable RTL orientation and apply settings.
Regards
Ok thank you If i purshase the theme! you will help us in customizing? changing colors, logo, layout of widgets, the site will be in Arabic and will need a can help
Hello h4ni,
I can help in setting up the theme and startup configuration. But I do not provide freelance customization. If you need any help in locating appropriate code for changing colors, I will help with that.
Regards
Using your theme for a client and the website is set up where they would like to set up dynamic headers. I tried a few things to make it work but it was a no go.
Do you have a any recommendations to set up dynamic headers for your theme?
Hello saint-michael,
By dynamic headers do you mean dynamic heading tags, or dynamic header widget area. Kindly also send me the purchase code and ID of your client so that I can verify purchase. You can send me a mail at xconsau[at]gmail[dot]com.
Regards
What we want to do is have a different header (branded) image for a specific page. I search what needs to be done but want to keep myself from jumping through that hoop if you have something specific you are aware of to that with your theme.
Another option that I came up with is using Layer Slider since I am familiar with it from other themes. However, want to last resort that option until all possible options through you.
Hello saint-michael,
It will be required to use a plugin or custom code to show dynamic headers. Currently, the theme has logo URL option which replaces logo image with the one specified. But that is not dynamic. If you have used Layer Slider before, it may work properly with the theme.
Regards
hello, why on my page are not labels? have support in Spanish
http://www.maszano.com/Featured Laberl, Technology Label?
Hello niel_sua,
Thanks for purchasing the theme. The label markup is displaying as rich text because it is placed via “Visual” mode. To fix this, open / edit your Home page and switch the editor mode to “Text” mode. After that, paste the markup for label inside content. It will render as actual headings and labels.
Regards
thank you very much for the help. I am very happy with your product.
You’re welcome. 
Regards
Hello SaurabhSharma again,
I have 2 questions: 1. I’ve already change language but I can’t do it in “comments” on main page. It’s still in English. The problem appears only on main page. On others pages everything is ok. 2. I have problem with pagination. Division content doesn’t work. I have no idea what happens.
Hello Fribake,
Do you mean “xx comments” inside post meta information, or the entire comment section in single post? Kindly send me a link of relevant section.
For pagination, kindly send me the URL of that page. I will check it.
Regards
My url: www.exitdoor.pl Yes. you can see it easily on main page.
I wanted to divide content in last post but I can’t. I used visual short code – tab <!-more-> but it doesn’t work.
Hello Fribake,
The string “xx comments” is translation ready, and is located inside newsplus/languages/language_country.po file at around line no. 231 to 244. If you wish to translate it directly in core file, those strings are located inside newsplus/includes/shortcodes/shortcodes.php file.
For pagination, use <!--nextpage--> quick tag inside post content.
Regards
Hey
Do you have a example with buddypress style?
thx
Hello antijulo,
Thanks for browsing the theme. I can send you screen shots of BuddyPress pages. For that kindly send me a mail at xconsau[at]gmail[dot]com.
Regards
Hi Saurabh,
I am very happy with the theme however there is an issue with image loading. The progress bar is showing for quite a while before images are shown on the home page. My site is here : windowsfaralimite.ro. Please advise.
Hello cosmintataru,
Thanks for kind words and feedback. I just checked the site and images load at normal speed. For reference, slider is set to show on window.load() event.
So if there are any such elements on Home page which take more loading time, it will pause slider too. (For example, Google ads or FB widgets). But there is no such element on your site right now, and speed seems normal. Another issue could be images with large size, but that is not the case either.
Regards
Hi, how do I link/designate (categories) my different posts to different sections (“Featured”, “Headlines” ect.) on the front page?
Hello Shanyi,
Thanks for purchasing the theme. I hope you have set up the Home page with dummy markup which comes with the theme. In order to edit the links, open / edit your Home page and switch the editor mde to “Text” mode. Next, look for the headings inside page markup:
<h2 class="section-title"><span class="ss-label black"><a href="http://labs.saurabh-sharma.net/themes/newsplus/wp/category/featured/" title="View all posts in Featured">Featured</a></span> Our favorites</h2>
The links inside these headings can be changed to the actual category URLs on your site.
Regards
Hi: How do you want to center the map? Used this theme figure went left. thank you!
http://minmin.tw/%E8%81%AF%E7%9B%9F%E8%A1%8C%E9%8A%B7%E5%B9%B3%E5%8F%B0/?wp_affiliate_view=members_only login: [login removed]css
- wp_aff_inside img { border: none; margin: 0; }
img {
width: auto;
max-width: 100%;
display: block;
}
Hello woocommerce,
Kindly mention which map you wish to align to center. I will suggest appropriate CSS.
Important: Do not share login information on public comments section.
Regards
SaurabhSharma :
thank you
pls css code is what
image center
Hello woocommerce,
Sorry but your query is not clear to me. Kindly send me a screen shot of the map which you want to make center aligned. You can send me a mail at xconsau[at]gmail[dot]com.
Regards
already mail to you image
I want to figure centered thank you very much!
Hello woocommerce,
Kindly add this rule at the end of style.css or user.css file:
#wp_aff_inside img { display: inline; }
Regards
It’s OK, thank you very much! 