Hmm I did some more testing, after I updated the review (I removed a picture) it now works. I didn’t change anything about the rating or code, other than removing the picture. Odd. Could be related to some new plugins I installed, which may have messed with my first review. My second review appeared in the widget without problems.
-
This reply was modified 11 years by
societyofect.
Awesome!
I am still working on my first install of WooCommerce (after 20 years of doing ecommerce sites). I had only been working with ONE service category so far that had 6 items in it, and had not yet populated other categories — I’ve been obsessing about custom messages via hooks in functions.php and iPad portrait mode layouts — but was wondering about this topic the other day myself due to fact once I populate other service categories the “main” parent category would end up doing the same thing when I’d want to see 12-20 items per page or more.
Thanks for sorting that out đ
Seems with WooCommerce almost everything gets put into the functions file.
You would think they would include one “example fuctions” file someplace where you could copy out the stuff without having to look all over the place online or decipher their docs.
Thanks for that! I just updated my functions with your code.
Hi,
The activation warning appears a few days after you installed the theme, check the following guides:
Registration guide – https://forum.tagdiv.com/how-to-activate-the-theme-newspaper/
How to find the Envato Purchase Code – https://forum.tagdiv.com/how-to-find-your-envato-purchase-code/
Thank you, Emil G.
Hi,
Do you use WordPress SEO by Yoast plugin? if you don’t install it, clear the cache and check again.
If you already use it please provide the url so i can take a look.
Thank you, Emil G.
Sorry for post again.
i changed the logo URL on widget ,footer 1.
but it is still “news paper” logo on i phone.
It’s correct on my laptop.
Is it because of install demo??
please.help me.
Daniel
Hi,
We don’t recommend the use of it as the envato toolkit seems to cause some issues and could not update the theme right.
We have this on our attention for further testing. For now I suggest you use the FTP method from the update guide and do a full backup of your current theme installation and WordPress: http://codex.wordpress.org/WordPress_Backups
Sorry for the inconvenience!
Thanks
Hi,
I purchased, installed and added the demo data from the theme a few days ago – http://versifiedlife.com.
Could you please help me with a few issues I’m having:
1) how do I edit the categories from the demo data eg holiday recipes, fashion week, gadget world etc?
2) when I upload new content, how I do select which categories it appears in?
3) how do I add uploaded content onto the top section?
Kind regards,
Anthony
That is managed by WordPress — not by the theme. It’s possible some theme’s have been hacked to change that behavior, but WordPress always creates the author index based on the user ID (123) and/or the pretty name which is also the user name (johnsmith).
See the WordPress Codex to learn how WordPress functions.
This forum is not for basic WordPress functionality.
REF:
http://codex.wordpress.org/Template_Hierarchy
This is why it’s important for security to:
a) enforce strong passwords ALWAYS
b) disable ability to edit core files from WordPress panel
c) use tools like Limit Login Attempts, to stop people from sitting there guessing the password more than 4 times.
It’s not a simple subject, but if you wish to hack your install of WordPress — if you do some research you’ll run across past discussions of this here:
https://wordpress.org/support/topic/assistance-changing-author-permalink-url
Hope that helped đ
I’ve ben “suffering” WordPress for 10 years now – welcome to the adventure!
Hello,
I’ve read before asking that Blocks (Don’t Miss, Techs and Gadgets, Fashion, etc) can be changed via Customization on Homepage, but when I go to Appearance > Customize > and try to edit the blocks, I only see this: http://screencast.com/t/91kziYcGTGje and the Widgets tab only shows this: http://screencast.com/t/bFxURPsNU
I am really confused and think I may be missing something here. Is the Homepage supposed to be a “Static Front Page”?
I have made a lot of changes to the theme (Translations, FB comments, and few other customizations that did not come easy to someone like me…without a techy background), so I am really afraid of losing all the work if I re-install the theme.
Please help!
Hi,
I need to install another social buttons script in the posts instead of standart buttons. Here is an example:
<script type=”text/javascript”>(function() {
if (window.pluso)if (typeof window.pluso.start == “function”) return;
if (window.ifpluso==undefined) { window.ifpluso = 1;
var d = document, s = d.createElement(‘script’), g = ‘getElementsByTagName’;
s.type = ‘text/javascript’; s.charset=’UTF-8′; s.async = true;
s.src = (‘https:’ == window.location.protocol ? ‘https’ : ‘http’) + ‘://share.pluso.ru/pluso-like.js’;
var h=d[g](‘body’)[0];
h.appendChild(s);
}})();</script>
<div class=”pluso” data-background=”none;” data-options=”big,square,line,horizontal,counter,sepcounter=1,theme=14″ data-services=”facebook,vkontakte,google,twitter”></div>
How can I do that?
Thanks
Hello,
I have problem in Newspaper theme for WordPress. Under titles of categories is small gap and from design point of view it looks not good. I tried re-install whole WordPress and Newspaper theme, but problem is still. You can check smartino.sk/web/
Thanks
Andrej
Ah, this is interesting… I missed it the first time, but this is what the Envato WP Toolkit upgrade page looks like in my install[1]. It even says that I can upgrade from, 4.6.1 to 444.
Maybe I shouldn’t have clicked the link ÂŻ\_(ă)_/ÂŻ
[1]http://imgur.com/QxyJGKt
The theme doesn’t have a “subscription” system, which is why I’m asking that. SO, you’re asking for help in developing your site which has nothing to do with the theme. But I’ll try to give you some pointers đ
So, the point is — what/where/HOW are people “singing up” … and signing up to WHAT?
If you don’t setup a subscription system, how would it email something to you?
If somebody is signing up where is that being saved?
Meaning, in simplest terms:
for somebody to subscribe:
a) there has to be a sign-up form
b) the form “writes” that data to a database or subscription manager, or external subscription service (e.g., ConstantContact or similar)
b) you need a system to email stuff to people — meaning there must be some kind of plugin or mechanism for a “subscriber” to actually get emails and this then hooks to the SMTP plugin — the SMTP plugin doesn’t send emails, it just lets whatever plugin or subscription system you’re using SEND emails to people via WordPress — but without an actual system, it does nothing on its own
Some people get an account with Feedburner powered by Google – this allows people to sign up on your site and then they can get a daily email of your posts from prior day. You sign up at Google’s feedburner site, then you get a widget or plugin to install on your site, such as in a sidebar or add the form code to a subscription page.
http://codex.wordpress.org/Using_FeedBurner
I’m doing this on my site here: http://massachusettsnewswire.com — note the subscription form on right side of page. đ
Or, you can use a plugin like this one:
https://premium.wpmudev.org/project/subscribe-by-email/
Or, you use a paid service (free up to certain point), like MAILCHIMP, and then use a plugin like this (only one example)
https://wordpress.org/plugins/mailchimp-for-wp/
Really up to you to LEARN what you’re doing from the thousands of pages on the internet for “how to setup a newsletter system in WordPress” (Google is your friend!).
If nothing makes sense you can always hire a developer to help you build your site.
Hope that helps in your adventure! đ
-
This reply was modified 11 years by
simchris.
Ah, the info about the Envato API is great (if it works)! Thanks.
So I installed the Envato WP Toolkit[1] and even upgraded the theme. Sweet…
But… now I have two versions of theme:
1) The version that I downloaded from Envato on March 10, version 4.6.1 (according to styles.css) but which includes a folder named, “/patch_4.6.1_4.6.2/”, so, I assume this is actually v4.6.2, However it still includes Visual Composer 4.3.5… is that how it is supposed to be?
2) The version that I got in the update through the envato-wordpress-toolkit plugin: version 444 (According to styles.css)
Fortunately 4.6.1 is still the installed version, but there is also a 4.6.2 currently in release according to the product page (with an updated Visual Composer…).
Hi. I took your advise and installed the plug-in you recommended ( https://wordpress.org/plugins/wp-mail-smtp). I also called Bluehost and set up all the information I needed with them for the SMTP host name and number and we tested it. The e-mail is set up with Bluehost and that forwards it to my personal e-mail. When I have someone sign up as subscriber it still does not notify me. I have no way of knowing that I got a subscriber. Although it notifies the subscriber that they are confirmed. I can see them in my stats report. Bluehost recommended that you help me from here on because it may be a problem with the plug-in sending a notification. They said the notification doesn’t even touch their server; therefore it’s not working. Please help.
the theme disappointed unable to install it as shown in the demo they have, it’s a shame that newsmag to have a lower cost has fewer problems than the newspaper which has a higher cost. đ
Hi,
Please make sure that you use the latest theme version 1.6. If you need to update please follow this guide to update and use FTP method: https://forum.tagdiv.com/how-to-update-theme/ and also update the plugins that come with the theme’s files in /plugins folder. If you don’t use the latest version that is the reason there are differences in Theme Panel.
You don’t have to install addition widget for log in form, just activate it from Theme Panel > Header > Top Bar: http://screencast.com/t/iUW1mjTQhb
Also if you need registration please enable it from Settings: http://screencast.com/t/8rc4iWTIR1
Our documentation will also help: https://forum.tagdiv.com/newsmag-documentation/
Thanks!
Hi,
Thank you for your reply but I still have some questions.
Point 2 (Review section) is ok, I got it in Theme Panel
But I still cannot find âEVEN MORE NEWSâ in Translations section in Theme Panel. It seems there are differences between your panel and mine âPOPULAR CATEGORYâ is the last phrase that can be translated in my panel screen
When it comes to Top Menu I meant that element with date and Sign in/Join. screen At this moment I don`t have it installed.
How Can I put it into page? If I need to install additional widget (registration and signing system)
What about my last question? Have you got any product that can be adopted to webpages similar to those mentioned above?
Hi,
Thank you for your reply but I still have some questions.
Point 2 (Review section) is ok, I got it in Theme Panel
But I still cannot find “EVEN MORE NEWS” in Translations section in Theme Panel. It seems there are differences between your panel and mine “POPULAR CATEGORY” is the last phrase that can be translated in my panel
When it comes to Top Menu I meant that element with date and Sign in/Join At this moment I don`t have it installed.
How Can I put it into page? If I need to install additional widget (registration and signing system)
What about my last question? Have you got any product that can be adopted to webpages similar to those mentioned above?
Hi,
We found a solution for the moment if you want to order subcategories in the megamenu by slug but you need to edit this file: http://screencast.com/t/cgyJzstqK6 and change the categories slug in order that you want to appear: http://screencast.com/t/6voSeTsK
'orderby' => 'slug'
Result: http://screencast.com/t/M3461WNMvW
So if you like this solution please try it and you can disable Taxonomy plugin and see if the other issue is solved.
Also if you want to update your theme please follow this guide(use FTP method) and make a backup of your current theme installation: forum.tagdiv.com/how-to-update-the-theme/ The styling options youâve set in the WordPress Theme Customize or in the Theme Panel â those options will not be effected by updating your theme, only customizations from theme files.
Thanks!
Hi,
In the latest theme version (4.6.2) search for the class-tgm-plugin-activation.php file using the path from the screenshot and remove this two parts of code: http://screencast.com/t/nJEgSEgfpr
This will not bring up any notices into the admin panel if the user doesn’t have administrative roles, like installing/activating plugins.
Thanks
Hi,
I encounter an issue while installing the latest version of visualo composer that comes packaged with the March-April update of Newspaper: version 4.6.5. On openeing the Add New Grid Element page of VC, I get this error:
Can anyone help? Thanks.
Update:
The issue is with my local environment.
I did a refresh install on my live web server, the demo installed in less than millisecond ! Issue resolved.
By the way any one have a suggestion, what could be causing the issue on my local XAMPP environemnt ? I will further research on my end.
Thanks,
Hello All,
First of all, thank you for a great product.
The thing is, I am installing the Theme Demo, however while performing the, “one click demo install,” the loading progress bar comes to half way point and then it doesn’t move any further (more than 30 minutes).
I am testing the theme in a local XAMPP environment. I also did a fresh install to make sure there wasn’t anything I missed but I am following the documentation step by step the way its been provided on the support page.
Not sure what is causing the issue here. Any assistance would be greatly help.
Thanks.
Regards,
-Asim
Hi,
Please give us wp-access so we can have a closer look at those errors and share your login details at contact@tagdiv.com
Seems that allow_url_fopen should be set on by default and some php functions need to have this on to retrieve data from remote locations so I don’t think this has something to do with https/SSL. Try to also test this with allow_url_fopen enabled if possible and see how it goes.
I’m not aware of the changes you’ve made to the td_video_support.php so please also include a copy of that file in your email message or use http://pastebin.com/ to send it’s content so we can know.
If you’ve tested this on each cases using A2 hosting then this could still be due to your host configurations.
If the only issues present now are the warning you get then you could try to disable them as php warnings and notifications are only shown if the debug mode is enabled to your wp-config file, this is set to disabled by default and they are meant for local testing and staging installs. You can disable it to get rid of those warning, you can find more info about this here: http://codex.wordpress.org/Debugging_in_WordPress
You can also use other plugins and continue with your development. The theme doesn’t have buddy press support at the moment but we will add it and it will be available in the next theme version.
Sorry for the inconvenience!
Please let us know on any updates related to this.
Thanks