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?
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.
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?
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
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
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?
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.
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.
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.
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.
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.
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?
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!
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.
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
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
Hi,
I did some researches and I found some documentation that may help you
-> https://css-tricks.com/finding-and-fixing-slow-wordpress-database-queries/
-> https://wordpress.org/support/topic/slow-database-queries-from-mariadb-slow-query-log/
-> https://www.rackaid.com/blog/wordpress-slow-speed-up/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Hope this will help you.
Thank you for your understating.
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.
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.
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.
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
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
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?
Hi, the settings were not working but the css did, of course.
Thanks!
Albert
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