Hi Catalin
Sorry as perhaps I wasn’t clear. I am using the latest version 7.4 and plugins etc. I cannot install the demo theme as it wipes out my whole website whether I check include or not include content. I have to get my host to install a backup twice!
I have managed to create the black header etc but all I need to do now is to have the pages and posts with black (dark background) How do I do this or can I simply add some custom css? If I do this what do I add?
My site is http://www.funeventsasia.com
Hi
You made some changes in theme’s files and the layout it’s a bit affected. You can try this css to correct that issue: http://screencast.com/t/jyWFOMfcAlnI
.td-ss-main-sidebar{
width: auto!important;
}
Thanks!
Hi,
Use the !important and ignore the nagging message about the tag. The important tag is used to re-write the css code. If you do not add the important, the code could not work at all.
Thank you!
Hello Kingbreak,
I have inspected your setup page and I saw that you CSS is not right loaded. As you can see from this screenshot here -> http://screencast.com/t/EzDCrPSh3l you are using the latest version of the theme (7.4) but the CSS is loaded from 7.1.1 version. This happens due your server cache. Please try to clear all of it and if you do not have any access in this regard, please request this at your hosting provider to clear all the cache from the server and then, try again and check the results.
Hope this helps and let us know how it goes!
Thanks for your understanding!
HI
There is no need by any php to display a block in post content, you can simple paste it’s shortcode in post editor: http://screencast.com/t/uLMk1LkoBa – http://screencast.com/t/4htR55xwU6
To hide the block on mobile use this css:
@media(min-width: 768px){
.td-post-content .td_block_2{
display: none!important;
}
}
Hope this helps!
Thanks!
Hello,
I have a problem: in the past I used the stretch row feature to show boxes with colored background which end exactly at the boxed layout.
Since Newspaper 7.4 this has changed. The box is now stretched to the browser window.
Is there a way to reverse this to the old look via css?
Thanks!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/po8UDG4jS59o
.td_block_7 .td_module_6 .item-details{
margin-left: 90px;
}
.td_block_7 .td_module_6 .entry-thumb {
width: 80px;
}
Let me know how it goes!
Thanks!
Just some feedback as somebody who uses his iPad every day going on 4 years:
On the iPad in portrait, the sidebar does stay on the right unless you have something in the sidebar which is not responsive and which has a fixed width of 300. So, this is why it’s best to use “responsive” ad units, and anything else you put in your sidebar.
On a phone, it would make no sense to have the sidebar visible as it would be too narrow for anybody to see.
Simpler solution is to turn off sidebar ads on mobile, and then enable top of post ads for mobile 🙂
I guess if you’re using an iPad mini, the OTHER best solution would be to create a new viewport for “that size” which is in-between a phone and iPad. But you’d likely need to figure out what size that is, then modify the style.css to add that”width” at bottom of your style.css file.
So, the original iPad mini, which isn’t a good idea to shoot for is 1024×768, which is really about what a modern phone happens to be.
However an iPad MINI rev4, has a resolution of 2048-by-1536 — so you’d need an “interim” viewport added for the 1536 width to not break and go to smaller size and lose sidebar.
Hopefully food for thought 🙂
Well, you should not have two versions of same theme in theme folder; remember theme “names” come from the style.css file not the folder name. But yes, you can rename the theme folder if only one version is there.
You might want to read the wordpress docs (the ‘codex’) on wordpress.org for more info on renaming things. 🙂
Ok, thanks…i find newspaper-travel.zip. How can i make to install this Zip. I use The Menu to install the zip. But, installation no good . There is the message : there is no the file style.css (“L’archive n’a pas pu être installée. Le thème n’a pas de fichier style.css.”).
Thanks
Hello joncreek,
If you want that all your custom CSS want to be valid for other updates and do not want to loose it, please notice that you should use the child theme and add there all your custom CSS which you have it. For more information about child theme support, please check here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hope this helps!
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for your understanding!
Hey Amit
Did you just put this in your htacces file`?
<IfModule mod_deflate.c>
<filesMatch “\.(js|css|html|php)$”>
SetOutputFilter DEFLATE
</filesMatch>
</IfModule>
# BEGIN Expire headers
<ifModule mod_expires.c>
ExpiresActive On
ExpiresDefault “access plus 5 seconds”
ExpiresByType image/x-icon “access plus 604800 seconds”
ExpiresByType image/jpeg “access plus 604800 seconds”
ExpiresByType image/png “access plus 604800 seconds”
ExpiresByType image/gif “access plus 604800 seconds”
ExpiresByType application/x-shockwave-flash “access plus 604800 seconds”
ExpiresByType text/css “access plus 604800 seconds”
ExpiresByType text/javascript “access plus 604800 seconds”
ExpiresByType application/javascript “access plus 604800 seconds”
ExpiresByType application/x-javascript “access plus 604800 seconds”
#ExpiresByType text/html “access plus 600 seconds”
#ExpiresByType application/xhtml+xml “access plus 600 seconds”
</ifModule>
# END Expire headers
Cheers
Hello,
Our theme does not alter the post pagination. It is the standard wordpress pagination only with a bit of css for extra styling. if you want to change the standard wordpress pagination, you will have to search through the W forums or external sources as there are many solutions online for this
Thank you!
Hi
Try this css: http://screencast.com/t/RsASeyu7GmD
.td-load-more-wrap, .td-load-more-wrap:hover {
display: table!important;
margin-left: auto!important;
margin-right: auto!important;
}
Thanks!
Hello,
Unfortunately there is no easy way top do it. You need to define a new thumbnail using this method: https://forum.tagdiv.com/td_api_thumbadd/ and then changing the thumb size for a particular module you want and then modify the css for the block. There is no easy code I can provide, sorry. The theme api system is for advanced users only and is not covered by the theme support.
If you want to remove all excerpts at once you can simply use css to hide them like so:
.td-excerpt{
display:none;}
Thank you!
Hi Catalin,
Is there a way to make that change without using css live editor? I’m struggling to find the specific line of code I need to alter in the style sheet and I do want to make this process as easily repeatable for fresh installs for future sites??
p.s. I do have a development site up on a hosting account now if that helps the situation?
Kind Regards
Hi,
I`ve just installed new version of newspaper theme. I replaced 7.1. After that changes an error accured:
Fatal error: Call to undefined function vc_shortcode_custom_css_has_property() in /home/abcwypo/domains/willkommeninpolen.de/public_html/wp-content/themes/Newspaper/vc_templates/vc_row.php on line 55
How can I fix it?
My page is: http://willkommeninpolen.de/
Thanks,
Jerzy
Hello,
I have accessed your site but could not see the problem. the sidebar does indeed go smaller below 1018 px as tablets do not have enough space to display the full sidebar width. It is a css rule added to make sure the sidebar and content display properly on tablets but i could not see it getting smaller when scrolling to the bottom. please let us know if you still have this issue.
If you do, in most cases such issues are plugin conflicts so please disable all plugins except visual composer, clear cache and reset cdn files if you use it.
Thank you!
Hmm.. Okay ! I get it.
Thank you for suggesting about hiring a developer ( pun intended ) and yes I know about support policies very well.If the would have taken it literally, I or none of other members had ever felt the awesomeness that gets in various amazing threads here.
Being associated with WordPress for long for I know that the customizations that I asked for here don’t need more than 5 lines of simple CSS ( about changing the position of ” Create an account” button ) but since there is no legal boundation to help for this based on support policy, you have all the right to deny or say No.
On a serious note, I do understand that dealing with so many things by a small team of developers can really be tough so I have nothing but respect and praise for all you guys,
I will surely figure it in someway.. because I will be made if I had to hire a developer for this.
Thank you 🙂
HI
@Vanesafp the theme was intent to be responsive and there is no easy way to change that behavior. Basically you need to go trough style.css file and remove the code between media queries: http://screencast.com/t/jPiFmfdRBxf
This is a very complex task =which requires time and good codeing skills in order to be achieved. We can’t offer customization services at the moment so if really need this and 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.
Thanks!
Hello saucestevo,
I assume that you want to create some opacity for each featured image, right? So, if you want to do this, please notice that you should use the code below and place it in Theme panel->Custom CSS area.
.td-post-featured-image {
opacity: 0.2;
}
The result is here -> http://screencast.com/t/xvHvt5u7j
Thanks for your understanding!
Hello,
The text logo font can be changed with this css code:
.td-logo-text, .td-tagline-text{
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif!important;
}
Thank you!
Hi
Try this css in theme panel > custom code > custom css:
@media (max-width: 768px){
.td-front-end-display-block{
display: none;
}
}
Thanks!
Hello ESwanson81390,
Unfortunately, I do not exactly understand what you mean, sorry! I guess that you are referring to the post pages? So, if you want to add some borders in this regard, please try the code below and place it in Theme panel->Custom CSS area.
.td-post-content{
border:1px solid black
}
The result you should see here -> http://screencast.com/t/QOOHjSReKaV
If is not what you mean, please provide a screen pointing to the desired result, it would help us to understand what you’re trying to do.
Thanks for your understanding!
HI
I’ve checked your site and noticed that the css for menu it’s a bit different, that’s why the items are displayed on two lines. Try to deactivate all plugins except Visual Composer, clear all caches, purge cdn files if you’re using then test the site again. Also if you made any changes in theme’s core files try to revert them, or upload a fresh copy of Newsmag in your WordPress.
Let us know how it goes.
Thanks!