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,

1. Here you can find more information about the sidebars, and smart sidebars
https://forum.tagdiv.com/smart-sidebar-2/
Also the tagDiv composer
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Each block can have a post limit set, you can control the amount of posts it displays
https://forum.tagdiv.com/block-settings-guide/
Like in this example
https://www.screencast.com/t/go01B8jTmc
https://www.screencast.com/t/JOKPEkFZlI8
Then maybe add a different row and split that as well in any way you like, and so on
https://www.screencast.com/t/iqewtV4s

2. That will be the order of the page content on mobile. Sidebars will be displayed below the main content, for each row. You could set a smart sidebar in one row, that will always be in view (sticky), not multiple sidebars for different rows.
You can experiment with different settings and layouts until you create the result you want.
Please let us know if you have more questions, or you require further help.

Thanks

Simion C.
tagDiv Staff

Hi,

Please check the theme system status and make modifications to the server and WordPress parameters mentioned in this guide, if necesarry
https://forum.tagdiv.com/system-status-parameters-guide/
You could ask your hosting provider to make them for you, they might have a recommended method in this matter. These general parameters can influence the functionality of the theme and plugins.
Please let us know if there still is a problem with the composer after making the changes.

Thanks

Simion C.
tagDiv Staff

Hi,

There are two ways of setting a sidebar for a page built with the composer. One way is to simply split the row on the page like this
https://www.screencast.com/t/zuriAKnU
And enter elements in the resulting sidebar section. The other method is to use a Widget sidebar, in which you can select from your available sidebars
https://www.screencast.com/t/EvO9AGMq
https://www.screencast.com/t/2UiTnDnJfFW
More information about sidebars here
https://forum.tagdiv.com/smart-sidebar-2/
Removing the sidebar will require to open the page with the composer, and make your desired modifications to it.
Please let us know if you require further help, or you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

If you place multiple ads in the mobile theme loop ad section, they will all be displayed after the number of posts set.
So if you placed two ads in that section, set to appear after 3 posts, both of them will be displayed after 3 posts.

Thanks

Simion C.
tagDiv Staff

Hi,

1. The article title font properties can be customized for each module, in the theme panel font settings
https://www.screencast.com/t/XXSFUVjqM9E

2. There are many Big grids and Full Big grids available, and different styles for each. You can see theme all here in the live demo
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
If you want to modify certain visual elements on the grid, use the browser inspector to identify the classes used and create custom code
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

That is not caused by the theme. There seems to be an inline height set on the iframe, overriding the default value
https://www.screencast.com/t/7cKVHXTtZy
I could not say why that height is present there, but it is not coming from the theme. Could by a plugin setting that you might use. You could override it with a code like this maybe, just for desktop (on mobile seems to be resizing properly)
https://www.screencast.com/t/Qkrila5QbKa4
Enter it in Theme panel->Custom CSS if you decide to use it

@media (min-width: 1140px) {
.lity-content iframe {
height: 500px!important;
}
}

Thanks

Simion C.
tagDiv Staff

Hi,

The share buttons are defined in this file of the theme
https://www.screencast.com/t/mQQPLozXpz
There are two instances of the buttons, for top and bottom. Remove the Twitter button from both, if that is needed.
Or you could hide just the Twitter button with a code like this in custom CSS, for both top and bottom
https://www.screencast.com/t/6ra1dbNR

.td-classic-sharing .td-classic-twitter {
display: none;
}

Maybe there are ways of displaying a share count through a plugin, you could search for that as well.

Thanks

Simion C.
tagDiv Staff

Hi,

Please note that Envato handles all the license details and rules. According to their terms the license is transferable
https://themeforest.net/licenses/faq#use-product-for-client-a
https://themeforest.net/licenses/terms/regular
I believe it is a matter of passing the account information to the client, as well as item purchase code and theme forum account login details. If you should need more details about the transfer procedure concerning the Envato account, maybe you should contact them directly and have them explain the actions needed.

Thanks

Simion C.
tagDiv Staff

Hi,

If by full width you mean a big logo image, that will be no problem. That header style does not have a limit for the logo image size
https://forum.tagdiv.com/logo-favicon/
Just make sure you upload the logo in full size
https://www.screencast.com/t/MxH10LjXiM
https://www.screencast.com/t/EmgHGlBdOc
This demo is using Header style 10, for example
https://demo.tagdiv.com/newspaper_cars/
Please correct me if I misunderstand.

Thanks

Simion C.
tagDiv Staff

Hi,

Try entering the shortcode in a text element like this
https://www.screencast.com/t/AdgB8uxxNZu
Save the page and view it after entering the code.

Thanks

Simion C.
tagDiv Staff

Hi,

If the demo is uninstalled, this will affect the registration as well and reset the activation key. Simply activate the theme again, there should be no issue. Let us know if require help, or there is a problem.

Thanks

Simion C.
tagDiv Staff

Hi,

The Social counter is a plugin created specially for the theme, it cannot be a matter of incompatibility between them.
Check the theme system status and make modifications to the parameters mentioned in this guide, if necessary contact the hosting provider and they might do it for you
https://forum.tagdiv.com/system-status-parameters-guide/
The theme requirements are mentioned here
https://forum.tagdiv.com/requirements-for-newspaper/
Please re-install the theme by FTP
https://forum.tagdiv.com/install-via-ftp/
Deactivate all other plugins except theme plugins (re-install theme plugins as well), do not modify anything in the theme files, or add custom code. Deactivate the child theme is you use one.
If there is still a problem please ask your hosting provider for the error logs possibly created, and explain the situation to them. They could be able to identify the exact cause.
Please let us know the results.

Thanks

Simion C.
tagDiv Staff

Hi,

A code like this will reduce the bottom margin to half the current value, for all the custom ads used on the homepage in the current sidebar
https://www.screencast.com/t/5RYaQpqWHjB

.home .td-pb-span4 [class*="td-a-rec-id-custom_ad_"] {
margin-bottom: -22px;
}

Enter it in Theme panel->Custom CSS if you decide to use it.

Thanks

Simion C.
tagDiv Staff

Hi,

You could try the solution mentioned in this similar topic
https://forum.tagdiv.com/topic/ads-on-category-pages/
By default the theme does not have at the moment in-feed ads.

Thanks

Simion C.
tagDiv Staff

Hi,

Please understand that we are not responsible for the issue with the website. We cannot access your website and place warnings such as the one you mention in this topic
https://forum.tagdiv.com/topic/template-is-nulled-site-is-fake/
Or in fact take the website off. That is not possible, you might have been hacked.
Please follow the suggestions from the topic and try to identify what exactly has caused the problem. There are detailed steps to take in case of malware or hacking, and clear the issue.
Then re-install WordPress, theme and theme plugins from the official theme package.
Contact your hosting provider as well and explain the situation, they could be able to help you as well if there is a server side problem.
Please let us know how it goes.

Thanks

Simion C.
tagDiv Staff

Hi,

If you would like to reduce the space between those blocks
https://www.screencast.com/t/jxjjMcuM0MU
You could set a negative top margin for the block below, or a negative bottom margin for the top block, with the composer
https://www.screencast.com/t/VRyhnmOgMO
Or try some Custom CSS, like this for example
https://www.screencast.com/t/eJU6ZHzfZ

.home .td_block_21 {
margin-top: -48px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I could not say why that is happening. Double check the social sharing settings in the plugin you use. Use the Facebook debugger to test
https://developers.facebook.com/tools/debug/og/object/
With the Yoast SEO plugin you can set an image and description and a title for each page, for social sharing
https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
http://www.wpbeginner.com/wp-tutorials/how-to-fix-facebook-incorrect-thumbnail-issue-in-wordpress/

Thanks

Simion C.
tagDiv Staff

Hi,

The theme Full Big grids or Big grids will display posts sorted by the option you choose, in the grid filter tab
https://www.screencast.com/t/jvNomLy5J
The posts displayed will change based on that sorting. For example a Latest post sort order, will always display posts as soon as published. You could use the Revolution slider as well, on pages
https://forum.tagdiv.com/how-to-install-revolution-slider-v5/
https://forum.tagdiv.com/import-revolution-sliders-on-demos/

Thanks

Simion C.
tagDiv Staff

Hi,

If you want to try and add a new header style, you should first create the new file then define it here
https://www.screencast.com/t/RerkuAfi58
The header style chosen in the theme panel, will be called automatically
https://www.screencast.com/t/MPY5xN1uY1qg

Thanks

Simion C.
tagDiv Staff

Hi,

The same author socials including mail, will be displayed in the author box in the post page or author page. The mail information has to be entered in this field for each author
https://www.screencast.com/t/zKNSimbC
https://www.screencast.com/t/LmqFuYEHj2
https://www.screencast.com/t/LkF55GPSe

Thanks

Simion C.
tagDiv Staff
Simion C.
tagDiv Staff

Hi,

You could simply use a plugin, that already has these options. Something like this for example
https://wordpress.org/plugins/search-exclude/
I believe this plugin has options to exclude particular posts and pages from the search, or in bulk even. You could give it a try and see how it goes.

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for misunderstanding, I believe this is what you are looking for
https://www.screencast.com/t/gzpddaEBK
That is where the avatar is called in the author box of the single post page.

Thanks

Simion C.
tagDiv Staff

Hi,

There is no collaboration with that theme. The theme does not provide an AMP plugin at then moment, only a mobile theme plugin is bundled in the theme package
https://forum.tagdiv.com/whats-included/

Thanks

Simion C.
tagDiv Staff

Hi,

Each post needs to have a featured image set, in order for the thumbnails to be created
https://forum.tagdiv.com/theme-thumbs/
The theme will crop the images and create thumbnails
https://forum.tagdiv.com/featured-image/
If an image is not set, the theme will display a default no-thumb placeholder on the modules. As for the size of the featured image, there is no recommendation. The demo you install contains mostly images of 1068 × 713 px, as mentioned. However, for superior thumbnail quality you could use bigger image sizes. For example, in the live demo this featured image size is used for a post
https://demo.tagdiv.com/newspaper/wp-content/uploads/2016/01/01-girl.jpg
https://demo.tagdiv.com/newspaper/
The mega menu uses a thumbnail as well, the thumbnail size cannot be changed
https://www.screencast.com/t/7OLNwwdDyR8U
There are multiple post templates that you can choose from
https://forum.tagdiv.com/post-templates-2/
See them live in the demo (Features menu).

Thanks

Viewing 25 posts - 15,201 through 15,225 (of 20,681 total)