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

Ho,

At the moment there is only one article inline ad, besides top ad and bottom ad
https://forum.tagdiv.com/article-ads/
If you require more ads, you could try the Adrotate plugin that might have more options to do this. This plugin seems to be working properly with the theme based on user feedback.
If future theme updates this might be available by default, but I could not say for sure when this will happen.

Thanks

Simion C.
tagDiv Staff

Hi,

That can be caused by caching plugins. The mobile theme is sensitive when it comes to caching. You could try to use the WP Super Cache plugin if possible
https://forum.tagdiv.com/cache-plugin-install-and-configure/

Thanks

Simion C.
tagDiv Staff

Hi,

It should work for all the socials, if configured correctly
https://forum.tagdiv.com/tagdiv-social-counter-tutorial-2/
Maybe you have caching installed, clear it after setting up the counter. If there is still a problem, please provide a link to your website where the counter is placed, so we can inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

Changing the thumbnail size of the block modules would not be easy. Modules are designed to display the predefined thumbnails that assigned to them, and all the styling is based on that. Modifying the thumbnail will probably cause layout problems within the block.
If you decided on that thumbnail size, best you use blocks that use it
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/block-5/
https://demo.tagdiv.com/newspaper/block-6/
https://demo.tagdiv.com/newspaper/block-13/ (on one column)
https://demo.tagdiv.com/newspaper/block-17/
https://demo.tagdiv.com/newspaper/block-20/ (on one column)

Thanks

Simion C.
tagDiv Staff

Hi,

You can use each block type to customize the category tag color as you like, not the actual category name, those are treated the same. This is an example for three different blocks on a page
https://www.screencast.com/t/icai3arR3E
Then color of the tag can be changed by adding it in the code, for each block
https://www.screencast.com/t/Ze1l3dq65
This can be done by module used, some blocks contain multiple module types
https://www.screencast.com/t/C9l5l3dUA6Wl
Here you can see which modules each block contain, based on the layout
https://forum.tagdiv.com/theme-blocks-modules/
If you have multiple blocks of the same type, these can be differentiated by setting an unique class for each of them
https://www.screencast.com/t/1PkqRb4O
This is the code used in the example

.td_block_1 .td-post-category {
background-color: red;
color: yellow;
}

Please let us know if you have further questions.

Thanks

Simion C.
tagDiv Staff

Hi,

You should use either tagDiv composer or Visual composer. Do not edit pages created in one of the composers, with the other. The tagDiv composer will automatically be installed and activated when the theme is installed or updated
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Visual composer has to be installed manually however
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Both will be displayed in the page editing backend
https://www.screencast.com/t/TlpXziDMKGQ
Only tagDiv composer will be added in the admin bar
https://www.screencast.com/t/VRvsIOkR
Worth mentioning that future theme updates will include many more features for the tagDiv composer exclusively.

Thanks

Simion C.
tagDiv Staff

Hi,

I wanted to include that part as well, but you mentioned only the border/outline of the button. It should be like this for the black arrows
https://www.screencast.com/t/0uamUmeeXjV

.td_block_related_posts .td-next-prev-wrap a {
border: 1px solid black;
color: black;
}

The related block header template depends on the global setting here
https://www.screencast.com/t/roK19lE5
These are all the available block header templates
https://demo.tagdiv.com/newspaper/block-header-1/
For coloring there are no specific options just for this element. You can use something like this to color it as you like
https://www.screencast.com/t/Xcdr71j9X

.td-related-title .td-cur-simple-item {
background-color: green!important;
color: blue!important;
}
.td-related-title {
border-color: red!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

That did not come with the theme. All the plugins we provide are carefully tested and do not create problems with the theme
https://forum.tagdiv.com/whats-included/
Compatibility with plugins is a general statement, not particular to Newspaper. There is no universal theme that works with all plugins created. Some plugins are compatible and others not, but since there are a lot of plugins to choose from this may not be such a big problem.
For SEO purposes you can use the Yoast SEO plugin, that is the recommended choice.

Thanks

Simion C.
tagDiv Staff

Hi,

It was probably caching, that is where the color originates. If it is modified there it will not be displayed anymore. At the moment the color you set is applied
https://www.screencast.com/t/MOmTQ16pT

Thanks

Simion C.
tagDiv Staff

Hi,

You could follow these similar topics, they describe the steps that are needed for adding social networks in the theme panel
https://forum.tagdiv.com/topic/how-to-add-xing-as-a-social-network/
https://forum.tagdiv.com/topic/%D1%81hange-the-color-of-the-paging-buttons/

Thanks

Simion C.
tagDiv Staff

Hi,

All those strings can be translated and customized in Theme panel->Translations
https://www.screencast.com/t/6FdoOO501l
https://www.screencast.com/t/xwmT0UGNdXSB
https://www.screencast.com/t/Qac2z6YV

Thanks

Simion C.
tagDiv Staff

Hi,

Clicking on the logo will direct to the homepage of the website. If you would like to chnage this functionality, it will have to be modified in the code. Change the link in these files
https://www.screencast.com/t/noEguPuaEUp
https://www.screencast.com/t/yFGLFy3LCi
This is an example where the logo will direct to Google
https://www.screencast.com/t/a2dqzWcwZ

Thanks

Simion C.
tagDiv Staff

Hi,

You can customize the translated elements in the theme translation settings. I believe that is the translated word “More” from the ajax filter. Go to Theme panel->Translations and change the translation there as you want
https://www.screencast.com/t/6UcJwuAJ2QJ7

Thanks

Simion C.
tagDiv Staff

Hi,

It would be helpful if you could provide some examples of what exactly is happening with the block, if there is a problem. The theme width is fixed, and all the elements on the page are dependent on this width.
This is how block 7 looks in different row settings
https://demo.tagdiv.com/newspaper/block-7/
When editing the page with the composer rows in pages can be stretched, block 7 would look like this when the row is stretched
https://www.screencast.com/t/f8sAX6kAy
More information about using the tagDiv composer here
https://forum.tagdiv.com/tagdiv-composer-tutorial/
Please let us know if you are still having problems, or have any other questions.

Thanks

Simion C.
tagDiv Staff

Hi,

You could update the theme to the latest version, as this option is available at the moment. This is a guide to help you if you decide to update
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Simion C.
tagDiv Staff

Hi,

That could be caused by something as simple as an Adblocker in the browser. Or maybe a firewall or security plugin blocking the ad. There is a troubleshooter you could try as well for Adsense ads issues
https://support.google.com/adsense/answer/1208336?hl=en
The theme is fully compatible with Adsense ads, there should be no such problems. Something else is causing this, and Adblocker, a plugin etc.

Thanks

Simion C.
tagDiv Staff

Hi,

That arrow can be removed with CSS. To make the code more precise you could use the menu item unique ID (each menu item has an ID), like in this example
https://www.screencast.com/t/xVb1yskH
I don’t see the menu at the moment on your website, but you can use a code like that to hide the arrow, using the menu item ID.

.menu-item-18056 .fa + .td-icon-menu-down {
display: none;
}

Please let me know if there is a problem with this solution, or you need further help.
This is a useful guide explaining how you can create custom code, by identifying the elements on the page and their classes with the browser inspector, a very powerful tool
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

You could use smart lists in your posts for example
https://forum.tagdiv.com/smart-lists/
On the live demo all the smart list styles can be seen (check the Features->Smart lists in the menu)
https://demo.tagdiv.com/newspaper/
That would be one way of dividing the post and also add some style. Or you could use a simple pagination like this
https://forum.tagdiv.com/posts-with-pagination/

Thanks

Simion C.
tagDiv Staff

Hi,

1. The “Related Articles” section is displayed below the single post page, when it is enabled in the theme panel
https://forum.tagdiv.com/related-articles/
That is where you can disable it if it is not required, or configure it.

2. The screenshot is not working for me for some reason, but I think I understand what you want. Something like this
https://www.screencast.com/t/3dCA0lbd4n

.td_block_related_posts .td-next-prev-wrap a {
border: 1px solid black;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You can still create playlists with the videos you want, on YouTube. The difference is that you are not creating it on the website by adding video IDs, but on YouTube adding them to your playlists. Then embed that playlist in multiple locations, so you do not have to add videos manually in all of them. That should work.
If this is not a solution, then unfortunately there is no other way. The playlists placed on pages will not synchronize, each modification will have to be made to each of them.

Thanks

Simion C.
tagDiv Staff

Hi,

At the moment the News ticker element does not have a specific setting to adjust the speed. This could only be modified in the theme javascript file
https://www.screencast.com/t/cWHeO2hGk
Try searching in that file for the value “3E3” that means 3 seconds, you could change it to something like “6E3” (6 seconds). It should be the last value found in that file, when you search for it (or change them all).
This could be an option in the theme in future updates, but for then moment that is the only way of doing it.

Thanks

Simion C.
tagDiv Staff

Hi,

That file cannot be modified through the child theme. You will have to make the modifications directly to it in the theme files. This might change in future updates, and child theme support will be added for more theme elements, but I cannot say for sure when this will happen.

Thanks

Simion C.
tagDiv Staff

Hi,

All those warnings seem to be relayed to a mojo marketplace plugin, please try deactivating that plugin and check the results, and if it is still causing problems.

Thanks

Simion C.
tagDiv Staff

Hi,

You will probably have to use an image with a bigger size in order to be full-screen, the image will be displayed as it is. This is an image about the size you mention with a stretched row and content
http://prntscr.com/gsmvp8
Here a bigger image is used
http://prntscr.com/gsmxna
That is a FullHD image (1920 x 1080) used in the example. Maybe you can make some tests with bigger images in size, if you would like it to be full screen.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide some examples of this issue so we can understand better and also inspect it. Smart lists can be created like this
https://forum.tagdiv.com/smart-lists/
The smart list will be created based on the heading you selected in the list settings, this will be the starting point. To mark the end of the list and continue with the post, you will have to place the shortcode as mentioned in the guide.

Thanks

Viewing 25 posts - 15,376 through 15,400 (of 20,681 total)