Hello,
Please access the sub-footer and change the sub-footer template and press the save button afterwards: https://www.screencast.com/t/XDllJOGU2
Thank you!
Hello,
Unfortunately there is no simple way of removing the theme modal image for a particular viewport. The modal is added with js. It can be removed by using this script:
if(window.matchMedia("(max-width:767px)").matches) {
jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});
}
The image will open in the wp default implementation after removing the lighbox.
Thanks
Hello,
First you will have to ad an extra class to the element you want to scroll to: https://www.screencast.com/t/JJyN5CxuVwuW
And then please the class in the scroll to class section of the tagdiv composer: https://www.screencast.com/t/UCDfdF4EpS
Thanks
Hello,
Css is handled differently for each browser. That is why when you make a custom css modification you have to know of each browser’s limitation. Firefox simply does not recognize your code. you have to create another code specifically for Firefox.
Thank you!
Hello,
The cutting does not come from this particular demo. All of the big grid full elements have a center – center cutting style. You can change it to center – top for the full grids if this is needed. Please use this css code:
.td-big-grids-fl .td-thumb-css{
background-position: center top;
}
You can add the code in the theme panel under the custom css section.
Thank you!
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
Hello,
What elements are “all” and “featured”? I cannot see them on our official demo
Do you maybe mean the ajax filters on blocks? https://forum.tagdiv.com/block-settings-guide/
Thank you!
Jello,
Please use this guide to properly update your mobile theme plugin: https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/
if you still have trouble with the plugin updates, please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
Hello,
If you want to implement an ad, please do not use a raw html element. Use a column text element and place the ad shortcode in text mode.
Thank you!
Hello,
Sorry but our theme does not allow different logos for particular templates. It can only be done on a multi-site environment with multiple installs of WordPress and the theme.
Thank you!
Hello,
Unfortunately the update bubble cannot be removed until you update the theme. you can try to remove it with custom modifications though:
https://wordimpress.com/how-to-disable-wordpress-update-notifications/
Thanks
Hi,
Your homepage will not work in amp as our theme amp implementation does not work for pages that have been built wioth a page builder.
The proper way to test amp pages is not https://www.techiexpert.com/amp as it is for posts.
Pages are tested with /?amp
Thank you!
Hello,
Please follow this topic to remove the More from author
– https://forum.tagdiv.com/topic/related-articles-remove-or-hide-more-from-author-newspaper-theme/
Thank you!
OK,
You want to change the specific template, not the general loop.php file. Here is an example for the pages using the pagebuilder+ latest articles
https://www.screencast.com/t/GnN0dpMFIO
You have to use a do_shortcodes function.
There is a case for each sidebar position so you have to place the code inside the main content container for the case you use or each of the cases if needed.
Result: https://www.screencast.com/t/kUKxHEbebnQ
Thank you!
Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation so we can identify you.
Thank you!
Hello,
You can edit the page using the tagdiv composer. The sidebar is created on the page directly so you need to use the composer and change the elements. The latest articles section is added by the page template: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hello,
Please update your plugins as well including the social counter. There is a new update released now so you might as well update to Newspaper 9
Please use this guide: https://forum.tagdiv.com/how-to-update-the-theme-2/
Use this guide to update the plugins: https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/
Thank you!
Hello,
The image is added as a row background. You simply have to click the image and then under the row settings click the css tab and change the image here: https://www.screencast.com/t/a1sAByf6vH
Thank you!
OK,
Please try this code:
.td_block_big_grid_6.td-grid-style-1 .td-big-thumb .td-module-meta-info{
display:none;
}
Thanks
Hello,
Well the header or footer will not display if using a page in the mega menu. Only the content in the main body will show. The header and footer do not count.
Thank you!
Hello,
Photon is known to cause issues with our theme so do not use it. Jetpack also has a mobile theme that will not work with our theme as well so please do not use that as well.
Thank you!
Hello,
Unfortunately adding custom content after the loop will also cause it to appear on category pages where the loop is also used. The best course of action would be to simply replace the latest articles by changing the page template to the default one and create the latest articles section in the tagdiv composer using standard blocks.
Thank you!
Hello,
Make sure you always ad the htps:// part as if not, the site url will be added instead.
Thank you!
Hi,
You can use this guide to update the plugins: https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/
Thank you!
Hello,
Please increase your memory limit in wp-config to 256MB. use this guide to also increase the other required parameters: https://forum.tagdiv.com/requirements-for-newspaper/
Thank you!