- NewspaperAutoptimize Plugin – install and configuration
- NewspaperCache plugin – install and configure
- NewsmagInstall via WordPress
- NewsmagInstall via FTP
- NewsmagInstalling pre-built websites
- TutorialsHow to install Revolution Slider
- NewspaperInstalling Pre-built Websites
- NewspaperHow to Install Newspaper via FTP
- NewspaperHow to Install Newspaper via WordPress
- TutorialsHow to Install bbPress forum
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperWoo Brands
- NewspaperStripe Setup
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperFlex Block Settings Guide
- NewspaperHow to setup the Contact Page
- NewspaperAdd Cryptocurrency Price Ticker Widget
I’m not sure if this code is coming from a plugin you have install are something else you done but i have a feeling this code is why ur ajax is jack up..
` // CUSTOM AJAX CONTENT LOADING FUNCTION
var ajaxRevslider = function(obj) {
// obj.type : Post Type
// obj.id : ID of Content to Load
// obj.aspectratio : The Aspect Ratio of the Container / Media
// obj.selector : The Container Selector where the Content of Ajax will be injected. It is done via the Essential Grid on Return of Content
var content = "";
data = {};
data.action = 'revslider_ajax_call_front';
data.client_action = 'get_slider_html';
data.token = '15bba73ac3';
data.type = obj.type;
data.id = obj.id;
data.aspectratio = obj.aspectratio;
// SYNC AJAX REQUEST
jQuery.ajax({
type:"post",
url:"http://dev.fokus.ba/wp-admin/admin-ajax.php",
dataType: 'json',
data:data,
async:false,
success: function(ret, textStatus, XMLHttpRequest) {
if(ret.success == true)
content = ret.data;
},
error: function(e) {
console.log(e);
}
});
// FIRST RETURN THE CONTENT WHEN IT IS LOADED !!
return content;
};
// CUSTOM AJAX FUNCTION TO REMOVE THE SLIDER
var ajaxRemoveRevslider = function(obj) {
return jQuery(obj.selector+" .rev_slider").revkill();
};
// EXTEND THE AJAX CONTENT LOADING TYPES WITH TYPE AND FUNCTION
var extendessential = setInterval(function() {
if (jQuery.fn.tpessential != undefined) {
clearInterval(extendessential);
if(typeof(jQuery.fn.tpessential.defaults) !== 'undefined') {
jQuery.fn.tpessential.defaults.ajaxTypes.push({type:"revslider",func:ajaxRevslider,killfunc:ajaxRemoveRevslider,openAnimationSpeed:0.3});
// type: Name of the Post to load via Ajax into the Essential Grid Ajax Container
// func: the Function Name which is Called once the Item with the Post Type has been clicked
// killfunc: function to kill in case the Ajax Window going to be removed (before Remove function !
// openAnimationSpeed: how quick the Ajax Content window should be animated (default is 0.3)
}
}
},30);
});
`
If this is a new install of Visual Composer you will have to set up the permissions in Visual Composer settings for the new Elements to show up, if they aren’t already.
There is a simple fix,you need to install V6 with a fresh install because it’s like a new theme,people that using newpaper V4 can move over to V6 with out much issues,because it was build for that but not the “Magazinly theme”
So it’s best you delete the theme “Magazinly” and start with a fresh install with V6 with out having a bunch of issues also update ur VC plugin to work with V6…and very important do a BACKUP..
Hello,
I’ve purchased and installed Newspaper 6.4 on my site using Magazinly, as I’ver read it would be a direct migration process. I’ve installed Visual Composer plugin from Newspaper control panel.
Now Visual Composer codes seem not to be correctly interpreted. You can see the main page appearance under Magazinly theme here: http://postimg.org/image/jye2revtb/
And the same main page appearance under Newspaper 6.4 theme here:http://postimg.org/image/cr7shsvin/
Also, trying to edit the page, Visual Composer toolbox seem not to include the needed items, as you can see here: http://postimg.org/image/se3n8wyof/
I’ve tried to run the script that updates shortcodes from Newspaper 4 format, but it returns an error (no Newspaper 4 found) and now the site is off. No way to access the wordpress admin panel (empty html page returned by the server). Now trying to restore it from backup
Any advice about the Magazinly to Newspaper 6 migration?
Thank you
If you have buddypress installed, clicking on it will not redirect user to their profile page. How to solve it? Also there s a way to have a user menu while pointing on it (with al the link present in the admin bar profile menu)?
Tks
Roberto
I tried to update from Version 4 to Version 6 following the instructions. I am using a Child theme, so was expecting some minor global navigation issues (typically happened after prior updates).
However, the update completely failed. I tried doing the WordPress way to do the new install. After I complete the required steps, I see either error code or worse, a completely white screen when I try to follow your instructions.
I just did a revert to my Backup of version 4, and thankfully my site appeared again! WHEW!!!
I’m not willing to try this again. Sadly, I will probably be using a different theme as I cannot afford to have my site crash, and can’t update it with the provided files and instructions.
Sorry, but your instructions and the resulting user experience are not good!
Craig
Hi Alin, i have installed a clean wordpress, with clean Newspaper theme downloaded from themeforest.
Then, i imported the newspaper config and posts, etc. But the big image is still there.
Can you tell me is there is something to test?
Thanks!
Hello,
We installed Newspaper 6 on the 16th on June. We also have the v3 of Social Counter.
Everything works except the Instagram counter that stays at 0.
Website link: http://www.lavieduriz.com
We’ve seen the new update of Newspaper but we already have the 6th version. Shall we still update ? If yes, how should we proceed ? (We are beginners…)
Thank you
Emilie and Kevin
Hello! When I try to upload an image with the plugin “thumbnail upscale” activated i only get an error, i have tp refresh the page and then i’ll find the image correctly uploaded.
Here’s the errore i get:
Warning: imagecreatetruecolor(): Invalid image dimensions in /public/wp-includes/media.php on line 2128
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in /public/wp-includes/class-wp-image-editor-gd.php on line 198
Warning: imagecreatetruecolor(): Invalid image dimensions in /public/wp-includes/media.php on line 2128
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in /public/wp-includes/class-wp-image-editor-gd.php on line 198
Warning: imagecreatetruecolor(): Invalid image dimensions in /public/wp-includes/media.php on line 2128
Warning: imagecopyresampled() expects parameter 1 to be resource, boolean given in /public/wp-includes/class-wp-image-editor-gd.php on line 198
45
I already checked some basic stuff: there’s enough memory allocated to WP, the file format is supported and correctly named, i don’t use anything like photon (i’m testing on a clean install) or Cloudflare. When the plugin is deactivated the error goes away. Also, the problem doesn not replicate if i switch to TwentyFifteen.
Can you please help me? Thanks.
I have used block 16 in single loop .php to display other posts from the same category.
Please how to change th query that display block 16 to ecxlude the actual post from displaying
http://www.panorama.com.al/basha-instat-i-qeveritar-pranoi-sot-zyrtarisht-krizen-rama/
I want in the right hand of website not to show the actual post but others from the same category
Where to find this $buffy .= $this->inner($this->td_query->posts, $td_column_number); to modify?
I use this shortcode in loop_single1
<?php echo do_shortcode(‘[td_block_16 limit=”5″ style=”” category_id=”‘.$rezi.'” category_ids=”” tag_slug=”” autors_id=”” installed_post_types=”” sort=”” limit=”5″ offset=”1″]’);?>
$rezi is post category but i want to exclude thispostid
Hi
Notice that the Speed Booster plugin disable itself when an incompatible plugin it’s uninstalled. We added this measure to avoid conflicts with the plugins that won’t allow to move their resources at page bottom. You can check the Speed Booster status here: http://screencast.com/t/kkxdhLZH To keep the plugin always activated please follow this link: http://screencast.com/t/HaOmyxJ45oX
Let me know how it goes!
Thanks!
I installed Newspaper 3.8.1 on http://blog.tsevillano.com/ and still the error.
Can we say that is a problem of “Newspaper”?
It was shown that is not a problem of our WordPress or modifications that we made to the Theme.
Can you fix it?
Thanks you
Kind regards,
Hi,
Please contact the server administrator and ask if the zlib extension is installed on the server – http://php.net/manual/en/zlib.installation.php – http://screencast.com/t/fTn48z98fFXj
Thank you!
That super cache plugin is rubbish it don’t cache ur site good,I don’t know why the support team will recommend that plugin to they clients,when that plugin first came out it was good since all the updates the plugin gone down hill…
The best plugin for doing a great cache job on your site and works great with the theme is “ZenCache” this plugin make ur site very fast and works as entended… get it via WP https://wordpress.org/plugins/zencache/
The plugin so popular that it have these much installs.. Active Installs: 50,000+
OVERVIEW
If you care about the speed of your site, ZenCache is one of those plugins that you absolutely MUST have installed 🙂 ZenCache takes a real-time snapshot (building a cache) of every Page, Post, Category, Link, etc. These snapshots are then stored (cached) intuitively, so they can be referenced later, in order to save all of that processing time that has been dragging your site down and costing you money.
The ZenCache plugin uses configuration options that you select from the options panel. See: ZenCache -› Options in your Dashboard. Once a file has been cached, ZenCache uses advanced techniques that allow it to recognize when it should and should not serve a cached version of the file. By default, ZenCache does not serve cached pages to users who are logged in, or to users who have left comments recently. ZenCache also excludes administrative pages, login pages, POST/PUT/DELETE/GET(w/ query string) requests and/or CLI processes.
Features
SIMPLE and well-documented configuration (just enable and you’re all set!).
Options to control the automatic cache clearing behavior for Home and Posts Page, Author Page, Category, Tag, and Custom Term Archives, Custom Post Type Archives, RSS/RDF/ATOM Feeds, and XML Sitemaps.
URI exclusion patterns (now supporting wildcards too).
User-Agent exclusion patterns (now supporting wildcards too).
HTTP referrer exclusion patterns (now supporting wildcards too).
The ability to set an automatic expiration time for cache files.
Client-Side Caching (to allow double-caching in the client-side browser).
Caching for 404 requests to reduce the impact of those requests on the server.
RSS, RDF, and Atom Feed caching.
The ability to cache or ignore URLs that contain query strings (GET Requests).
An Advanced Cache Plugin system for theme and plugin developers.
-
This reply was modified 10 years by
Steven.
Hi,
I’m experimenting some problems with the website I installed the Newspaper theme. WordPress seems to have difficulties and the all the Twitter widgets show the following message: Error name lookup timed out
Here’s the website at hand: http://www.lvcentinvs.es/new
Can you check what is going on?
Thank you
Best,
César
Hi,
I re-uploaded the Theme using via WordPress install (i.e. De-Activated Theme, Installed new version, then Re-activated Theme).
Working okay again now.
Thank you!
Hi,
Please check documentation – https://forum.tagdiv.com/introduction/
If you decide to change the demo or uninstall it, the import system will make sure that you website is clean: no additional sidebars, menus or content. It will leave you website just like it was before you installed the demo.
Thanks!
Hello,
I tried to install the demo theme Newspaper and i get this error. What can it be ? Thank you
Valentin
Hi, I have managed to push demo install to 99/100 on Google Page Speed!
Only one thing keeps me from 100/100 and it drives me crazy 🙂
“Leverage browser caching for the following cacheable resources:
http://…/images/icons/newspaper.woff?7 (5 days)”
What ever I do for this newspaper.woff file, addtype, add to browser caching, delete from style.css and font-less file, rename, nothing – it is always there and it is the only file not cached by my server.
PLEASE HELP 🙂 How to remove this file, or make it cache in browser for at least one year …
Thanks!
Well, you should of course make periodic backups of your entire website, such as via FTP, or your hosting account file manager.
Exporting
a) tools > export will save basic dbase stuff but not “the” dbase on server
b) theme panel > export settings — save to a txt file; saves most theme settings.
I won’t suggest the DUPLICATOR plugin, since if you’re asking this here that will be way beyond your skill.
You can use this awesome plugin for free:
“MY WP Backup”
http://downloads.wordpress.org/plugin/my-wp-backup.latest-stable.zip
Or look for that on theme repository, or auto-install via the WP add plugin panel for “My WP Backup.”
My installations seems to be having problems since yesterday showing icons. http://www.elocuent.com/elo/
Only change i can think of is that my hosting service changed permissions overnight of the WP-login.php file.
All images are loading and this is only icon related I.e. span.td-social-icon-wrap:nth-child(1) > a:nth-child(1) > i:nth-child(1)
i deactivated theme and reactivated and seems to be consistent.
weird thing is that i only happens for desktop browsers firefox and chrome, but no for desktop safary or iphone safari.
Hi there,
I’ve just installed the envato toolkit to manage the updates you guys release; I know it was asked once before (but not specific to my question):
What type of customisation is this warning message referring to?
I’ve made some changes in the ‘theme panel’ itself (some additional CSS, and also the various settings like favicon files, and header image) — but these are stored in the database (?) I’m pretty sure.
So would that mean that these ‘customisations’ (or, better put – personalisations) would remain the same if I did the automatic installer / updater?
Thank you!
Hi Alin,
It’s very bizarre, I remove every single plugin and still going to “/home”
I had installed the demo? If I remove it will it modify my site?
-
This reply was modified 10 years by
kingmjl.
Hi habschronicle,
You can also install them from /plugins folder that came within full theme’s folder you’ve downloaded from themeforest: http://screencast.com/t/adr5IZh0V however you should also have them here: http://screencast.com/t/Yz8xf2ZSMQ so please check if they are present there and let us know if you still can’t managed to install them let us know and provide your site’s admin login details so we can have a closer look at this. Send them via email, at contact@tagdiv.com and also include a link to this topic.
Thanks
I really don’t know what went wrong yesterday after doing a fresh install of the theme 6.4 and after i get that error,well today i download the theme again and took the same steps doing a fresh install and now it’s all ok..