1811 comments found.
Hi. What version of PHP is this theme compatible with?
Hello Jeff,
The theme is tested up to php v7.1.9. If you are running it above this version, and finding any issue, please let me know. I will check it.
Regards
Website title on tab bar showing double. How i fix it?
Hello uiconstock,
Thank you for purchasing the theme. Can you please send me the link of site/page on which double title is shown. I will suggest appropriate solution.
Regards
Kindly check the tab bar in which title of website is showing double http://freemockupzone.com/
Hello,
I just checked the site. It seems you recently updated the theme, but there might be some files which did not get updated properly. If you check the Live Demo, there is only one title. Kindly send me your site URL and admin login details at xconsau[at]gmail[dot]com. I will check and fix the issue.
Regards
Is it possible that you guide me to fix it?
Plz guide me to do it by myself.
Yes, you can check the following things:
1. Open functions.php file in any code or text editor and search for the following line:
add_theme_support( 'title-tag' );
2. Then search for the following line:
add_action( 'wp_head', 'newsplus_title_tag_with_schema', 1 );
If both lines exist, comment out using // or delete one of these lines. There should be only one among these lines. If both are present, you may see title two times.
Regards
i found only this add_action( ‘wp_head’, ‘newsplus_title_tag_with_schema’, 1 );
When i delete that code the whole site title vanish. Nothing showing any single.
Must be show single site title.
- Modify title tag to show itemprop=”name” */
function newsplus_title_tag_with_schema() { }
global $page, $paged;
$sep = '–';
$title = wp_title( $sep, false, 'right' );
$title .= get_bloginfo( 'name', 'display' );
$site_description = get_bloginfo( 'description', 'display' );
if ( $site_description && ( is_home() || is_front_page() ) ) {
$title .= " $sep $site_description";
}
if ( ( $paged >= 2 || $page >= 2 ) && ! is_404() ) {
$title .= " $sep " . sprintf( __( 'Page %s' ), max( $paged, $page ) );
}
printf( '<title%s>%s</title>' . PHP_EOL,
get_option( 'pls_schema' ) ? ' itemprop="name"' : '',
$title
);
add_action( ‘wp_head’, ‘newsplus_title_tag_with_schema’, 1 );
Yes, if only this one is present, you should see only one title, as seen on live demo. I will need to check if any SEO plugin or other plugin is adding the title. For that, kindly send me your site URL and admin login details at xconsau[at]gmail[dot]com.
Regards
I use SEO Yoast Plugin
I see, in that case any one of these shall be disabled. Either theme’s code (mentioned above) or the one from Yoast SEO.
Regards
If i delete this code add_action( ‘wp_head’, ‘newsplus_title_tag_with_schema’, 1 ); from theme function.php. Is it effect on site SEO, permalink rank, site rank or any other way?
Hello,
No it will not affect SEO as long as you are showing the title via Yoast. There should be at least one (and only the one) title tag in head node of the site.
Regards
Website title on tab bar showing double. How i fix it?
I like your template very much and I use it since 2014 (https://lalorgnette.info). But now I have a problem : I don’t have all the tools for editing a post : tools for column, sliders, etc. (the third line of tools is missing). I tried to upload the theme several times but it’s the same.
Hello lalorgnette,
The shortcode icons in editor have been deprecated now as they are no longer supported in Gutenberg editor. This functionality have been replaced by King Composer page builder. You can use the post tool, slider and other such modules using King Composer. The post shortcodes have been converted to King Composer module now.
Regards
Thank you for your answer. But for now I don’t use KC. I try to pas to WP-Gutenberg. Is there any way to get back the post shortcodes ? WordPress team says that there is security problem with KC, so it is one more reason not to use KC.
Hello lalorgnette,
The shortcodes are still there and working. Just that the icon/buttons for generating those shortcodes is removed. You can still insert same old shortcodes manually inside the code mode of Gutenberg editor. The shortcode reference with complete list of parameters is described inside the documentation file.
Regards
Thank you. I got it. And I found it. It is not so easy to use than the ingrated shortcodes, but OK. In fact it is now a problem to choose between editor, WP-classic and WP-Gutenberg. I am a little beat disappointed. It is difficult to change the way I work.
Hello,
I can understand your difficulty in handling the editor. Just in case you wish to revert to old classic editor, you can use the Official Classic Editor plugin.
Regards
Hello. when i use the news plus it doesnt look like the one in the live demo at all, do i need to do something else so it can look like the 1 in live demo?
Hello mzayat1995,
Thank you for purchasing the theme. Upon first install, the theme may not look like the live demo. It will be required to create a Home page, set it as front page and adjust widgets in appropriate widget areas. You can follow step-by-step procedure as described inside the documentation/index.html file of the main download. If this doesn’t work, kindly send me your site URL and admin login details at xconsau[at]gmail[dot]com. I will set up the site for you.
Regards
error Archive view /category/
Fatal error: Uncaught Error: Call to undefined function newsplus_short_by_word() in /home/bannokco/domains/bannok.com/public_html/volunteers/wp-content/themes/newsplus/content-grid.php:74 Stack trace: #0 /home/bannokco/domains/bannok.com/public_html/volunteers/wp-includes/template.php(706): require() #1 /home/bannokco/domains/bannok.com/public_html/volunteers/wp-includes/template.php(653): load_template(’/home/bannokco/...’, false) #2 /home/bannokco/domains/bannok.com/public_html/volunteers/wp-includes/general-template.php(157): locate_template(Array, true, false) #3 /home/bannokco/domains/bannok.com/public_html/volunteers/wp-content/themes/newsplus/archive.php(28): get_template_part(‘content’, ‘grid’) #4 /home/bannokco/domains/bannok.com/public_html/volunteers/wp-includes/template-loader.php(77): include(’/home/bannokco/...’) #5 /home/bannokco/domains/bannok.com/public_html/volunteers/wp-blog-header.php(19): require_once(’/home/bannokco/...’) #6 /home/bannokco/domains/bannok.com/public_html/volunteers/index.php(17): requ in /home/bannokco/domains/bannok.com/public_html/volunteers/wp-content/themes/newsplus/content-grid.php on line 74
Hello krubannok,
Make sure both the NewsPlus theme and the NewsPlus shortcodes plugin is updated to the latest version. The missing function error shows that one of these is of older version.
Regards
hello i did. but still error.
Kindly send me your site URL and admin login details at xconsau[at]gmail[dot]com. I will check the issue.
Regards
Hello. I’d like to ask how I can activate NewsPlus purchased theme by license code in WordPress. Thanks so much in advance.
Hello ahasan,
Thank you for the purchase and rating the theme. It is not required to activate license in WordPress admin. Since I provide support via themeforest comments section and email, separate licence verification is not required. Here the purchased badge is shown in your comments, and on email I ask for purchase code if emailed directly.
In other themes where they redirect customers to the support portal, they may ask for licence verification. It is not required in our case.
Regards
Is it meant that the NewsPlus theme can be allowed to apply to more one of my websites?
No, it doesn’t mean that. For each site you need to purchase separate regular license.
Regards
I Have bought this news Plus Theme When i update the sidebar and content no space between them Can you advice me how to update it ?
Hello Vasanth04,
Thank you for contacting. Can you please confirm from where you purchased the theme, as I can not see the purchased badge on this account of yours.
Regards
Hi, after the latest WP update and Classic editor installation, I don’t see NP shortcodes bar in the post editor. I tried to deactivate and active the plugin, but it doesn’t work.
Hello MaksimL,
Sorry for the inconvenience caused. But as of recent updates, the shortcodes buttons have been deprecated. They no longer get supported in Gutenberg editor. Instead of that, all those shortcodes are converted into King Composer page builder elements with more options and better UI. I recommend using the page builder for creating shortcodes.
Regards
Hi. From the version: 3.3.0 the WordPress image gallery does not work correctly. They are aligned vertically instead of horizontally. Deactivating all the plugins, follow the error. Changing the theme, it works correctly. Example: https://www.aransbur.org/taller-de-improvisacion-poetica/. Best regards.
Hello dgcebas,
My apologies for the inconvenience caused. I am working on an update which will fix this issue. The update will be available by tomorrow. If you want the files earlier, kindly send me a mail at xconsau[at]gmail[dot]com.
Regards
Thanks for your attention. I’ll wait for the update.
Hi Saurabh,
I’ve recently updated the NewsPlus theme after some time. (the updates to the theme’s layout and look and feel look great by the way)...
I’ve followed your installation instructions and have installed the required plugins. However, there’s an issue on the site – a weird grey box is appearing. See: https://www.pinkfamilies.com/
I’ve tried everything to see what it is. I’ve deactivated all widgets… Could you advise? Also, can we contact you directly / privately regarding support questions?
thanks
Hello Mel,
Thank you for kind words and feedback. I just checked your site. By looking at the source code, the page content seems empty (or a result of corrupted cache). If you are using any caching plugins, kindly check by purging all caches, disabling minify and async features of caching/minify plugin. If that doesn’t work, kindly send me a mail at xconsau[at]gmail[dot]com along with login details. I will check it.
Regards
How To Increase Text Size In Mobile Devices For Smartphones?
Hello laimisk,
Do you want to increase entire site’s text size or just headings or single post text. I will then suggest appropriate CSS.
Regards
Increase entire site’s text size in mobile device
Only mobile device!
Kindly add these CSS rules inside WordPress admin’s Appearance > Customize > Additional CSS:
@media only screen and (max-width: 768px) {
body {
font-size: 16px;
}
}
Then click on “Save and Publish” button.
Regards
Thanks!
hi, is there a sample pack to fill the theme like it is in the link below?
http://labs.saurabh-sharma.net/themes/newsplus/demo-3/Hello sonwander,
Thank you for browsing the theme. The dummy data is included with the theme in XML format. You need to import it using WordPress importer.
Regards
i need to add <?php wp_pagenavi(); ?> somewhere and replace current post navigation since its not working. Where do i add that code: <?php wp_pagenavi(); ?> for post navigation? Thank you
For in current post pagination inside posts shows only numbers. and no control of it. So i have installed Wp PageNavi for this and i needs to ad that code and replace current.
Hello LinartsMedia,
The post navigation is supported in theme, and you need not add Wp Page Navi. Still if you want to add it, the function “the_post_navigation” is located inside single.php file.
Regards
Yes, But the theme version it does not show the arrows only number, and current number it does not show at all.
Hello,
There are three types of navigation. The one on single posts, the one in archives, and the one per page or post in which you split the content using -more- tag. The single posts navigation will show Previous/Next post arrows. The archives navigation will show numbers, and the per page navigation will also show numbers.
If besides these you wish to show any other kind of navigation, you can use WP Page Navi and replace the functions in core files.
Regards
Hi,
Which method/script does this theme uses for On-the-fly image resize?
Thanks Mike
Hello Mike,
The theme uses BFI Thumb which is based on php image resize functions using GD library or Imagick.
Regards
How do you disable the published time and updated time (clock)?
Hello,
Kindly navigate to WordPress admin’s Appearance > Customize > Additional CSS, and add the following rules:
.time-sep,
.publish-time,
.updated-time {
display: none !important;
}
Then click on “Save and publish” button.
Regards
Why cant i use the menu on homescreen in mobile view. Gives error:
owl.carousel.min.js:1 Uncaught TypeError: Cannot read property ‘clone’ of undefined at e.run (owl.carousel.min.js:1) at Object.d [as run] (jquery.js:2) at e.update (owl.carousel.min.js:1) at e.refresh (owl.carousel.min.js:1) at e.initialize (owl.carousel.min.js:1) at new e (owl.carousel.min.js:1) at HTMLDivElement.<anonymous> (owl.carousel.min.js:1) at Function.each (jquery.js:2) at a.fn.init.each (jquery.js:2) at a.fn.init.a.fn.owlCarousel (owl.carousel.min.js:1) _ning.js:10 true jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed, version 1.4.1 owl.carousel.min.js?ver=5.0.3:1 Uncaught TypeError: Cannot read property ‘clone’ of undefined at e.run (owl.carousel.min.js?ver=5.0.3:1) at Object.d [as run] (jquery.js?ver=1.12.4:2) at e.update (owl.carousel.min.js?ver=5.0.3:1) at e.refresh (owl.carousel.min.js?ver=5.0.3:1) at e.initialize (owl.carousel.min.js?ver=5.0.3:1) at new e (owl.carousel.min.js?ver=5.0.3:1) at HTMLDivElement.<anonymous> (owl.carousel.min.js?ver=5.0.3:1) at Function.each (jquery.js?ver=1.12.4:2) at a.fn.init.each (jquery.js?ver=1.12.4:2) at a.fn.init.a.fn.owlCarousel (owl.carousel.min.js?ver=5.0.3:1) run @ owl.carousel.min.js?ver=5.0.3:1 d @ jquery.js?ver=1.12.4:2 e.update @ owl.carousel.min.js?ver=5.0.3:1 e.refresh @ owl.carousel.min.js?ver=5.0.3:1 e.initialize @ owl.carousel.min.js?ver=5.0.3:1 e @ owl.carousel.min.js?ver=5.0.3:1 (anonymous) @ owl.carousel.min.js?ver=5.0.3:1 each @ jquery.js?ver=1.12.4:2 each @ jquery.js?ver=1.12.4:2 a.fn.owlCarousel @ owl.carousel.min.js?ver=5.0.3:1 (anonymous) @ custom.js?ver=5.0.3:123 each @ jquery.js?ver=1.12.4:2 each @ jquery.js?ver=1.12.4:2 (anonymous) @ custom.js?ver=5.0.3:117 i @ jquery.js?ver=1.12.4:2 fireWith @ jquery.js?ver=1.12.4:2 ready @ jquery.js?ver=1.12.4:2 K
Hello,
Kindly send me your site URL. I will check it.
Regards
is there a way to download version 1.9.1 or 2.4.6
Hello ziraell,
Kindly send me a mail at xconsau[at]gmail[dot]com. I will send you the required version archive.
Regards
is it possible to update 1.0.1 to a version prior to version 3.0?
Yes it is possible. Just download latest one and upload on the server, replacing the old one. You may need to assign some settings in Theme Options, or reset them to adapt to latest ones.
Regards
I’m trying to set up this style format: http://preview.themeforest.net/item/newsplus-magazineeditorial-wordpress-theme/full_screen_preview/4208250?_ga=2.26803709.1155430044.1546255001-333901355.1489532755
I purchased this with the monthly plan so not sure how to show my license… is there a way to contact you other than in comments so I can show you the site I’m working on?
Hello PoppiesBlooming,
Themes and plugins downloaded from Elements do not include author support. The documentation file has step by step guide for creating Home page as on live demo. If you want me to have a look, you can send the details on xconsau[at]gmail[dot]com.
Regards
Hi, I’m using your theme in http://www.isverenislemleri.com. But although there are enough posts to fill Posts Tile Grid and configuration set to 5 items, component shows only 2 of them. Sometimes shows 4 of them. Why is it changing?
Hello asozyurt,
By looking at your site, the Posts Tile grid is pulling posts from the Primler category which has only two posts. Try adding more posts to this category or use multiple categories so that there can be a total of 5 or more posts.
Regards
Actually, I’m choosing all of the categories. You can see the settings from here: http://isverenislemleri.com/wp-content/uploads/2019/01/settings.png
Hello,
Kindly send me your site login details at xconsau[at]gmail[dot]com. I will check the issue.
Regards
I’ve sent it yesterday. Thanks.
Hello,
I just checked and fixed the issue. It was due to one of the tags being selected. So the posts were getting filtered with that tag.
Regards