Search Results for 'browser inspector'

Results from the Forum
Calin
tagDiv Staff

Hi,

The extra space can be remove/reduce using custom css -> if you want I can help you, but for the moment I do not have access t your website -> https://i.imgur.com/LGrBdZZ.jpg(it is in maintenance).

Thank you!

Calin
tagDiv Staff

Hi,

This can be achieve only using custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Please provide me a link where I can inspect the this iFrame and I will try to help you!

Thank you!

Calin
tagDiv Staff

Hi,

This can be achieve only with a custom css , if you want I can try to help you, just provide me a link where I can inspect the element.

Thank you!

Calin
tagDiv Staff

Hi,

The excerpt do not have any option to can be set inline, you can try with css that this is not easy to achieve -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ also is possible to not work properly on all devices.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

1. That is a single post template (smart template) from tagDiv Cloud Library, it ca be edited with tagDiv Composer-> https://i.imgur.com/4ZzCXTu.png -> https://i.imgur.com/4FWUiWY.png unfortunately there are only few settings for the number, but you can use custom css to apply more style on numbers.

2. In order to achieve that you need to set an excerpt length on flex block, this can be set in theme panel -> https://forum.tagdiv.com/excerpts-introduction/ or individual on flex blocks -> https://i.imgur.com/TmbTCjo.jpg

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

If you are using a standard post template, then you’ll need a css to change the color -> https://i.imgur.com/xD2D6Au.png
.td-comments-title span{
color: yellow;
}

If you use a single post template from tagDiv Cloud Library then you can edit it with tagDiv Composer -> https://i.imgur.com/LK3iYqZ.png -> https://i.imgur.com/4SRJKt4.png

Hope this will help you!

Calin
tagDiv Staff

Hi,

The color on these buttons can be change only with custom css, if you want I can help you with that, I only need a link to your product page.

Thank you!

Calin
tagDiv Staff

Hi,

For the moment on header template the hover color can be set only with custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

Calin
tagDiv Staff

Hi,

If you want you can try a custom css, from this ->https://i.imgur.com/8FJH1rM.png in this -> https://i.imgur.com/jMDJpOJ.png
.page-nav-post .post-page-numbers {
display: none;
}
.page-nav-post .post-page-numbers:first-child, .page-nav-post .post-page-numbers:last-child {
display: block;
}
.page-nav i{
font-size: 13px;
padding: 8px 6px;
}
.page-nav-post a {
color: #fff;
background: gray;
}
.page-nav-post .post-page-numbers:last-child{
background: orange;
}
.page-nav-post .post-page-numbers .td-icon-menu-left:before {
content: '\e80c BACK';
}
.page-nav-post .post-page-numbers .td-icon-menu-right:before {
content: 'NEXT PAGE \e80d';
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!

Calin
tagDiv Staff

Hi,

You can change the color of the excerpts using tagDiv Composer -> https://i.imgur.com/Pl6rSBG.jpg, edit the page click on flex blocks and look in style tab https://i.imgur.com/TWVneG2.png -> https://i.imgur.com/YuG7ZaY.png also for for simple blocks and grids this option is not available, but you can use a custom css like this one -> https://i.imgur.com/PbfgjpT.png
.td-excerpt{
color: red;
}

Hope this will help you!

Calin
tagDiv Staff

Hi,

Unfortunately there is no settings for this, but it can be done with a custom css, if you wan I can help you with this, just provide me a link where I can inspect the image info box.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

Is not working because is possible to not edit the correct file loop-single.php is in more theme folders, if you have the tagDiv Standard Pack enable in theme panel -> https://i.imgur.com/Drhxiof.png and the post style is set like this -> https://i.imgur.com/pAX1p0z.pngthen you need to edit the file from here -> wp-content/plugins/td-standard-pack/Newspaper/loop-single.php if the tagDiv Standard Pack is disable but you have the post style set on default, then you need to edit this file -> wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php
Also maybe will be more simple to use a custom css to achieve what you need -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you!

Calin
tagDiv Staff

Hi,

I think that you can use a custom css, if you provide me a link to one of these author box that you want to remove, I will try to help you!

Thank you!

Calin
tagDiv Staff

Hi,

Then you need to use a css on the class of posts, -> https://i.imgur.com/r1w8fJ8.png -> https://i.imgur.com/51XJNuT.png this css -> https://i.imgur.com/0YjfJgi.png will aply only on this post.

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

This can be done only with custom css, if you want you can try this css -> https://i.imgur.com/LTpO0ej.png
.td_wrapper_video_playlist .td_video_currently_playing {
background-color: pink;
}
.td_wrapper_video_playlist .td_video_controls_playlist_wrapper{
background-color: #2196F3;
}
.td_wrapper_video_playlist .td_video_currently_playing:after, .item-list-tabs .feed:hover {
border-color: #2196F3!important;
}
.td_wrapper_video_playlist .td_container_video_playlist {
background-color: #777777!important;
}

If you want you can change the colors.
Also the code need to be set in Theme panel > Custom code> Custom css.

Thank you for your understanding!

Calin
tagDiv Staff

Hi,

In order to change the margins set from embed videos you’ll need to use a custom css like this one -> https://i.imgur.com/ZW9zuMc.png
.single .lyte-wrapper {
margin-bottom: 31px!important;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi Frydenborg,

You need to use custom templates for CPT and remove from them the date, author, about author etc or you can use a custom css to hide these dates.

Hi slayprodwork,

Maybe there is something that you do not set correctly in the child theme, if you want, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look to the child theme and CPT. Include a link to this topic in the email.

Thank you!

Calin
tagDiv Staff

Hi,

If I understand correctly you do not want to display on your homepage and pages the featured image of posts, if is son then you can use a block that do not have featured image, or you can use a flex block and remove the featured image -> https://i.imgur.com/2NTAshn.png -> https://i.imgur.com/tpokUpC.png
Also there is another way, you can use a custom css, but this is not the most recommended solution.

Thank you!

Calin
tagDiv Staff

Hi,

This can be done only using custom css. If you want I can help you, just provide me a link to your website and some details about the way you like to look.

Thank you!

Calin
tagDiv Staff

Hi,

1. Is possible to use a demo that do not have set the socials from theme panel, these are set using tagDiv Composer, for this you need to edit the page/template click on the social and edit them.
https://i.imgur.com/FffBgaQ.png/templates -> https://i.imgur.com/DaDNH1f.png -> https://i.imgur.com/ZO4ota8.png

But if you are using the classic demo the social should be set from theme panel -> https://i.imgur.com/fsu0WNJ.png -> https://i.imgur.com/dflLYPh.png -> https://i.imgur.com/tEeI6qn.png

2. This demo is an very old demo and it have set some custom css that is quite strong, therefore there are some settings in theme panel that will not apply, as header background colors on some elements can be change only using custom css.

Thank you!

Calin
tagDiv Staff

Hi,

If the code is set with tagDiv Composer, then you can hide it from css tag -> https://i.imgur.com/a95Wj2G.jpg (this is the same for all elements) and display it on mobile like this -> https://i.imgur.com/oxgQVwK.png if the code is set in a different way, than it can be achieved using custom css.

Thank you!

Calin
tagDiv Staff

Hi,

Unfortunately there is no setting for this, this can be achieved only with custom css, please try this code
h5 {
background-color:#FFFF00;
}

The code need to be set in theme panel> custom code> custom css
If the code is not apply, please provide me a link to your website and I will provide a better css.

Thank you!

Calin
tagDiv Staff

Hi,

Maybe you can achieve this with a custom css like this one -> https://i.imgur.com/2UyhvNd.png
.td_block_trending_now {
direction: rtl;
}
.td-trending-now-wrapper .td-trending-now-nav-right {
position: relative;
right: 800px;
}
.td-trending-now-wrapper .td-trending-now-nav-left {
position: relative;
right: 860px;
}

The code need to be set in theme panel> custom code> custom css

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

These colors can be set only on flex blocks, like this -> https://i.imgur.com/Pyzsgtv.png on blocks this can be achieve only with custom css -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Hope this will help you!
Thank you!

Calin
tagDiv Staff

Hi,

For this you can use a custom css to set the height
body{
margin-top: -30px;
}

The code need to be set in theme panel> custom code> custom css
If the code is not apply right, please provide me a link to your website to can create a better code.

Thank you!

Viewing 25 results - 201 through 225 (of 1,099 total)