- NewspapertagDiv AMP Plugin Tutorial
- NewspaperTrack Subscription Sources with Locker URL in Opt-In Builder
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperCredit System
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperHow to generate Facebook App ID
- NewspaperHow to insert a block inside the content of a post
- NewspaperModal Popup
- NewspaperPayPal Setup
- NewspaperLink Tracker
- NewspaperLockers
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperAdd Cryptocurrency Price Ticker Widget
- NewspaperPosts Loop Element
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperAutoptimize Plugin – install and configuration
That code seems to not work as I thought, it also causes the module to be impossible to click on.
I tried some other codes, seems to be quite difficult to do something like this. Maybe you can experiment more with these examples and achieve the result you want.
Hi,
I don’t quite understand the problem you are facing. What parameter are you referring to exactly? Some examples and more details would be helpful if possible.
Thanks
Hi,
So the first problem is that you cannot activate the actual mobile theme plugin? Are there any errors displayed when you try to activate it?
There were some cases when conflicts with other plugins caused this problem. As a workaround it was suggested to deactivate all non-theme plugins, activate the mobile theme plugin, then the rest of the non-theme plugins. That worked, you could try the same.
The responsive mode is passive, no need to activate this anywhere. That means the website will adapt to all devices automatically. The optional mobile theme is the one that has to be activated if you want to use it.
If you are facing problems, please mention some details and examples of the issues. If necessary and possible post some links to the website so we can check as well.
Thanks
hi,
http://mrpuyal.com/2018/11/2-0-official-trailer/amp/
this my webiste. menu list not showing in amp header. what can i do? help me!
Thank you very much for your appreciation. Indeed, the AMP plugin hasn’t received many consistent updates in a while. There were other priorities, but we are working on it and there will be changes and improvements made in coming updates.
I could mention your offer to our team to be considered, can’t promise anything however.
Hi,
That would be the main header menu. In the menu you can place any categories you want from the ones you have created, it can also display pages, posts, custom links etc.
There is a simple guide here – https://forum.tagdiv.com/main-menu/
For a more detailed guide you could read this one for example
– https://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/
You can create your own menus and set them, the theme has three menu spots. In the top bar, in the header (main menu) and in the footer.
Please let us know if you have more questions.
Thanks
Hi,
This is just a quick fix, you no need to worry about this issue when you’ll make the next update.
And in order to have full functionality of TD Composer you need to do the screenshot 2 and 3 like in examples ( to comment or delete that section and add the new one ).
Thank you fro your understanding.
Hi,
There are many elements from the theme that will use ajax. Like the live search function in the header, mega-menu with subcategories, block pagination, the ajax filter displayed in blocks.
So if there are many website visitors at the same time, that may happen (also maybe the server cannot handle that much traffic).
Reducing the number of blocks which use pagination and ajax filters, would reduce the usage of ajax for example
– https://www.screencast.com/t/qL6k6qbS
Thanks
Hi,
Can’t say I experimented much with the ACF plugin. Maybe double check their documentation and review the code you have currently
– https://www.advancedcustomfields.com/resources/
Check if it works and the fields get displayed in a more basic code like just displaying the field, then add the conditions and keep testing.
Also a topic with some examples in displaying custom fields in the post templates
– https://forum.tagdiv.com/topic/custom-fields-howto-any-help/
Copy the actual file there and modify it, for example
– https://www.screencast.com/t/CFopZ1MC
Then the file will be loaded from the child theme as long as it is active.
When i try to set an icon in the icon box i only see “Font Newspaper” icons.
Following icons are missing:
-Font Awsome
-Typicons
-Open icons
-TagDiv Multi-purpose
See below screenshot for more details:
http://cooki.usermd.net/screen.png
I would like to have full icons set like on the YT video (4:41)
How can i fix this ?
Regards
Lukasz
Thank you for the reply, Simion! I’ve taken a closer look at the Newspaper theme and noticed that it’s bundling an older, modified version of the official AMP plugin (0.6.2). We’re actually working with Google right now on the 1.0 release (mentioned above) and would love to see if we can help your developer team speed up bringing AMP compatibility to Newspaper. There’s no charge! We’d be happy to help for free. Newspaper is a popular, well loved theme and we want to make sure it has a great experience with AMP.
Would you or someone on your team send an email (jonathan.wold@xwp.co) to talk further?
Hi we got a message from our hosting company saying the Ajax system in our theme is causing some 504 errors. I’m pasting the email from them below. Can you please advise.
—
Hello info@sneakerbardetroit.com,
Your ticket (#1214944) has been updated.
To review the status of the ticket and add additional comments, follow the link below:
http://help.wpengine.com/hc/requests/1214944
You can also add a comment by replying to this email.
Josh Applekamp (WP Engine Support)
Nov 7, 9:21 AM CST
Hi Mario,
Hope you’re having a great Wednesday!
I wanted to touch base with you regarding some high Ajax counts I am seeing from the sbdetroit site.
32196 /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=9.1
40522 [action] => td_ajax_loop
36184 [action] => td_ajax_search
8216 [action] => td_ajax_block
wp-content/themes/Newspaper/js/tagdiv_theme.js
13807: action: ‘td_ajax_loop’,
wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
150:add_action(‘wp_ajax_nopriv_td_ajax_loop’, array(‘td_ajax’, ‘on_ajax_loop’));
151:add_action(‘wp_ajax_td_ajax_loop’, array(‘td_ajax’, ‘on_ajax_loop’));
japplekamp_@pod-150264:/nas/content/live/sbdetroit$ ack-grep “td_ajax_search” wp-content/themes/ wp-content/plugins/
wp-content/themes/Newspaper/js/tagdiv_theme.js
6110: action: ‘td_ajax_search’,
6146: action: ‘td_ajax_search’,
wp-content/themes/Newspaper/mobile/js/tagdiv_theme.js
938: action: ‘td_ajax_search’,
wp-content/themes/Newspaper/mobile/functions.php
90:add_action(‘wp_ajax_nopriv_td_ajax_search’, array(‘td_ajax_mob’, ‘on_ajax_search’));
91:add_action(‘wp_ajax_td_ajax_search’, array(‘td_ajax_mob’, ‘on_ajax_search’));
wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
154:add_action(‘wp_ajax_nopriv_td_ajax_search’, array(‘td_ajax’, ‘on_ajax_search’));
155:add_action(‘wp_ajax_td_ajax_search’, array(‘td_ajax’, ‘on_ajax_search’));
japplekamp_@pod-150264:/nas/content/live/sbdetroit$ ack-grep “td_ajax_block” wp-content/themes/ wp-content/plugins/
wp-content/themes/Newspaper/js/tagdiv_theme.js
6849: action: ‘td_ajax_block’,
wp-content/themes/Newspaper/includes/wp_booster/td_wp_booster_functions.php
146:add_action(‘wp_ajax_nopriv_td_ajax_block’, array(‘td_ajax’, ‘on_ajax_block’));
147:add_action(‘wp_ajax_td_ajax_block’, array(‘td_ajax’, ‘on_ajax_block’));
These Ajax hits are being generated from the Newspaper theme. With such a high amount coming through so quickly it is overloading our server queueing system we have for requests and causing 504 errors to occur:
80 504 “POST /wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=9.1
This particular theme does not allow easy updates regarding the Ajax activity. I would recommend reaching out to the theme developers to see if they can provide some input on getting their Ajax activity under control.
Beyond that everything else appears to be in good shape so far. I’ll keep an eye on the server and update you with any additional insight, but if you have any questions for me please let me know!
Thanks,
Josh Applekamp
WP Engine – Technical Project Manager – Finely Tuned WordPress
M-F 9:00am – 5:00pm CST
—
I use with me the plugin ACF. So I let once in the source text output the metadata for the address and once as Kontakdetails in the article.
Recently, the issue of contact details in the article no longer works.
The function looks like this:
// Company Details
function company details () {
if (is_single ()) {
$ company = get_field (‘company’);
$ company = explode (‘_’, $ company);
if (isset ($ company [0]) && $ company [0]! = ‘none’) {
echo ‘<div class = “contact”> Contact Information </ strong>: ‘;
echo ”. $ Company [0];
if (isset ($ company [1]) && $ company [1]! = ‘|’) {
echo ”. $ Company [1];
}
if (isset ($ company [2]) && $ company [2]! = ‘|’)
{
echo ”. $ Company [2];
}
if (isset ($ company [3]) && $ company [3]! = ‘|’)
{
echo ”. $ Company [3];
}
echo ”. $ Company [4]. ”. $ Company [5];
if (isset ($ company [6]) && $ company [6]! = ‘|’)
{
echo ”. $ Company [6];
}
if (isset ($ company [7]) && $ company [7]! = ‘|’)
{
echo ”. ‘‘. $ company [7]. ‘ ‘;
}
if (isset ($ company [8]) && $ company [8]! = ‘|’)
{
echo $ company [8]. ‘ </ p> </ div>’;
}
}
}
}
It is output in the loop-single.php with the command:
<div class = “contact”>
<? Php
if (function_exists (‘company details’)) {company details (); }?>
</ Div>
The contact details should actually appear directly below the article. Here (https://salzsau-panorama.de/2018/11/07/zimt-zinnober/) for example after ‘Für Fragen stehen wir Ihnen gerne zur Verfügung.’
Unfortunately that does not work.
Any idea why that is?
Hi,
is work with your example code with a little modify
.td_flex_block_2 .td_module_flex_2 a:hover:after{
/*content: ”;*/
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(196,95,10,0.9);
}
Thank you!
Hi Guys,
I got my site – http://www.pcguide.lk and the theme is doing an excellent job giving it a pro look & feel. but the thing is when ever i write a post & upload images (for cover or as media) this error occurs and prevents me from doing anything for a few minutes. “wordpress connection lost. saving has been disabled until you’re reconnected”
My server config is a moderate one. 1GB RAM but i have increased the memory limit to 64 via php ini.
also my other site which does not have this theme but runs in an identical hosting package does not have this issue. any solutions?
Hi,
Please try this custom css:
@media screen and (min-width: 1364px){
.home .the_champ_sharing_container.the_champ_vertical_sharing.the_champ_hide_sharing.the_champ_bottom_sharing {
margin-left: -110px !important;
}
}
Thanks.
Hi,
I’m having a serious issue when creating new posts in the Newspaper theme. It seems to create 2 exact versions of the post with a different permalink. One that is correct and one that leaves out one of the category levels…
Here’s an example that it has created over and over again with different posts on my website…
Correct Permalink: https://example.com/widget/blue/best-blue-widgets
Unnecessary Duplicate of Post: https://example.com/widget/best-blue-widgets
Somehow Google is picking up the incorrect duplicate and indexing it even though it’s not linked to from anywhere.
How can I stop this duplicate from being created?
Thanks!
okay.may i know which is best plugin for AMP?
That would happen, the post has to be shared while viewing the AMP version on a mobile. Then the Facebook post should have the AMP logo and direct to the AMP version of the post if viewed on a mobile.
Hi,
With live css I just give you an example.
I will give you another example.
If you want to customized this post https://www.screencast.com/t/vShNJ4B3 , clikc the right click on the page and click on inspect https://www.screencast.com/t/aX2Y5Bt0N7
let say that I want to have background color gray on the outside of content, and on content to have background color white
https://www.screencast.com/t/SRv4JjHshY
Please tell me what custom css do you need and, please provide a link to your website were I can inspect the problem and give you a custom css for it.
Also you can follow our tutorial about Create custom code with the browser’s Inspector or the Live CSS Box, here you’ll understand better how custom css work.
Thank you for your understanding.
Adding /amp to the URL is only for testing, so you can preview how the post will look on AMP.
If you activated the plugin, Google will start to serve your posts in AMP format through Google search results. That would be all there is to it.
Hello Rodrigo,
Notice that tracking can be achieved if you will use such an AdCode which allows you to access this functionality, like Google AdSense, as an example. Check here -> https://www.tendenci.com/help-files/tracking-banner-ads-on-the-site/ Also, if you will use a custom Ad Banner with an image, you should create a custom tracking system because the theme does not have any such an option for it. Generally, all advertisers offer the tracking Ads.
Thanks.
Hi,
There is an option to set a color overlay for the flex module images
– https://www.screencast.com/t/xQ8QzghEt3
That will be always on when set. To achieve the same but on hover you could use some CSS. Like this for example – https://www.screencast.com/t/vB7qpmK2zfL
When the module is hovered a gradient color will appear over it, you can modify the colors and values as needed, this is the code used in the example
– https://pastebin.com/MEq8gB8h
If I misunderstood what you are referring to, please correct me.
Thanks