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,

You can change the fonts for the elements you want in the theme panel. If the font you want is not there you can upload custom fonts in the custom font files section
https://www.screencast.com/t/NsKwUymwZynS
More about this here (check the custom font section)
https://forum.tagdiv.com/font-customization/
Once uploaded it will be shown in the font dropdown selection.

Thanks

Simion C.
tagDiv Staff

Hi,

The categories will be listed alphabetically at all times, in the menu. The theme does not have a setting to change this. Other users that wanted to do something similar, used a plugin called Category Order and Taxonomy Terms Order. You could give that a try as well.

Thanks

Simion C.
tagDiv Staff

We could take a look, send us an email at contact@tagdiv.com and provide admin login information. Include a link to this topic in the email as well.

Simion C.
tagDiv Staff

Hi,

I believe you also asked this on email. Since you are using the default WordPress blog style homepage, the module used to display the posts is shown or can be chosen in the theme panel here
https://www.screencast.com/t/AjoRzs6f9Fq
Then you can change the font properties for it in the theme panel.

Thanks

Simion C.
tagDiv Staff

Yes it will, the file from the child theme will be used instead of the main theme file. All the modules can be customized through a child theme.

But be sure to recreate the path to the module file in the child theme, not just copy it in the child theme folder
Example – https://www.screencast.com/t/w2DwDOBfL1bn

Simion C.
tagDiv Staff

Hi,

Add custom links only if you need them, for example if you want a specific menu item to direct to a custom location or adress.
Categories should be added as categories
https://www.screencast.com/t/zhEd1ao3GB3a

Thanks

Simion C.
tagDiv Staff

Hi,

Unless you deleted the actual categories in the categories page, you can simply re-add them to the menu you want
https://forum.tagdiv.com/newsmag-main-menu/
Or create a new menu and insert the categories in it.

Simion C.
tagDiv Staff

Hi,

The theme does not have parallax ads settings, if you used a plugin or other implementation maybe check the plugin settings. I don’t see an inline ad on your website currently in desktop or mobile
https://www.screencast.com/t/0ysm4bOhVDa

Simion C.
tagDiv Staff

Hi,

Indeed, there seems to be an issue with the categories widget
https://www.screencast.com/t/yKvNpFvWtHE
The popular categories which I tested displays properly.
Use a code like this to fix the widget
https://www.screencast.com/t/GYM3wzlzQQlJ

.widget_categories li .td-widget-no {
float: right;
margin-right: 10px;
}

I will add this on our list and it will be fixed as soon as possible.

Thanks

Simion C.
tagDiv Staff

That could be possible. Please provide more details about where exactly you want to remove the author box, for which posts. A code could be made for specific posts in a specific category, to remove the author box.

Simion C.
tagDiv Staff

Hi,

If the theme system status is set properly, according to the documentation
https://forum.tagdiv.com/system-status-parameters-guide/
Then there are some solutions you could try. In some cases the solutions from these topics worked for composer problems
https://forum.tagdiv.com/topic/gray-page-tagdiv/
https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/
You could give those a try, let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer cannot be used on posts, only the WPBakery page builder can be used but it is disabled by default in our theme (bundled plugin version). It is not recommended to use this page builder on posts.
If you are using WPBakery page builder for the website, please deactivate the tagDiv composer and multi-purpose plugin. Check the results and let us know.

Thanks

Simion C.
tagDiv Staff

Hi,

@dzul The issue in this case after installing the composer was with a plugin. Upon deactivating all plugins except theme plugins there were no more issues. The composer and theme worked properly. You could try the same, to check if this is caused by a plugin. Let us know the results.

Simion C.
tagDiv Staff

Glad the issue is solved. The latest version of the theme supports PHP versions up to 7.2 so there will be no problem using that PHP version.

Simion C.
tagDiv Staff

Unless you modify the module file in a child theme or back-up the file ( and replace the default file after the update) the modifications will be lost since the theme files will be replaced. This is a child theme tutorial if you consider using one
https://forum.tagdiv.com/the-child-theme-support-tutorial/

Simion C.
tagDiv Staff

We could take a look, please send us an email at contact@tagdiv.com and provide admin login details. Include a link to this topic in the email.

Simion C.
tagDiv Staff

@Foxmediakit@gmail.com It will require access to the theme files, usually this is done connecting to the server by FTP
http://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/
Also the theme can be updated by FTP, the steps are here
https://forum.tagdiv.com/how-to-update-the-theme-2/

Simion C.
tagDiv Staff

Hi,

Seems there are some 403 errors regarding ads
https://www.screencast.com/t/NtbYMw0pqjD
You could try what is mentioned in this topic
https://www.shoutmeloud.com/adsense-403-forbidden-error.html
The Adsense ads should display if all the requirements are met
https://support.google.com/adsense/answer/76228?hl=en
https://support.google.com/adsense/answer/9724?hl=en

Thanks

Simion C.
tagDiv Staff

Hi,

That is unusual, the default sorting on category pages already is predefined by latest. This default sorting for the category pages cannot be changed by a theme option. That means that in all situations, in the category pages the latest articles will be shown first. Unless the user chooses a different sorting in the pull-down filter
https://www.screencast.com/t/663INKamMZ
We could take a look if you could provide a link to a category page on your website.

Thanks

Simion C.
tagDiv Staff

@Wlk I have inspected the website, the Instagram images seem to be displayed at the moment. Might have been a caching issue
https://www.screencast.com/t/Ju6DCRsgr


@mkguide
 You must have access to the theme files in order to make the change to the respective theme file. For the social counter plugin you could use the WordPress plugin editor as mentioned on the second page of the topic I believe.


@kjb08002
 I cannot provide a time estimate for the next theme update, at this moment.  There are other tasks that need to be finished before releasing an update. The update will contain the same modifications mentioned here concerning Instagram.


@framirezle
 You can update the theme by using this guide
https://forum.tagdiv.com/how-to-update-the-theme-2/
Be sure to make a backup before, it is always recommended to do so. The most used update method would be by FTP if possible.

Simion C.
tagDiv Staff

If the images are not aligned, then they will be displayed from the left, that would be the default WordPress functionality. You must align them center if you want them to display like that in the post/page content. You could try a code like this to align the not aligned images to center, it will work for such images as this one
https://www.screencast.com/t/Ad9sLe4ULva

.td-post-content img.alignnone {
display: block;
margin-left: auto;
margin-right: auto;
}

Simion C.
tagDiv Staff

Hi,

Replied in your other topic. The theme does not have such a setting for the ads. Maybe this could be done with a plugin or special ad codes, you could search online for this.

Simion C.
tagDiv Staff

HI,

It seems you are using the Jetpack mobile theme, on the homepage this is not loaded from what I can see
https://www.screencast.com/t/B77hO7BGV
It appears only on post pages, category pages etc
https://www.screencast.com/t/C6IzhEn1
The Jetpack mobile theme may not work properly with the theme, you could deactivate it and try our mobile theme plugin
https://forum.tagdiv.com/the-mobile-theme/
Or you could not use a mobile theme at all, the main theme is fully responsive and will adapt for each device.

Thanks

Simion C.
tagDiv Staff

Hi,

Unfortunately we cannot provide such custom work. There is no department dedicated for this task in our team at the moment. The theme blocks will display posts and pages that have been published on the website, not other content.
You may want to consider hiring a freelancer/developer to help you with this. We always recommend the professionals from Envato studios for custom work
https://studio.envato.com/

Thanks

Simion C.
tagDiv Staff

Hi,

The website loading speed is affected by many factors, like hosting server, plugins, page size etc. There are many guides here in the forum that can be useful in improving website loading speed. Some of them here
https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/cloudflare-cdn/
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
Begin optimizing the website and keep testing, improvements will start to show. Also be sure to check the theme requirements and system status
https://forum.tagdiv.com/system-status-parameters-guide/
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks

Viewing 25 posts - 10,451 through 10,475 (of 20,681 total)