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 don’t know if it will work or not, maybe they provide a demo version so you can try it out and see if there are problems. That would be the only way of spotting eventual compatibility issues between the theme and that plugin.

The revolution slider is tested and works with our theme, but with the essential grid there were no tests made.

Simion C.
tagDiv Staff

Hi,

The best and also most recommended method to update themes is by FTP. Most reliable also
https://forum.tagdiv.com/how-to-update-the-theme-2/

That error could be caused by permissions
http://www.wpbeginner.com/beginners-guide/how-to-fix-file-and-folder-permissions-error-in-wordpress/
Or maybe it could be caused by insufficient disk space on the server, or exhausted memory
https://forum.tagdiv.com/requirements-for-newspaper/

Thanks

Simion C.
tagDiv Staff

Hi,

The category tag of a post displayed in modules, can be controlled with the primary category setting
https://forum.tagdiv.com/primary-category/
Each post will have a primary category. If you do not set one manually, the first one alphabetically will be picked. You can see in the guide what the primary category setting does.

The related articles can be controlled by category or tag. Posts that share at least one tag or category with the current post will be picked. There is no other more precise setting available for that section.

Thanks

Simion C.
tagDiv Staff

So near the title you mean position the category tag a little bit up, like this
https://www.screencast.com/t/PVTu9N9GqU
Modify the margin from the code above to a smaller value for that result. But note that if you should use a longer post title for example or even shorter, there could be problems with all these modifications.

Simion C.
tagDiv Staff

Hi,

Please follow the link below, the revolution slider examples are too big to include in the theme package. You can download them here
https://www.dropbox.com/s/mtczc43qdg96ca5/examples.zip

Thanks

Simion C.
tagDiv Staff

Hi,

An element specific for this does not exist in the composer or multi-purpose plugin at the moment. I will add this on our list however, and it might be introduced in the future.
Thank you for your suggestion.

Simion C.
tagDiv Staff

The URL is sufficient for embedding videos in most cases. It certainly is more than enough for YouTube videos
https://www.screencast.com/t/TaUguY4psgVQ
https://www.screencast.com/t/jj6nfwUBib

This is default WordPress capability, the theme will not influence the embedding process
https://codex.wordpress.org/Embeds
So simply paste the link once in the post content and there would be no problem.

Simion C.
tagDiv Staff

Hi,

That would be a very old version of theme, if I understand correctly you are still using theme version 6. It is always recommended to keep both WordPress and the theme up to date. Updating just one or none when updates are available is not the best practice.

Much has changed in the theme since then. Please check the changelog at the bottom of the theme presentation page
https://themeforest.net/item/newspaper/5489609

Update the theme by FTP if possible, that would be the best method to update. Make a backup before updating
https://forum.tagdiv.com/how-to-update-the-theme-2/

A thing to note is that once you update the tagDiv composer (introduced in 8.0) will be automatically activated. Visual composer elements in pages may not display properly if the tagDiv composer is active. Deactivate it and leave Visual composer (now named WP Bakery page builder) active. Update Visual composer and there should be no issues
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/

Be sure to check if there are sufficient resources allocated for a optimal performance
https://forum.tagdiv.com/requirements-for-newspaper/
Check the theme system status and if needed ask your hosting provider to increase those parameters.
Le us know if you encounter any issues and we will try to help you as best we can.

Thanks

Simion C.
tagDiv Staff

The newsletter plugin will receive more updates in the future, it is only at the beginning. I will add this on our list of suggestions for the plugin. Thank you for your suggestion.

Simion C.
tagDiv Staff

Hi,

Sometimes Google seems to detect the author and updated meta as missing, despite the theme having them. Those errors should be detected if the necessary meta is missing
https://wpcolt.com/fix-hentry-errors-wordpress/
But the theme contains all the required schema properties
https://www.screencast.com/t/FxNw4F7XWl5
https://www.screencast.com/t/ZpmXyZ4yS8EZ
https://www.screencast.com/t/WIIKk4Gip
So there would be no way to fix it, if the necessary information is already there, in the theme files. Sometimes Google seems to ignore it however.
The only thing to mention would be that when the author box is disabled in the post pages, the author vcard will be removed after the latest theme update
https://www.screencast.com/t/3yj4kIfPTcUO

In a similar situation when these errors were detected, a user provided a solution that worked for him
https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe you are setting the video as featured and also entering it in the post content. That would be why it appears twice, once as featured and once in the post. Try setting the video link only in the featured video field
https://www.screencast.com/t/KS6jVSQu7VE
More about creating a vireo post in this guide
https://forum.tagdiv.com/featured-image-or-video/

Other then that there would be no reason for it to display twice. If this is how you created it already, please provide a link to such a post so we can take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

For the moment that is not possible with a theme setting. There will be an option introduced in a coming update to completely remove the Google fonts. Please have a little more patience if possible.

Thanks

Simion C.
tagDiv Staff

Hi,

That is a row divider, maybe you have set it by mistake for that row. Please check the row in question and remove it
https://www.screencast.com/t/YbHtoAqHv

Thanks

Simion C.
tagDiv Staff

Hi,

Seems to work at the moment, from what I can see
https://www.screencast.com/t/hEGYFlJKejB
If the plugin is enabled then the website would display the mobile theme on the intended devices
https://forum.tagdiv.com/the-mobile-theme/

Simion C.
tagDiv Staff

So similar to how they have it on this website, for paragraphs
https://www.shoutmeloud.com/top-10-killer-tips-to-increase-google-crawl-rate.html
They use an extra class for the paragraph, with afferent design
https://www.screencast.com/t/hzWJAmkN
You could do the same if that is what you want, for the headings
https://www.screencast.com/t/q15EyyKV
https://www.screencast.com/t/DnnFArbQ

.myclass {
margin-bottom: 20px;
color: #fff;
padding: 10px 0px!important;
color: #fff;
background: #333;
border-left: 50px solid orangered;
border-left: 50px solid #e3393a;
background: #333!important;
}

Or do it this way, either method will work
https://www.screencast.com/t/TnqXooUORD3
https://www.screencast.com/t/z2N3NOAeC4

Modify the code as you please, then enter it in Theme panel->Custom CSS.

Simion C.
tagDiv Staff

Hi,

The first thing to check would be the theme requirements, system status section
https://forum.tagdiv.com/requirements-for-newspaper/
It is imperative that the parameters mentioned in the guide are configured properly. Insufficient resources can cause many issues with the theme or the plugins, if needed ask your hosting provider to increase them as specified.

If there is no need for modifications in that matter, in some cases the solutions from these topics worked for blank pages and other composer problems, you could give them a try if possible
https://forum.tagdiv.com/topic/gray-page-tagdiv/
https://forum.tagdiv.com/topic/javascript-error-td-composer-wont-load/

Additionally try deactivating all plugins as a quick test, leave only theme plugins active. Check if this has any effect.

Let us know the results after trying these suggestions. Be sure to use the tagDiv composer on pages that were created with it only or on new pages.

Thanks

Simion C.
tagDiv Staff

Hi,

I wouldn’t know anything about that unfortunately, so there would be no fix or recommendation to provide. Seems they recommend that you do not enter videos in default posts for some reason, and use a custom post type instead.

Simion C.
tagDiv Staff

Hi,

The first thing to check would be the theme system status panel, check if there are enough resources
https://forum.tagdiv.com/requirements-for-newspaper/
If needed ask your hosting provider to increase the parameters mentioned in the guide. Insufficient resources are the usually the cause for theme panel issues. Let us know if there is still a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

You could first try the basics. Deactivate all plugins as a quick test, leave only theme plugins active. Clear all caching and check if this solves the problem. Plugins are the first thing to check.
If you made any modifications or additions to the theme files directly or through a child theme, try to temporarily remove them. Maybe re-save the permalinks as well.

If possible you could check the error log of the server, maybe something can found there that would indicate why this happens.

Simion C.
tagDiv Staff

Hi,

I believe this is already on our list of future implementations. At some point it probably will be available in the theme by default.

Simion C.
tagDiv Staff

Hi,

The category tag can be disabled for each theme module. You can see what modules that grid uses in this guide (module MX9 si MX10)
https://forum.tagdiv.com/theme-blocks-modules/
Next you access the theme panel and disable them
https://www.screencast.com/t/gDhCtZW9ljFx

I don’t quite understand what you want to add to to the grid. If you mean a post excerpt that is not possible with a grid. Only blocks can display excerpts. It could be added but with some modifications only
https://forum.tagdiv.com/topic/adding-tags-and-excerpt/

A button in the header can be added , you would have to use a multi-purpose header style
https://www.screencast.com/t/bhhycFSKj
Then in the multi-purpose settings configure the buttons
https://www.screencast.com/t/H3Qejgr9

Thanks

Simion C.
tagDiv Staff

Hi,

Our latest version of the social counter plugin no longer requires a Facebook app ID, security key and token to be configured. Only the Facebook ID has to be entered, similar to Twitter and YouTube
https://www.screencast.com/t/NGuZUk07
So there would be nothing to do in this case about that message. We will notify the users if something will change in the matter.

Simion C.
tagDiv Staff

Hi,


@allongeorgia
Firstly the link color can be defined when creating it, in the post edit screen
https://www.screencast.com/t/2BY6vccjP
If you don’t set a color there, the theme accent color will be the color of the links
https://www.screencast.com/t/9KU8PWOk
Changing the theme accent color will change the link color. If you don’t want to change the theme accent color but only chnage the link color in the post content, use a code like this
https://www.screencast.com/t/BTjgkzpcXMEF

.td-post-content a {
color: yellow;
}

This is a guide on how to use the browser inspector to create CSS code for various website customization
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Please uncheck the display-inline box and the image will align
https://www.screencast.com/t/I3bEuRrPvtTS

Simion C.
tagDiv Staff

Hi,

Now that is unusual, so the row divider setting is not available for you in the tagDiv composer
https://www.screencast.com/t/CaxN0Um3Ew
Check the composer version, if you use the latest theme version it should be 2.3
https://www.screencast.com/t/dwzE8v0lkqh

Thanks

Viewing 25 posts - 9,576 through 9,600 (of 20,681 total)