Hi,
Only tagdiv block have an option for style 1 title, so if you use these block in the sidebar you can change this also in Widgets section – http://screencast.com/t/dvPVeYutSbz If you use wordpress blocks you can change background and color for titles via css, inspect block with browser inspector tool: http://screencast.com/t/mmzgrgCz and paste the custom code in Theme Panel > Custom Css: http://screencast.com/t/w6o7ow1hdD
Thanks!
Hi,
Yes you can hide it via custom css in Theme Panel > Custom Css.
Take the post ID: http://screencast.com/t/Wvf8nzlf
Use class .postid-xxx to hide: http://screencast.com/t/27MVaJLWbiR
.postid-xxx .td-a-rec-id-content_top{
display: none;
}
If you use adsense please change a to g – .td-g-rec-id-content_top
Thanks
Hi,
I see that you use background color, but this do the same issue like background image. Like I said we know about this bug and it will be fixed on Newspaper 5. It is not so easy to block background on specific templates and you need custom modifications to the code.
The parallax featured image use javascript code and it is not so easy to overwrite with css code(as that css is inline), anyway you can try this custom css in Theme Panel > Custom Css, maybe will help: http://screencast.com/t/3cKnjaPg
@media(max-width: 767px){
.single_template_4.td-boxed-layout .td-big-slide-background {
width: 100% !important;
}
.single_template_4 .backstretch {
width: 100% !important;
}
.single_template_4 .td-backstretch {
width: auto !important;
}
}
I’m not sure if this css will help, but I assure you that this issue will be fixed in version 5 of the theme. Sorry for inconvenience!
Thanks!
After your help I’ll probably just stick with the stock menu provided with the theme….but will need help on a few things:
1. That Hover/Click issue. Do you notice Hover doesn’t work on Google Chrome? I want it to hover.
2. Can I change the background color for the dropdown menu? Active/Hover colors?
3. Logo on Flyout menu
4. YES, the CSS you provided DOES take away the arrow-dropdown indicators, BUT how can I then CENTER the word instead of leaving that blank space to the right of the menu word?
Thanks so much,
Hi, I have a post that I would like to keep free of promotional material. Is there a way to remove the “Article Top” ad from display? Perhaps there is some Custom CSS available?
Oliver
What do you mean by change permalink?
Do you mean the “permalink” structure from WP settings ? That normally shouldn’t impact your home page.
Or do you mean the domain name / site URL? That is a whole separate issue unrelated to theme.
Looks like your CSS is not loading.
If you’re using caching or a CDN you need to clear your caching each time you make such changes. If using caching plugin, clear the cache. If using a CDN or “wordpress hosting” — see their support on how to clear cache or “refresh” the settings to allow the new content to load properly.
Hope that helped.
Hi,
Try this: http://screencast.com/t/Rb7Blab4dZ3y
You have the css code here: http://pastebin.com/peLMvJdE
Thanks
Hi,
I also checked this and seems to be an issue with style 3 and style 6 as there is not loaded a logo for mobile and z-index of td-affix class(sticky menu) is bigger than logo image: http://screencast.com/t/5XTdZcYnk – http://screencast.com/t/GQPOgPa5r
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/0kON40iWn
@media (max-width: 767px){
.header-style-3 .td-logo img {
z-index: 10000 !important;
}
}
Also please note that it will be fixed in Newspaper 5, sorry for inconvenience!
Thanks!
Hi,
I’ve looked on your site but it seems you have another theme active. As Christopher mentioned, i also suspect you’re using the css on blockquotes, if you can’t figure it out please provide more details.
Thank you, Emil G.
Hi,
On click the datepicker div is set to display: none; this causes it to disappears.
Try this custom css in theme’s panel custom css section and test if this still happens. From my test this css code solved this issue: http://screencast.com/t/OUU6bKZJ
.datepicker.dropdown-menu {
display: inline-block !important;
}
Hope this helps!
Thanks
Hi,
Please use this custom css in Theme Panel > Custom Css or use your code but add space between classes: http://screencast.com/t/i6MMYXlW
@media (max-width:767px) {
.single_template_4 .similar-articles {
display: none !important;
}
}
Thanks!
Hello,
Installing the theme by using WordPress installer doesn’t work because of stylesheet.css. (Yes I’m uploading newsmag.zip instead of newsmag-tf.zip).
So i tried FTP and By FTP everything seems to work but then the plugins fails to install. (yes, I placed newsmag map in wp-themes).
When trying to install the required plugins I waited about 20 mins but it’s still installing js_composer.zip…
This should obviously be done in < 1 minute. Any idea on how this is possible?
Hi,
For icons the theme uses sprite files, you can find theme inside the ../Newspaper/images/social/sprite folder – http://screencast.com/t/Xi4NrbPF
As you can see there are different sizes. You could either replace each icon or use custom css to replace the icons used by you on your site, the browser inspector will reveal which file is used and the background position – http://screencast.com/t/iNcWX4nZ
Thank you, Emil G.
Hi,
If you want to use custom css to move it you can do it in Theme Panel > Custom Css: http://screencast.com/t/kS5GpZ5D
.single_template_5 header .entry-comments-views {
right: 380px;
}
Also if you don’t want to use css you make this change in the code:
-cut header from single_template_5.php – http://screencast.com/t/eEk6FbM18EEJ and paste it in loop-single-5.php – http://screencast.com/t/bpTFzgJzyU and it will look like default post template and style 1 – http://screencast.com/t/khTa3qPA
Thanks!
Hi,
You can disable Author box from Theme Panel > Post Settings: http://screencast.com/t/wb7isABV3 but it will be disabled for all articles.
You can hide it via css for specific posts using post ID: http://screencast.com/t/XomB4CiKXK0k
.postid-xx .author-box-wrap {
display: none;
}
You can check post ID like this: http://screencast.com/t/efodiPKCCnKW
Thanks!
Hi,
Unfortunately there is no option in Theme Panel to change font for this block/module(in version 5 of the theme Custom Typography section will be changed and will be added more options), but you can use this custom css: http://screencast.com/t/eK0mGyabPW2
.td_mod10 .entry-title a {
font-size: 18px;
}
Thanks!
Hi,
I have checked your site and did not found any issues with mobile menu. Did you solved the issue?
1. I guess that you refer to the mobile menu, you have to click to the arrow for parent categories – http://screencast.com/t/kd8pMwKJ as if you click on the category, the link will be loaded. I’m not sure if this is your issue please provide more details.
2. You have a logo in the sticky menu – http://screencast.com/t/bUL577qLZKp
3. Also on mobile sticky menu you have a logo: http://screencast.com/t/Jtc2rJDlO
Or if you refer here – http://screencast.com/t/QcVH7p3Q1uG1 the theme doesn’t have an option for this and you will need custom modifications, unfortunately we cannot provide custom work at this time, sorry.
4. You can hide dropdown arrows via custom css in Theme Panel > Custom Css: http://screencast.com/t/3dvI3xwesew
.td-header-menu-wrap .td-icon-menu-down {
display: none;
}
.sf-menu {
margin-left: 0px;
}
Also please provide more details about menu items hover as I have checked your site and didn’t found any issues. When you hover an item, it open submenu or megamenu.
5. Create your menus from appearance > menus section: http://screencast.com/t/5ntqLpyXaaJ
Add your items to your custom menu: http://screencast.com/t/Ff4S0quiv
Set a page like this and choose your menus and publish: http://screencast.com/t/dAfaYkWmmk
Then use the page ID an set it as mega menu for your menu item: http://screencast.com/t/yphGpD46V
Result: http://screencast.com/t/TEVNDFmT
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/eVJ0sVkdLy
.td-container {
z-index: auto;
}
.td-post-header {
z-index: 1;
}
Thanks!
Hi,
You can use custom css to hide it: http://screencast.com/t/aVwI2JWSrxb8
.td-post-sharing-top .td-classic-twitter {
display: none;
}
Also the “To top” background color is the same with the theme accent color, but you can change it with css code: http://screencast.com/t/t7pgZhh0
.td-scroll-up-visible {
background-color: red;
}
Thanks!
Hi,
Please try this custom css if you want to change the background when you hover a link: http://screencast.com/t/rXVDVlNOgN
.td-footer-container .widget_pages .page_item a:hover{
background: white;
}
.td-footer-container .widget_meta a:hover {
background: white;
}
If you want to change the link color you can try this code: http://screencast.com/t/4MnBnYpK
.td-footer-container .widget_pages .page_item a:hover{
color: red;
}
.td-footer-container .widget_meta a:hover {
color: red;
}
Please paste the code in Theme Panel > Custom Css: http://screencast.com/t/Nv4aGyXlmZr
Thanks!
Hi,
I have checked your site and there is an issue also with image on mobile, not only with title – http://screencast.com/t/GZgeKEznR2N
Like you can see you have to change the height of the image for mobile, you can test this custom css, also you may create you own I only make a suggestion: http://screencast.com/t/daVBdR6s0Mp
@media (max-width: 767px){
.page.single_template_6 #td-outer-wrap .td-header-wrap {
height: 400px !important;
}
#td-full-screen-header-image {
height: 500px;
}
.page .td-full-screen-header-image-wrap #td-full-screen-header-image .td-backstretch{
height: 500px !important
}
.td-post-template-6 .td-post-header {
bottom: 70px;
}
}
With this css you can target the title and meta .td-post-template-6 .td-post-header
Thanks!
Hi,
We have a blocking issue with Newsmag and The Events Calendar plugin which is proving difficult to solve. I’ve been working with the Tribe team over on their forums, they suggested while they try ti find a solution I should raise it with you guys too as you’ll likely want to resolve it too.
That forum thread is here (https://theeventscalendar.com/support/forums/topic/find-events-date-popup-broken-possible-css-index-conflict-with-theme/) … but I’ll summarise the issue here for brevity.
I have an issue with the ‘find events’ box, specifically the Date Picker popup. Selecting the Date field briefly displays the calendar / date chooser popup, before disappearing. Suspiciously, if you then select my theme’s CSS hidden search box, it reappears – so it looks to be some kind of z-index based issue on hidden CSS layers.
Either way, any ideas how I can resolve? You can find my events page here: http://www.roadtovr.com/virtual-reality-events/
..the issue remains regardless of what level of stylesheet integration (skeleton -> full) I choose, so it’s a fairly fundamental conflict.
My latest observations:
“The issue seems to occur when releasing the mouse button after clicking. If you keep it held, the data picker will continue to display and allow you to select dates. The onClick (or onMouseDown I’m not sure what you’re using) won’t work again until you’ve clicked away / de-focussed from the date picker area – at which point you TEC loads the ‘selected’ value and reloads the main calendar element.”
This effectively blocks our use of TEC and NewsMag right now, so any assistance you can provide is much appreciated.
Thanks
Paul
Um, that doesn’t look to be the NewsMag theme (as of 11:38am PDT 5/9/15) – site says you’re using “http://independentpublisherdot-me/” ?
Perhaps you’re in the wrong support forum?
============
With NEWSMAG:
If you’re trying to change the CSS for blockquote maybe try
blockquote
I do this with mine:
blockquote p { font-size:20px !important; line-height:26px !important; text-align: left !important; padding-left:20px;}
-
This reply was modified 11 years by
simchris.
I was trying with this topic https://forum.tagdiv.com/topic/how-to-disable-the-big-homepage-blocks-in-mobile-view/
but still .single_template_4 .similar-articles wont switch off at mobile devices.
I added custom css:
@media (max-width: 767px) {
.single_template_4 .similar-articles
display: none !important;
}
}
and
@media (max-width: 767px)
.similar-articles {
display: none !important;
}
}
any help?
Hi,
I have some problems with displaying block, elements at mobile view. Some of them i would like to switch off. I was trying do this using ‘advanced css’. But block wont switched off.
my site http://meteoserwis24.pl/