- NewsmagtagDiv Composer Tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagUsing other ads
- NewsmagUsing Typekit fonts
You should def put this in the next update in style.css 🙂
Hello, I’ve been continuously trying to minify CSS to improve page speed and reduce load time and I am using W3Total Cache plugin. But every time I click on Enable Minification, my website goes blank without giving any error. It just simply don’t display anything. Please tell me what to do about this issue. Every time i am using this plugin, my website goes down and the pages becomes blank.
Also please tell me how to remove those arrows from the big sliders. I want to remove those arrows and please tell me how to stop the sliding of the big slider on the homepage.
Hi,
Great! I’m glad that the issue was managed.
If you have other issue please contact us anytime!
Hey Christopher,
I will indeed look into plugins or hiring someone.
I know I am not being friendly up here, and that is not based on just this topic. After buying the theme I stumbled across a few difficulties and opened a few topics here for the questions I had. Some of them included; the hover over on my menu stays blue, how can I change the color? To my experience, this is a very basic feature I believe every premium theme should have and make easy accessible. I did all the theme colors, tried custom CSS and even modify the original stylesheet but none of the changes came through. As a few other issues such as centering the menu and having double display of categories.
I do not ask them to develop a function, only to give me a pointer into what file I should look into if I want to change the author boxes. I couldn’t find it and since they build the theme, I would assume they would know naturally.
Anyway I appreciate your help as any help from anybody here. I was just very disappointed in the support as all of my topics are simple questions but got this same reply of not doing custom work. My expectations, based on previous experiences with other sellers on ThemeForest, were set too high.
I’m sure I’ll work out the issues at some point and will be around in the forum to discuss other difficulties. Have a good day everyone!
Pointing towards the right CSS class or selector to center an item is also custom work? Interesting perspective.
I think a lot of people run into this same problem, maybe not even noticing it though, but I don’t think it’s normal to display categories double and therefor fixing it is a custom job.
Also adjusting the color of your menu? Seems like a VERY BASIC function.
If I didn’t already put through the entire installation, I would have. Seriously the theme is amazing, looks great, includes all features. But when a simple question is custom work, I think that’s poor support. I give you the full CSS; only thing you’d have to do is say which class is wrong or right.
But now I’ll have to get a freelancer to change the color of my menu on my 55 dolar theme. Thanks anyway.
Hi,
Yes I have checked all the options.
For the moment I have changed the file page-pagebuilder-title.php with (line 14):
After <div class="container-fluid column_container">
<?php echo td_page_generator::get_page_breadcrumbs(get_the_title()); ?>
I have also changed my CSS to align the breadcrumb
Without those modifications, there is no breadcrumb I think.
-
This reply was modified 12 years by
vertexpolygon.
Hi,
Unfortunately we cannot offer custom work anymore. We would have gladly made it for you but we work very hard on the updates and features for all the users. You can always get a freelancer from sites like: http://www.microlancer.com/
Please send us an email at contact@tagdiv.com and we will give you the money back.
Thanks!
Salut,
Trebuie sa targetezi doar acel buton in CSS. Da-mi un link sa vad butonul si iti dau CSS-ul.
Mersi
hi,
this is because your site duos not load the latest css
clear cashes if you have them, if doesn’t work, re-upload the theme
hit a couple the time CTRl+ F5 to refresh the page.
Thanks for you message.
Radu A.
Would this not work with something like
” margin: 0px 50px … ”
?
Just a line of code in custom css …
For you will be as quick as replying to this topic :))
Hi,
Edit like here and change the value like you want http://screencast.com/t/GrcZcFBX
Also if the height of the menu is not ok you have to use this CSS with according height
.td_block_mega_menu .td_block_inner {
height: 400px;
}
Thanks!
Hi Marius,
thanks but Radu A. has already answered my mail. He has eliminated all the problems and everything works fine and he said ‘beautiful website’.
Have a nice day!
Martin
Salut,
pluginul speed busterul e facut si pentru page speedul din google, practic muta toate fisierele javascript si css din header in footer, de aceea scoate un scor bun in google pagespeed.
aici e un thread ( https://forum.tagdiv.com/topic/pagespeed/ ) unde mai multi useri vorbesc despre pagespeed, cred ca tear putea ajuta.
Thanks for you message.
Radu A.
Hi,
Please can you tell use from which email address you have send the email.
Thanks!
Hi,
1. Add this CSS in Theme panel -> Custom CSS
.td-sbig-title-wrap a {
text-transform: none;
}
If you want with capitalize use text-transform: capitalize; instead of text-transform: none;
2. Do you mean about titles from big slider? Use this:
.td-sbig-title-wrap a {
font-weight: 700;
}
3. The titles are underline on hover like as http://www.bbc.co.uk/news/ I don;t understand your question. Can you be more specific please?
4. Use this and change in the color you want:
.widget_text a {
color: #4DB2EC;
}
5. Here is the file where you have to edit, move the code for tags above
http://screencast.com/t/tegvPEiovssK
Thanks!
Hi,
What you can do is to decrease the font size to fit the menu on that size. Add this CSS in Theme panel -> Custom CSS
@media (min-width: 768px) and (max-width: 1018px) {
.sf-menu .td-not-mega > a {
font-size: 11px !important;
}
.sf-menu ul .td-not-mega > a {
font-size: 11px !important;
}
}
Thanks!
hi,
use this css : div.span4.column_container{display:none !important;}
here: http://screencast.com/t/plqoInmr
Thanks for you message.
Radu A.
-
This reply was modified 12 years by
Radu A.
Hi,
You need to inspect it with Chrome or Firebug from Firefox. Do you have CSS knowledge?
I will help you but i need to inspect your site to see what is there.
Thanks!
Hi,
Add this in Theme panel -> Custom CSS
.vex {
z-index: 9999 !important;
}
Thanks!
Oh sorry I see now I had img behind it, so I took that out.
Still I can’t make it centered, any idea on how to ?
Oh okay thanks.
So I need to type a space before the selector ?
I did this but it’s not working for me. I put it in the Custom CSS section, nothing changes.
Also I want the header the way it is but I want the header in the middle.
It doesn’t give me that option with the Headers in Theme Panel.
Please help.
Hi,
Can be aligned via CSS, depends of what ad size you use. We will improve in future update to have custom alignment for each ad/device.
Until that you have to make if for yourself and in your case, i will help you, give me your site URL and show me where you have the issue.
Thanks!