- 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
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hi,
I have bought newspaper but when trying to activate your child theme, my right sidebar does not appear in the proper place but instead is moved bellow to a left side.
I imagine some missing css in the child theme?
You can check my site here http://www.abcdobebe.com (the problem is with the sidebar with google ads.
ads are 300×600)
thanks
AS
Hello listsy,
Unfortunately, it’s not an easy task, the blocks are integrated in the theme and they also come with custom css which is based on the theme grid structure. Each block uses a certain module (in some cases two modules), the files for modules and blocks are located in – http://screencast.com/t/IfgDfvH19 The css can be found inside the style.css file – http://screencast.com/t/tKu6SSskwgv
My suggestion is to hire a professional developer to help you with this task, if you don’t know any look for one on places like – http://studio.envato.com/ – We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.
Thank you for the message!
Hello,
1) Please check your homepage again and recreate it in visual composer. If you have a row inside of another row, please remove them as these situations can cause errors. Please use a default layout to see if the issue is still there.
2)You can use this custom css code in the theme panel->custom css box:
.td-pulldown-filter-display-option{
display:none!important
}
Thank you!
Hello,
Unfortunately in it’s current state you cannot position it as it is not wrapped in any element whatsoever. Please wrap it around a div element with a custom class so you can use css to target it.
You can use the code like so:
<div class="custom-time"> <?php if (function_exists('wp_time_to_read')) wp_time_to_read();?> </div>
Then you can use a css code like so:
.custom-time{
add css code here
}
I hope this helps.
-
This reply was modified 10 years by
Bogdan B..
Hello broadstone,
If you want to hide a featured image only for a specific post, it is necessary to use a bit of Css and target the post ID for which you want to hide. Place the code below in your Css code area, like this: http://screencast.com/t/kUwlLkoMNwm .
.postid-937 .td-post-featured-image {
display: none;
}
The post ID you should find, like this: http://screencast.com/t/Abs1L6nMYd
Hope this helps and let us know how it goes!
Thank you for the message!
Good morning my friends
I’m having some simple problems configuring the css
I’m not being capable to make some alterations
I need a force of You!!
the problems are:
1 – How move the block ADS to adjust the right ,
to get away from the logo in top menu ?
2 – How Adjusting the footer menu, which is very large and deconfigured ?
3 – How to reduce a little the size of the logo
to 261x208px ?
and – How Inserting the hover effect on the logo footer?
PLEASE LOOK MY SITE : http://www.euclidense.com/
Honestly I’m loving this theme!!!!
it is very easy to use, intuitive, modern, super powerful!
I believe I will buy three more of the same theme
to replace the Themes of Multinews, which is a difficult use of terror and the super old design
The Newspaper is FANTASTIC splendid
thank you for providing us with this wonderful theme
I’m sorry, I know not speak English
Hello –
I’m finding that my 300×250 ads (served via DFP) are blowing out the sidebar on iPad in portrait mode.
Is it a relatively easy CSS fix to have the sidebar move below the main content on an iPad portrait view?
There was one suggestion made here that was for a different problem and may not be applicable – https://forum.tagdiv.com/topic/iframe-not-responsive/
Cheers. Dale
Hello ianking,
You need to use a bit of Css to solve this problem. Please try the code below and place it in Theme panel->Custom Css area, like this: http://screencast.com/t/ZnQ2YasH
.td-post-source-tags {
font-size:20px;
}
.td-post-small-box span {
background-color: red;
}
.td-post-small-box a {
font-size:15px;
}
The result you should see here: http://screencast.com/t/yunfcvHFdC
Hope this helps and let us know how it goes!
Thank you for the message!
Hello rishab55555
Below, I gave you an example for what you want to achieve to put a button after the posts title. First of all, you need to make a custom class and add an image button you like and place it in loop_single.php, like this: http://screencast.com/t/FapsZDElh and also the code you should find here: http://pastebin.com/iHh4SKpy . After this changes, you have to use a bit of Css with the code below:
.button {
position: relative;
float: left;
display: block;
top: 9px;
padding-right: 10px;
}
The result you should see here: http://screencast.com/t/9uofVar07nx
There is just an example. You can adjust the values and put another image source until you get what you want.
If you want to have another different button for each post title, please find a plugin to do this for you.
Hope this helps!
Thank you for the message!
Hi,
You need to create the css code and then add it in the theme panel->custom css box. We use a chrome extension called live css editor and the browser inspector to get to the part we want to edit.
For example on a block 4: you would use the code like so:
.td_block_4 .td_module_2 .td-module-title{
padding-top: 164px;
}
Just the title can get a padding-top and the excerpt will drop as well.
You can use the same method on block 7 by changing the classes and padding value.
Thank you!
Hi !
is there a solution to put the background under the menu and logo ? like that : http://www.leparisien.fr
My website : http://www.golfnews.fr
Actually i uses this custom css :
.td-boxed-layout #td-outer-wrap{
top: 136px;
}
#outer-wrap {
max-width: 1172px;
margin: 0 auto;
}
#outer-wrap { top: 136px; }
#inner-wrap {
border:1px solid black
}
Thanks !
Romain.
So where and how should I change the css for Block 4 and Block 7?
Basically Block 4 needs an extra 164px and module 7 30px extra.
Thank you.
Hello,
Please provide a link to your block widget you will like to change the color for. The back-end can only be changed from the core files: http://screencast.com/t/WohetAwAtSF It cannot work with css code added in the theme panel. The front end can be edited with css in the theme panel but we cannot inspect your website to see what that particular block is: http://screencast.com/t/lwbKHiJnUzBp
Thank you!
Hello,
Please try to disable all your plugins except visual composer, clear your cache and purge cdn files if you use it in order to rule out a plugin conflict. Also if you have any custom css modifications, make sure they do not affect the search widget and check to see if all tags are closed correctly. This problem can easily be fixed with css as it has an absolute positioning. you can add this code to re-position it if you want:
.header-search-wrap .td-drop-down-search{
left: 680px;
}
But finding the root of the problem is more important than coming up with a workaround.
Thank you!
Hello,
Every modification you make is going to affect other parts of the website. Css is not dynamic. If you change an image size, css will not automatically adapt to the new size. It will maintain it’s position and styling. You will need to edit the css as well to adjust all the titles to your new thumbnails.
Thank you!
Hello,
There are few ups and down identified when you login http://www.viralbae.com. Please could you help align items.
Screenshot below:-
Heh …. well, the short version would be … just install the main theme, don’t use child theme at all; don’t even upload it. (I don’t use child themes on ANY of our sites or client sites.) So, this way you have one set of things to optimize, manually minify, one set of functions, css, etc.
Just keep track of snippets with a map of which files/customizations you do. SO, when there is theme update you can paste in your functions.php changes into new file, for example; or if you mod the main style.css – make not of what you changed (e.g., search/replace default fonts). Use a good text editor with line numbering — so, you keep track of “I edited the hook at line 55 in file /theme/includes/td-whattheheck.php” etc.
Faster – no CSS redirect from child to parent; no mix of files, smaller to do backup of your site via FTP, blah blah blah.
So – that was short version. Long version would contain a lot of other commentary you don’t need to hear from me on this topic 😉
Hi. I have a follow up to this. I can see we can identify posts manually this way and hide the ads.
However, the ad code is still being run and served, it is just hidden by the CSS attribute. This seems like a very concerning situation with Google or other ad platforms. If they find they are serving ads and charging for impressions, but the ads are not displayed, we would definitely lose our account.
I am not sure CSS will work. We need a page or post template where the ad units are not inserted to begin with. Just like a “Simple page” that has the header and footer, but no ads inserted at all.
Or are there any other suggestions on how to do this correctly?
Thanks!
-
This reply was modified 10 years by
clubfred.
Hi,
sadly that option didn’t work as intended either. The images for Block 4 was too small and the images for block 7 was too big (overlapping).
I tried another solution from the forum: https://forum.tagdiv.com/topic/thumbnails-square-featured-image-is-not/
I’ve added this to td_config.php:
td_api_thumb::add('sb_324x324',
array(
'name' => 'sb_324x324',
'width' => 324,
'height' => 324,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'normal',
'used_on' => array(
'Module 1, 2', 'Block 2, 3, 4, Big grid 2'
)
)
);
td_api_thumb::add('sb_100x100',
array(
'name' => 'sb_100x100',
'width' => 100,
'height' => 100,
'crop' => array('center', 'top'),
'post_format_icon_size' => 'small',
'used_on' => array(
'Module 6, 7', 'Block 1, 2, 7, 8, 16'
)
)
);
Then changed td_module_2.php:
<?php echo $this->get_image('sb_324x324');?>
This gives me the sizes I want for my thumbs. But the text is still positioned as it’s the old sized thumbnails. Do I need to add some css to push the text down?
Thanks
-
This reply was modified 10 years by
creactivate.
If you look/search for my ‘Chris’ optimization’ post in the newsmag forum, I point to a working solution (recommended by Google!) to properly minify .js by reading it semantically and functionally and re-encoding it, vs the dumb way of simply removing spaces and line breaks as with CSS minification — which is why it never works right with most tools (not even mod_pagespeed does it consistently right).
I don’t have the link handy but it’s in my optimizations thread which you can search for since it’s no longer ‘sticky’ here. 🙂
It’s the only tool I’ve found the past 5 years that WORKS.
Hi,
Thank you that worked perfectly and I have modified the rest of my custom css to suit.
Great service and support.
Thanks
Kevin
Hello,
I think the problem originates from somewhere else.
I tried your css and it works: http://screencast.com/t/jRzNwVUlN9G
On your website it seems the selectors are more powerful so you need to adjust the code a bit and use the !important attribute.
Use it in your code like so:
.td-post-content blockquote {
background-color: #FCFCFC!important;
border-left: 2px solid #8CBF26!important;
padding: 15px 23px 0 23px!important;
position: relative!important;
top: 6px!important;
clear: both!important;
margin: 0 0 29px 0!important;
}
.td-post-content blockquote p {
color: #8CBF26!important;
font-size: 13px!important;
line-height: 21px!important;
padding-bottom: 16px!important;
margin: 0!important;
text-transform: none!important;
}
Add the important to your other code as well and it should work as expected.
Thank you!
Hi,
I have been using the following css to change the size of blockquotes:
.td-post-content blockquote {
background-color: #FCFCFC;
border-left: 2px solid #8CBF26;
padding: 15px 23px 0 23px;
position: relative;
top: 6px;
clear: both;
margin: 0 0 29px 0;
}
.td-post-content blockquote p {
color: #8CBF26;
font-size: 13px;
line-height: 21px;
padding-bottom: 16px;
margin: 0;
text-transform: none;
}
There is supposed to be a blue horizontal line to the left of the blockquote.
And this for WooCommerce:
.woocommerce ul.products li.product h3 {
text-align: center;
}
.woocommerce ul.products li.product .price {
text-align: center;
}
.woocommerce ul.products li.product .button {
margin-left: auto;
margin-right: auto;
display: table;
}
.woocommerce .products .star-rating {
margin: 0.5em auto 0 auto;
}
The 3 products used to be larger and centered.
The blockquote can be seen at this link https://godhelpusall.com/climate-eat-it-too
Shop page here: https://godhelpusall.com/shop/
Since updating to WordPress 4.4 this css code no longer seems to work.
Hope you can help.
Thank you
Kevin
Hello,
We tested WP 4.4 wit our theme and no problems were found. Please provide more details to what css does not apply anymore and provide examples so we can investigate this issue further.
Thank you!
Hello,
The easiest way to achieve this is to make all links on your homepage not clickable (except for the menu)
You can use this custom css for it:
.home .td_block_wrap{
pointer-events:none;
}
Add the code in the theme panel->custom css box
Thanks.
-
This reply was modified 10 years by
Bogdan B..