Search Results for 'css'

Results from the Forum
Calin
tagDiv Staff

Hi,

For this you can use the mobile theme, this will make your speed more faster -> https://forum.tagdiv.com/the-mobile-theme/ or if you do not want to use the mobile theme you can use a custom css tho hide that block on mobile device;
for example this code will hide the block 1 and 3 ->
.td_block_1, .td_block_3 {
display: none;
}

please set it in newspaper>theme panel>custom code > advance css> mobile section -> https://www.screencast.com/t/50Coc8Qe

Thank you!

Simion C.
tagDiv Staff

Hi,

Seems to happen only on an iPhone, I found a similar topic where the issue of input fields being rounded on an iPhone
https://stackoverflow.com/questions/2918707/turn-off-iphone-safari-input-element-rounding

This code should fix it, I made a brief test and it seems to work. Enter it in the theme panel custom CSS section, see if it removes that border radius and shadow

.tds-newsletter input {
-webkit-appearance: none;
border-radius: 0;
}

Thanks

ySV
tagDiv Member

Can you help me to write a css code, only for change hover color of block header 8?

  • This reply was modified 7 years by ySV.
damadorpl
Participant
#0

I need advice how can i make some customization for theme

1. Need to change logo and logo url on certain pages – domain.com/radio should have different logo and different url it should ponint to domain.com/radio not to domain.com – i can switch logos via css but logo url still point to mainpage

2 – how can i add particular ad / custom ad spot on all pages including template archives/404 etc – i need to put baner on all pages just under menu

3 – is it possible to add more than 5 custom ads ?

can it be done via functions.php or i need to modify theme files ? any hints will be usefull

Simion C.
tagDiv Staff

Hi,

So a sub-menu on three levels – http://prntscr.com/msy7tlhttp://prntscr.com/msy81h
From what I can understand you don’t want the previous sub-menus to be active when for example you are on the last sub-menu, like this – http://prntscr.com/msybv9

You could try this code if that is the case, enter it in the theme panel custom CSS section

.sf-menu .sub-menu .current-menu-ancestor > a {
color: black;
}

If I misunderstand please let me know, also some screenshots with what exactly you would like to do would be very helpful.

Thanks

Simion C.
tagDiv Staff

Hi,

If you use a cloud header template that is possible with a setting
http://prntscr.com/msx74s

If you don’t use a cloud header template, you could either comment the code as mentioned in this topic by Bogdan – https://forum.tagdiv.com/topic/order-of-navigation-items/

Or use a CSS code to hide it – http://prntscr.com/msx9si this code will apply to all the mega-menus with sub-categories (it can be made more precise if needed)

.block-mega-child-cats a:first-child{
display: none;
}

The code can be entered in the Theme panel custom CSS section.

Thanks

Calin
tagDiv Staff

Hi,

If you want to hide this results -> https://www.screencast.com/t/lkrc8JhOPI8 then this can be achieve with some custom css -> https://www.screencast.com/t/jORdqkJGaKX
The code is
.td-aj-search-results .td_module_mx2 a[href$=”/the-url-of-your-post/”] {
display:none;
}
-> https://www.screencast.com/t/Sl9tkKtaU

Hope this will help you!

Catalin
tagDiv Staff

Hi,

Yes, you need to add this code to the original style.css of your theme. Regarding on TD Composer, all the code which you have added from it will overwrite the default style.css, for example -> https://www.screencast.com/t/AbUlMOnG7

Thanks for your understnading!

Simion C.
tagDiv Staff

Hi,

That is possible, in the CSS tab of the respective block – http://prntscr.com/msw8f7
You can choose the thickness, the color and the style of the border.

Thanks

Calin
tagDiv Staff

Hi,

The font family and font size can be change with tagDiv Composer
-> https://www.screencast.com/t/gcrbOkPQq
-> https://www.screencast.com/t/jbvLBIxyCVaE
And for color you’ll need to use a custom css in order to change the color only on those blocks -> https://www.screencast.com/t/lC6s2QuwRD4z
.td-load-more-wrap a {
color: red;
}
.td_ajax_load_more {
border: 1px solid blue;
}
.td-subcat-filter .td-subcat-list a {
color: green;
}

Thank you!

aditya58singh
tagDiv Member

Even the contact Page css, table press css. and a lot more css which are not necessary for front page loads..

bguthleben
tagDiv Member

I figured out a CSS hack to remove it. Thanks

bellamum
tagDiv Member

Calin

Thank you for that response. However my main query was how to change the colour of the “Ajax category filter” text. You absolutely can not change the colour or size of that font or the typeface of the font from the TD composer style tab area. The only thing that the TD composer style options give you is some very minimal ability to change the font weight or to italicise the text. As I pointed out above, the only place that you can change the Ajax category text font and font size is from the theme panel. But the theme panel provides no capability that I can find of changing the colour of the Ajax font.

While your CSS code is helpful for the “read more” Ajax element colour, it does not help me with changing the font or font size of that item, or the colour of the “Ajax category” text.

So to summarise I still need an answer to the question of a) how to change the Ajax category text colour and b) how to change the Ajax “read more” font and font size.

Thanks in advance…

mRelby
tagDiv Member

I found a way out, but I do not think that it is correct.
position: fixed and add this code:
.td-container-wrap {
margin-top: 50px;
}

to Live CSS.

wepaulino
Participant
#0

Hello team,

I’m facing problems when I try to install de tagDiv Composer.
What to do?

Error:

Installing Plugin: tagDiv Composer
The plugin does not have a valid header.

Downloading installation package from https://windows.library.org/wp-content/themes/Newspaper/includes/plugins/td-composer.zip?uid=5c7957c4b3e10

Unpacking package …

Installing the plugin …

The file could not be copied. /home/viage316/public_html/wp-content/plugins/td-composer/td_less_style.css.php

Plugin installation failed.

Return to tagDiv plugins panel

EspalhaFatos
tagDiv Member

I was able to hide with a custom css code

.tdc-content-wrap ._ning_cont
{
display: none;
}

but I do not think it’s the right way to give it some other problem. I would like a solution

ySV
tagDiv Member

Hi Catalin,
Do you mean that i try to edit the original style.css of your theme?

But the problem not is the same? If tG composer overwrites the setting of style.css

if you help me to insert code to make only a hover text color, i can try to disable hover option from tg composer…

  • This reply was modified 7 years by ySV.
Calin
tagDiv Staff

Hi,

For the color of header form the block the settings are those -> https://www.screencast.com/t/s4ilVnRDp4 and for text are those -> https://www.screencast.com/t/vABX2FKRakuL
for load more -> https://www.screencast.com/t/rUvV3PPHMrk
for color you need to use a custom css for those blocks -> https://www.screencast.com/t/0k0A2nlEj4
.td-load-more-wrap a {
color: #333;
}
.td_ajax_load_more {
border: 1px solid #333;
}

Thank you

Calin
tagDiv Staff

Hi,

This is not a bug, this is what display fix means, to be fixed in a place ( top or bottom ) -> https://www.screencast.com/t/sbE77saK that means that the header is set above of post/page content -> https://www.screencast.com/t/ko4czeytxkyI
Here are some more example for position fix -> https://www.w3schools.com/css/css_positioning.asp

Thank you fro your understanding!

Catalin
tagDiv Staff

Hi ySV,

Another alternative, in this case, is to directly affect the style.css code, clear all the caches and check the results.

Thanks for your understnading!

Catalin
tagDiv Staff

Hi,

All the custom CSS code can be added in Theme panel, in Custom CSS code section area from here -> https://www.screencast.com/t/24SkfmeMyG Also, if you find the style.css file, you can find it here -> https://www.screencast.com/t/1gP6uZLhYJO -> https://www.screencast.com/t/T1jdcZhqRxU

Hope this helps!

Thanks for your understnading!

Calin
tagDiv Staff

Hi,

In order to hide the search button on mobile please go in WP Dashboard Newspaper>Theme panel > Custom code> Custom css and paste this code there
#td-header-search-button-mob, .td-search-icon
{
display: none;
}

https://www.screencast.com/t/Am7S6pyXkFSy
See results: https://www.screencast.com/t/pgmUVx0VgDo4

Thank you.

Calin
tagDiv Staff

Hi,

You can use a custom css for this problem -> https://www.screencast.com/t/OSuhSVZbuO
.td_block_19 .td-load-more-wrap a {
margin-bottom: 15px;
position: relative;
color: #000;
}
.td_block_19 .td_ajax_load_more {
border: 1px solid #000;
}

Maybe you need to adjust the color in order to have a proper view of load more button.

Thank you!

Calin
tagDiv Staff

Hi,

Indeed there is a missing custom css -> https://www.screencast.com/t/65rxYhr8A8
I note this issue on our fix list.
Please add this custom css in Newspaper>Theme panel>Custom code>Custom css ; this should fix the problem.
.td-header-wrap .td-drop-down-search.td-drop-down-search-open {
background-color: rgba(18,18,18,.97);
border: 1px solid #222;
}

Thank you for your understanding!

ySV
tagDiv Member

This is the inspect code of error section after subfooter:

div id = tdw-css-writer

  • This reply was modified 7 years by ySV.
Viewing 25 results - 11,026 through 11,050 (of 33,436 total)