- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Hi everybody.
I’m making an upgrade of my website and i have a big problem. When i wants to put a background on a row, i have this error : array(7) { [“el_class”]=> string(0) “” [“el_id”]=> string(0) “” [“class”]=> string(27) “td_uid_2_598ed2842bef4_rand” [“css”]=> string(0) “” [“tdc_css”]=> string(52) “eyJhbGwiOnsiYmFja2dyb3VuZC1jb2xvciI6IiMxZTczYmUifX0=” [“tdc_css_class”]=> string(27) “td_uid_2_598ed2842bef4_rand” [“full_width”]=> string(0) “” }
wp booster error:
TD Composer Internal error: The system tried to use an att that does not exists! class_name: vc_row Att name: “tdc_css_class_style” The list with available atts is in tdc_composer_block::render
/(removed)/plugins/td-composer/includes/tdc_composer_block.php > get_att
I tried to disabled all plugins expect tic composer. It persist. Someone have an idea ?
Thanks to you.
sometime newsmag theme serve style css file and all links with https://
that’s why source does not load css
check http://cantinhodarosy.com
We found that once the post has inserted some facebook video link, the front end post layout having some css issue.
Front end:
This is how we uploaded at back end
Front end Print Screen (problem)
https://www.dropbox.com/s/8ab9da47e17hhk8/sharelaa%20problem%201.PNG?dl=0
Back end Print Screen
https://www.dropbox.com/s/i1kgv3hzegcwgt5/sharelaa-backend.PNG?dl=0
Could you possibly help with the css class I need to use? and where I need to put it please 🙂
You need to use css and add a responsive class to your ad units. Normal css practice.
E.g., stuff like
Width=100% max width = 300px etc.
Or see theme docs on custom ads to add divs for different sizes with your different size ads for each viewport.
Hi there. I recently updated my theme to the latest version of the theme and somehow my logo is no longer in line with the menu bar and appears too big, whereas before it was all on the same line. Can anyone give me a piece of code I can copy and paste in the custom CSS to rectify this problem? My site is empiricalfitness.com to view the issue. Thanks
Hello,
Sorry but our theme does not have any such settings and that is not achievable through css. You will need customization services in order to customize the menu how you want it. Our theme only provides a hamburger menu for mobile phones, not on desktop.
Thank you!
Hi,
The say what demo has the meta info hidden with css. Please remove this code from the demo.style.css file: https://www.screencast.com/t/ardb3iWl
Thank you!
Hello,
The standard sign in and join button in our theme is present in the top bar:
https://www.screencast.com/t/TUFSutXbm
As you may know, our theme does not support RTL so there will be all kinds of layout issues that will present themselves as there is no RTL css.
if you will not be able to use our theme because of the missing RTL support, please request a refund here: https://themeforest.net/refund_requests/new and we will provide it so you can choose a RTL compatible theme.
Thank you!
Bogdan B
Hi, i need to change the layout of header (Menu Area), please let me know how i can achieve this. Provide css or code for it. Check the image to see what i need it to be like. 
Don’t need so much padding and need a hamburger menu for desktop
Hello Ueilon,
If you want to hide the Block title for Newsmag theme, you can try using the code below and place it in Theme panel -> Custom CSS area. Use the code below ->
.td-pulldown-size{
display:none!important
}
Regarding on category titles, notice that you only use them in the drop down and not inline, sorry! If you want more adjustments in this case and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom services at the moment, sorry!
Thanks for your understanding!
I was receiving that error too when using the “Text with Title” box. I fixed my issue by copying “editor-style.css” to the child theme from the parent theme.
Did you try adding your css override to the custom css box in theme panel? Are you targeting correct class?
I’m having difficulties with module CSS styling.
I’m using a plugin in the widget (block 9 = module 8). The plugin has an option for additional/custom css class which I’m trying to use but nothing happens. The plugin developer says that the theme “has forceful styling” which blocks any other CSS styling.
The plugin would also use the “body text” (don’t know any better expression for that) of the module which cannot be changed via theme panel’s font settings. I’ve tried to browse the theme’s CSS files without success so my question is, how could I change the module’s CSS styling or disable those “forceful stylings” if those exist? Adding custom css code in WordPress cPanel won’t help.
First some information that you need. I am using Newspaper 8.0 and the tagDiv Mobile Theme plugin. My website address is https://evscconnect.com.
I have a website that is a private intranet where users gain access by logging in using the wp-login.php page. Everything on the site is working great except for when users login on their phones. I am using a function in my child theme to replace the WordPress logo and styles with my own custom styles. The function works fine on desktops and tablets. However, when I view the login page on a phone, I get the default WordPress login page.
Here is the function I am using.
function my_logincustomCSSfile() {
wp_enqueue_style('login-styles', get_stylesheet_directory_uri() . '/login/login_styles.css');
}
add_action('login_enqueue_scripts', 'my_logincustomCSSfile');
Is there another piece of code that I need to add to allow my logo and custom styles for the wp-login.php page to appear on phones? Or am I missing something in the Newspaper Theme Panel?
Thanks,
Jerrad
Hi,
Unfortunately, it didn’t work.
I’ve tried to put the code in the Theme Panel > Custom Code > Custom CSS and also directly in the Style.css. Both unsuccessful.
>> http://waves.siteprovisorio.xyz/
That’s is a quite critical issue, please we need an urgent solution or at least a solid release date of the next update.
Thank you!
Thanks for your mesage.
I know about this. But I didn’t make any changes to tge global settings for the grid. also, the page, generated by the import of the demo-data got different colors and font.
so just tell me were you set this color and font on that page. I didnt find any custom css on the page.
you can easily reproduce the situation by setting up a site and import the demo data calles ‘breaking news’. after that you set up a blank page and set up the same big grid that is used on the demo-start-page. after that, you will see, that the global settings are ignored by the demo start-page.
Hello ArthiSpooner,
If the font is not H3, H2 or H1 notice that you’re dragging this heading because the CSS will not be applied. Here is talking about HTML code which has to be added from the panel editor when you write the text in Text With Separator.
Thanks for your understanding!
Hello alexprepo,
Please notice that all the settings from theme panel are general which will be applied to the entire elements from the theme and not individual. If you want to customize the Big Grid individually for each page, notice that you should use some extra class and then use such a custom CSS code for that element. If is not what you mean please provide more details about what exactly you want to achieve and also, provide the both URL with your pages where you want to make these changes.
Thanks for your understanding!
Hi,
Try a code like this for example
– https://www.screencast.com/t/fyfi6PMh
– https://www.screencast.com/t/edWioJAPe
Enter the code in Theme panel->Custom CSS if you decide to use it, I think that is what you wanted
.td-header-logo {
position:relative;
top:40px;
}
.td-header-menu-wrap.td-affix .td-header-logo{
top: 24px;
}
Thanks
Hi Catralin,
Thanks – I have put this code in custom CSS but what this does is change the colour to a simple blue.
Prior to this the colour was black and the hover colour was the theme accent colour.
How can I keep this functionality please ? Also I need to set a hex colour ?
Thanks
Simon
Hi,
You could set a background color in the theme panel
– https://www.screencast.com/t/tYo5a4Oj
It will apply on all the website including posts. A shadow could be added like this for example
– https://www.screencast.com/t/Dfa71d5VcSk
This is the code used in the example if you want to use it (modify the values how you want), enter it in Theme panel->Custom CSS and it will apply only on post pages the way it is now. A theme background must be set in the theme panel for it to work properly.
@media (min-width: 1180px) {
.single.td-boxed-layout #td-outer-wrap {
width: 1164px;
margin: 0 auto;
-webkit-box-shadow: 0 0 5px 0 rgba(255,0,0,1);
-moz-box-shadow: 0 0 5px 0 rgba(255,0,0,1);
box-shadow: 0 0 5px 0 rgba(255,0,0,1);
}}
Please correct me if I misunderstood something.
Thanks
Hi,
Please enter this code in Theme panel->Custom CSS and check the results. It should fix the issue you are having
.td_block_text_with_title
.td-element-style {
z-index: -1;
}
Please let me know if you still have further problems.
Thanks
Hello,
You have not missed any option as there is no option created in this regard :). If you want to remove the mega-menu next/prev, you can add this code in the theme panel-> custom css box:
.td-mega-grid .td-next-prev-wrap{
display:none;
}
Thank you!
Yes, the problem is present and we will fix it in the next verison of our theme. until such time please try to add this code in the theme apne-> custom css box:
.td-big-grid-post .td-meta-info-container{
position:absolute!important;
}
Thank you!