Please provide a link to your website where this is happening and we will inspect this issue first hand.
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.
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
Hi,
You could use the client element, note that there is an inner row element, this can be used to split the row in more columns
– https://www.screencast.com/t/tNHwyBT640oe
Rows can be stretched as well to full width or predefined widths
– https://www.screencast.com/t/BxvVdXYE
Or as you mention search for a slider plugin which has the options you need. Most plugins offer shortcode implementation. Such shortcodes can be entered in simple text elements (rendered after the page is saved and viewed).
Thanks
If you could mention what exactly you are trying to do in more details, we will try to help you. All the demos can be found here
– https://www.screencast.com/t/bBHu3XlYCDBq
There you can find homepage content and custom design. Note that also when installing a demo theme panel settings are imported as well.
Now that is unusual, so the problem is that the main header menu is displayed twice. I have not seen this before. If you could provide a link to your website we will take a look.
Maybe a plugin is causing the issue, you could try as a quick test to deactivate them all, except theme plugins. Clear all caching and check to see if this has any effect.
I have tried setting a menu as the main menu as well, but it is not doubled
– https://www.screencast.com/t/5HZaKnWTGT3
– https://www.screencast.com/t/8cLEgmM1D9Ys
By default there is no login element that can be placed on pages, the login is in in the top bar only. There is a solution in this topic that you could try
– https://forum.tagdiv.com/topic/login-modal/
Also you could try to move the login section in the footer, in this topic it is moved in the main menu
– https://forum.tagdiv.com/topic/login-modal-in-main-menu/
You could move it in the sub-footer or other footer files and make tests
– https://www.screencast.com/t/XL6zuEVmcYB
Hi,
I have used a code like this to remove the gradient below the header menu, when using multi-purpose header style 3
– https://www.screencast.com/t/yrUWyxrT
– https://www.screencast.com/t/n29qUNfFvzQn
It also removes the gradient when the menu is sticky, you could give it a try
.tdm-header-style-3 .td-header-gradient:before {
display: none;
}
If it does not work, please provide a link to your website so we could take a look.
Thanks
Sorry for the misunderstanding. I believe you are using footer template 4, so a code like this will eliminate the default padding top and bottom, reducing the space
– https://www.screencast.com/t/TigUMGHf
Enter it in Theme panel->Custom CSS. If this is not working please mention the footer template you are using and I will modify the code
.td-footer-template-4 {
padding-top: 0;
padding-bottom: 0;
}
The email color will be the theme accent color set in the theme panel
– https://www.screencast.com/t/s9sMqiRj54AJ
If you want to keep the current theme accent color and change the email color, use a code like this
– https://www.screencast.com/t/BNxLqoVa
.footer-text-wrap .footer-email-wrap a {
color: blue;
}
So something like this – https://www.screencast.com/t/iEiexIzV1xdp
.td_block_big_grid_mob_1 .td_module_mob_2 {
border-bottom: 1px solid #111;
box-shadow: 0px 1px 0px #777;
}
I have not seen this issue before. The essb could be related to a sharing plugin. You could try to deactivate all plugins, except theme plugins. Clear all caching and CDN. Then check if there are extra parameters in the URL, or detected issues.
Send us an email and we will investigate further and make tests. Please make a backup of the website before.
Hi,
The theme uses the default WordPress login functionality, and the capabilities it has. We have not tested authy up to this moment, with the theme. I could not say if there are any plans to begin testing, sorry for the inconvenience.
Thank you!
The issue with the thumbnails could be caused by a plugin conflicting with the theme. There are some errors on the page
– https://www.screencast.com/t/q61Se1vks2b
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.
In that file would be all the default post markups the theme ads. You can make your modifications there and keep testing.
Actually the page template with latest articles should be selected. A page created with this template will display your latest posts
– https://www.screencast.com/t/rYfjrxC3W6A
This section will be paginated, also it has options to set a sidebar and filter the content as needed.
Result – https://demo.tagdiv.com/newspaper_recipes/blog/
The default comments should appear if enabled in all the necessary locations. Check if the comments are enabled in the WordPress settings first (disable auto close)
– https://www.screencast.com/t/cL1kpqQzLgd
Check in the theme panel – https://www.screencast.com/t/uoGi4jK8l
Check in individual posts – https://www.screencast.com/t/FNardINAouU
The comments should appear if enabled in all these places.
Hi,
Unfortunately the theme will only work with WordPress, this is a requirement
– https://forum.tagdiv.com/requirements-for-newspaper/
There is only one theme version which works on WordPress only.
Thank you!
Hi,
If you could provide a link to such a page we will inspect it and try to identify why the images are not displaying.
Thanks
Hi,
Indeed, when the mobile theme plugin is activated that will be the case. Each page will require 2 versions, desktop and mobile
– https://www.screencast.com/t/WPGMBMCWC
Page builders cannot be used on mobile pages. Note that the plugin is optional. It is useful if you want to display a different and simpler version on mobile devices.
If you want to display the same content from desktop, simply deactivate the plugin
– https://forum.tagdiv.com/the-mobile-theme/
I have created a smart list using style 1, with 12 sections in it, for me there is no such problem after number 10 section
– https://www.screencast.com/t/N2aOzfF6TJEr
– https://www.screencast.com/t/m2kWVMQBbPh
– https://www.screencast.com/t/t9AHdkJBqW
As long as the smart list is created properly, there would be no limit to the number of list sections
– https://forum.tagdiv.com/smart-lists/
If you continue the post content after the list ended, be sure to use the smart list end shortcode as mentioned in the guide.
@thebackbenchers Replied in your other topic. As mentioned, please do not reply in your own topic multiple times, this will delay the response. Try to provide all the details the first time, we will respond as soon as possible.
Hi,
Most of the things you want to do would be solved by simply reading the block settings guide in the documentation
– https://forum.tagdiv.com/block-settings-guide/
Each grid and block can be set to display posts from the category you want, sorted as you want.
An invalid sorting will result in the elements not displaying any posts (no posts message). So please edit the page with the composer and configure the grids/blocks as you want (filter tab).
Please also try to post all the details in one reply, if you keep replying in your own topic you will only delay the response. We answer from oldest to newest, you will renew the topic if you keep replying.
Thanks
The post markup is found in this file
– https://www.screencast.com/t/zbLHSmIA
That is where all the theme markup for posts is defined and where you can make your needed modifications.
@Vinay Since this is not a theme option but a theme customization, further modifications would be necessary like you mention.
I believe this is on our list, in the future this might be implemented officially and properly.