Search Results for 'css'

Results from the Forum
Mark Gilbert
tagDiv Member

Dear Calin – I have tested another homepage with padding/margin adjustments in css and it’s rendering ok. So something in my block layout in the other page doesn’t work in Firefox though ok in Safari?

Calin
tagDiv Staff

Hi,

If you are referring to images from the posts and you want to change the Caption text-> https://www.screencast.com/t/deLgcK9sAN3t -> https://www.screencast.com/t/JUhRc0F0aj

in order to change the font for caption please go in Newspaper>Theme panel>Theme fonts> Post element -> https://www.screencast.com/t/cTXwj6OPVlZo
Unfortunately for caption color you need to use a custom css
.wp-caption-text, .wp-caption-dd {
color: red;
}

You can change the color if you want.
-> https://www.screencast.com/t/53tVRJVV4
Please set the above custom css in Newspaper>Theme panel>Custom code>Custom css

Thank you.

Mark Gilbert
tagDiv Member

Same with Css-padding-bottom – Firefox will take 20 but 41 will throw the elements out… Safari is fine. I need help on this, or any reader using Firefox, a fairly popular browser, will be in trouble. My launch is delayed for 2 days already… Am I missing something or is Newspaper just incompatible with Firefox? Or at least if you adjust spacing parameters in Flex Box 3 (which is what I am using throughout my homepage)? At the moment I am forced to have irregular block depths in Safari to avoid elements all over the place in Firefox… Do I tell readers to avoid using Firefox?

Simion C.
tagDiv Staff

Hi,

That is block header template 4 – https://demo.tagdiv.com/newspaper/block-header-4/
A block header template can be selected in general, in the theme panel
http://prntscr.com/m8x6nc
Per block it can be done in the composer – http://prntscr.com/m8x78r
The per block setting will override the general setting.

So you want to customize it so that the bottom arrow be in the middle of the block title, something like this would work – http://prntscr.com/m8x5qq

Enter this code in Theme panel->Custom code CSS section

.td_block_template_4 .td-block-title>*:before {
left: 0;
right: 0;
}

All elements that use this block header will be affected by this customization. Let me know if you have more questions.

Thanks

Simion C.
tagDiv Staff

Hi,

Only flex blocks have such an option, these blocks have many customization options
http://prntscr.com/m8wusv

For default blocks it could be done with CSS. This should do it, use the color you want
http://prntscr.com/m8x0sq

.td_block_22 .td-excerpt {
color: blue;
}

Thanks

Mark Gilbert
tagDiv Member

Actually – not solved! I now see the problem is Firefox won’t accept any Column Gap below 18. If you select 17, it will throw your elements into disarray and introduce white space. Also Firefox will not respond to changes to css margin top, e.g., -20. Safari is fine. Can this be fixed? Can you make Newspaper work in Firefox as in Safari?

Calin
tagDiv Staff

Hi,

In order to do that you need to replace the css from that demo, so in order to edit the demo file you need to go in Newspaper>includes>demos>fast>demo_style.css
on line 15
https://www.screencast.com/t/IbKm1xAoc3h
https://www.screencast.com/t/GYqLtetMzTp
Hope this will help you.

Thank you.

Calin
tagDiv Staff

Hi,

Please add this custom css in Newspaper>Theme panel>Custom code>Custom css
@media (max-width: 767px){
.td-scroll-up {
display: block;
}
}

-> https://www.screencast.com/t/cJzUrG1O

Thank you.

Calin
tagDiv Staff

Hi,

1. So if you want to add this form in header you can do that by set the embed code from mailchimp
-> https://www.screencast.com/t/D4uFPmAhz6w -> https://www.screencast.com/t/XYdfaw9StR -> https://www.screencast.com/t/mRvc7j4K also you can add some custom css if is need.

2. When you create the forum please check only the settings you need to have in mailchimp -> https://www.screencast.com/t/pIZ7vAb96hIk

Thank you.

Calin
tagDiv Staff

Hi,

If I understand correctly you want to change the header size on the mobile version.
here is an example -> https://www.screencast.com/t/2VdUfrX8
In order to do that you need some custom css, if you need help with that please provide me a link were I can take a closer look to your header.
Create custom code with the browser’s Inspector or the Live CSS Box -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thank you.

Calin
tagDiv Staff

Hi,

If you are referring on this -> https://www.screencast.com/t/EnEyws6qdc if is so you can use this custom css
add the css in Newspaper>theme panel>Mobile theme >Custom code
-> https://www.screencast.com/t/HqSTf7TfzZ7W
.td-category-header{
display: none;
}

-> https://www.screencast.com/t/Cw4otHJOi3lZ

Also I note that your thumbs do not have the proper size please try to regenerate the thumbs -> https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ , also is possible that you have some plugins that made that happen
-> https://www.screencast.com/t/Dgm3oZAGS8
-> https://www.screencast.com/t/4MZdvmKa

Thank you.

tadejbogataj
Participant
#0

Hi, i added an image for the background exactly as in the instrustions. But it does not show on any page. When i checked the css i see that the backgound is there, it just does not show.
Any ideas why?
How can i fix this asap?

madamcza
Participant
#0

Hi,

in the City News demo https://demo.tagdiv.com/newspaper_city_news/ there is a different way from other demos of styling block headers. How is it achieved? I could not find anything using tagdiv composer settings. Is it in CSS? I’d like the arrow to be in the middle.

https://pasteboard.co/HX0eUT8.jpg

THanks!

Calin
tagDiv Staff

Hi,

Unfortunately this demo have set a strong custom css, and in order to change this you need to make changes in demo style sheets, if you want to do that please go in wp-content/themes/Newspaper/includes/demos/retro/demo_style.css
-> https://www.screencast.com/t/Ns32mwZArbYI

Hope this will help you!
Thanks.

vladc25
Participant
#0

Hi there,

I’m unable to change the Fast News menu color in it’s normal state (http://prntscr.com/m8tc57).

From Theme Panel -> Theme Colors -> Main Menu, I can only change the color of the sticky menu.

I did manage to change it’s color via custom CSS code, changing the inbuilt colors: .td-fast-news .tdm-header-style-1.td-header-wrap .td-header-menu-wrap-full, .td-fast-news .tdm-header-style-1.td-header-menu-wrap.td-affix {
background: linear-gradient(to right, #b9035b 0, #ef0a32 25%, #8b0081 100%) !important;
}

But when the page loads, the default colors load and appear first, then change to the ones put by me via the custom CSS code.

Can you lend me a hand with this?

Thank you,
Vlad

3ftDeep
Participant
#0

Hi there. I’m using VC Post Masonry grid but when i view the post grid, the first item displays this code as the content:


/* custom css */ .td_uid_1_5c41a00b4d26b_rand { min-height: 0; } jQuery(window).load(function () { jQuery('body').find('#td_uid_1_5c41a00b4d22e .td-element-style').each(function (index, element) { jQuery(element).css('opacity', 1); return; }); }); jQuery(window).ready(function () { // We need timeout because the content must be rendered and interpreted on client setTimeout(function () { var $content = jQuery('body').find('#tdc-live-iframe'), refWindow = undefined; if ($content.length) { $content = $content.contents(); [...]

Any ideas why and how to eliminate it?
Can be seen HERE

Thanks in advance

Catalin
tagDiv Staff

Hi,

Unfortunately, the theme does not have any such an option that allows you to do this, sorry! You should use your inspector browser to create your own custom CSS code and edit the header on mobile, as you wish. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ As a hint, you need to use the media queries if you want to target only the mobile devices.

Thanks.

Calin
tagDiv Staff

Hi,

In order to do that you need to use custom css
-> https://www.screencast.com/t/WhAOXxg5C
In this way you can add all the css on the feature class; this is the easiest way.
Also you can try to add a class with JavaScript, please check this documentation -> https://www.w3schools.com/howto/howto_js_add_class.asp

Hope this will help you!
Thanks.

Viju
tagDiv Member

You are right but my custom CSS added in the theme panel is not working if I remove paragraph “disable the plugins if there are incompatible plugins” from speedbooster plugin. So i disabled speedbooster and works well.

Simion C.
tagDiv Staff

Hi,

That is possible with some CSS, a similar topic here – https://forum.tagdiv.com/topic/how-to-move-menu-items/
https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Each menu item has a unique ID, this can be used to target it specifically. If you need help with it, please post a link to the website.

Thanks

Simion C.
tagDiv Staff

So you are removing the code from the plugin, then the booster should be always active
https://www.screencast.com/t/IvPTiFdTf
But what about this custom CSS you mention, you mean the one in the theme panel? That should not be affected by this modification in the booster plugin. I did check however with the booster active, seems to work alright – http://prntscr.com/m8ri57

TheRiz
Participant
#0

I searched the forums but could not find an answer to something that should be fairly easy.

I installed Retro theme which has primarily black backgrounds. I would like to change these to white or something close to white on posts and pages in particular.

Using Theme Panel > General Theme Colors > Background Colors has no effect.

Even adding something general like

body {
background-color: #ffffff;
}

to custom CSS has no effect.

I guess I am missing something. Any ideas?

albert.garduno
tagDiv Member

Hi, the settings were not working but the css did, of course.

Thanks!

Albert

nitroracing
Participant
#0

Hi,
I’d like to add a CSS class to the featured images of all the posts on my site.
How can I do it?

Thanks

Viewing 25 results - 11,551 through 11,575 (of 33,436 total)