- NewsmagUsing the theme translations together with WPML
- NewsmagHow to update a plugin
- NewsmagCustom Post Type Support
- NewsmagAbove footer ads
- NewsmagWeather Widget
- NewsmagHow to update the theme
- NewsmagIntroduction
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagCustom ad spots
- NewsmagArticle ads
- NewsmagSidebar ads
- NewsmagHeader ads
- NewsmagLoading image effects
- NewsmagCategory top post styles
- NewsmagSmart Lists
- NewsmagGeneral settings
- NewsmagTheme thumbs
- NewsmagtagDiv slider gallery
Can you ask one of the coders how to fix that in general (it’s important because it can affect negatively site in the SEO terms)? Maybe I can edit the amp files myself if directed correctly. On the other hand, there is no other issues with AMP.
Am peste 30.000 de thumbnail-uri, folosesc ceva premium pentru optimizarea imaginilor dar nu am aplicat si thumbnail-uri ca sunt prea multe. Pentru restul problemelor nu exista solutii?
Astazi am activat si pluginul AMP, dar se pare ca meniul site-ului nu apare. Cum o pot rezolva si eu? De asemenea as vrea sa adaug comentariile de pe facebook ca pe varianta desktop si varianta de mobil.
The modification will affect post template default from what I can see, make sure there is an ad code in the custom ad 2 spot which you are using. I have tested this using default comments, and it is working for me. Try placing the shortcode in a different position in the post template structure (corresponding loop-single file). For example like this
– https://www.screencast.com/t/zs6yyqVJs1K
– https://www.screencast.com/t/DextPgDD
For Question 2, I solved it with your suggestion. http://store.steampowered.com/
However, for Question 1, solution is not suitable for current version (coz there are no default sharing option in the td_module_single.php) https://forum.tagdiv.com/topic/add-linkedin-sharing-button/ .
Thanks a lot for the answer. I asked the other user if he managed to write a complete code, because the example written by him works in part
It seems there is an issue with the social counter. It will not appear as a widget or as an element in Visual composer unless the tagDiv composer is active. A solution would be to use the previous social counter plugin version (provided in 8.6)
– https://forum.tagdiv.com/topic/social-counter-47/
We are very sorry for this inconvenience. All these issues are currently investigated, a theme update will be released as soon as possible.
If you want to switch to the tagDiv composer, you will have to recreate all pages with it. So the amount of work will be proportional to how many pages your website has. After you get some practice with the composer, it will get easier and easier to use
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://www.youtube.com/watch?v=C0ARTSimnUY&t=121s&list=PL6CsDkMaejhr2ExZCO73U11SSVKB9r_NE&index=4
Hi,
The composers should not be used together. Choose one and deactivate the other, there will be issues between them when both are active. The tagDiv composer is the main page builder now, however Visual composer will still be provided in the theme package.
More about the tagDiv composer here, in these tutorials
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://www.youtube.com/watch?v=C0ARTSimnUY&index=4&list=PL6CsDkMaejhr2ExZCO73U11SSVKB9r_NE&t=120s
Thanks
Hello,
Can you tell me where can I add a new option for the article? For the moment there is one for Review and Simple article. I want an option called recipe so that on AMP on Google data structured I get errors.
<article id="post-30124" class="post-30124 post type-post status-publish format-standard has-post-thumbnail hentry category-dinner category-ketogenic-recipes" itemscope itemtype="https://schema.org/Article">
in
<article id="post-30124" class="post-30124 post type-post status-publish format-standard has-post-thumbnail hentry category-dinner category-ketogenic-recipes" itemscope itemtype="https://schema.org/Recipe">
I’ve seen that this code exists in theme in Newspaper/includes/wp_booster/td_module_single_base.php. I tried to modifiy it but it didn’t work
function get_item_scope() {
//show the review meta only on single posts that are reviews, the rest have to be article (in article lists)
if ($this->is_review && is_single()) {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Review"';
} else {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Article"';
}
}
I would like to add this so I can select from the post
function get_item_scope() {
//show the review meta only on single posts that are recipe
if ($this->is_recipe && is_single()) {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Recipe"';
} else {
return 'itemscope itemtype="' . td_global::$http_or_https . '://schema.org/Article"';
}
}
With the 8.7 version i started finaly to use amp. Great implementation, but still has a couple of minor bugs.
The worst of them is this, on several pages of my site:
The inline ‘style’ attribute is not allowed in AMP documents, use ‘style amp-custom’ tag instead
This is sent by google search console.
Hi,
You could use block 2 which has that layout
– https://demo.tagdiv.com/newspaper/block-2/
Or you could use two types of block, for example block 2 on top and block 7 below
– https://www.screencast.com/t/2QGp84diyh
All block have options to set a post limit, in the example I limited block 2 to 2 posts and block 7 to 4 posts. That could be a solution to achieve that layout.
An effect could be done with CSS, depending on what exactly you want the image to do on hover. Use the browser inspector to create custom code
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Hi,
That is happening because of the inline styling of the review style. It ads inline styling such as this
– https://www.screencast.com/t/NXi6q2w3
Inline style attributes are not allowed in AMP pages. I will add this on our list and it will be fixed as soon as possible. Sorry for this inconvenience.
Thanks
Hello goldleon,
Sorry but the theme does not have such a feature. AMP was not created in this regard. Please read this guide to learn how AMP works: https://www.searchenginejournal.com/difference-accelerated-mobile-pages-amp-mobile-friendly-pages/172967/
Thank you!
Hi,
That is happening because of the inline styling of the review style. It ads inline styling such as this
– https://www.screencast.com/t/NXi6q2w3
Inline style attributes are not allowed in AMP pages. I will add this on our list and it will be fixed as soon as possible. Sorry for this inconvenience.
Thanks
Hi,
That is happening because of the inline styling of the review style. It ads inline styling such as this
– https://www.screencast.com/t/NXi6q2w3
Inline style attributes are not allowed in AMP pages. I will add this on our list and it will be fixed as soon as possible. Sorry for this inconvenience.
Thanks
Hi,
So you want to move the tags and source/via bellow the top sharing in the post page. You will have to edit the post template used and make this modification. Example for default post template
– https://www.screencast.com/t/BatToVcKQ
– https://www.screencast.com/t/HJxjzCsr
– https://www.screencast.com/t/o3jvwvTNh
Thanks
Hi
I have noticed a few validation errors in the search console.
These appear to relate to the social sharing links, where the description contains quote marks.
You will see what I mean if you run this page in the AMP Test…
Thanks
Michael
I’m trying to find a way to add a class to posts in a module.
Example:
On the front page we have a listing of x posts from a given category.
Two of these is sponsored content.
I am using Advanced Custom Fields to define the post as “sponsored” in the admin-area, and therefore a meta- value is assigned to the post (e.g. “is_sponsored”).
How can I add a “sponsored” class to each post in any list without going the long way and changing the code everywhere in the theme?.
Hello,
Sorry but the theme does not have such a feature. AMP was not created in this regard. Please read this guide to learn how AMP works: https://www.searchenginejournal.com/difference-accelerated-mobile-pages-amp-mobile-friendly-pages/172967/
Thank you!
Hello FauzyAbdan,
Unfortunately, we do not have any bad reports in this case until now, sorry! Please try to make a simple AMP Post page for testing and check it again and see if this error appears. Try this with all of your untested plugins in off mode, without any active caching and see the results. After you have made this, please provide the URL so we can test it on my side.
Thanks for your understanding!
Hi!
I have a problem with comments on my website (https://brandingmonitor.pl/). A few days ago everything worked well, but today I noticed that the comments are not displayed under the posts (for example: https://brandingmonitor.pl/kastylia-la-mancha-odswieza-samorzadowe-logo/).
I’m using Disqus system, but if I disable the plugin, WordPress comment system doesn’t work too. I don’t know why. Please help. The settings in WordPress panel are ok (I didn’t change nothing).
Hi,
@Marcus_S You could try something like this for example
– https://www.screencast.com/t/Laffco6n
You can make the code more precise if needed, by block or module type
.td-post-author-name:not(:first-child):before {
content:"/";
}
Thanks
Hello,
There is no documentation for the elements as there is no documentation on the old elements as well. It is a front-end builder, meaning you can see exactly what an element does if you simply apply it to your page. In order to understand how the composer works, please check this guide that will provide some insight:
Thank you!
Hello,
I have already mentioned in multiple topic the list of tested and recommended plugins to use with our theme. Here is an example: https://forum.tagdiv.com/topic/membership-features-and-plugins/
You can also find this list in the theme panel under the plugins section of the theme.
Thank you!
Hi,
The AMP page will try to display the footer logo set in the theme panel
– https://www.screencast.com/t/55tQ3C4G
I see in this case there is a footer logo you have set in the footer logo but it is a gif
– https://www.screencast.com/t/zArUaGIHpvh
A gif format logo will not be displayed on AMP pages using our plugin, that is why the validation error is displayed. Remove or replace the footer logo with a different image (not gif) and there should be no more issues.
The plugin may support gif logos in the future.
Thanks
You can not understand me clearly… With the google analytics code works, but I’m trying to put a code on another system:
<AMP-ANALYTICS TYPE=”GEMIUS”>
<SCRIPT TYPE=”APPLICATION/JSON”>
{
“VARS”: {
“PREFIX”: “XXXXX”,
“IDENTIFIER”: “XXXXXXXXX”
}
}
</SCRIPT>
</AMP-ANALYTICS>
and when that code is placed there does not appear in view-source code on page.