Hello !
You can change the background of the mobile login here: https://www.screencast.com/t/aWYsi1f1Dxa
Thank you !
Hello !
The sticky header menu can be edited or can be removed by editing it with TagDiv Composer and delete the whole content.
You will have to edit the sticky menu the same as the standard menu.
Thank you !
Hello !
1. Do you mean when users create a new account ? If that’s the case unfortunately that option comes from WordPress and cannot be modified.
2. We have not tested this plugin therefore we cannot offer support for it: https://forum.tagdiv.com/newspaper-theme-support/
Thank you !
Hello !
You can use the HTML shortcode they provide and implement it into a Column Text element. Simply insert the HTML code in here: https://www.screencast.com/t/BL70uRy5U
Thank you !
Hello !
If you are talking about why the layout is not the same. The designs do not match because you are using the mobile theme. The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
Unfortunately you cannot have the design you want. If you disable the mobile theme you will have the same layout as on desktop.
Find out more about the Mobile theme here: https://forum.tagdiv.com/the-mobile-theme/
The message you get is because you have not set any menus for your mobile menu. You will have to go into Appearance – Menus – Manage Locations and set all the menus required !
Thank you !
Hello !
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
WP_MEMORY_LIMIT try to increase it at least to 256mb.
Follow this topic for more informations: https://forum.tagdiv.com/topic/cannot-save-category-from-theme-panel/
Thank you !
Hello !
That option comes from wordpress and it is available as soon as you select the word you want to change color.
Thank you !
Hello !
Unfortunately this options is not available at the moment !
We are sorry for the inconvenience !
Thank you !
Hello !
That comes from an external source. You can find more about it here: https://forum.tagdiv.com/weather-widget/
Thank you !
Hello !
Please provide a link to your website in order to inspect !
Thank you !
Hello !
Please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you !
Hello !
Please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you !
Hello !
You will have to set the ROW’s width on your pages using the tagDiv Composer: https://www.screencast.com/t/BkWwdHh6
Or you can try this option too but if you have added modifications to your layout then they have to be made manually: https://www.screencast.com/t/xf56tQN0
Thank you !
Hello !
As you can see here: https://www.screencast.com/t/uN1Y67Sd Those are the options for you to “play” in order to set your border on those images.
Also you will have to right-click on your ROW tab not in the ROW.
Thank you !
Hello !
The must read comes from Appearance – Widgets. You can translate it there. The most popular is found in Theme Panel – Translations and the Recent comments are found in your post template wich can be editable using the tagDiv Composer: https://www.screencast.com/t/qbOlOuSNm
Thank you !
Hello !
Those are the Latest articles section. That can be removed by editing the page in wordpress as you can see here: https://www.screencast.com/t/uzXRgXTiHlH
Thank you !
Hello !
The tagDiv Composer is a PAGE builder. All the posts and their options come from wordpress. By going in the way you pointed – Posts – Add New is correct. You make your own post. You can publish it if you want and after that you can go visit your post. If you have applied a cloud template on that post you will be able to see the Edit Template button, wich for you, it means that your post is VISUALY editable using the tagDiv Composer: https://www.screencast.com/t/tsfVWD6uB2N1 ; https://www.screencast.com/t/R8rjQpUZ
Even after publishing your post or page you can simply come back to it and make changes.
I hope this was helpfull !
Thank you !
Hello !
Please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you !
Hello !
In order to see the solution for your issue please visit this topic: https://forum.tagdiv.com/topic/remove-link-from-author-box/
I hope this helps !
Thank you !
Hello !
If you are trying to Download the newspaper theme that can be done via Envato Market Here
If you are trying to upload the Newspaper theme onto your website please follow this tutorial here: https://forum.tagdiv.com/install-via-ftp/
Thank you !
Hello !
This seems to round up all corners: .td-big-grid-flex .td-image-wrap {
border-radius: 25px;
}
I hope ths is better !
Thank you !
Hello !
Please contact us via email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you !
Hello !
Unfortunately that was the way the slider was created. The option is not changeable at the moment.
We are sorry for the inconvenience !
Thank you !
Hello !
That can be achieved using a Single post template from the Cloud Library (follow the tutorial here: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/ )
After you have imported the template edit the template and add a background to it: https://www.screencast.com/t/ZZMKqnlPK5
Thank you !
Hello !
You can have Next / Back Buttons only on smartlists.
That is possible when having a Single Post template from the Cloud Library as you can see here: https://www.screencast.com/t/CO4LWTcimW
Follow this tutorial to learn how to use the Single Post Template: https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
You will have to make some modifications. First of all add this css code into your Theme Panel – Custom Codes – CSS: https://www.screencast.com/t/vxXrGBIV
.td-post-next-prev-content { align-items: center; border-radius: 40px; text-align: center; display: inline-block; margin-bottom: 40px; width: 50%; height: 50px; background-color: black; } .td-post-next-prev-content a { text-align: center; margin-top:15px; margin-bottom:5px; color: white; } .td-block-span6 { text-align: center; width: 350px; }
And you will have to make some modifications in PHP too following this path: legacy/common/wp_booster/td_module_single_base.php ( I have used Notepad++ to edit it )
and change the codes at the line: 929 ; 930 and 940 ; 941 like in here: https://www.screencast.com/t/AEgFOTDC
Thank you !