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,

A simple image with a link can be inserted in the ad sections of the theme panel. Like this example for the header ad
https://www.screencast.com/t/0PHrIbY3V
Different ad scan be displayed depending on device. Please see this guide
https://forum.tagdiv.com/using-other-ads-non-adsense-ads/

Thanks

Simion C.
tagDiv Staff

Hi,

You could either modify that post template file from the theme, and comment or remove this code to not display the featured image in the post page
https://www.screencast.com/t/1KZco6Ptd
Or enter this code in Theme panel->Custom CSS section
https://www.screencast.com/t/DMgGlgbgVk

.single_template_2 .td-post-featured-image {
display: none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

It could also be the case that the admin ajax request is blocked by the server. Check this topic for more information
https://forum.tagdiv.com/topic/cant-save-theme-options-2/

Thanks

Simion C.
tagDiv Staff

Hi,

Please follow this topic if you would like to add more custom ad spots
https://forum.tagdiv.com/topic/costum-ad/

Thanks

Simion C.
tagDiv Staff

Hi,

I have tried to create an account by registering on your website. The system seems to be working from what I can tell
https://www.screencast.com/t/66pcwlelRq
The message that you mention is not displayed. Only if a user tries again with the same registration information it should be displayed
https://www.screencast.com/t/sWTokeGDdg
There are registration plugins that you can try for more advanced settings and options, or custom logins. The theme login can be disabled in the theme panel if that is the case.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try a code like this one, it will change all the article titles on the homepage to the color you want
https://www.screencast.com/t/3L6lfMQk
https://www.screencast.com/t/xExyxozl70
Enter the code in Theme panel->Custom CSS

.home h3 > a {
color: #1903ba;
}

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe these topics may prove of some help
https://forum.tagdiv.com/topic/ad-rotate-on-front-page/
https://forum.tagdiv.com/topic/custom-and-random-ads/
Please also check the plugins documentation
https://ajdg.solutions/manuals/adrotate-manuals/

Thanks

Simion C.
tagDiv Staff

Hi,

When the setting regarding comments is activated in WordPress->Discussion
https://www.screencast.com/t/N4hhn1gr
The new posts should have the option already checked. If the setting is activated the post looks like this
https://www.screencast.com/t/Affek7Nakn
If it is deactivated it looks like this
https://www.screencast.com/t/7ehbOt98q
The theme setting regarding post comments only controls if the comments section will be displayed in the post page.

Thanks

Simion C.
tagDiv Staff

Hi,

The related articles number of posts can be changed in the theme panel. Please check this guide
https://forum.tagdiv.com/related-articles/
To have 5 articles on a row, you will have to not use a sidebar on the respective posts.

Thanks

Simion C.
tagDiv Staff

Hi,

1.A. If you are referring to the mega-menu, this can be created and used regardless of demo installed. Please follow this guide to create a mega-menu
https://forum.tagdiv.com/mega-menu/

1.B. The thumbnail used in the menu module cannot be changed. That is how the menu and styling are designed. It would require modifications in the theme files, and most likely custom styling to change the thumbnail of the module.

1.C. The latest articles section is displayed at the bottom of the page, when the required page template is selected. It can be disabled or customized in terms of content it displays. Please check here for more information about the page templates
https://forum.tagdiv.com/page-templates-2/

2. The theme general width cannot be changed. It has a fixed predefined width, it is not recommended to change it. Full width results can be achieved on pages, by stretching the rows
https://www.screencast.com/t/8pWK7vk2SQN
There are also full width grids that you can use
https://demo.tagdiv.com/newspaper/full-big-grid-1/
More information about the tagDiv composer here
https://forum.tagdiv.com/tagdiv-composer-tutorial/

Thanks

Simion C.
tagDiv Staff

Hi,

The author box displayed in the post page can only be disabled for all the posts in the theme panel
https://www.screencast.com/t/k2Mkzyk8Jc
You could hide the author box with some CSS on the post type you want, if you should consider this a solution
https://www.screencast.com/t/1bQEnxdZ6

Thanks

Simion C.
tagDiv Staff

Hi,

For me the website loads almost instantly, I see no problem like you mention
https://www.screencast.com/t/MqBb1lPbey
https://www.screencast.com/t/e8Rby0s92b
The website is very optimized and it loads very fast. Ajax issues usually come from excessive usage of features that use ajax, like block pagination, ajax block filtering etc. But it does not seem to be the case here.
These are some related topics
https://forum.tagdiv.com/topic/admin-ajax-php-issues/
https://forum.tagdiv.com/topic/admin-ajax-php-bandwidth-hog/

Thanks

Simion C.
tagDiv Staff

Hi,

I have set the Nepali language in the WordPress general settings, and the date displays like this
https://www.screencast.com/t/x9RSc6STyrSi
https://www.screencast.com/t/et8IT9mnkNR
https://www.screencast.com/t/NeaVcXQ6DV
If you changed the general language and the changes are not taking effect, try clearing any installed cache.

Thanks

Simion C.
tagDiv Staff

Hi,

There is a export feature in the theme panel. Try exporting the theme settings using the export process, then import the settings on the new location
https://forum.tagdiv.com/import-export-theme-settings/

Thanks

Simion C.
tagDiv Staff

Hi,

If you mean the view counter displayed in the post page, that will count only article views of the page on your website. It does not take into account post views in other places, or add them to the view count.

Thanks

Simion C.
tagDiv Staff

Hi,

The same menu items that are displayed on desktop will be displayed on mobile as well. That is the same menu top menu. You could maybe hide the menu items on desktop with CSS and display them only on mobile, if you should consider this a solution.
Like this for example
https://www.screencast.com/t/SOEwtxnA
https://www.screencast.com/t/XMNwhLmg
https://www.screencast.com/t/QTalRaQ7X1
This code will hide menu items on anything larger then phones, based on the unique ID each menu item has.

@media (min-width: 767px) {
#menu-item-50 {
display: none;
}}

Thanks

Simion C.
tagDiv Staff

Hi,


@lazdim
Please check again, the links seem to be working now. Maybe it was a temporary issue.

Thanks

Simion C.
tagDiv Staff

Hi,

You can click anywhere on the image, and the row settings should be visible. There you can change the background demo image.
Please check the theme system status and make modifications to the WordPress and server parameters mentioned in this guide, if necessary
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you if needed.
Please let us know if you still have problems editing or modifying the page.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately I do not understand exactly what you mean. Like I mentioned above, that is a comment count. It displays the number of comments the post has received on your website. You can disable the comment count, if you do not want it to display.
If there is a problem with the comments, please provide more specific details so we can understand better.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try the Duplicator plugin, as it is usually recommended by other users when migrating the website
https://forum.tagdiv.com/topic/how-to-export/

Thanks

Simion C.
tagDiv Staff

Hi,

If you set them to no stretch, then that is how the header style and footer style you are using look. These is how the header styles look
https://forum.tagdiv.com/header-styles/
The website will become boxed only when a background image or color is set
https://forum.tagdiv.com/background-introduction/

Thanks

Simion C.
tagDiv Staff

Hi,

1. The ajax filter is available for all the blocks. You can set it in each of the block ajax section
https://www.screencast.com/t/KEz2VVzXkQlk
There are blocks that do not display a featured image thumbnail, that you can use. Like these blocks
https://demo.tagdiv.com/newspaper/block-9/
https://demo.tagdiv.com/newspaper/block-10/
The meta information you do not need to display on the modules can be disabled in the theme panel, the category tag as well
https://www.screencast.com/t/Wj1zskzjSTI
https://www.screencast.com/t/XnJUgje9b
Here you can see the available block header styles as well
https://demo.tagdiv.com/newspaper/block-header-1/

2. Each module has a structure and it displays the information accordingly in the predefined order. This is an example of a module structure
https://www.screencast.com/t/zoupp71E2G0
To display the date next to the category tag everywhere, would require modification to all the modules. Also the styling will probably need modification, for some modules.

We have not tested plugins like the exchange widget you mention. I have not seen it mentioned on the forum. The chances for it to work properly are probably the same as for any other theme. Maybe they can provide a free test version to try it out, before purchasing it.
The theme has a simple exchange widget, not that advanced however
https://demo.tagdiv.com/newspaper/exchange-widget/
Placing it above the header would require the widget shortcode to be entered in the header template file directly
https://www.screencast.com/t/sb97pLEjzbX
The date in the Business demo is custom made. It is made of a text with title element
https://www.screencast.com/t/YjCyGTfUmy
And a Raw HTML element with this code
https://www.screencast.com/t/CfjsXOYKBR

Thanks

Simion C.
tagDiv Staff

Hi,

Even if you were to remove the padding and increase the width of the main content area, the results would not look good
https://www.screencast.com/t/Lmft0bcO
https://www.screencast.com/t/15CmjdP1x
You could experiment with modifications to the post content with custom code, maybe something like this with a fixed width (code like this should be entered in Theme panel Advanced CSS in the desktop section, as it will surely not display properly on smaller devices)
https://www.screencast.com/t/zZRVS6sPQ
Or maybe like this
https://www.screencast.com/t/nGjH6NMq
Or simply do not use a sidebar for the posts where you need a bigger width for the post content. This is a demo post without a sidebar
https://demo.tagdiv.com/newspaper/td-post-five-things-you-may-have-missed-over-the-weekend-from-the-world-of-business/

Thanks

Simion C.
tagDiv Staff

Hi,

The Latest articles title and also widget titles background color, are affected by this setting in the theme panel
https://www.screencast.com/t/saLyjJff
For the comments elements you can try a code like this to modify the background color as you wish (use the colors you want in the code)
https://www.screencast.com/t/byXjiirUC

.comments .block-title {
border-color: blue;
}
.comments .block-title > span {
background-color: blue;
}
.comments input[type=submit] {
background-color: red;
}

Enter the ode in Theme panel->Custom CSS.

Thanks

Simion C.
tagDiv Staff

Hi,

That number represents the number of comments that the post received. When the post receives comments, it will change accordingly. It can be disabled in the theme panel for blocks and modules
https://www.screencast.com/t/m3H8Q0uHqxHQ
It can also be disabled for the post page
https://www.screencast.com/t/XVBknaepx

Thanks

Viewing 25 posts - 16,026 through 16,050 (of 20,681 total)