- 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
Hi,
It might be considered and implemented in a future plugin update. Right now it is similar to the Yoast website, which is leading in SEO solutions
– https://yoast.com/social-media-optimization-with-yoast-seo/amp/
Thanks
As I mentioned that is not possible with the current functionality of the theme mobile menu. Not all themes have the same design and implementation, each is different.
That example you provided was meant to display the mobile menu like that, the Newspaper theme has a different mobile menu.
Hello valiente123,
Try the follow example from here -> https://www.screencast.com/t/WVGtdB4qxm
Thanks for the message!
You can look in the AMP plugin files, search for the elements you want and make the modifications which are required for your website. Maybe here is what you are looking for
– https://www.screencast.com/t/xeRFScc0
Actually Yoast doesn’t add the next and prev links to the headers of the pages that have pagination.
https://yoast.com/rel-next-prev-paginated-archives/
Add “noindex” to this pages is a temporally solution, but not the best for SEO. Google say this:
https://support.google.com/webmasters/answer/1663744?hl=en
We need next and prev links if we use WordPress “The Loop” for a better SEO. And the canonical to the self page.
Sample (imagining that we have a blog with 99 pages):
The homepage have this header:
<link rel=”canonical” href=”https://mydomain.com/”>
<link rel=”next” href=”https://mydomain.com/page/2/”>
The second page of the Loop:
<link rel=”canonical” href=”https://mydomain.com/page/2/”>
<link rel=”prev” href=”https://mydomain.com/”>
<link rel=”next” href=”https://mydomain.com/page/3/”>
The last page of the loop:
<link rel=”canonical” href=”https://mydomain.com/page/99/”>
<link rel=”prev” href=”https://mydomain.com/page/98/”>
I think we would all be very grateful to add this code, as WordPress developers don’t seem to want to.
For those that need the Category Tag Cloud display (like the category cloud) – Template 2
<?php
$category = get_query_var('cat');
$current_cat = get_category($cat);
$custom_query = new WP_Query( 'posts_per_page=-1&category_name='.$current_cat->slug.'' );
if ( $custom_query->have_posts() ) :
while ( $custom_query->have_posts() ) : $custom_query->the_post();
$posttags = get_the_tags();
if ( $posttags ) {
foreach( $posttags as $tag ) {
$all_tags[] = $tag->term_id;
}
}
endwhile;
endif;
$tags_arr = array_unique( $all_tags );
$tags_str = implode( ",", $tags_arr );
$args = array(
'smallest' => 12,
'largest' => 12,
'unit' => 'px',
'number' => 0,
'format' => 'flat',
'include' => $tags_str
);
wp_tag_cloud( $args );
?>
Styling with .td-post-small-box a, just add .tag-cloud-link
.td-post-small-box a, .tag-cloud-link{
display: block;
float: left;
border: 1px solid #1b5b5b;
margin-left: 4px;
line-height: 8px;
color: #ffffff;
padding: 5px 8px;
height: 20px;
background-color: #1b5b5b;
}
how can i make my site saved as webp jpeg & png
I did it this way, but not on the search page, but on the whole page the ad went- if (! is_404 &&! is_search ()) {
I also want to change Article schema to creative work in AMP pages. Please let me know the files to change.
yes, I have the stock social icons. The plugin works fine.
but what I am saying is that it could be even more robust.
There are default fields for social networks listed for me to fill out for each team member. but its limited on what fields are availble. for example, a basic icon feild for the team member website or author page on the wordpress install.
of course you can add html in here and customize it the way you want.
but it should be included by default so you dont have to partially use the plugin, and partially use html. Possibly some sort of field where a custom icon can be chosen and it will line up with all of the other icons that are built in and populated from the existing fields.
cheers!
Hello,
are you going to also include a menu in the future?
some wordpress plugins do it (example ampforwp.com)
thanks
Here is another example which may make the problem more visible https://theatreweekly.com/richard-clews-and-sarah-lam-complete-casting-of-the-country-wife/
Hello,
No, the theme panel custom css tab will not work on amp. The only method for the moment is to add your css code directly in the amp files. You should add an echo in style.php here:
https://www.screencast.com/t/vIUHFAbD6uRH
Thank you!
Hi,
Thank you for your appreciation. The official language is English on our forums so other users can read. If you want Romanian support, you can ask us via email at contact@tagdiv.com
For page speed optimization please use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/
As a note on speedbooster: https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Here are the page speed suggestions made by google:
https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.lowcarbspark.com%2F&tab=desktop
Thank you!
http://mag.prognost-on-duty.com/challenge-ad/
here is one for example
Hi Support,
I tried the new AMP plugin. Works great.
I’m only trying to fix some small issues with the css. How can i add some css specific for the AMP pages? I tried adding custom css on the theme options but this is not added to the amp pages.
Thanks,
Ronny
Hello,
The menu is not implemented by default in amp but the logo should be there.
Here is how the amp template should look:
https://demo.tagdiv.com/newspaper_crypto/td-post-ripple-ceo-and-ethereum-co-founder-bash-ico-industry/amp/
If you still cannot get the logo to show, please contact us via email at contact@tagdiv.com and provide a link to your site and wp-admin so we can login and investigate. Please also include a link to this topic so we can identify you.
Thank you!
You can use text elements, there are some of them in the tagDiv composer
– https://www.screencast.com/t/GmyvQ4Q0y3mV
– https://www.screencast.com/t/uCFipucLk
In a text column for example you can style text as needed. Use Shift+Enter for a single line space.
Hi,
First I see that the page template used is the empty template, the header and footer will not be displayed when this page template is selected
– https://www.screencast.com/t/4pfZhjx0oPMF
This is used for landing pages for example, it was only recently added in the theme along with another page template (menu overlay).
The issue with the images could be caused by a plugin conflicting with the theme. There are some errors on the page
– https://www.screencast.com/t/WPwoe3pQ
In some cases these conflicts cause the lazy-loading feature of the theme to not function correctly. You could try either to deactivate all plugins except theme plugins and see if the issue is solved. Or try deactivating the theme-lazy load
– https://www.screencast.com/t/6FVBTEIuvcY
Let us know if there is still a problem.
Thanks
Hello
I inserted the blog 4 (and also some other types) into one page and on the tag div composer view everything looks good. Afterwards i opened the page on different other brothers but the pictures of the posts are not shown anywhere else.
Can you help
There are some errors on the AMP page curently
– https://www.screencast.com/t/3JHRti1sG
Most of them if not all are related to the ads. On AMP pages you will have to use AMP compatible ads
– https://support.google.com/adsense/answer/7183212?hl=en
The codes can be entered in the theme panel AMP section like this
– https://www.screencast.com/t/uOJiiR6Si5
Hello Bogdan,
Yeah, I meant the title. I disabled all plugins and swapped theme to the main one. Also checked custom css and it still doesn’t appear. I have no menu at all for AMP just a black blank header.
Thanks
Hello,
This can only be done with customization. You will need to alter the css of the blocks in order to make them the same height. You will have to assigning an extra class to the slider and the block next to it so they can be targeted with css.
Here is an example on the default code, but this will alter every block that uses module mx1 and that is not desirable. That is why you need a custom class.
.td_module_mx1 .td-module-thumb{
height: 162px;
}
.td_block_14 .td-block-span12 .td_module_mx1 .td-module-thumb{
margin-top: 21px;
}
code with your custom class will look like so:
.mycustomclass .td_module_mx1 .td-module-thumb{
height: 162px;
}
.mycustomclass .td-block-span12 .td_module_mx1 .td-module-thumb{
margin-top: 21px;
}
result: https://www.screencast.com/t/29IpJWZZKCyi
There is also a responsiveness issue. The code needs to be adjusted for each of the 4 viewports. for desktop, tablets portrait and landscape as well as mobiles.
Change the values for each device to make it look properly on all devices. Use the advanced css box in the theme panel
Thank you!
Hi,
That is the ajax filter, the categories that are shown there can be controlled if needed. You can enter specific category IDs in the ajax filter
– https://www.screencast.com/t/UHPYC7kcPS
Category IDs can be seen here for example
– https://www.screencast.com/t/vB8S5wxMB
– https://www.screencast.com/t/ceuiBY57O
More information about the block settings here in this guide
– https://forum.tagdiv.com/block-settings-guide/
The author name for blocks/modules can be removed here
– https://www.screencast.com/t/7WsCAb1jLkcM
Thank you!
I don’t know what code you are referring to. I provided a simple example of Yoast breadcrumb implementation on a post, I simply enabled Yoast breadcrumbs in the plugin
– https://www.screencast.com/t/GlBhDAuiJ8BF
Then replaced theme breadcrumbs with Yoast breadcrumbs as shown above, with the code provided in the guide above. The Yoast breadcrumbs will display all the categories.