Hi,
I just installed the demo data on this website: http://goo.gl/TP8OlS. Somehow the post related widgets appear a little off. They don’t become columns but go straight down. Can someone tell me what I’m doing wrong?
Thanks!
Hi,
Thanks for all the great information! Would you be able to look at my website, studenthub.org.uk , and give me any advice on how to make it faster. It seems that overnight the page load speed increased to a ridiculous time(30s), although it did load quite slow before then too.
I installed wp-rocket, and I am stuggling to think of other ways to speed it up.
Thanks! 🙂
I’m using a plugin call “My Custom Functions” that keep every thing the way it should be after i upload a fresh install of my theme files,all i do is Deactivate it on update and Activate it after i’m finish..i don’t edit the theme files directly because then it’s too much work to put every thing back…
It’s always best to upload a fresh new install of the theme then just patching files..
Hi there,
i`ve installed and licensed newspaper6 on one of my domains.
now i like to move with my licensed newspaper6 from the current domain to another domain and
on the old domain i will delete all. can i register newspaper with my existing licensenumber again on the new domain?
best regards carsten
Hi
sorry for my english and i’m a revent user of wordpress
I have this website http://www.comievents.com and i’ve installed the theme in demo version with content, and plugin, nad etc.
but when i visit like a user all the news are not found 404, the same in the preview on the admin panel.
Only home work.
Thanks
Massimiliano
Theme config
Theme name i Newsmag
Theme version i 2.0
Theme database version i 2.0
Speed Booster v4.1 – Disabled – incompatible plugin detected: duplicate-post/duplicate-post.php
php.ini configuration
Server software i Apache/2.4.7 (Ubuntu)
PHP Version i 5.5.9-1ubuntu4.11
post_max_size i 32M – You cannot upload images, themes and plugins that have a size bigger than this value.
max_execution_time 30 – the execution time should be bigger than 60 if you plan to use the demos
max_input_vars 1000 – the max_input_vars should be bigger than 2000, otherwise it can cause incomplete saves in the menu panel in WordPress
SUHOSIN Installed False
WordPress and plugins
WP Home URL i http://www.comievents.com
WP Site URL i http://www.comievents.com
WP version i 4.2.2
WP multisite enabled i No
WP Language i it_IT
WP Memory Limit 96 MB/request
WP_DEBUG False
Caching plugin No caching plugin detected
I want to edit account in Social counter of demo installation, someone help me please
Hi
We added a list with plugins with which we tested the Speed Booster plugin, it automatically disables itself if a new plugin is installed. This measure was added to prevent plugin conflict/failure for the average user.
This plugin was intended for advanced user, it requires modifications on the code to add new resources (js and css) which are moved to the bottom of the page and conflicts may appear because some plugins may cause issues when you try to move their resources at the page bottom.
If you want to always keep the speed booster activated just delete from td-speed-booster.php the indicated lines of code: http://screencast.com/t/qnHDcRUCHXv
Thanks!
Hi urbanconnection,
Please see our documentation on this and make sure you have the Vc plugin active and installed:
https://forum.tagdiv.com/install-via-wordpress/
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
https://forum.tagdiv.com/how-to-use-visual-composer/
Let us know if you still have any questions afterwards.
Thanks for the message!
Hi,
If it work find using the main theme then the child theme and the changes added there must cause this. You need to make sure that you backup the current child theme install, remove it and set it up again from the latest theme version full theme folder: http://screencast.com/t/hdqp3Q4JLhU then add your changes again but check the modified files log to see if there isn’t any mortification to the code you also customized because you could need to adjust your implementation: http://tagdiv.com/td_deploy/Newsmag/changed_files_1.7.1_2.0.html
Thanks
I also have this problem,
It started about a week ago, everything was working fine and then it stopped generating the images for facebook posts for no apparent reason, maybe it was the recent Yoast update that triggered it, I’m not sure.
Now I have to save the post so it generates the featured image from the video, go back into the Yoast panel, upload the image to facebook re-save the post and then go to my site, refresh the page and try to share it again mostly it will share the image with the post but not always. Not a big problem but more work.
I have also noticed that when I try and upload the imaged for Twitter and Google+ in the Yoast panel nothing appears, I get the image URL in the facebook image upload box but they refuse to appear in the Twitter and Google+ image upload boxes
Maybe I’ll try and re install Yoast or something but it all seemed to go wonky with the latest wordpress/yoast updates
Thanks! i’s working 🙂 GD lib was not installed.
Thank you!
Hi,
Please update Visual Composer, delete the current one and install the one which comes with v.6 (from Newspaper -> Plugins panel).
Thank you!
Hello, I want to install the Default Demo, but I get this error below. Please help me to fix this problem. Thanks! Jairo
Ajax error. Cannot connect to server, it may be due to a misconfiguration on the server.
textStatus: parsererror
td_ajax_request_name: full_demo_media_1
errorThrown: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data
responseText: is_wp_error $file_array: http://demo_content.tagdiv.com/Newspaper_6/default/1.jpgWP_Error Object
(
[errors] => Array
(
[http_404] => Array
(
[0] =>
)
)
[error_data] => Array
(
)
)
is_wp_error $file_array: http://demo_content.tagdiv.com/Newspaper_6/default/2.jpgWP_Error Object
(
[errors] => Array
(
[http_404] => Array
(
[0] =>
)
)
[error_data] => Array
(
)
)
is_wp_error $file_array: http://demo_content.tagdiv.com/Newspaper_6/default/3.jpgWP_Error Object
(
[errors] => Array
(
[http_404] => Array
(
[0] =>
)
)
[error_data] => Array
(
)
)
is_wp_error $file_array: http://demo_content.tagdiv.com/Newspaper_6/default/4.jpgWP_Error Object
(
[errors] => Array
(
[http_404] => Array
(
[0] =>
)
)
[error_data] => Array
(
)
)
0
Do you have facebook comments or any facebook plugins installed?
add_filter( 'redirect_canonical','custom_disable_redirect_canonical' );
function custom_disable_redirect_canonical( $redirect_url ){
if ( is_front_page() ) $redirect_url = false;
return $redirect_url;
}
add that to your functions.php
Hi we like your themes but experiencing some difficulties..
We are upgrading our site from magazinely to newspaper (just bought it).
Just FYI – as i’m sure you know, magazinely used to have the visual composer built into the theme.
We have installed all according to instructions and this is the error we are receive:
Fatal error: Cannot redeclare visual_composer() (previously declared in /home/justaguy/androidnewbies.com/wp-content/plugins/js_composer/include/helpers/helpers_factory.php:25) in /home/justaguy/androidnewbies.com/wp-content/themes/AndroidNebies/wpbakery/js_composer/composer/lib/helpers.php on line 12
Please let us know what to do.
Thanks!
Install Visual Composer (js_composer) from Appearance > Install Plugins.
I have installed a plugin called Add Link to Facebook that makes entries are published in this social network and her comments are published on the web. The problem is that Speed Booster dialing is disabled that are incompatible.
Any solution?
I just purchased and installed Newspaper 6 and installed demo content. Noticed that on every demo homepage the smart tags are visable/not translated. Below is a link
Hi,
The php version is ok, the rest of the requirements can be found here – https://forum.tagdiv.com/requirements-for-newspaper/
Check if the GD Library is installed on your side, wordpress requires it for cropping.
Thank you!
Hi,
This happens because you use an old version of the social counter plugin and you need to update it so please make sure that you remove the plugins and install them from the /plugins folder from the newspaper-ft folder: http://screencast.com/t/S8v2yOivr and make sure you have version 3.0 of the social counter plugin.
If you need additional assistance on this don’t hesitate to contact us and please also provide your item purchase code.
Thanks
Hi,
1. Also make sure that you update wp files install and database also: https://codex.wordpress.org/WordPress_Backups
2. Either way, but considering the theme wasn’t tested with previous versions of WordPress you should update WordPress then update the theme.
3. Many files have changes from forth version, this sixth version of the theme is practically a new theme. I suggest you note the changes, update the theme using the update guide and remove the files of the 4th version you now have installed then upload the new ones then make the changes again but note that it may be possible not to work anymore.
4. There are lost of improvements, as I stated it’s practically a new theme, with a new grid, new designs, new features, new modules, blocks and posts templates.
Use the FTP method form the update guide: https://forum.tagdiv.com/how-to-update-the-theme-2/ and follow the instructions carefully and updating it right shouldn’t cause you any issues, backup your current install, run the import settings script, update plugins and check the result.
You should also consider into the process at the following aspects:
– backup your current theme/WordPress/database: https://codex.wordpress.org/WordPress_Backups
– setup a maintenance mode and you can use a plugin for that.
– empty all caches/purge files if you also use CDN host then disable any services of this type until you switch to the new theme
– disable all plugins
– install the theme then install the required plugins
– switch back the rest of the plugins and start other services
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
First you have to import the settings which come with the Classic Blog demo, just go to the Install Demos section – http://screencast.com/t/wNSBAyTUr
Second, you have to create the homepage – http://screencast.com/t/tvSvT3bJ8RI – http://screencast.com/t/cXHtWvQz5u
Third, set the newly created page as homepage from Settings -> Reading – http://screencast.com/t/i8Ozxe8q
@other issues – please provide more details, i’m not sure what you mean. If you use a cache disable it (or clear it) and see if the issue is still there.
Thank you!
Hi VELOW,
I believe it happens due to your server configuration which is not responding, it could be due to a delay or it could also be a temporary issues so you can try this a few times and if you still get this error please contact your host provider and let him know about this, ask them to unblock our demo in order to retrieve the theme data. It could also happen due to your wp install or other plugins might also cause this so you could also test this on a fresh wp install and let us know if you still get the same result.
Thanks
Hi,
That error appears because you use on older version of the tagdiv social counter plugin. You need to have 3.0 version so please make sure that you download the latest theme version available now on themeforest: themeforest.net/downloads then remove the plugins and install theme from the /plugins folder from the newspaper-ft folder: http://screencast.com/t/S8v2yOivr
You also need to update them theme as the latest version now available is 6.3: https://forum.tagdiv.com/how-to-update-the-theme-2/
Thanks