Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Simion C.
tagDiv Staff

Hi,

I see that there is a background color at the moment on the mobile responsive version – https://www.screencast.com/t/8PyvgHwopif You can have that background on the homepage as well, by removing the .single class from the code provided above and it should work. From what I understood you wanted it only for the posts, so just make the modifications to have it apply on the homepage too.
About the post title, the theme does not have a feature like that, but you could search for some plugins that have that functionality and try a few of them out.

Thanks

Simion C.
tagDiv Staff

Hi,

You could remove the link to the documentation if that is what you want. You just have to edit the td_config.php file found in the theme folder->includes and remove the line of code that contains that link – https://www.screencast.com/t/zwDM0jwiw3

Thanks

Simion C.
tagDiv Staff

Hi,

If that is the modal image feature, check to see where the images you have inside the post are pointing – https://www.screencast.com/t/THH3I7PN they should be linked to the image url – https://www.screencast.com/t/g4kYVj5J If that is not what you mean please provide more details and a link to your website if possible.

Thanks

Simion C.
tagDiv Staff

Hi,

The theme does not have a redirect feature if that is what you mean. You could use a plugin or you could use a 301 redirect – http://www.wpbeginner.com/beginners-guide/beginners-guide-to-creating-redirects-in-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

In order to achieve that you must edit the corresponding loop single file to your post template style you use, in your case loop-single-5.php found in the theme folder. You must insert the line of code responsible with the comment section – https://www.screencast.com/t/aUBBxLCZwxfr in the loop single file, as by default it is always at the bottom of the single post page after the loop, like this – https://www.screencast.com/t/NmmkkwebIeN above the next/prev article like you want. This is the code I used

<?php comments_template('', true); ?>

Result – https://www.screencast.com/t/DK20YIvmX
Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can inspect it and see this issue first hand. I can not give you a solution based on this screenshot.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Unfortunately you must set a fetured image for each of your articles – https://www.screencast.com/t/ChFny9gAY You can not set a featured image for all your posts at once. More information here – https://forum.tagdiv.com/featured-image-or-video/

2. The Newspaper mobile theme is fully tested and expected to work properly if you choose to activate it – https://forum.tagdiv.com/the-mobile-theme/ As for the mega menu it is not supposed to work on mobile, it is a feature just for desktop and only drop-down menu style is available. It is the same for the responsive version of the theme, if you choose not to use the mobile theme plugin. It can be deactivated just like any other plugin, in the plugins section – https://www.screencast.com/t/lmibpuez

3. Please follow this guide to set your 7 days sort order for your posts – https://forum.tagdiv.com/7-days-post-sorting/ And make sure you have post views enabled in theme panel, because this sort order is based on page views.

4. The theme uses the default wordpress user roles and capabilities – https://codex.wordpress.org/Roles_and_Capabilities where you can create users and asign a role to them. You can set an author for each post in the post edit page – https://www.screencast.com/t/TsMBDbxZJ or in bulk – https://www.screencast.com/t/ybfu0yOgCx1 You could search for a plugin with these capabilities if you want.

5. You can create a page however you want using the Visual composer elements avilable – https://forum.tagdiv.com/how-to-use-visual-composer/ Maybe what you are looking for your page is a homepage post – https://demo.tagdiv.com/newspaper/homepage-one-top-post/

6. I do not understand what you mean by website default picture, users can share posts and the post image – https://forum.tagdiv.com/facebook-share/ Please provide more details if I am misunderstanding what you mean.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your site so we can inspect it and see the problem you have with the menu. As a test you could disable all your plugins except Visual composer and the mobile theme plugin (make sure you have the latest version of these plugins), clear your cache and check to see if the problem is resolved, because this issue could be caused by a plugin.

Thanks

Simion C.
tagDiv Staff

Hi,

You can use a header ad – https://forum.tagdiv.com/header-ads-adsense/ and choose one of the 12 header styles available – https://forum.tagdiv.com/header-styles/ each with a different style for the menus and ad position.

Thanks

Simion C.
tagDiv Staff

Hi,

You should be able to filter the posts by id – https://forum.tagdiv.com/block-settings-guide/ by entering the post id, or a category id with a “-” in front of the id – https://www.screencast.com/t/vrIQ9o8QV or control the posts displayed using the sort order. Additionally you can use an offset for our posts – https://forum.tagdiv.com/offset-feature/ More about block settings here in this tutorial – https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

It is recommended to use the WP Super Cache plugin – https://forum.tagdiv.com/cache-plugin-install-and-configure/ along with the theme because this is tested and should work properly. And the same for Cloudflare – https://forum.tagdiv.com/cloudflare-cdn/ For the WP Total Cache problems or issues you could search the forum, and see what problems other users are facing when using it and in what situations, since it could not be the same for every setup, and we did not test this plugin with the theme to say for sure what problems you might be facing.

Thanks

Simion C.
tagDiv Staff

Hi,

You can set a hover color for the social icons in the header top menu – https://www.screencast.com/t/al4nJznYfh and also for the social icons in the footer – https://www.screencast.com/t/woIuHNfp This should apply to all the social icons you have entered account information in Theme panel->Social networks – https://www.screencast.com/t/EIBPa2pD Anything else will have to be custom made. Here is a link to the browser inspector tool – https://forum.tagdiv.com/search/browser+inspector/ to help you create custom code for the elements you want.

Thanks

Simion C.
tagDiv Staff

Hi,

You just need to identify the class used and change the color of the span text like this – https://www.screencast.com/t/o8iqGsJJ Also if you want it to apply only for the default post template it should look like this – https://www.screencast.com/t/gAeped5N More about the browser inspector here – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ You must enter the code in Theme panel->Custom Css

.single_template .td-post-next-prev-content span {
color: yellow!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately the top bar is not visible on mobile, only the header main menu specially designed for mobile as it can be seen in the demo – https://www.screencast.com/t/3BkWrGdVkCh If you want to display the top bar menu, it will have to be achieved using a custom code. Please provide a link to your website or at least the header style you are using and I will try to help you.

Thanks

Simion C.
tagDiv Staff

Hi,

It should be as specified here – https://forum.tagdiv.com/block-settings-guide/ The featured sort order shows posts that have been added in the featured category if there are any. Please check what post categories are assigned to each element – https://www.screencast.com/t/VGpYUIRfN maybe you have set the featured category as a filter, so it displays posts only from that category. You can also use an offset in the block settings – https://forum.tagdiv.com/offset-feature/ if you want to have different posts from the same category on different blocks.

Thanks

Simion C.
tagDiv Staff

Hi,

It seems the layout of the theme is broken, you should try to disable all your plugins except Visual composer, clear your cache and purge cdn files. Also check any custom code you may have entered in theme panel or added to the theme files. But if nothing works you could do a fresh install using one of the two methods – https://forum.tagdiv.com/install-via-wordpress/https://forum.tagdiv.com/install-via-ftp/ and using only the recommended plugins.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check to see if the wordpress parameters are as recommended – https://forum.tagdiv.com/system-status-parameters-guide/ because this could cause the issues you are having. Also you could try the Ftp installation method – https://forum.tagdiv.com/install-via-ftp/

Thanks

Simion C.
tagDiv Staff

Salut,

Folosind header style 9,10 sau 11 nu este nici o limita de width pe logo – https://forum.tagdiv.com/logo-favicon/ Deci se poate folosi orice imagine full width fara nici o limitare, exemplu fiind acest demo al temei – https://demo.tagdiv.com/newspaper_cars/ Tot ce trebuie facut este sa creezi o imagine de o dimensiune mai mare si sa o folosesti ca logo pe acest header style care e setat in prezent. Nu este necesar sa ii modifici width-ul cu css deorece este deja full width – https://www.screencast.com/t/oxfemDZGc

Multumesc

Simion C.
tagDiv Staff

Hi,

Please use this guide to install or update your theme via FTP – https://forum.tagdiv.com/install-via-ftp/ Also please check these parameters and make the necessary modifications if needed – https://forum.tagdiv.com/system-status-parameters-guide/ As for the theme activation you can try the manual activation method – https://www.screencast.com/t/qvYFtRnFhttps://www.screencast.com/t/OWDD1rGZF3q7

Thanks

Simion C.
tagDiv Staff

Hi,

If you are using non AdSense ads with the theme’s ad system, you just have to paste the code in the ad section and the theme detects this and renders the code on the page unmodified. So it should work if the code you enter is valid. More information here – https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ However the plugin you are using could interfere with this process or it is not configured properly, and could cause this problem.

Thanks

Simion C.
tagDiv Staff

Hi,

If you deleted your featured category you can recreate it using this default name and slug – https://www.screencast.com/t/UIL6YgIAhttps://www.screencast.com/t/DDj2ylQVMfFr

Thanks

Simion C.
tagDiv Staff

Hi,

You could set a background color to the row like this – https://www.screencast.com/t/dL9gqTNVJnZ3 or do it with css code in Theme panel->Custom Css – https://www.screencast.com/t/eOqFWqoesD If you want to have a background color on all the page, you could use a code like this – https://www.screencast.com/t/OUwSz11x4 Here is a link to the browser inspector tool, to help you identify the elements on the page and their classes to easily create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately a text logo will not be displayed on mobile, so in the absence of a logo image you must upload a different logo for the mobile theme, in the Logo for mobile section in theme panel –
https://www.screencast.com/t/Brc1EXXHx More information here – https://forum.tagdiv.com/logo-favicon/

Thanks

Simion C.
tagDiv Staff

Hi,

Well if you disabled the comment count for blocks/modules in Theme panel->Block settings – https://www.screencast.com/t/nOdssnor it should not be displayed on the modules. Maybe the plugin you are using is adding it there, please check it’s settings too see this. It would be helpful if you could provide a link to your site, so we can inspect it and see why this is happening.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide more details about the problems you are having, and also a link to your site so we can inspect it and see the issue, in order to give you a solution for this.

Thanks

Viewing 25 posts - 20,001 through 20,025 (of 20,681 total)