- 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
Hello,
I recently swapped themes from a free WordPress one to this. It’s great but I cannot add plugins without crashing the site.
For example, I need to add YOAST to support the SEO on each blog post. At the moment I have all my post showing missing meta description.
When I add the plugin via WordPress I get a message saying ‘Failed to connect to FTP server’ however the details are correct! When I add it via my server it sends an error 500 message on the screen!
Can anyone help?
Hi,
Maybe one of those plugin will work, you could keep trying. Out ticker will only slide article titles, not text.
You could even try to create your own text slider with HTML and CSS, there are a lot of examples online. Like in this topic for example, I simply entered one of those ticker codes in a raw HTML element
– https://www.screencast.com/t/7IxZpz5Ejb4c
Sorry for the inconvenience.
Thanks
Hello.
I want to know if it’s possible to add in a post (or even in a page), a list of, for example, upcoming films or videogames.
A list with featured image that when you click on it, you will be redirected to the game itselfed or open in a scrolling down pop up.
A few examples:
https://multiplayer.it/giochi/
https://www.everyeye.it/giochi/
I really love the second one. At the moment i have to put videogames all together in a single post but I don’t like it at all.
It would be great if you could also add scores/ratingsl to each game / movie.
Last how can I add an advertising video anchored to the footer the site?
Thanks
Hello. I don’t understand. Is there a plugin called “Duplicator”? I am planing to use a backup and restore function of the “Dropbox Backup & Restore” plugin.
My question is what do I need to do (if anything) about my license for the NewsPaper Theme. Can I just install the same download to the new site, since it will have the same domain name?
Also, I am using the theme currently on the domain mytravels.hdf.net. I would like to use it for both mytravels.hdf.net and http://www.hdf.net (same root domain) on the new host. Does this require two licenses for the Newspaper theme, or just one?
Thanks
I am curious to know we can add a external shortcode inside the tagdiv composer. Which element should we include the shortcode in? For example, I would like to add this shortcode to a section on the homepage – [sp_testimonial id=”4961″]
Thanks for your help!
This would be a great addition to an already great theme.
To be able to have a Post Template site wide for posts in most categories & a different style for say a Videos Category would be a wonderful thing!
It is a shame to have to change on a per post basis.
Thanks ( Hope it will be added in the future)
Since I can’t get the above working I am currently trying yet another route.
Sadly the standard wordpress functions dont seem to work on this one.
“setting orderby and order with query strings is supported automatically, without pre_get_posts. For example, if you want to view Make WordPress Core’s posts in reverse alphabetical order, you can just go to https://make.wordpress.org/core/?order=DESC&orderby=title and it’ll work”
This doesnt happen.
I have placed a bit of code on the page like so, and standard posts should be sortable, however the theme says it cant find any posts at all when I choose anything else.
<div id="sortby"> SORT BY:
<select class="dropdown-class" name="sort-posts" id="sortbox" onchange="document.location.href=location.href+this.options[this.selectedIndex].value;">
<option disabled>Sort by</option>
<option value="&orderby=date&order=DESC">Newest</option>
<option value="&orderby=date&order=ASC">Oldest</option>
<option value="&orderby=keyword&order=ASC">abc</option>
<option value="&orderby=keyword&order=DESC">ZYX</option>
</select>
</div>
This additional bit of code in functions should tackle the keyword custom field option, but that’s a no go either. Any thoughts ?
function wpse_139657_orderby() {
if ( isset( $_GET['orderby'] ) ) {
if ( in_array( $_GET['orderby'], ['keyword'] ) ) {
set_query_var( 'orderby', 'meta_value_num' );
set_query_var( 'meta_key', $_GET['orderby'] );
}
}
}
add_filter( 'pre_get_posts', 'wpse_139657_orderby' );
The page I’m currently testing this piece on can be found here:
http://v2.enola.be/albums-met-letter-d/
-
This reply was modified 7 years by
NickDeBaerdemaeker.
[Cross-post from Envato market forum – Link]
Hi,
I was wondering if it is possible to change the border color of a particular block title with custom CSS? Specifically, I am hoping to change the border color of a title adopted from a widget element (used with a plugin). Unfortunately it does not give me the option to change border color in the widget itself. Here’s what I’m trying to change:
Furthermore, I wasn’t able to find the border color element during inspection, so I was hoping that the tagDiv team could help with some code or a different workaround, if there is indeed a solution.
Hi,
In order to make to work google analytics in amp you need to set exactly this format: https://www.screencast.com/t/Hw3dsStQY3
Thank you.
-
This reply was modified 7 years by
Calin.
Hi,
You can try to deactivate one by one ( not all once ).
Example : WP User Frontend is one of those plugins ( https://www.screencast.com/t/QyEktTTfvB ).
Thank you.
Hi,
You are referring to this option – https://www.screencast.com/t/s3GH3vVV1e3g
If you use that setting for a category, the tag of that category will not be displayed in the post and category page. Example for a post page
Default – https://www.screencast.com/t/7laCpzixFb
Hidden “Street fashion” category – https://www.screencast.com/t/qeTUWnyj
That would be how the setting works. If this is not working for you, I could take a look. Provide some examples of the steps you are taking and the result, a link to the website so I can check.
Thanks
Hi,
In order to add some css to AMP you need to edit the style.php file from amp plugin, so you need to go in wp-content>plugins>td-amp>templates>style.php (example https://www.screencast.com/t/vIUHFAbD6uRH ).
Thank you for your understanding.
Glad it worked.
1. In ideal situations with no caching plugin or maybe server cache, the counter will synchronize every 3 hours. Caching plugins for example may have a delaying effect in this matter.
If that happens try to clear the cache, or set a smaller cache expiration period (most caching plugins have this option). That way the cache will be cleared and rebuilt and the data will refresh.
2. The icons are not visible for me, tried with Chrome and Firefox. Quite unusual, CSS wise everything seems to be in order from what I can see, the image containing all the icons is also loaded, positions are alright
– https://www.screencast.com/t/13Nnps3ApvTs
Hi,
Unfortunately for the moment that can be done just with some custom css ( a lot of css ).
here is an example, bat will affect some part of your website
.td_category_template_8 .td-category-header {
margin-top: -90px;
height: 400px;
}
.td-header-wrap .td-header-menu-wrap-full {
background-color: transparent!Important;
}
.td_category_template_8 .td-crumb-container {
top: 150px;
}
.td_category_template_8 .td-category-title-holder {
top: 150px;
}
.td-main-content-wrap {
margin-top: -100px;
}
.vc_column-inner{
padding-top: 100px;
}
Thank you for your understanding.
Glad it worked. The sticky setting will work for columns resulted from splitting the main rows, not inner rows. This setting is not available for inner columns
– https://www.screencast.com/t/m3flWjwZb65b
In your example the main row is not split into multiple columns
– https://www.screencast.com/t/G4cEomzkULXr
So there is no column to make sticky in the main row.
Hello Catalin.
Thanks for replying, but I need to add a div to all pages (archives, posts, pages) so I think maybe editing the right file I can achieve this.
For example, is it posible to add a custom html to an archive page?
Thanks in advance.
Hii team Tagdiv, Google Analytics is not working in AMP page (post) in latest version of newspaper theme. I have already pasted Google Analytics code to AMP section. please help me.. This is my website News Afternoon
The first thing I want to say to the developers: thank you very much for your work. You are doing really great and great! Each update pleases very much. The last demos are just gorgeous, they became wide, in three rows. Good job!
And a few questions about what I would like. Flipping through articles one by one or uploading articles after reading, do you plan to do it?
And the second question: for example such a plugin https://wordpress.org/plugins/profilegrid-user-profiles-groups-and-communities/#description with support for user pages and the ability to blog to users, have you thought of making support for such features? That would be good for sociality. Thank you in advance for answers!
Hi – they have announced WordPress 5.0 is shipping on 19th November. Gutenberg will become official at that point so can I ask the Tagdiv team what the plan is around support and compatibility. I’m sure this is top of the mind for a lot of your customers now.
Thanks,
Stephan Whelan
DeeperBlue.com
Hey there!
We need to make tables responsive in AMP but cannot find where the AMP style sheet is so that we can add a class.
Could you please let us know where we can locate it and how we can edit it. We are using the Tagdivi AMP plugin.
Regards
Ashutosh
Hello clickcookies,
The message you get is quite common with WordPress. In most cases, it can be easily fixed.
For example – https://wordpress.org/support/topic/the-link-you-followed-has-expired/
In that case, the max upload size was limited, increasing it solved the problem. Usually, this is the main cause.
Check this guide carefully and make modifications if needed
– https://forum.tagdiv.com/requirements-for-newspaper/
If everything is set properly there should be no problem. Contact your hosting provider if needed and ask them to make changes as the guide suggests.
You can also install the theme by FTP, that is not difficult to do and it’s very useful to know how to use FTP. If our guide is not detailed enough check some more online
– https://dappercodes.com/installing-wordpress-theme-via-ftp/
– https://docs.presscustomizr.com/article/141-how-to-manually-install-or-update-a-wordpress-theme
– https://www.shoutmeloud.com/install-wordpress-theme.html
Hope this helps and let us know how it goes!
Thanks for your understanding!
How can I either remove completely, or change the name of these underlined categories that appear on my home page.And how do I remove the three social counter icons?
http://928.d70.myftpupload.com/wp-content/uploads/2018/10/example1.jpg
How do remove these links at the footer of my page (Blog, About, Contact)
http://928.d70.myftpupload.com/wp-content/uploads/2018/10/example2.jpg
How do I remove this link (The Colony Magazine) that appears at the bottom of every article?
http://928.d70.myftpupload.com/wp-content/uploads/2018/10/example3.jpg
Please visit my parked website if you need further clarification:
http://928.d70.myftpupload.com
Hello mangeshpowar,
Notice that you can offer some roles and capabilities to your client which do not allow for accessing the Theme panel, for example. You should check the following documentation from here -> https://codex.wordpress.org/Roles_and_Capabilities This is a default WordPress functionality.
Thanks for your understanding!
Hello thecardinalconnect,
Did you have respected the following guidelines regarding on AMP plugin installing from here? -> https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
If the problem is still there, please send us an email at contact@tagdiv.com with your log-in information (wp-admin) so we can further investigate it closer your setup page.
Thanks for your understanding!
Hi I’d like to make a cache or ad notification, for example to make a little box show up at the bottom of the page saying something like “This website uses cache and ads”. How can I do this?