- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi fibol ,
Sorry for the delay, but do not work on weekends. Our support program you can see here: http://screencast.com/t/1E1sQcqiW
Because you did another reply, your questions have become the latest and we solve them in order of oldest.
If you do not want to appear the image in light box on smart list you have to change this in code, (because is not an option for it in theme panel) like this: http://screencast.com/t/T1SfkOLkk
After changing it, the images will appear in other attachment, like this: http://screencast.com/t/oHGmlUs9
As an alternative, if you do not want to have a clickable images then you should use a bit of Css to disable this option, like this: http://screencast.com/t/wg9253o6w – http://screencast.com/t/Hy1rd1ix
.td-slide-smart-list-figure a {
pointer-events: none;
cursor: pointer;
}
Hope this helps!
Let us how known how it goes!
Thanks!
Hi,
Please replace the css provided above with this one – https://forum.tagdiv.com/topic/strange-formatting-issue-with-gallery/#post-75557 and check if you still have this issue on mobiles. Also provide a link.
Thanks!
This is starting to get annoying. one of the reasons I bought your theme is that I saw you had great support. I’m guessing that you HAD great support.
I already hired someone to change the code. your last update deleted the rtl.css file. so I’d like to do it myself this time. have no problem to edit the code, but I need you to give me the code line.
and you ignored my question about the post/page color.
Hello,
Unfortunately we cannot provide a solution to your problem as our themes do not have RTL support. You will have to change the theme’s CSS and change the position of every block element. You can hire a freelancer to do it for you if you want from sites like studio.envato.com.
As an alternative you can maybe find a plugin that has this feature. Unfortunately we cannot make a recommendation.
Thank you for your understanding.
Hi,
Unfortunately when background color/image is set, the site will automatically switch to boxed version. You will need custom modifications for this and I suggest to hire a freelancer to do this for you as we cannot provide custom work, sorry!
Here you can find an example how this can be done via custom css – https://forum.tagdiv.com/topic/cant-create-fake-full-width-top-menus-by-coloring-the-outer-wrappers-in-6-1/#post-56800
Thanks!
Hi George,
Please try a bit of css in Theme panel->Custom css area like this: http://screencast.com/t/HIgpmROxf5
.td-header-style-7 .td-affix #td-header-menu {
margin-top:15px;
}
.td-header-style-7 .td-affix .td-header-sp-logo img {
margin-top:15px;
}
The result should see here: http://screencast.com/t/aUhRqsoQN
Thanks!
Hello George,
You can hide the edit button for all users (including yourself) by using this css code:
.td-admin-edit{
display:none!important
}
Thank you!
Hi,
The Speed Booster is an optional plugin and it moves the css and js at the end of the page, this removes render blocking and improves the score on pagespeed, please check this guide – https://forum.tagdiv.com/how-to-make-the-site-faster/
Yes, it works with WP Super Cache plugin, as Speed Booster is not a cache pluging.
Thanks!
Hi bogdon
As per latest Google algorithm, hiding links via CSS is not advisable. Will you suggest me the better option?
Hello,
The easiest method would be with CSS. You can identify the page id: http://screencast.com/t/9fDaCbodJEfr and use it to target the specific pages you want to remove the link from. You can use the display:none property.
Thank you!
Hi,
I guess you use an old version of child theme and you have there a css for block title. Compare this – http://screencast.com/t/vpVH4F4zx Here is the css from version 4 – http://screencast.com/t/viA0TCCVOF
So I suggest to the latest version provided with the theme, you can find it in /code folder from files that you download from themeforest. Any old customization(code or css) have to be adjusted to work well in Newspaper 6.
Thanks!
Hello,
3) Your problem originates from the WP recent posts widget on your page. Try to re-add this widget to your page because it is causing problems in the mobile version. you have a custom class set to it. Try to remove it and any css customization applied to it.
4) Use this custom css if you do not want to change the theme accent color:
a{
color:red;
}
Thank you!
Hi
I’ve checked your site and the theme works fine, didn’t found any errors or other things which may affect its functionality. I suspect that a plugin may cause this issue so you can try to deactivate all plugins except Visual Composer, clear all caches and test again. If the problem persit try this css in theme panel > custom css: http://screencast.com/t/0v8MdTUpM
body {
overflow-y: scroll!important;
}
Thanks!
Hi,
Yes, unfortunately this is not an easy task and you will need custom modifications to achieve this, here you can find an example how this can be done for share buttons– https://forum.tagdiv.com/topic/can-i-edit-block3/#post-22779 and here you can find the share/like buttons used on posts(if it can help) – http://screencast.com/t/Fl0dqrEuz This is for version 4 of the theme, but you can adjust it for Newspaper 6. If you don’t have basic php/html/css experience I suggest to hire a professional developer to do this for you as we cannot provide any type of custom work at this time, sorry!
Thanks!
There has been a couple of notes about the logo not filling the header box (Header styles 9/10/11). Regardless of the size of the logo jpeg the displayed logo leaves an offset of 70px on each side displaying the background color of the header. It can be seen in our development site. This seems to be embedded in the class td-logo but I cannot see where. Is there a css fix that will take the logo out to the limits of the box for style 9/10/11?
Hi, I was trying to use a vc block but want to specify which posts by post ID. I decided to use “display post shortcode” plugin and the shortcode allows me to specify post by ID#, but I am not able to make the shortcode output style look similar to that of the posts in VC block 11 (which also has title, author, date and excerpt). Do you recommend trying to use VC block 11 code which was used for the block and add this to add to admin custom style.css? Would that work or is there a way to use “display-post id” shortcode with the Block 11 to specify post id. The shortcode example for the plugin is [display-posts id=”845” include_date=”true” date_format=”F j, Y” include_excerpt=”true” wrapper=”div”]. I am somewhat novice wp user so maybe there is an easier way than this. I look forward to any help you can provide. Thank you!
Hello,
I’m looking to make the Facebook icon bigger in the footer and also change its color for the Facebook blue color instead of the grey. How can I do that? I looked for the icon image to redesigning it but I can not find it. Is there’s some CSS I can change and if yes where and how?
Thank you
I want to change the title colour & padding for a block (ex: Block 3), screenshot attached. I will use the block3 in different pages. I want that all block3 will be updated with colour & padding.
http://prntscr.com/90bukf
Can you give me a how to achieve it with screenshoot & custom CSS?
Thanks in advance 😀
Hi Andrei L,
Thanks for your response.
I’d like to completely hide that edit option from Mega Menu for all users.
This is applicable for categories, search etc. Please could you help with a CSS code.
Thanks!
Hello,
Does the Popular Post Sorting (7 day sort) look at post_views_count to sort or post_views_count_7_day_total?
If not, is it possible to change it so it looks at post_views_count to sort? Don’t like the idea of showing post view counts on posts – even if i hide it with CSS, it still shows for a few seconds if the user hasn’t got a fresh cache of the site.
Thanks,
Above CSS not working.. take a look http://prntscr.com/900ebd
It works when i request desktop site from my mobile browser, otherwise it did not work.
-
This reply was modified 10 years by
wpdiv.
Hi Bogdan,
Thanks, the CSS code for icons was a good solution.
3: Please check this img. of mobile screenshot empty space
http://s10.postimg.org/rf6rm3jc9/empty_space_mobile.png
4: I mean how to change the link color in posts. Now the linkcolor is black but text color is also black so visitors can’t see its a link :). I can only find change the Theme acces color but than also the color in menu change.
http://s1.postimg.org/44ljdwmov/link_color.png
Live: http://no.nl/kwh
Kind regards,
Switching away from Open Sans and back to it seemed to do the trick. I can now see that the CSS file at fonts.googleapis.com is being loaded by all browsers. Thanks for your help!
here is the screen capture of what I’m talking about. After applying CSS display:none, there is still a small box that appears in that location
http://www.screencast.com/t/9c6ouCEbj5A
thanks.
It works now. I was missing a } on a piece of css code above it. Thx!