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,

Please provide a link to your website so we can inspect it. Each module has a predefined thumbnail size, that will be created from the featured image
https://forum.tagdiv.com/theme-thumbs/
Some modules require a bigger thumbnail (such as big grids), if the featured image size is big enough there should be no problem.

Thanks

Simion C.
tagDiv Staff

Hi,

There should be no problem if the theme system status is set properly
https://forum.tagdiv.com/system-status-parameters-guide/
If there is still a problem, please try to deactivate all plugins except theme plugins, then clear any caching installed. Check if this has any effect.
After trying this suggestion, if the issue is still present, send us an email at contact@tagdiv.com and provide admin login information. We will take a look.

Thanks

Simion C.
tagDiv Staff

Hi,

1. Simply leave the setting on default – https://www.screencast.com/t/Gs0uNFmPOFb
By default the title colors are designed and predefined in the theme stylesheet for each template, so they will display properly on all post templates.
That color setting will affect all post templates so that could create color issues on some templates.
There could be an option added that would allow the color change by post template. But I could not say for sure if this will happen.
Please let us know if you have further questions, we will try to help you as soon as possible.

Thanks

Simion C.
tagDiv Staff

Hi,

Please try and use the recommended logo sizes for each header style
https://forum.tagdiv.com/logo-favicon/
Most header styles have a logo size requirement, and exception are header styles 9,10 and 11. These do not have any limitation, you can use any logo size you want.
Header style 1 you mention has a required size, please see the guide. This is how the available space is calculated
https://www.screencast.com/t/yFe8UvK4pBu
It would require modification if you would like to change how the default header style looks.

Thanks

Simion C.
tagDiv Staff

Hi,

I could not say if there will be any modifications to the default playlist, like the ones you mention. But maybe you could use plugins that would have more options, and not be restricted. There must be some video playlist plugins that you could try.
Additionally you could disable the default theme sharing in the theme panel, and use a sharing plugin that supports other social networks. I believe there are many sharing plugins that you can use.

Thanks

Simion C.
tagDiv Staff

Hi,

That will not be a problem. All the blocks, grids and full grids can be added on pages. This is their main purpose, to be used on pages. Here you can see them all
https://demo.tagdiv.com/newspaper/block-1/
https://demo.tagdiv.com/newspaper/big-grid-1/
https://demo.tagdiv.com/newspaper/full-big-grid-1/
These are the settings that are available for these elements
https://forum.tagdiv.com/block-settings-guide/
You can build pages with the tagDiv composer, using the blocks and grids you like
https://forum.tagdiv.com/tagdiv-composer-tutorial/
And set a homepage – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/

Thanks

Simion C.
tagDiv Staff

Hi,

That doesn’t seem to be the case at the moment, from what I can see
https://www.screencast.com/t/xDZ65SdpH9
https://www.screencast.com/t/GS9grmDk2reu
https://www.screencast.com/t/aKwGrT80A8m
Please correct me if I misunderstand.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide a link to your website so we can take a look. That could happen if you have caching installed and maybe it is not configured properly.
The cache should be cleared when a post is published, like this setting in WP Super cache for example
https://www.screencast.com/t/mbVEJPqe2D
Or maybe the filtering and sorting you set on the homepage does not display latest posts. Check that as well. This is a guide presenting block settings
https://forum.tagdiv.com/block-settings-guide/

Thanks

Simion C.
tagDiv Staff

Hi,

There is a solution in this topic, that you can try in order to disable related videos
https://forum.tagdiv.com/topic/youtube-playlist-5/

Thanks

Simion C.
tagDiv Staff

Hi,

So you want the block modules that display posts, to not display the featured image thumbnail and display the author avatar instead. You could use a block that does not display a thumbnail and modify it. Find a way to call the avatar in the module and then apply some further styling if needed.
These are somewhat similar topics
https://forum.tagdiv.com/topic/small-author-image-just-before-the-author-name-after-the-title-of-the-post/
https://forum.tagdiv.com/topic/author-bio-help/#post-45418

Thanks

Simion C.
tagDiv Staff

Hi,

The code would be like this, to remove the dates on the actual category page
https://www.screencast.com/t/8ajh9zoIZni

.category-live-cameras .td-post-date {
display:none;
}

Thanks

Simion C.
tagDiv Staff

Hi,

If you could provide a link to where the issue is happening, we will take a look. From what I understand when you place the gallery on the page, the sidebar disappears or it is broken. There could be a conflict happening. Provide details about how you are placing the galley on the page.

Thanks

Simion C.
tagDiv Staff

Hi,

1. The post templates have predefined design, they will be displayed like it is the demo by default. Setting a custom color in the theme panel like you mention, will affect all post templates.
So by default the post title in post template 6 will be black, and in post template 11 will be white. The theme panel color you set will override the default color. To have them like that you do not need to do anything.

2. That would be possible with CSS code. Something like this will work for both templates (10 and 11)
https://www.screencast.com/t/QrqumUpruQr

.td-video-template-bg {
background-color: red;
}

This code can be entered in Theme panel->Custom CSS section, if you decide to use it.

Thanks

Simion C.
tagDiv Staff

Hi,

Please provide some more details about the issue. Or a link to a page where the problem is happening, so we can inspect the element.
I have tested the text with title element and it is working properly, there is no issue entering and displaying text
https://www.screencast.com/t/MvTzp7EZSCRY
https://www.screencast.com/t/kEHcGxvxUO

Thanks

Simion C.
tagDiv Staff

Hi,

This will work for all website pages, remove the previous code and enter this one

.td-header-style-12 .td-logo,
.td-header-style-12 .td-header-logo {
margin-right: -110px;
}

Thanks

Simion C.
tagDiv Staff

Hi,

The top menu will not be displayed on mobile. It could be made to appear with custom code, like this for example
https://www.screencast.com/t/F4Uj2zte22H
This is the code used, enter it in Theme panel->Custom CSS

@media (max-width: 767px) {
.td-header-top-menu-full,
.td-header-sp-top-menu {
display: block!important;}
.menu-top-container {
margin-right:0;
}}

Thanks

Simion C.
tagDiv Staff

Hi,

Unless you used email addresses for usernames, the username entered has to be the one entered in the user profile here
https://www.screencast.com/t/vu39KQ3vUHSH

Thanks

Simion C.
tagDiv Staff

Hi,

It will require to load the font first, then apply it wit CSS for the elements you want. This is a similar topic – https://forum.tagdiv.com/topic/change-mobile-theme-font/
More useful information here – https://developers.google.com/fonts/docs/getting_started
So load the font first, then identify the elements where you want to apply it with the browser inspector for example
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks

Simion C.
tagDiv Staff

Hi,

I believe this is the code you are referring to, in this file
https://www.screencast.com/t/RPP8YC7Z

Thanks

Simion C.
tagDiv Staff

Hi,

You can change the present background color and text color in the code, like this
https://www.screencast.com/t/RoBOt2ijfD
The hover color could be changed like this for example
https://www.screencast.com/t/C3RmpOQ9v

.td_round_btn:hover {
background-color: blue!important;
color:black!important;
}

Thanks

Simion C.
tagDiv Staff

Salut,

O solutie ar fi sa folosesti post templates care nu arata featured image pe pagina postului, sa nu apara de 2 ori daca aceasi imagine este si in post content. Ca acestea doua
https://demo.tagdiv.com/newspaper/td-post-mcdonell-kanye-west-highlights-difficulties-for-celebrities/
https://demo.tagdiv.com/newspaper/td-post-blake-griffin-posterizes-aron-baynes-twice-in-clippers-spurs-game/
Acestea sunt post template 5 si 12. Setarea din theme panel pentru featured image este generala, va afecta toate posturile.

Multumesc!

Simion C.
tagDiv Staff

Hi,

Seems to point to the tinymce editor. Please provide more details about the issue, what it is happening and where is the error displayed. If you have recently installed a plugin or made any customization or modifications, please revert them.

Thanks

Simion C.
tagDiv Staff

Hi,

Caching could be stopped for a whole page, depending on cache settings. But it cannot be stopped for parts of the page, as far as I know. For example WP Super cache has these options for pages
https://www.screencast.com/t/zqxXnlrj

Thanks

Simion C.
tagDiv Staff

Hi,

That would be the page padding top and bottom, like here for example
https://www.screencast.com/t/WItuGiDD
It could be removed with this code, you can try it

.td-main-page-wrap {
padding-top:0;
}
.td-main-content-wrap {
padding-bottom:0;
}

If it is not working or you want something else, please provide a link to the page in question.

Thanks

Simion C.
tagDiv Staff

Hi,

The tagDiv composer is built to make the transition easier from Visual composer. The same row and column shortcodes are used
https://www.screencast.com/t/ydTOTkW4
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/
However if you used these shortcodes on posts, this may not work properly when the tagDiv composer is active. Additionally the 2 column row layout was not recommended to be used with Visual composer.
You could make the theme update and see what happens. Make a backup before. If there are problems deactivate the tagDiv composer plugin (it will be activated automatically)
https://forum.tagdiv.com/how-to-update-the-theme-2/

Thanks

Viewing 25 posts - 14,551 through 14,575 (of 20,681 total)