Hi,
Please post a screenshot if possible, displaying the exact element for which you want to remove the hover. I will try to give you a solution.
The theme will also save the theme panel settings and custom code added in the theme panel, in the website database. This is helpful when updating the theme, or deleting it then reinstalling at a later time.
Maybe that is what you are referring to. If you want to remove these as well you would have to clean the database and delete the unused the tables. There are plugins for this I believe, you could install one and give it a try. Be sure to make a database backup before doing it, in case something goes wrong.
Hi,
So you want to have wider content in the page? That will be possible by stretching the rows in the page
– https://www.screencast.com/t/SXwvOo5Y5il
There are also full width grids (10 types)
– https://demo.tagdiv.com/newspaper/full-big-grid-1/
For better results you could consider using flex blocks and flex grids, here you can see some designs made by us based on flex blocks
– https://affiliate.tagdiv.com/#/load/Blocks
Thanks
I am not aware of such plans currently, I could add ACF and custom fields on the testing list, but I can’t promise anything in the matter unfortunately.
Hi,
So you want to add a revolution slider in the mobile theme homepage? You can do that, the slider shortcode can be entered in the mobile editor which appears in the page edit screen
– https://www.screencast.com/t/VgOkSnGNH
– https://www.screencast.com/t/wl4DV430wn
It will appear between the top grid and the latest articles section
– https://www.screencast.com/t/nYOxP1ac033
The only way to make it appear below the latest articles would be to enter it in the mobile theme front page code directly
– https://www.screencast.com/t/qIvzoLSjSqRJ
– https://www.screencast.com/t/R5rZYlKp
<?php echo do_shortcode('shortcode here');?>
Thanks
Hi,
From what I can see the mobile theme is displayed on desktop as well. In almost all cases this is caused by caching plugins.
We tested the mobile theme plugin only with the WP Super Cache with which it works properly
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
It could work with other caching plugins, with some it may not. So the first thing to check is the caching plugin you use.
Thanks
Hi,
1. There will be no license issues, Envato specifies in the license conditions that a theme can be used for one final product (website)
– https://themeforest.net/licenses/standard
2. Install it and activate normally – https://forum.tagdiv.com/newspaper-6-how-to-activate-the-theme/
Indeed if the theme requirements are not met there could be problems with the theme and theme plugins. These would be the recommend values
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks
Hi,
Only some of the flex grids have an option to disable the hover effect, for example
– https://www.screencast.com/t/JbHdVMzPOyy
Fro those grids I could give you a code that can be entered in the theme panel Custom CSS section, it should remove the hover effect for those two grid types
.td_block_big_grid_fl_1.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb,
.td_block_big_grid_5.td-grid-style-5.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: none;
}
Thanks
Then add a negation of the is front page, so it will not appear in the homepage
– https://www.screencast.com/t/9Yr5Mld8LO
So if it’s not the homepage the ads will appear.
Hi,
Thank you for your appreciation. Regarding the question, so you want to add some parameters to the link containing the logo? Check in these two files each with two links for the logo
– https://www.screencast.com/t/l3jaueqcRW
– https://www.screencast.com/t/LR0k0zxuVkXi
Those would be the links containing the logo.
Thanks
Hi,
There are a few methods to update, there is a guide here
– https://forum.tagdiv.com/how-to-update-the-theme-2/
The most reliable and popular method is by FTP.
Be sure to make a website backup before updating, just to be safe. The theme changelog can be seen at the bottom of this page for example
– https://themeforest.net/item/newspaper/5489609
After the theme update the tagDiv composer and social counter will try to update automatically. If they don’t there will be an update button for each of them here
– https://www.screencast.com/t/BVDwWVCjxXeq
There you can update the cloud AMP plugin and newsletter plugin as well if you use them.
Thanks
Hi,
Having a drop-down menu in the sub-footer is not possible by default. In that menu location there should be a simple menu, containing website information, contact page etc. Like in this live theme demo
– https://demo.tagdiv.com/newspaper/
A drop down menu will appear as a normal menu item, the drop-down will not appear.
Thanks
Hi,
You could give it a try, it could be possible with an optimization plugin. Test this in a development install not the live site if possible, and see if doing it causes problems. I haven’t tried it, can’t say what will be the result.
Hi,
That seems to be the case, I will add this issue on our list and it will be fixed as soon as possible. The overlay should page template have priority over the background color of the menu.
In the meantime as quick fix, please enter this code in the Custom CSS section of the theme panel
.page-template-page-pagebuilder-overlay .td-header-menu-wrap-full {
background-color: transparent!important;
}
The menu background color set in the theme panel should not affect the pages that use the menu overlay template after this code is used. Sorry for the inconvenience and misunderstanding.
Thanks
Hi,
You can use widget sidebar in pages built with page builders, through the widget/widgetised sidebar element.
Both the tagDiv composer and WPBakery have such an element
– https://www.screencast.com/t/14xhW4VT7E
– https://www.screencast.com/t/kdjiqkk8WDEP
When using a page builder to build a page the sidebar has to be defined in the builder itself. When the page is not built with a composer the setting you mention will be available.
If you have a problem different than what is mentioned, please provide exact details about it so we can investigate it.
Thanks
Hi,
Quite an unusual issue, indeed the last posts are not sorted properly in that block. The block above it seems to sort alright. What if you try with a different type of block in a new test page? Set it in a similar way and check what happens.
I made a few tests in my case with the same block and alphabetical sorting, seems to work alright. If there is still a problem, send us an email at contact@tagdiv.com and provide admin login so we can take a look. Include a link to this topic in the email.
Thanks
Hi,
That is not possible, the theme panel settings will always be the same regardless. Once set they will apply at all times, no matter the language selected in WordPress or with translation plugins.
Thanks
Hi,
That would be the live search. By a theme option it cannot be disabled, only by a modification in the theme code
– https://forum.tagdiv.com/topic/disable-live-search-function/
The respective function would have to be commented or removed to disable the live search
– https://www.screencast.com/t/Nn2cOOWCHusK – https://www.screencast.com/t/V6p4XcMfOC
Thanks
Hi,
It’s not really a problem if there is no issue by default. The CSS from the AMP plugin is about 36KB so it’s well below the 50KB limit set by AMP.
There would be nothing to do about it, we can’t remove CSS from the AMP plugin to create more room for CSS loaded by plugins. If Google created this rule it has to be respected in order to have valid AMP.
Thanks
What folder are you referring to exactly? Maybe I am not understanding correctly. You can simply delete the theme and it will be gone. Then set your sidebars by different means, another theme perhaps.
Hi,
When updating or changing a theme the sidebar widgets may be moved in the inactive area
– https://www.screencast.com/t/Op31n63uIW
They will retain their settings but the sidebars will have to be recreated and the widgets entered in them. You could also clear them if needed, all at once
– https://www.wpbeginner.com/plugins/how-to-remove-the-inactive-widgets-in-wordpress/
Maybe this is what happened in your case, check in the inactive widgets area.
Thanks
Hi,
@Rob576 Looks like there are a couple of images not found (404). These can slow down the loading speed of the website considerably. The mobile menu will be accessible as soon as the page is finished loading.
One of them is in then homepage, the thumbnail from a video in the playlist which was removed by YouTube
– https://www.screencast.com/t/BYOjOdhf
You could remove that video from the playlist.
The other image I believe it is set here – https://www.screencast.com/t/DJBJExyx6sc
Check there and remove/replace the image found there.
After doing this check if this improves the loading speed.
@Epic From what I can find online deferring jquery can break the website, the theme or plugins which depend on it being loaded early. For example in this guide it is recommended to exclude it from being deferred and keep loading it in the site’s header
– https://wpshout.com/make-site-faster-async-deferred-javascript-introducing-script_loader_tag/
Thanks
Hi,
We did test on slower network connections with the mobile emulator, seemed to work well with the modifications made to the lazyload. But not on an actual 2G network. Other than the mobile emulator we would have no means to make a test with a 2G network.
Hi,
We could take a look, please send us an email at contact@tagdiv.com and provide admin login, as well as cPanel so we can investigate. Include a link to this topic in the email.
Thanks
Hi,
Yes it works, you can use it if you want to. Or use the classic editor plugin which will deactivate the Gutenberg editor
– https://wordpress.org/plugins/classic-editor/
There should be no problem with each, let us know if you have more questions.
Thanks