- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
Actually, Marius from tagDiv *did* put the instructions in his reply to the original query. So far everybody at tagDiv has been doing pretty well in replying and responding to fixes for a work in progress. They are doing a tremendous job; and I particularly admire them for doing a very hard thing with modern responsive design — I know, we tried to build our own similar to this recently and literally lost some hair over it. Even for a static B2B site we’re redoing (our main site that pays the bills), dealing with responsive + HTML5 + PageSpeed + CSS/js optimization is a nightmare to “do it right.” I’ve suffered a LOT of poor coding, bloated frameworks on top of WordPress that get abandoned or won’t update, custom panels that break, and hideous custom hooks that modify WP dbases with additional fields that are not needed, and won’t go away when changing themes, etc. — So far these folk are doing a GREAT job, in my opinion, so be sure to show them the love whenever possible. Just sayin’.
so any of the css gurus can give a little hint plz?
thx again
Hello,
You can compress the style.css manualy using a tool like this: http://refresh-sf.com/yui/ we do not plan to add a compresor to the theme but we may add a compressed css option.
I’m a little bit afraid to add that because users will get confused when they change something in the uncompressed css and the theme doesn’t change because it’s serving the compressed version.
Hello,
we released an update that should fix most of the problems with embed images.
hi
i am using css to change a menu in my testing site but its not working so i decide to ask.
in chrome inspect i have some like: <li class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-225″>
i use then this but none works, any help css gurus plz.
#menu-item-225 a span {
color: red !important;
}
not working, so i tried this and not too
li#menu-item-225 a {
color:red !important;
font-weight:bold;
}
Will there be a minified CSS in an update? Currently any plugins to minify seem to break the website and having more than 4 CSS files seems to be a negative mark on Google SERPS as well as load time.
Thank you
Brandon
Hey,
Is there a way we can modify the size of the thumbs on the site? And i’m not talking about the css, that will just resize them. I made some size modifications to the site (width etc) and I need to scale all the thumbs.
Thanks in advance.
I used w3-total-cache and it seems to drop the load speed from 3.6 seconds down to 1.26 seconds.
Still looking forward to some minified CSS and JS but until then the caching plugins are the way to go.
Ok.
I hope you will do it soon, coz it’s annoying to see all old posts to look bad.
Thanks
Hello,
Add this into style.css
.td-grid-wrap {
padding-top: 22px !important;
}
Hello,
We will fix it in the next update soon. Thanks for the message!
Is this in Stylesheet.css? I change it from the default 48px in there and it doesn’t do anything? Vor V1.5 can you give me instructions where to go?
Thanks guys!
Hi,
I would like to change the URL of the homepage of my blog.
In a first time, I used a phantom URL to create and test it.
Inside WordPress settings, I put the new URL destination (different of the location folder of the files). And now I can’t access anymore to the admin page.
When I go to the phantom blog adress, I can see the content but all the CSS and newspaper them are disabled.
Please help !!!
Thank you
Hi there,
I’m not sure but I think that after upgrade to 1.5, something changed in images alignment.
Please have a look at this sample port to understand what I mean http://www.aplotaria.gr/test/
The first image (alignment left) is ok. It appears at exactly the same height of the text line, as it should be.
The second image (alignment right) it appears a little bit lower of the text line and unfortunately things get worst when the images have caption. The one on the left begins approximately 1 line below the text and the one on the right starts 2 lines below.
Can you please tell me what to do in order to fix this? I want the images to begin at exactly the same position with the text. Just like the first image.
Moreover the last image (alignment center) has 700 px width but doesn’t appear in the center. I think you should check this also.
I am waiting your response.
Regards
Hello,
You can safely delete it from css. It is does’t any more. We will fix in the next update.
We plan to add a css box in the future.
Hello,
If you are using child theme for custom css the style.css from the child theme file will not change when you update.
Hi,
so far my experience is you can’t use Google’s NEW “responsive” ads unless you also add their custom CSS for the viewport to your child theme CSS (tricky).
Also, I found you can’t have ONE responsive ad unit for the top and sidebar.
So, for my setup I had to follow the 1.4 docs which show adding the old style two or three sizes for a topbar spot, and two sizes (300×250 and 250×250) for a sidebar spot.
The static ads don’t resize, a javascript peek is simply looking at the viewport depending on the starting screen size then feeding in the proper code to fit that space (e.g., 250×250 for ipad retina portrait).
In theory, to use full responsive adsense units you’d have to use the responsive ads section, paste in the complete code per space, then edit the CSS in your child theme to add Google’s viewport CSS for the class ID being used for their “new” format responsive ad unit.
I did put in a suggestion for tagdiv to possibly figure out how to make a new admin tab for the NEW (e.g., Sept./Oct. 2013) beta “responsive” unit ads from Google.
In theory, they may end up serving responsive units in place of the specified sizes anyway, at some point (meaning Google will do this dynamically …).
Hope that helped…. little bit of a trial and error to get proper sizes via the 1.4 methodology with the theme.
TOP BAR:
1) wider ad unit (728×60)
2) smaller ad unit
RIGHT BAR
1) 300×250
2) 250×250
HINT: go look at their live demo and resize browser to see the sizes they are using specifically since the actual sizes are not specified in the admin panel only the viewport sizes.
Christopher
What happens when the theme gets updated? Will have to redo all the edits in order to get everything back on track again? This is my point, with custom CSS box (like in megamenu) you can input your own css without having to hardcode it into the template, so when the theme gets eventually updated, all of your code stays in tact.
FYI: You can hard code the colors you want to use by editing the CSS and LESS files of the respective elements AND still use the Speed Booster plugin.
I personally haven’t experienced any issues with the slider.
Hello,
You can use Child theme and add you custom CSS in Appearance -> Editor or in style.css of the Child theme. Just instal the Child theme like a normal theme and activate it.
Hello,
Can be hidden via CSS and some code.
You can inspect a category page and take the selector http://screencast.com/t/IHu1zoRfx for each category and use like here:
add this to style.css to hide data on Fashion category.
.category-fashion .entry-date {
visibility: hidden !important;
}
to hide the view count edit td_module.php file located in \includes\content_builder folder and add this code:
&& get_the_category() == 7
like here where 7 is the ID of the Fashion category.
http://screencast.com/t/F0Nb5etqx
Hello,
Please add this to style.css
.td-sbig-title-wrap a {
text-transform: none !important;
}
Hi there,
I always like to fiddle with any theme and the best way to do it is by adding a custom CSS box inside the admin panel, so when the theme updates, your CSS isn’t wiped out. Would you think of adding something similar?
Hello,
try this at the end of style.css:
.td-scroll-up-visible {
background-image: url('http://2.envato-static.com/assets/themeforest/logo-dark-8e9f520f0a87ee3b0d94dd0fdd289e59.png');
background-position:0px 0px;
}