Hi,
A maximum of two buttons can be added in a multi-purpose header style. You can add them in the multi-purpose settings of the theme panel
– https://www.screencast.com/t/FSGV5cBaHL
Thanks
Hi,
You could to that with some CSS, something like this for example
– http://prntscr.com/lnmet6
.td-module-thumb .entry-thumb {
border-radius: 10px;
}
Thanks
Hi,
The height will not be the same unless the titles have equal height. The length of the title will affect all the other post meta position.
You could set a min height for the title – http://prntscr.com/lnlzfb
That could be a solution, code used in example here
.td_flex_block_1 .td_module_wrap .entry-title {
min-height: 100px;
}
That is how the modules in this demo are made for example
– https://demo.tagdiv.com/newspaper_architecture/
The option to hide images will work per device (option is called image position), you mention you found it.
For the title space use the padding option – https://www.screencast.com/t/e38p4FdUr9
The cloud 56 block is made like this – https://www.screencast.com/t/UPTkn2QZX5I
Hi,
@Wibbly That was implemented in a previous update for the social networks
– https://www.screencast.com/t/tCdt9XXRR5
Also for the social counter – https://www.screencast.com/t/3JOXCepQmGi9
Thanks
From what I can see my colleague already replied in the topic you mention.
Hi,
@designer From what I can see while testing your website homepage the first problem in the test is with a couple of images
– https://www.screencast.com/t/usgJDtxIqI
That image you use in the revolution slider is almost 5Mb which would be a big image to download on an average mobile with an average internet speed for example. I believe that is how Google simulates on mobile.
Maybe also consider using AMP and the mobile theme, to serve faster content for mobile
– https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
– https://forum.tagdiv.com/the-mobile-theme/
Hi,
The code in the custom CSS is loaded at a later time, so the images may appear in their initial position, and then the custom CSS will be loaded.
A solution would be to load the custom code with the theme stylesheet, try to enter it there at the end (there you have to wrap the code for each device in media queries)
– https://www.screencast.com/t/wRx3yytYXUvm
– https://www.screencast.com/t/khP8q3CV
– https://www.screencast.com/t/HdcoMy3o
This effect should be reduced or removed if you will use a caching plugin to serve cached content to website visitors (non-logged in).
You could reduce the images with CSS by setting a max-width to them (height should be auto). Maybe that will work, you could try it. Further positioning or CSS code you use should not affect the image quality. Basically this is what retina does, displays double the image size.
Hi,
@ videomaker You simply have to update the plugin after the theme is updated. The old version will be deactivated and there will be an update button for the AMP plugin here
– https://www.screencast.com/t/gL5kio9su
If you already did that and the problem remains, please provide a link to a post with a featured video and the problem.
@jacinth80 The javascript errors are gone it seems. But there are no posts, all the blocks are empty from what I can see
– http://prntscr.com/lnkunv
Did something happen to the posts?
Thanks
Hi,
The image box elements doesn’t have such a setting. You would have to modify this elements and replace the existing “rel” parameter (in a child theme if possible)
– https://www.screencast.com/t/HXc5gCjl
Or keep the existing value and add the “nofollow” next to it. That might work, can’t say for sure, more research is needed
– https://stackoverflow.com/questions/1878657/multiple-values-for-rel-attribute
Thanks
Hi,
Those look like images from the black theme demo
– https://demo.tagdiv.com/newspaper_black/
I can see them on your website in their attachment pages, for example
– https://www.nouveautycoon.com/13/
They seem to be here – https://www.nouveautycoon.com/wp-content/uploads/2018/06/13.jpg You could delete theme since they are not needed anymore. These images were imported when you installed the demo.
Thanks
Hi,
You have to remove the demo ad code from the theme panel as well, it will still try to load it despite deleting it from the media library
– https://www.screencast.com/t/GgcgaYLo0AM
Please check here in the article ad sections
– https://www.screencast.com/t/0VhTUs6kA
I believe that is the bottom ad.
Thanks
Hi,
This topic is similar – https://forum.tagdiv.com/topic/removechange-red-gradient-in-fast-news-demo-menu/
The customization had to be made in the stylesheet, at the moment a gradient cannot be set in the header by theme settings. It could be removed in the demo stylesheet if needed.
You could also create another code to remove it or change it. This code will be loaded after the one from the demo, so the transition of the colors may be visible. First the default ones will be loaded, then the code you use with the different colors.
So you could remove that gradient in the demo stylesheet. I will make a note on our list so that the gradient will only apply on the header style the demo uses. So changing the header style to a different one will not display a gradient.
I should mention that a header builder is being developed, this will add more flexibility in managing and creating header styles. It will be introduced in a future update.
Thanks
Hi,
Maybe check some online discussions in the matter, here are a few I found
– https://www.maketecheasier.com/embed-youtube-videos-privacy-enhanced-mode/
– https://stackoverflow.com/questions/50051395/gdpr-and-embedding-youtube-videos
– https://www.adrianjock.com/gdpr-embed-youtube-videos/
– https://www.reddit.com/r/gdpr/comments/8degub/youtube_embeds_whos_responsible_for_consent/
Mentioning in your privacy page that the website uses videos would also be worth doing.
Thanks
Hi,
Regardless of post template the ads in the post content can be removed in the theme panel
– https://www.screencast.com/t/QsLevOwE
If you are not reffering to post content ads, please provide some more details, a screenshot, or a link to the website so I can take a look at the ads you are referring to.
Thanks
Hi,
Note that the mobile theme does not use the same template files. The post template for the mobile theme is this one
– https://www.screencast.com/t/v7pnZpoma4
So you would have to enter the code there as well, then it should show in the mobile theme.
Thanks
Hi,
You can do that. The anchor to which you want to link has to be set as well. To rows you can set IDs, so you have to set an ID to the destination row containing the element in the other page
– https://www.screencast.com/t/dzsIlRQFx
– https://www.screencast.com/t/7yBu0LhdYDrO
So when the button is clicked it will link to that page and to that row ID.
Thanks
Hi,
So the same error appears when activating the theme? We could take a look, please send us an email at contact@tagdiv.com and provide admin login as well as cPanel or FTP if possible.
We may need to deactivate your plugins for testing. Please include a link to this topic in the email.
Thanks
Hi,
Use the settings that are available to style the news ticker. If there are no settings for what you want to do with it, provide some details about how exactly you want to customize it. I will try to help you.
Thanks
Hi,
In pages built with the tagDiv composer you can place author boxes
– https://demo.tagdiv.com/newspaper/author-box/
The elements of the tagDiv composer can be used as shortcodes. So for example configure an author box in a new page as you want
– http://prntscr.com/lnigyk
Then use the shortcode where needed – http://prntscr.com/lnihch
The tagDiv composer has to be active in order for the shortcodes to work.
An element to display the author and publish date does not exist for pages. Displaying this information on top of the page would be possible if it was in the page content, or maybe in the page template files the theme uses
– https://www.screencast.com/t/A483WIy4nUcu
Only on posts the author name and publish date will be displayed. Sorry for any inconvenience.
Thanks
Hi,
Don’t know what that is exactly. What is the problem you are having with the theme? Some more details would be very helpful, for a better understanding.
Thanks
Hi,
If you use WPBakery page builder the full grids may not display same as with the tagDiv composer. In this case it seems to be bigger in height. Try to use this code in The theme panel custom CSS section
– http://prntscr.com/lnhx8p
It should make the full big grid look as it should.
.td_block_big_grid_fl_8 .td_module_mx25 {
padding-top: 14%;
}
.td_block_big_grid_fl_8 .td_module_mx19 {
padding-top: 28%;
}
You could also use the flex grids, these can have stretched widths and many other customization options as well
– https://www.screencast.com/t/t6Fz8ddh
But these are only available in the tagDiv composer.
Thanks
Hi,
So you want to remove the footer Instagram only on some pages, posts etc. That could be done with some CSS for example
Before – http://prntscr.com/lnhgkw
With code – http://prntscr.com/lnhgpq
By using the unique ID of a post or page it can be removed only on them.
Or you could do it in the code by adding a condition, to not display the Instagram in some pages, something like this for example
– https://www.screencast.com/t/ywEp5gogLab
For Google ads the the CSS solution would not work. It is forbidden to hide them with CSS, unless using media queries
– https://support.google.com/adsense/answer/1354736?hl=en
So hiding them like that is not a solution unless using media queries.
For the page content in pages it would be simple, simply don’t use ad boxes in them. But the header ad and footer ad will still show.
Most users that require more advanced control over the ads are using the Adrotate plugin. I believe this plugin has settings to manage the ads. Some info about it here
– http://www.wpbeginner.com/plugins/how-to-manage-ads-in-wordpress-with-adrotate-plugin/
– https://ajdg.solutions/manuals/adrotate-manuals/
Thanks
Hi,
I could add that to the code – http://prntscr.com/lnhajd
Now the code is like this
.mfp-figure:before,
.td-post-template-4 .td-image-gradient:before {
display: none;
}
Please let us know if you need more help.
Thanks
Hi,
I believe that is the case. We tried to optimize the demo website for good results. There will be overall performance improvements made in the theme in coming updates, to further optimize speed.
For general theme requirements this would be the guide for a proper functionality
– https://forum.tagdiv.com/requirements-for-newspaper/
There are many optimization guides provided by our users here in the forum, some made by us, you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
Thanks
Hi,
So the composer is not working at all at the moment. We could take a look at this, please send us an email at contact@tagdiv.com and provide admin login, also cPanel or FTP if possible.
Please include a link to this topic in the email.