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,

The same solution should work for Newsmag post template 8. Paste the provided code in the single_template_8.php file after the featured image code
https://www.screencast.com/t/cn7UcaEY6cF6
Then apply this CSS code for some styling, you may change it however you like
https://www.screencast.com/t/A4c7PFSS7

.td-feat-image-caption {
color: #ffffff;
padding: 10px;
background-color: rgba(34, 34, 34, 0.55);
}

Thanks

Simion C.
tagDiv Staff

Hi,

Then add a bigger image in size. You do not need to use the demo images, upload and set your own images as background. Experiment with different images until you get the desired results.

Thanks

Simion C.
tagDiv Staff

Hi,

Try it like this, seems to work properly
https://www.screencast.com/t/zGy37CT75liq
https://www.screencast.com/t/cMC0e2F3

<?php if ( has_tag( 'promoted-content', $this->post->ID ) ) : ?> <h3 class="promoted-txt">Promoted Content</h3> <?php endif; ?>

Thanks

Simion C.
tagDiv Staff

Hi,

The website seems to be in maintenance, please send us an email at contact@tagdiv.com and provide admin login information. We will investigate why you cannot change the logo.
Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

So the problem is that you cannot install the tagDiv composer and social counter. Try installing these plugins by FTP if they cannot be installed otherwise
http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/
Place the unzipped plugins in the plugins directory in the WordPress install, then activate them in the plugins section.

Thanks

Simion C.
tagDiv Staff

Hi,

I am sorry but I do not have an answer to these questions. I believe no such testing has been conducted with the theme. You could try it by yourself and make tests.
I could pass these questions along to the developers if you absolutely require an answer. Sorry for any inconvenience.

Thanks

Simion C.
tagDiv Staff

Hi,

The author can be removed in the block settings here
https://www.screencast.com/t/G08nbAp2H
The ajax filter can be customized in terms of what categories will be displayed. You can enter category IDs here
https://www.screencast.com/t/joZV48auy9GM
If no categories are entered there, all will be displayed. But if you enter category IDs only those will be shown. Like in this example
https://www.screencast.com/t/Fno2sKUv
https://www.screencast.com/t/cH0lCB6kTJ
All the available block settings and options are mentioned in this guide
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

The retina logo should twice the size of the normal logo
https://forum.tagdiv.com/logo-favicon/
This logo will be displayed on retina devices, there should be no problem in this matter. For best results please use the recommended mobile logo size.
If you are already tried and there is a problem, please provide a link to your website so we can inspect it.

Thanks

Simion C.
tagDiv Staff

Hi,

Maybe the plugin you mention can revert the changes made, check the plugin documentation. There could be a reset to default user role capabilities, in the users or members settings. These are the normal user roles of WordPress
https://codex.wordpress.org/Roles_and_Capabilities
Or maybe try a different plugin to customize the existing user roles
http://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/

Thanks

Simion C.
tagDiv Staff

Hi,

The modules article titles color is set through the theme accent color, I believe there is no customization for the coloring in that demo. Try changing the theme accent color and the module titles hover color will change accordingly.

Thanks

Simion C.
tagDiv Staff

Hi,

The paragraph padding adds a class to all the elements which you select to have such padding
https://www.screencast.com/t/3uV4KbJccCv
https://www.screencast.com/t/itP48xvqf
Everything inside it, like paragraphs and headings will be be aligned accordingly.
You could manually apply this padding, depending on what you have in the post content, the padding has to be applied for each.
A code like this will affect all paragraphs and h3 in a post example
https://www.screencast.com/t/EiVBQ7KGJIO8

.td-post-content p,
.td-post-content h3 {
padding-left:4%;
padding-right:4%;
}

For a page it would be like this

.td-page-content p,
.td-page-content h3 {
padding-left:4%;
padding-right:4%;
}

You can modify the padding values as you wish, and experiment further with the codes. Then enter them in Theme panel->Custom CSS.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try entering this code in Theme panel->Custom CSS and check if it solves the issues. The problem with the words I see is mainly on the module post titles and in some posts for the next/prev
https://www.screencast.com/t/HdXPPqTGV
This is the code, try and see if it working properly. Maybe clear all caching after entering it in the theme panel.

.td-md-is-firefox .td-module-title {
word-wrap: break-word!important;
}
.td-md-is-firefox .td-post-next-prev-content a {
word-break: break-all!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

I could give you a code to reduce the line height of the menu and the top and bottom padding, just for that particular menu item
https://www.screencast.com/t/59JOdkRQ834
When zoomed in two times (200%) it would look like this
https://www.screencast.com/t/UuKPWMrnqe4n
This is the code I used, you can enter it in Theme panel->Custom CSS if you decide to use it

.menu-item-4242 ul li {
line-height: 18px;
}
.menu-item-4242 .sub-menu .td-menu-item > a{
padding: 4px 5px!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

You can send us an email at contact@tagdiv.com and provide admin login information, we will take a look at the issue. Also paste a link to this topic in your email.

Thanks

Simion C.
tagDiv Staff

Hi,

A code like this will chnage the color for the menu items when hovered or active
https://www.screencast.com/t/hVrIfr5DEn1
Change the color to what you want

.td-header-style-12 .td-header-menu-wrap .sf-menu > li > a:hover,
.td-header-style-12 .sf-menu > .current-menu-item > a {
color:lightgrey!important;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The theme will crop the thumbnails center top, this is considered the best overall method
https://forum.tagdiv.com/featured-image/
You could try and use a module that uses a differ thumbnail size, and would display these images better
https://forum.tagdiv.com/theme-thumbs/
Block types 2, 3 or 4 seems to display such images properly on one column
https://www.screencast.com/t/GiE4ZnZQz7
Try different types of blocks, each module has it’s own thumbnail predefined size.

Thanks

Simion C.
tagDiv Staff

Hi,

That depends, up to a few days according to them. But I see that the ads are displaying fine at the moment on your website
https://www.screencast.com/t/drQIRbjEpZa
https://www.screencast.com/t/2YlY8ik5

Thanks

Simion C.
tagDiv Staff

Hi,

If you could specify what demo you are referring to and what would you like to change about it, I will point you in the right direction.
Each demo has custom design for theme various elements, the stylesheets can be seen in the theme folder where the demos are present
https://www.screencast.com/t/cotIVickLxn

Thanks

Simion C.
tagDiv Staff

Hi,

Sorry for the misunderstanding. You can use the text padding option
https://www.screencast.com/t/xPSjD8VIghgK
That is how you can control the post width, through that padding option.

Thanks

Simion C.
tagDiv Staff

Hi,

From what I understand there is a problem with the post page view counter, it is not displaying accurate values. This could happen if you are using caching. If that is the case, please enable this setting from the theme panel
https://forum.tagdiv.com/ajax-view-count/
Clear all caching after enabling the option.

Thanks

Simion C.
tagDiv Staff

Hi,

If you are referring to the block filtering, there are no options to sort the posts by taxonomy, only by custom post type
https://forum.tagdiv.com/block-settings-tutorial/
To achieve something like this will require code modifications in the theme files. These are some similar topics that you could follow to try and implement something like that
https://forum.tagdiv.com/topic/filter-blocks-by-custom-taxonomies/
https://forum.tagdiv.com/topic/custom-taxonomy-or-custom-query-for-newspaper-blocks/
https://forum.tagdiv.com/topic/how-to-add-taxonomy-filter-in-block-filter-settings/

Thanks

Simion C.
tagDiv Staff

Hi,

In almost all cases when this happens, it has been caused by caching plugins. These plugins mix or load the wrong stylesheet, which is not supposed to happen.
The recommended caching plugin to be used, also tested and works properly with then theme is the WP Super Cache
https://forum.tagdiv.com/cache-plugin-install-and-configure/
Try as a test to deactivate the cache you are currently using, the issue should be solved. Then try and install the mentioned caching plugin if possible.

Thanks

Simion C.
tagDiv Staff

Hi,

The Black demo has custom design and styling, that would not be possible with theme options. It is specific to the mentioned demo. You could achieve it with custom CSS. Take inspiration from the demo stylesheet and see how it was made
https://www.screencast.com/t/vapyFaSR4nq
It may not be easy to achieve this without installing the actual demo, but it can be done. For example you can experiment with a code like this, for a black TV category page
https://www.screencast.com/t/z9kXpFHW3Eu

.category-tv .td-container-wrap {
background-color: #1a1a1a;
}
.category-tv .td_module_11 a,
.category-tv .td_module_6 a,
.category-tv .widget a,
.category-tv .td-footer-instagram-title,
.category-tv .td-page-title,
.category-tv .header-search-wrap .td-icon-search,
.category-tv .sf-menu > li > a {
color:#fff;
}

Add more elements in the code as you identify them, use the browser inspector to do it
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

On pages you could use the image box element for example
https://demo.tagdiv.com/newspaper/image-box/
On posts you could use the theme gallery, or the default WordPress gallery
https://forum.tagdiv.com/gallery-2/
Or simply add pictures in the post content
https://www.screencast.com/t/9c7g2lSUgry3
Or maybe try a gallery plugin that has the options you need.

Thanks

Simion C.
tagDiv Staff

Hi,

Header style 1 has a limit for the logo size. That is required because there is limited space available in the header, for the logo and header ad
https://www.screencast.com/t/ePaoxW9U3
Each header style displays the ad in some way, maybe you can find a different header style that you can use if you require a bigger logo image
https://forum.tagdiv.com/header-styles/
Or try and customize the header to accommodate the bigger logo if possible. You can create custom code with the browser inspector
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
I will try and help you if you will provide a link to your website, where you have uploaded the bigger logo.

Thanks

Viewing 25 posts - 14,426 through 14,450 (of 20,681 total)