- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hi Nagarig, I’m not the one that consider if a site is or not good enough for showcase, this will consider our developers and designers, not the support staff, that was only my opinion, also if this is not add right now, that dose not mean that it can not be add later. As for these basic sites, I think that were made when the theme was not so big like now and had only few options.
If that element is added using widgets you can try the general option from theme panel -> https://i.imgur.com/oaXqJn3.png or you can use a custom css -> https://i.imgur.com/DNEOjZN.png
.vc_widget_sidebar .block-title a, .vc_widget_sidebar .block-title span{
background-color: #00acee;
}
.vc_widget_sidebar .block-title {
border-bottom: 2px solid #00acee;
}
Hope this will help you!
Hi,
Indeed this seems to be a strange thing. I think that this problem is only on home page, if is so you can try this custom css
.home .td-block-row {
width: 101%;
}
Set the code in theme panel> custom code> custom css.
Let me know the results!
Hi wbennets, I can not find that popup massage to make a css for that too, also the adblockers message is not for our theme, therefore I do not know the settings that can affect.
Let me know where to find this message and i will try to help you!
Thank you!
Hi fabioweb90, the problem is that since the social counter do not has the twitch integrate I can not integrate it, sorry. Yes, it is possible to use a custom css or tagDiv Composer to set an image with twitch but this will not be like the rest of elements from social counter and will not display the numbers from that social.
Thank you for your understanding!
Thanks Calin — is there no CSS I can use to do this within a block?
I have an issue with all upsell items and located at below is one of the URL’s.
http://www.soundqubed.com/product/soundqubed-decal-bundle/
If you hover over the upsell items in the list, the text color almost matches the background color.
I’ve made a custom CSS file and posted it below which does work on our test site, but wanted to know if any
theme option is available to modify the upsell font theme color, so I do not need to use the custom CSS or is
this the preferred method to fix this issue. I had read previous posts that some resolutions were using the Custom
CSS to fix the issue.
———————START CUSTOM CSS SNIP—————————————-
.woocommerce-loop-product__title:hover
{
color: #FFFFFF !important;
}
.woocommerce-loop-product__title
{
color: #FFFFFF !important;
}
———————END CUSTOM CSS SNIP——————————————
Hi,
I forgot completely to create the child theme before editing the demo I have used for my site. I have change lots of things in the appearance of home page, header, footer, category pages, tags and them (block, colors and all this u know). I have noticed my fault when I have seen the theme update today.
I remember to make a child theme years ago helping a friend to make his site, but since then I haven´t touch web design so I forgot some things. The only I want know is to create a child theme with all the changes I made and not to lose the appearance when updating. An exact clone of all block, colors….
It is possible doing this with any recomended plugin which exports the css and all this just to show the site like is shown right now?
Many thanks.
Hi ksaunders, that is because in column text you need to set only the shortcode, the custom css need to be set in theme panel> custom code> custom css.
The column text can not render the code as the Single External Shortcode.
Let me know the results!
Hello, 🙂 Does the theme’s developers team/company provide also custom code services for companies/businesses? If yes we might need a quotation for a minor update on the header, CSS side only.
Please note this post is placed here exclusively to find support via the official “Newspaper” developers theme services. Do not reply posting third parties services.
Kind regards
Hello, i do not want to display comment number on the comment section, is there css code wich can hide it?
Here is picture: https://prnt.sc/tx54nh
thanks
Ok thanks for feedback. At least can you help me in order to display correctly twitch icon with css?
As you can see i was able to display correctly with Instagram and only twitch is missing..
Thanks!
https://ibb.co/Hq348Bb
Hi muterobert,
By default only the flex blocks and blocks has the comment count box.
Also there is no option to can move only the comment box, this can be done only with custom css. Set a class on that element and use a css like this one -> https://i.imgur.com/jEs30mC.png -> https://i.imgur.com/wwQJzYO.png
If you want I can help you with custom css, just provide me the link to your webist.
Thank you!
Hello,
on some occasions when i load a page or post of my site (both mobile and desktop) I notice a light blue layer that fades away. Not each time but several times.
I feel is the menu that disappears. I can’t locate a setting to fix this.
It might be the caching/ cloudflare rocket loader that defers some js/css?
thanks
Hi Tinystepsbabyclub, yes, you can do that using tagDiv Composer select each column in part and set in css tab the width that you want to have, for example -> https://i.imgur.com/XRJ0D8i.jpg -> https://i.imgur.com/wDsZwUb.jpg -> https://i.imgur.com/WQuGDPY.jpg also you can stretch the row -> https://i.imgur.com/Ywb1BMn.jpg
Hope this will help you!
Let me know the results!
Hi aztartarcontrol, by default the rows when are set are using a white background color, since that you are using a demo that has set the black background color, you need to set this color on the new rows too, for this you need to check the css tab from the row -> https://i.imgur.com/Hsc4Lky.jpg
Hope this will help you!
I made a recent post but it came off as more of a custom request, so I’m going to simplify my issue.
I’m trying to upload a child header page but I am getting a critical error when I do it.
I am using ‘style 3’ header, so when I upload header-style-3.php to /(mychildtheme)/parts/header/, I get a critical error. Why would that happen? Am I missing a file I need to upload?
Currently in my child theme, I have:
functions.php
style.css
screenshot.png
/parts/header/header-style-3.php
Thank you
One more thing, please.
TD composer does not provide any styling option for the newsticker in the smart-phone viewport (actually, only the desktop and the tablet viewport tabs are available).
I tried unsuccessfully to circumvent this by adding the following piece of CSS in the thme panel:
@media (max-width: 767px) {
.td-trending-now-wrapper {
font-family: “Cormorant”, Times, serif!important;
font-weight: normal!important;
font-size: 14px!important;
}
}
what am I missing?
Can you help?
Best regards,
Gabriel
Screenshot: https://imgur.com/C50ZwSG
CSS with shortcode:
<h3 style="font-weight:500;">Subscribe to our newsletter</h3>
<p>To receive the latest updates.</p>
<style>
.yikes-easy-mc-form label.label-inline { width: calc( 100% - 30% ) !important;
}
.yikes-easy-mc-text, .yikes-easy-mc-email {
height: 40px !important;
margin 0px !important;
border-width: 3px !important;
}
.yikes-easy-mc-submit-button {
margin-left: -10px !important;
padding: 0px 0px !important;
border: solid;
border-width: 4px;
border-color:#f26622;
color: #f26622;
background-color: #FFFFFF;
font-size: 12px;
font-weight:500;
transition: 0.4s;
}
.yikes-easy-mc-submit-button:hover {
background-color: #f26622;
font-weight:600;
color: #FFFFFF;
border: none;
}
</style>
[yikes-mailchimp form="1"]
Column text does not work well with both CSS and shortcode.
I’m trying to use a custom css styled newsletter form shortcode (Yikes plugin) that works perfect in the single post template using the Single External Shortcode BUT the same CSS does not work on the homepage using Column text.
Thanks Calin. I gave the block an ‘Extra Class’ name and then used the Live CSS Editor right in the TagDiv editor to apply the code like this:
.Post-container .td-module-container {
border-radius: 20px;
background-color: #fffbf4;
}
Any reason not to do it this way?
Hi Calin,
sorry, maybe my explanation was not good enough 🙂
I dont want to exclude posts from specific categories. I want to hide the graphical tags from specific categories.
Example given: we have a post with category “Love” AND category “no-ads”. The category “no-ads” is used internally to hide ads from posts with this category.
In the old newspaper version there was a the “hide category on post and category pages” feature, for handling such internal-organization-categories. Now it is gone.
Is there still a possibility to hide a category (not the posts, only the graphical tags of the category) from archives, blocks, breadcrumbs etc.?
It’s not about filtering posts, it’s really only the graphical representation of categories (in the breadcrumbs, in the tag boxes etc.). Just to hide it with CSS makes no sense, because then the categorie tag box in some block elements is empty (instead of holding the real main Category – in our example “Love”).
Thank you!
Hi,
Is look that you must add some custom css too if you have set a background color -> https://i.imgur.com/03S18Kg.jpg
.td_flex_block_1 .td-element-style, .td_flex_block_1 .td-module-container {
border-radius: 20px!important;
}
This code need to be set in theme panel> custom code> custom css. The code will apply for all flex blocks 1.
Hope this will help you!
Thanks.
Hi,
Thant color is set using a custom class in theme panel, this class is set on theme body -> what you can do is to use a custom css like this one and change the color -> https://i.imgur.com/q3PoTLt.png
.td-animals-pro .td-post-content img {
border-bottom: 5px solid red;
}
or remove it -> https://i.imgur.com/e0IQ5Rr.png
.td-animals-pro .td-post-content img {
border-bottom: none;
}
This code need to be set in theme panel> custom code> custom css.
Hope this will help you!
Hi loslunesseriefilos,
I think that this is a miss understanding! The above custom css is custom, not because the blocks (“templates”) are not working and because this options is not set on all of them. The elements form our theme do not has the same settings, those differ for element to element, indeed there are tabs with general settings like the css tab -> https://i.imgur.com/y57Uhrq.png (this is the same for all elements).
If this is not what you mean, let me know!
Thank you!
The button CSS seems a bit clitchy. I changes the settings from with background to no background, but now the background always appears in hover.
I did clear cache(s). Switched off all plugins.