- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
Change this value to get 8 posts: http://screencast.com/t/oI1TX4M8L9gl
Result: http://screencast.com/t/jc5sS1gSN
Use this css also to get the posts to stay on line:
.td_mod_mega_menu .entry-title {
max-height: 20px !important;
}
Regarding the order unfortunately you can’t set a sort order for subcategories, you can though set as subcategories of that category only those you want to show in the menu.
Thanks
Hi,
You can chose the title style 1 for the block titles then you would have to use less css to get it done as you like: http://screencast.com/t/w8yuWmjp
You can set the color/border/text align and so on.. as you like and adjust it using css, note though that if you set a color for the title from block editing panel you will not be able to overwrite it via css, best is to leave the settings default and add the color via css.
Here is the css I have used for this:
.td_title_style_1 {
color: #000000;
border-bottom: 3px solid #000000 !important;
}
.block-title span {
color: #000000 !important;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
line-height: 20px;
}
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You will have to add this line so that the social like/tweet/google+ buttons appear before the post content, like this: http://screencast.com/t/rqFkotmg then use this css to remove the gap between post content and the buttons: http://screencast.com/t/qUyD8CYhyTYR
.td-social-like-tweet {
margin-bottom: 0px !important;
}
Hope this helps!
Thanks
You will neef to adjust your settings to possibly turn off combining js or lazy loading, etc.
Try disabling items one at a time related to css and js…
-
This reply was modified 11 years by
simchris.
Unfortunately adding
.alignleft {
float: left;
}
.alignright {
float: right;
}
into the Custom CSS did not work with either of the codes I tried above. Here is a link http://tinyurl.com/nkchoec (please tinyurl any links you post from the site or a screenshot is just fine). Thanks!
Hi,
There’s any way I can change the default style of the tabs of my website to match the style that I’ve create? The default is, for instance, the “PALAVRA AOS ASSOCIADOS” tab. The one I’ve created is the “OS NOSSOS PATROCINADORES”. I use the following CSS:
.separador-preto-sfundo {
padding: 4px 10px 4px 0;
margin: 0 0 20px 0;
color: #333333;
display: inline-block;
background-color: transparent;
position: relative;
font-family: 'Roboto', sans-serif;
border-bottom: 2px solid #4db2ec;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
line-height: 20px;
margin-bottom: 20px;
}
.separador-preto-sfundo:before {
content: '';
position: absolute;
height: 2px;
top: 28px;
left: 0px;
background-color: #333333;
width: 320px;
}
Hi,
You can use this custom css: http://screencast.com/t/SLurkYDm8D0d
For the “upcoming releases” block tough you need to edit the block and remove the color set for the block title, after this you can use the following css to change the hover color for that block also:
.widget_rss .block-title span a:hover {
text-decoration: none !important;
color: blue;
}
.widget_rss .block-title, .span4 .td_block5 .block-title {
border-bottom: none;
}
.td-grid-wrap .span4 .td_block5 .block-title a:hover {
text-decoration: none !important;
color: blue !important;
}
Thanks
Hi,
Yes, please use this custom css: http://screencast.com/t/FhaWxthM7
.post .td-post-featured-image {
text-align: center;
}
Thanks
Hi,
When you set an background image for your category page like this: http://screencast.com/t/H7EpzYxBO and that category background by default will be set as “no-repeat”: http://screencast.com/t/fQHx9wHPk
You can also achieve this via css, like this: http://screencast.com/t/1PwfiwGAkT
Add this custom css in theme panel > custom css:
.category {
background-repeat: no-repeat;
}
Thanks
Hi,
You need to adjust it via css, please add the code then send me an URL to an attachment page of your site, I need to inspect this so I can provide a solution for this.
Also please make sure you have done this I believe it could solve your problem.
Thanks
Hi,
Sorry about that, I tooth different, the ones I targeted are the block titles actually, use this css instead: http://screencast.com/t/7OxjnnAIjc
.td_mod_wrap .entry-title a:hover {
color: blue;
text-decoration: none!important;
}
Thanks
Hi,
I’m not sure I understand what are you trying to do, please provide more details about this.
You could try to use this custom css to center the feature image on post page:
.td-post-featured-image {
text-align: center;
}
Thanks
Hi,
Remove the settings for the header text color from block editing panel and use this custom css to change the color on hover as you like: http://screencast.com/t/A7vjWDVoaG
.block-title, .td_title_style_1 {
border-bottom: none;
}
.block-title a:hover {
color: blue !important;
opacity: 0.5 !important;
}
Thanks
Hello,
I have another question. Is it possible through custom CSS to add a background image to a page?
For example: http://www.balbro.se/musik/
Where the orange is we would to be able to add an image.
I have tried to figure it out myself but I can´t seem to get it to work.
Thanks!
Hi,
I have tested your site and found no issue’s with the top menu, looks and also responds well to all screen widths.
You can use this custom css to display it on mobile also: http://screencast.com/t/NFOuvSvSWQ7i
Thanks
Hi,
I forgot to mention that the last css should be added along the one I previous provided, if it work as you like, it’s fine.
Thanks
Hi,
Please use this custom css: http://screencast.com/t/IDoIC2mwf8Wi
.page-id-1242 .ui-tabs-nav .ui-tabs-active a {
background-color: #fff !important;
}
.page-id-1242 .ui-tabs-nav {
border-color: #fff;
}
This will only apply to this page only because of the .page-id-1242 class, if you need this to change the background color for active tabs and border color you have to remove that class from the css.
Thanks
Hi,
Please replace the menu-top.php file content with this: http://pastebin.com/74EUnHPZ ..like this: http://screencast.com/t/6LYQko2qvJ
Then add this custom css in theme panel > custom css:
@media (min-width: 1200px) {
.top-header-menu, .td-header-menu-wrap .menu-post-and-page-settings-container .menu {
margin: 0px 49px 0px 0px;
}
}
.td-header-menu-wrap .menu-top-container {
float: right;
}
After this you will have the item displayed at the top on the right like this: http://screencast.com/t/HNAnqycD
Note that this will remove the top right widgetised area, only use this if you aren’t planning not to use that area.
Thanks
Turn off the Load CSS asynchronously and see if that still happen when you load the site…
With your Speed Booster Pack settings:
1.Loads javascript files from Google Libraries
2.Defers parsing of javascript files.
3.Removes query strings from static resources
4.Load CSS asynchronously
5.Minify all CSS styles
6.Insert all CSS styles inline to the footer
Remove junk header tags
Is there a way to stop the Google Adsense Ads loading first? When you access a page, it’s all white for a second, then the ads popup in the wrong places then the css kicks in and the whole page looks correct again.
Thank you 🙂
Hi,
Use this css: http://screencast.com/t/Vz2r3hWB
.widget_rss .block-title span, .widget_rss .block-title span a {
font-family: Oswald;
font-size: 17px !important;
line-height: 18px;
font-weight: bold;
text-transform: uppercase;
}
Thanks
Hello,
I am working some to customize the appearances of some tabs in my site.
In the tabs right now I see the active background is BLUE (theme default). I want to change that to WHITE and the blue line below I want to change to BLACK
I am working with the custom CSS.
How can I change the colors for this specific page?
Kind regards
Emil
Hi,
Could be make sure you empty cache, purge files if you use any CDN or cache plugins.
Also inspected your site for this custom css and I found all but this:
.post header h1 {
margin-top: 17px !important;
}
This is why you still have this issues. Please make sure this css it’a added right into theme panel.
Use it like this:
@media (max-width: 768px) {
.single .post header h1 {
margin-top: 17px !important;
}
}
You could also try to edit the style.css file and add it there if still dose not work.
Thanks
@Steven I see what you mean. I’ve currently deactivated it and i’ll see how I ‘cope’ with manually sharing the links on my social networks sites instead of automatically for a few days. Maybe i’m just lazy… But if it improves my sites performance and I keep the Newspaper themes, i guess it’s a positive.
I’ll provide my plugin results shortly.
Just having a problem with this code you sent me:
function remove_cssjs_ver( $src ) {
if( strpos( $src, ‘?ver=’ ) )
$src = remove_query_arg( ‘ver’, $src );
return $src;
}
add_filter( ‘style_loader_src’, ‘remove_cssjs_ver’, 10, 2 );
add_filter( ‘script_loader_src’, ‘remove_cssjs_ver’, 10, 2 );
When i add it to my function.php it causes my whole website to have a white screen and no code is found in the page source. What’s the fix for this? :s
Thanks 🙂
You don’t need this also “JM Twitter Cards” the WordPress SEO already have that feature build in to they plugin..
The “Wordfence Security” is a very good plugin but if your using there “Live Traffic” feature then you going run in problems on your server end because it make ur CPU very high and use a lot of memory..i had to remove mine from my site and went with a more lightweight plugin call “All In One WP Security & Firewall”
Query Strings Remover you don’t need a plugin for that just add this code to the bottom of ur “functions.php”..
function remove_cssjs_ver( $src ) {
if( strpos( $src, ‘?ver=’ ) )
$src = remove_query_arg( ‘ver’, $src );
return $src;
}
add_filter( ‘style_loader_src’, ‘remove_cssjs_ver’, 10, 2 );
add_filter( ‘script_loader_src’, ‘remove_cssjs_ver’, 10, 2 );
Akismet you can removed if you use clouldflare because they protect you from comment spam in one those settings..