Hi,
I believe that is how the infinite loading will work, with changing URLs.
The mobile theme plugin is optional, deactivating it will not cause problems. Use it only if you want to display a different and much simpler version of the website on mobile
– https://forum.tagdiv.com/the-mobile-theme/
Thanks
Hi,
Are you using the beta Gutenberg editor? From what I can find online that may happen, solutions vary from case to case
– http://toddhalfpenny.com/2017/09/04/solved-updating-failed-error-updating-gutenberg/
– https://www.themightymo.com/2018/02/20/updating-failed-wordpress-gutenberg-solution/
– https://github.com/WordPress/gutenberg/issues/9146
– https://github.com/WordPress/gutenberg/issues/7652
Maybe consider to use the classic post editor for the time being.
Thanks
Hi,
So the first problem is that you cannot activate the actual mobile theme plugin? Are there any errors displayed when you try to activate it?
There were some cases when conflicts with other plugins caused this problem. As a workaround it was suggested to deactivate all non-theme plugins, activate the mobile theme plugin, then the rest of the non-theme plugins. That worked, you could try the same.
The responsive mode is passive, no need to activate this anywhere. That means the website will adapt to all devices automatically. The optional mobile theme is the one that has to be activated if you want to use it.
If you are facing problems, please mention some details and examples of the issues. If necessary and possible post some links to the website so we can check as well.
Thanks
Hi,
I see currently an inline ad – https://www.screencast.com/t/McZKhEKP
A bottom ad – https://www.screencast.com/t/wDDTEfufDS
Note that the article top ad is not shown when using post template 1. Instead of the top ad you can use this dedicated ad spot
– https://www.screencast.com/t/xBdoPDamHMI
That spot is displayed below the featured image like this
– https://demo.tagdiv.com/newspaper/td-post-400k-for-whisky-most-expensive-foods-and-drink-auctioned/
Thanks
Hi,
From what I know there aren’t any immediate plans to modify/add the block sorting/filtering options. But there might be in the future, I will add this request on on our list if it’s not already there.
Thanks
Thank you very much for your appreciation. Indeed, the AMP plugin hasn’t received many consistent updates in a while. There were other priorities, but we are working on it and there will be changes and improvements made in coming updates.
I could mention your offer to our team to be considered, can’t promise anything however.
Hi,
Please check as a first step if WP debug is set to false in the wp-config file
– https://forum.tagdiv.com/requirements-for-newspaper/
If it’s not, set it to false and check if the issue is solved.
Thanks
Hi,
That would be the main header menu. In the menu you can place any categories you want from the ones you have created, it can also display pages, posts, custom links etc.
There is a simple guide here – https://forum.tagdiv.com/main-menu/
For a more detailed guide you could read this one for example
– https://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/
You can create your own menus and set them, the theme has three menu spots. In the top bar, in the header (main menu) and in the footer.
Please let us know if you have more questions.
Thanks
Hi,
That is a good suggestion, I will add it on our list. It will be considered by our developer team and maybe make it’s way in the theme eventually, can’t promise anything however. Sorry for any inconvenience.
Thanks
Hi,
There should be a message mentioning that the plugin failed to update automatically and it was deactivated. It should mention also to update the plugin.
Please check in the theme plugins panel and there should be an update button for the composer (and the rest of the theme plugins)
– https://www.screencast.com/t/mJbgAaoikM
Update the tagDiv composer and the other theme plugins you use and the issue should be resolved.
Thanks
Hi,
Unfortunately I don’t quite understand what you mean. Some more details would be helpful.
Thanks
Like this seems to work better – http://prntscr.com/lfrzhk
.td_flex_block_2 .td_module_flex_2 .td-module-container:hover:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(196,95,10,0.9);
}
You could now add a transition to this code, I believe that is how the website you mention does it. Here is a guide
– https://css-tricks.com/almanac/properties/t/transition/
Hi,
There are many elements from the theme that will use ajax. Like the live search function in the header, mega-menu with subcategories, block pagination, the ajax filter displayed in blocks.
So if there are many website visitors at the same time, that may happen (also maybe the server cannot handle that much traffic).
Reducing the number of blocks which use pagination and ajax filters, would reduce the usage of ajax for example
– https://www.screencast.com/t/qL6k6qbS
Thanks
Hi,
Can’t say I experimented much with the ACF plugin. Maybe double check their documentation and review the code you have currently
– https://www.advancedcustomfields.com/resources/
Check if it works and the fields get displayed in a more basic code like just displaying the field, then add the conditions and keep testing.
Also a topic with some examples in displaying custom fields in the post templates
– https://forum.tagdiv.com/topic/custom-fields-howto-any-help/
Hi,
As a first step please check if the theme requirements are met
– https://forum.tagdiv.com/requirements-for-newspaper/
Remember to add the code provided at the bottom of the guide in the htaccess file. Doing this solved similar composer issues
– https://forum.tagdiv.com/topic/gray-page-tagdiv/
– https://forum.tagdiv.com/topic/page-error-when-edit-with-td-composer/
Or it could one of your plugins that causes it, as in this topic
– https://forum.tagdiv.com/topic/td-composer-kicks-back-blank-screen/
Worth investigating plugins as well, maybe there is a conflict.
Thanks
Copy the actual file there and modify it, for example
– https://www.screencast.com/t/CFopZ1MC
Then the file will be loaded from the child theme as long as it is active.
Hi,
That demo uses a multipurpose header style, I believe style 2 is used
– https://www.screencast.com/t/tkE9N3LIVsWi
Using multi-purpose header styles there are options to set up to 2 buttons in the header. The settings for the buttons are in Theme panel->Multi-purpose
– https://www.screencast.com/t/iCfIvim6
There you can change the text, link, etc.
Please let us know if you have more questions.
Thanks
That would happen, the post has to be shared while viewing the AMP version on a mobile. Then the Facebook post should have the AMP logo and direct to the AMP version of the post if viewed on a mobile.
Hi,
Or use some CSS for it, like in this topic – https://forum.tagdiv.com/topic/scroll-back-on-top-arrow/
Thanks
Hi,
When the mobile theme plugin is active pages will not display the same content from desktop on mobile.
Each page will need two versions, one for desktop built in any way possible, and one for mobile with the simple mobile editor
– https://www.screencast.com/t/cwW4MmEwWiv9
Note that the plugin is optional, activate it if you choose to display a different and simpler version of the website on mobile
– https://forum.tagdiv.com/the-mobile-theme/
If you want to show the same content from desktop, deactivate it.
Regarding the footer, if you disable it in the theme panel for desktop it will also be disabled on mobile
– https://www.screencast.com/t/MA9zupnIY2Uv
Thanks
Hi,
Could be a conflict which appears the moment you add the widgets. You can check in the browser inspector console, if there are any errors they will appear there.
We haven’t made any tests with the plugin you mention, I can’t say why this happens unfortunately.
Adding /amp to the URL is only for testing, so you can preview how the post will look on AMP.
If you activated the plugin, Google will start to serve your posts in AMP format through Google search results. That would be all there is to it.
Hi,
We will try to help you of course. From what I can see in the screenshot there are 321 instances of the same error in the backend of that post.
You could try as a first step (chances are this will remove the errors) to deactivate all plugins if possible, leave only theme plugins active. Could be some kind of conflict with the composer plugin. Let us know the result.
Thanks
Hi,
There is an option to set a color overlay for the flex module images
– https://www.screencast.com/t/xQ8QzghEt3
That will be always on when set. To achieve the same but on hover you could use some CSS. Like this for example – https://www.screencast.com/t/vB7qpmK2zfL
When the module is hovered a gradient color will appear over it, you can modify the colors and values as needed, this is the code used in the example
– https://pastebin.com/MEq8gB8h
If I misunderstood what you are referring to, please correct me.
Thanks
Hi,
There will be more testing made by us in this matter. I believe our developer team is working on this alongside other projects. I can’t get into details however.