- 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
I have updated the CSS as you suggested. The black bars still appear. As I mentioned previously, this video plays and appears without the black bars on other video players.
There are no black bars included in this video file. And, they should not appear in the post. How is this resolved? This is one of the standard 4:3 ratios.
Thanks,
Hello,
unfortunately the theme width cannot be changed as our theme elements were built using a fixed width and if this width is changed, then the elements will lose their positioning and the website will “break”. If you have to change the width, then you need to adjust every element you use on your page and it will be no easy task as it’s a fairly complex css. what you can do however for your ad placement is have 2 columns or 1 column in place for your ads in parts of your homepage. (you can have 1, 2 or 3 column layouts on the same page) like so: http://screencast.com/t/3zFNPkto this method will create enough space for your ads.
Thank you!
Hello carmene,
If you want to achieve as you wish, please try the code below and add it in the Theme panel->Custom CSS area.
The code is ->
.widget_text .textwidget p {
text-align:justify;
}
.gfcustomized-widget-text-32 .textwidget p {
text-align:center;
}
The result your should see here -> http://screencast.com/t/0ROOaMoSsthI
Thank you for the message!
Hi,
I’m using NewsMag. My page code is:
[vc_row css=".td-top-border{border-top-width: 1px !important;}"][vc_column width="2/3"][td_block_slide limit=”3″][td_block_2 custom_title="DON\'T MISS" border_top="no_border_top" limit="6" ajax_pagination="next_prev"][td_block_1 custom_title="GADGETS WORLD" border_top="no_border_top"][td_block_15 custom_title=”LIFESTYLE” limit=”8″][/vc_column][vc_column width="1/3"][td_block_social_counter facebook="themeforest" twitter="envato" youtube="Envato" border_top="no_border_top"][td_block_9 custom_title=”LIFESTYLE” border_top=”no_border_top” ajax_pagination=”next_prev”][vc_wp_posts title="RECENT POSTS" number="5" show_date="1"][td_block_2 custom_title="LATEST REVIEWS" limit="3"][/vc_column][/vc_row]
On the Page Template settings the Sidebar Position is set for full-page.
In Page Attributes I have chosen Default Template.
The issue is that the 2nd column appears below the first, instead of next to it. What else should I be doing? You can see the page here.
I would like to hide the comment number boxes on the homepage and post pages.
In the theme comments area on themeforest I was told to open a new topic on the forum, and that I would be provided css code that will allow me to hide the comments from modules/blocks by pasting it in the Theme Panel > Custom CSS.
Thanks
Hello,
You can remove the sidebar on archive pages from here: http://screencast.com/t/5QaSFGRqbaR
In order for us to move the product, you have to hire a freelancer as it is not tat easy. All the css for this element must be changed. You can hire a freelancer form sites like studio.envato.com
Thank you!
Hi
Video’s width it’s controlled by the theme and is set to 100% from the container where it’s displayed. However the theme does not control the video content. By this i mean that even if you re-size it’s width at 80% let’s say: http://screencast.com/t/7roeWegeXa the aspect black bars will still be there as they are bundled in video: http://screencast.com/t/7roeWegeXa
To correct the video layout when it’s hested on your wordpress try this css in theme panel > custom cod > custom css: http://screencast.com/t/IZOKD9ZT
.mejs-container, .mejs-embed {
height: 100%!important;
}
Thanks!
Lso i used in .htacces Chris code
# END WordPress
AddType text/javascript .js
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf .ttf
AddType application/x-font-opentype .otf
AddType application/x-font-woff .woff
# BEGIN Expire headers
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2500000 seconds"
ExpiresByType image/jpeg "access plus 2500000 seconds"
ExpiresByType image/png "access plus 2500000 seconds"
ExpiresByType image/gif "access plus 2500000 seconds"
ExpiresByType application/x-shockwave-flash "access plus 2500000 seconds"
ExpiresByType text/css "access plus 700000 seconds"
ExpiresByType text/javascript "access plus 700000 seconds"
ExpiresByType application/javascript "access plus 700000 seconds"
ExpiresByType application/x-javascript "access plus 700000 seconds"
ExpiresByType text/html "access plus 600 seconds"
ExpiresByType application/xhtml+xml "access plus 600 seconds"
ExpiresByType font/truetype "access plus 2500000 seconds"
ExpiresByType font/opentype "access plus 2500000 seconds"
ExpiresByType application/x-font-woff "access plus 2500000 seconds"
ExpiresByType image/svg+xml "access plus 2500000 seconds"
ExpiresByType application/vnd.ms-fontobject "access plus 2500000 seconds"
</IfModule>
# END Expire headers
# BEGIN Cache-Control Headers
<IfModule mod_headers.c>
<filesMatch "\.(ico|jpe?g|png|gif|swf)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(css)$">
Header set Cache-Control "public"
</filesMatch>
<filesMatch "\.(js)$">
Header set Cache-Control "private"
</filesMatch>
<filesMatch "\.(x?html?|php)$">
Header set Cache-Control "private, must-revalidate"
</filesMatch>
</IfModule>
# END Cache-Control Headers
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
<IfModule mod_alias.c>
RedirectMatch 403 /xmlrpc.php
</IfModule>
Hi,
In order to do this, you can use a css trick and add a backgroun image to your menu but this can only be done with css. There is no setting in the theme panel for it.
You can add it like so: http://screencast.com/t/Ezje4qqYuqIq
.td-header-menu-wrap-full{
background-image: url("http://mag.imshmacked.com/wp-content/uploads/2016/03/bg-image.png");
background-repeat: no-repeat;
}
It will need further customization for responsiveness though.
I hope this helps.
Also custom css tab in theme panel is unlocked again. If you want i can send you modified functions file so you will see what was wrong.
Hello,
in this case, you will have to reinstall the theme if you edited theme files or simply remove the css in the theme panel – custom css box. We cannot provide a solution do adjust the position of the menus as we could do more damage than good if your customization get scrapped at some point. You will need to revert to the default state of the theme and be more careful when creating your css code.
Thank you!
Hello,
You can achieve that result but it will need a few customizations. First, you will need to remove the header ad container like so: http://screencast.com/t/3MXoVpsx , then you can use this css for positioning:
.td-header-style-1 .td-header-sp-logo {
width: 285px!important;
height: 90px!important;
margin: 0px 28px 0px 28px!important;
}
You can change the values in the code to your preference.
Thank you!
Hello Matija,
If you want to remove those white spaces, you have to reduce the paddings to 0 px. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td-main-page-wrap {
padding-top:0;
}
.td-main-content-wrap {
padding-bottom: 0;
}
The result you should see here -> http://screencast.com/t/fDe5aLMr0qzg
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
I’d need the code to put inside custom css in theme panel to centre align text. I think the problem with cloudfare is solved. You can try to access my site now.
Hello masc,
If you want to remove the author and the date of the category page, you have to use a bit of CSS code to hide it. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.category .td-module-meta-info {
display:none;
}
The result -> http://screencast.com/t/yDQw62bxQTA
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/YKdYy3rS
.td-header-style-8 .td-header-sp-ads .td-header-ad-wrap{
margin-top: 10px;
margin-bottom: 10px;
}
You can increase margins values as you want.
Thanks!
Hi
The theme load the same banner ad on all devices, only the css changes depending by screen’s resolution. To load a image by a different size on mobile you will need a script which detect screen’s width and load the image depending by this result.
This is a complex task which require many customizations and unfortunately I can’t offer a solution now. If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment.
Thanks!
Hi,
The title background color is the only setting that needs to be edited to get this effect. http://screencast.com/t/fI0Fold28bqw
If it does not apply on your end, please try to disable all plugins except visual composer and clear cache. There could be a plugin conflict that interferes with the css.
Let us know how it goes.
Thank you!
Hello bhadrabalaram,
Please try only the code below in your CSS area. -> http://screencast.com/t/jrRGNdmke
The code is ->
.td-header-style-3 .td-header-sp-logo {
padding-left:0px;
margin-left: 0px;
}
.td-header-style-3 .td-header-sp-logo a img {
margin-left: 0px;
}
The result -> http://screencast.com/t/ndhjGZlxZqP
Hope this helps!
Thank you for the message!
Hi
The background layout it changes depending by proportion between width/height. To change those values are required some changes in theme’s js: http://screencast.com/t/gTIF2oTsLZ
Also you can try this css and adjust the width’s value as you need:
.td-stretch-height{
width: 120%;
}
You can use media queries to set different values depending by screen’s resolution. Note that this is a complex task which require good css knowledge, also js coding skills are required if you want to go deeper. If you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer custom services at the moment.
Thanks!
Tried a few times different ways but doesn’t seem to work with me https://gyazo.com/f78ee491c237a38f0795c1e3ff7d87be
Any suggestion? I have played around with margin and padding settings but the result/alignment is not stable and changes with screen resolution.
Can you tell me what is the image size and css settings for what you sent me http://screencast.com/t/In0djext7v ? That seems fine. Thanks.
There is a problem.
If i hide widget title, post tags are lifted up for 20+px and are hidden behind visual composer items.
Take a look at the end when gallery is over.
http://notranjskoprimorske.si/2015/12/fotogalerija-v-loski-dolini-so-krasili-smrecice-obiskal-jih-je-tudi-dedek-mraz/
Also why custom css area in theme is empty and cannot be added new css? Seems locked.
Hello Sayeed,
If you want to have the same block’s design for block 3, you have to use a bit of CSS code to accomplish this. Please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
.td_block_3 .td_module_1 {
background: #fff;
padding-bottom: 15px;
margin-bottom: 17px;
border-radius: 5px;
box-shadow: 0px 2px 3px 0px #888888;
margin-left: 1px;
margin-right: 1px;
}
.td_block_3 .td_module_1 .td-module-title{
padding-left:2px;
padding-right:2px;
}
.td_block_3 .td_module_1 .td-module-meta-info {
padding-left:4px;
padding-right:4px;
}
.td_block_3 .td_module_1 img {
border-radius: 5px 5px 0 0;
}
The result you should see here -> http://screencast.com/t/8gVmrPoir
Hope this helps!
Thank you for your message!
Hello Andrii,
Unfortunately, our theme does not have such an option for modules from categories but only for Blocks. If you want to have this feature for Category pages, you have to alter the code and implement this with hard-coding. If you do not have advance knowledge for HTML/PHP/CSS/JS to accomplish this, please consider hiring a freelancer/developer to do this for your because we cannot provide custom work at the moment, sorry!
Thank you for your understanding!
Hello,
The best way to do it is to use https://icomoon.io/app/#/select and create your font file (*.svg) Then put it in the theme files in the icons section: http://screencast.com/t/LYy4BH4v1E and then use css to load the font using font-face like so:
@font-face {
font-family: 'Montserrat';
src: url('fonts/Montserrat-Light.otf') format("opentype");
font-weight: normal;
font-style: normal;
}
Please note that the URL must be an absolute one so the path leads directly to your font file. You can test if the url is correct in your browser. When you access the url, the browser should download the font file.
I hope this helps.
Thank you!