- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Hi,
The posts are aligned one after another without a row. Please try this custom css:
.td_related_posts .td-related-span4:nth-child(3n+1){
clear: left;
}
Thanks
Hello,
I’d like to change my button color to red.
How to apply this change to all button ?
Also is there anyway to make them bigger than the standard one by CSS ?
thx
Hi,
a. It looks well now: http://screencast.com/t/WioDyTLH Please let me know if you’ve managed to fix this.
b. Please provide more details about this as I have also tested this but couldn’t reproduce it.
c. That is the way the latest articles work when you navigate trough that section you can use another template for you homepage and use an block to add that section and use the ajax pagination.
d. Use this css in theme panel > custom css field to remove that border: http://screencast.com/t/IYa1qfRJ
.td-main-sidebar .td_block_2 {
border-top: 0px solid #e6e6e6;
}
.td-pb-span4 [class*="td_block_2"] {
border-top: 0px solid #e6e6e6;
}
f. I have tested your site and haven’t seen this behavior. Please let me know if this happens again and also try this without any plugins, empty cache and purge files if you use CDN.
1/ Please provide more details as it looks well to me: http://screencast.com/t/L7dJd2NI
Maybe if you another background color: http://screencast.com/t/fUVjX9Tbg6K
2/ Which block title you refer too? I have checked this and haven’t noticed anything wrong: http://screencast.com/t/8D2hoMmJxY
Thanks
Hi,
Unfortunately the newsmag theme doesn’t have an option to add an icon for your menu items like newspaper dose so you need to add it yourself.
You can add an image/icon as a label for your home menu item like this: http://screencast.com/t/QB2oA2mk then you have to use some additional css to set an height for you new menu item, for this you can use the unique class that each menu item has to target just the menu item you’ve created and set an height to it, like this: http://screencast.com/t/jWY1S7N2R
Hope this helps!
Thanks
Hi folks
this is kind of a special use case; but from time to time when we have a store, selling our services, we will be using the built-in WooCommerce sticky message bar (“store notice”) for things like “closed for Memorial Day… back on Tuesday” or similar.
One minor issue, is that the top menu bar and sometimes main menu from theme obviously gets chopped off by the “message” sticky. So either the top menu is completely covered up, or when a Newsmag sticky menu is being used, it doesn’t stick since the top needs to be down the same height as the main menu (or rather main menu, sticks but is hidden 80% by the message sticky).
On phone, all menu options top of page are chopped off … hidden; and on iPad/tablet portrait, same behavior as desktop.
SO: my suggestion for theme is a simple one:
make the sticky “store message” stick to FOOTER vs header for the WooCommerce “store message” … some other themes, including some Woo themes do this to solve the top menu bar “issue.”
OR:
suggest some “push down” CSS which could be added to top of the theme menus to push everything down the 37px used by the store message sticky bar; then presumably one could just add that to custom CSS box “as needed” a few times per year when message is needed.
Obviously I have no problem doing the CSS thing.
From an “average customer” use case, I’d consider making the sticky go across bottom, since it would really just hinder the sub-footer, and in most ecom setups that menu stuff goes into the regular footer menu so it’s easier to click/tap.
(Setting up my first WooCommerce store… went through about 6 Woo themes, and came back to – duh- using NewsMag — exactly what I wanted…. !)
Also, perhaps adding to theme docs: for the WooCommerce setup, choosing the sidebar layout for posts, does not impact the pages, and so pages and categories must be set separately – which is a good thing since I wanted the cart and checkout to be full width and not have sidebar for ease of use. Wasn’t clear since the “woocommerce” template setting actually only works for store items and none of the other “pages.”
Thanks 🙂
Yep, as I noted previously, the block-title custom CSS was the fix we used. 🙂
Hello, thanks again for your reply. A great theme with a great support, it’s amazing! 🙂
I’d like this feature too, if it works. For me, it doesn’t work 🙁
I’ve tested it with 4 screen: Desktop PC 1440*900px, notebook 1366*768, windows tablet 1368*768, windows phone 4,5″ 1280 x 768.
With default settings, it doesn’t work in any of them.
If I put the tablet in landscape mode, in the post editor it shows what I see in the post page when it’s in vertical, if I put in vertical in post editor it shows what I see in the post page when it’s in landscape, but I think that it’s just a coincidence.
If I put 640px in the .css files like suggest by Lucian, it works everywhere but in tablet when it’s in vertical mode and windows phone in vertical mode.
The problem is that I’m not the only one who will write articles. If this is not a problem for me, I’m not sure that for other it’ll be fine, so I’ve to fix it.
Hi,
You can use css for that, just use this custom css in theme panel > custom css filed and adjust it as you like:
.td-a-rec-id-header, .td-g-rec-id-header {
top: 35px !important;
}
Please let me know if this doesn’t work and also provide your site URL.
Thanks
Hi,
You could try something like this: http://screencast.com/t/zZK2vlyw
.sf-menu .menu-item-has-children .sub-menu {
max-width: 90% !important;
}
Add this css code into custom css filed in theme panel.
Thanks
Hi,
Try this custom css in theme panel > custom css filed: http://screencast.com/t/TAX71uLTBb
Adjust it as you like.
@media (max-width: 767px){
.td-big-grid-post-2, .td-big-grid-post-3 {
width: 100%;
}
.td-big-grid-post-2 {
border-bottom: 4px solid #fff;
}
.td-big-grid-post-1 .entry-thumb, .td-big-grid-post-2 .entry-thumb, .td-big-grid-post-3 .entry-thumb {
width: 100%;
height: 100%;
}
.td-big-grid-post-2 .thumb-wrap, .td-big-grid-post-3 .thumb-wrap {
border-right: 0px;
height: 100%;
}
.td-big-grid-post-2 .td-sbig-title-wrap, .td-big-grid-post-3 .td-sbig-title-wrap {
padding: 8px 5px 8px 5px;
}
.td-big-grid-post-2 a, .td-big-grid-post-3 a {
font-size: 17px !important;
line-height: 12px;
}
}
Thanks
Hi,
We know about this and it seems that it could be a render issue. We are still investigating this though and we will fix it as soon as we find a solution.
Until then you could use this custom css and adjust the line height of the block title like this: http://screencast.com/t/jdMqdqQuK
.block-title {
line-height: 30px !important;
}
Sorry for the inconvenience!
Thanks
Hi,
Please use this custom css to hide the excerpt on block 2/6:
.td_block6 .td-post-text-excerpt, .td_block2 .td-post-text-excerpt{
display: none;
}
For module 7 you don’t have a class that you can use to hide the excerpt so you can edit the module 1 file and add this class: http://screencast.com/t/MuGmEcxOAzpg then use it to hide the excerpt like this: http://screencast.com/t/MuGmEcxOAzpg
.module_7_excerpt {
display: none;
}
Thanks
Hi,
I finally made it! It’s a bit of hack but it works!
Here’s how I do;
In CSS :
div.parallax-mode {
height: 100%;
padding: 5% 27.4%;
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
width: 100%;
left: -27.4%;
position: relative;
}
div.parallax-mode div.column_container {
background-color: #FFFFFF;
padding: 20px;
box-shadow: .5px .866px 5px 0 rgba(0,0,0,0.5);
}
Here, you just add the class “parallax-mode” in VC and add a background.
Hi,
You could do via custom css like this: http://screencast.com/t/CiOywiOR
.td_block_big_grid .td-big-grid-post-0 .entry-thumb {
width: 100%;
}
But I suggest you regenerate thumbnails: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/ as an thumb image for that slider container should be created and used there. I have also tested this and as you can see it should work fine: http://screencast.com/t/z2Djej8fjYV
Thanks
Hi,
I suspect that this is happening due to the speed booster plugin as a result of moving the js/css to the footer and a long server response time.
I suggest you deactivate all plugins though and check this without and plugins then activate them one by one to make sure that this is it, also make sure you empty cache and purge files.
You can also try to enable page cache and check if this still happens.
Thanks
Hi,
@OnlineThemes As Chris stated the @media queries are used to style the content for mobile screen widths. You can edit the thumb’s css file and search for @media (max-width: 767px) and remove them, leaving just the style for tablet which is under @media (min-width: 768px) and (max-width: 1023px): http://screencast.com/t/5pibBDJP33d
I suggest you backup your current theme installation before you alter it so that you can revert back to it if something goes wrong.
Hope this helps!
Thanks
Hi,
Unfortunately the theme has only 3 options for font-weight in Custom Typography, but you can use custom css to change that: http://screencast.com/t/BC3mTJDo
.td-post-content p{
font-weight:600 !important;
}
Hope this helps!
Hi,
You can find font’s option in Theme Panel > Custom Typography. For your example the Menu: http://screencast.com/t/9wXAGXm5
For posts main content you also have an option in theme panel but only to make it thicker, if you want to set a lower font weight you can use custom css to do it: http://screencast.com/t/4GkMSXlhj42
Thanks!
-
This reply was modified 11 years by
Lucian.
Right, some themes have both a responsive and non-responsive layout; this theme is built as a responsive theme as with the “new Google” your site may be hidden in SERPS if not responsive, so nobody is really building “fixed layout” themes anymore, except as special cases like internal sites/forums, which would only be used on desktop — which will be increasingly rare.
So, you can try to edit out the @media queries in the style.css file; but that’s about it.
It’s a “responsive” theme, so you can’t really disable the responsive features – that is how it’s designed. It’s not an on/off proposition.
You could try to edit the @media queries in the style.css file, but you could have very mixed results with that. (e.g., remove all the sizes for phone and see what happens?)
You can also disable ads on the phones from the ad manager in the theme, so you might try that first.
Hi,
You can set a background image for the whole site from here: http://screencast.com/t/HwFlSa2wN4u
Then set the header to transparent using the css from below in your theme panel > custom css filed:
.td-boxed-layout .td-logo-rec-wrap {
background-color: transparent;
}
You can add a background image using the css from above and the background image css property instead of bg color and add the bg image for your header via css: http://www.w3schools.com/cssref/pr_background-image.asp
Replace the ad here: http://screencast.com/t/aPZoSx1XVPlv with the code that you want instead of it in the right side next to the logo.
Thanks
Hi,
Try the following css (add it inside Theme Panel -> Custom CSS): – http://screencast.com/t/u71UIuECuw
.td-normal-menu > .sub-menu{
width: 10em !important;
}
.sf-menu ul a > span.sf-sub-indicator{
right: auto;
left: 12px;
background-position: -20px -970px !important;
}
Thank you, Emil G.
-
This reply was modified 11 years by
Emil G.
Hi,
You can this custom css in Theme Panel like this:
.td-post-text-content p{
text-align: justify;
}
Result: http://screencast.com/t/XYQqyjuCK
You can also change the format of the text from here: http://screencast.com/t/CYMxcEb4p28i
Result: http://screencast.com/t/zfxCvRv7fS
Hope this helps!
Thanks!
Hi,
Unfortunately the theme doesn’t have an option for this and you would need additional customization for it. If you need it you can get some to help you with this and alter the slider’s css as you like, it’s not an easy task and you would need custom work for that which we cannot provide at this time as we work on updates/development and support. I suggest you to get someone to help you with this if you need it and don’t know to do it.
Sorry for the inconvenience!
Thanks for the message!
