Hello;
Its not working http://www.healthable.org/inside-breast-active-unfolding-mystery-dignity-happiness/
below is my CSS but its not working
/* Change review view */
.td-review-desc,
.td-review-header .block-title,
.td-review-percent {
display: none;
}
I want mine to look like this http://www.techrez.com/tecno-boom-j8-review/
Thanks
Hi,
There are 2 ways to remove the ‘latest’ dropdown on category pages. The first involves editing the theme files and removing this part of the code: http://screencast.com/t/mqTUzHoRvo You have to do this for each of the category template you use.
The second method is to hide it with css:
.td-category-pulldown-filter{
display:none!important;
}
Thanks.
Hi
1. Try this css in theme panel > custom code > custom css: http://screencast.com/t/bcx5d1egxps
.td-footer-container{
padding: 10px 0 0 0;
}
.td-footer-container .td-footer-info{
margin-bottom: 10px;
}
2. The footer have a fixed structure which is built from three spans and can’t changed easily. To achieve a similar layout as in indicated site you’ll need a custom footer template which will arrange the elements in a different way. This is a complex task which require many customizations and tastes in order to be achieved.
We can’t offer customization services at the moment so if you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
Hi,
In our theme we use our own custom font and icons. You can see a list of the icons here and the code you need to use in css: http://screencast.com/t/sjEbDBlVsjUb
You can get one of the icons from our theme: http://screencast.com/t/SmZmmr3Bc7Z and apply them using the codes from the list above like so:
.td-icon-menu-down:before {
content: '\e80f'!important;
}
Or alternatively you could use the font awesome for menus plugin.
Hope this helps.
Thanks.
Hello Cybi,
If you want to move to the left your logo, you have to use a bit of CSS code to do this. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-style-1 .td-header-sp-logo {
margin-left:0;
}
The result -> http://screencast.com/t/Ec6hrc3HhRg
Hope this helps!
If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.
Thank you for the message
Hi
Unfortunately the theme don’t have an option to make the links underlined but you can achieve that by adding this css in theme panel > custom code > custom css: http://screencast.com/t/8zuxDhOYP
.td-post-content a{
text-decoration: underline!important;
}
Let me know how it goes.
Thanks!
Hi,
The theme has no such option available in it’s settings but you can add css borders like so:
.td-content-wrap{
border-left:1px solid #A8A2A2;
border-right:1px solid #A8A2A2;
}
Thanks.
I have been running my website with the theme, not a child theme. I have only made CSS changes within the custom CSS pane in the Theme Panel. Do you recommend that I create a child theme instead? I figured that since I’m not customizing the CSS beyond this, that there wouldn’t be any need. Please advise. Thanks!
I am getting the following code instead of the usual. How do I fix this?
[vc_row][vc_column][vc_column_text]
[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][td_block_trending_now category_id=”2272″ sort=”random_7_day” limit=”10″][vc_column_text]
<h4><span style=”color: #ff0000;”>WHAT’S NEW</span></h4>
[/vc_column_text][td_block_14 limit=”6″][vc_column_text]
<h4><span style=”color: #ff0000;”>OPENING MOVIES (slider)</span></h4>
[/vc_column_text][td_block_slide autoplay=”3″ category_id=”20″ tag_slug=”april-22-2016″ limit=”12″][/vc_column][/vc_row][vc_row el_class="td-ss-row"][vc_column css=".vc_custom_1442456185314{background-color: #ffffff !important;}"][td_block_14 custom_title=”VISUAL REVIEWS” header_color=”#8224e3″ tag_slug=”visual review” limit=”6″][td_block_14 custom_title=”TELEVISION & DIGITAL” header_color=”#1e73be” category_id=”22″ limit=”6″][td_block_14 custom_title=”MOVIES” header_color=”#dd3333″ category_id=”20″ limit=”6″][td_block_14 custom_title=”FASHION” header_color=”#dd9933″ category_id=”277″ limit=”6″][td_block_14 custom_title=”NEWS” header_color=”#3dc66b” category_id=”2272″ limit=”6″][/vc_column][/vc_row]
Hello magda,
You can use the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-next-prev-wrap a {
color:black;
}
.td-next-prev-wrap a:hover {
color:black;
}
.td-next-prev-wrap a {
border: 1px solid black;
}
.td-next-prev-wrap a:hover, .td-load-more-wrap a:hover {
border: 1px solid black!important;
}
Our email address is contact@tagdiv.com.
Thanks.
Hello efaq,
1)Please notice that all the settings for the sidebar in the category you can find in your Theme panel. Please check the Category section for your panel and there you can find what I mean. Please notice that you have control about global category settings and per category settings, like this -> http://screencast.com/t/lqcuKZlsgtcn -> http://screencast.com/t/OiexOKCJDhj and then, the sidebar you can customize as you wish from Widgets area, like this -> http://screencast.com/t/TlH4iy7Fm For more information about this, please do not omit to read our documentation here -> https://forum.tagdiv.com/sidebars-tutorial/
2)If you want to make the theme update full automatically, please check this tutorial here ->>
https://forum.tagdiv.com/how-to-automatically-update-newspaper-theme/
3)You can customize your menu, only from the panel. In order to achieve as you wish, please try to read our documentation here -> https://forum.tagdiv.com/main-menu/ -> https://forum.tagdiv.com/mega-menu/ because there you can find all the steps to configure the menu.
4)Please notice that the retina logo is only for devices that have this option, for example, Apple devices. The retina logo is used to offers you a high quality for your mobile devices while the logo mobile is a normal logo which is used for normal devices that do not have retina logo integrated. As you can see in our documentation, the header style 9,10,11 do not use the logo mobile. For more information about these settings, please check the documentation here -> https://forum.tagdiv.com/logo-favicon/
5) a)As you can see, these are additional customizations and you can change the color only with some Custom CSS code. For example, you can use the following code and place it in Theme panel->Custom CSS Area.
The code is ->
.td-category li:nth-child(1) a{
background-color:red!important;
}
.td-category li:nth-child(2) a{
background-color:blue!important;
}
The result -> http://screencast.com/t/k8Hr4KNDbB
b)These buttons are VIA/SOURCE/TAGS and you can have control over these only for panel, when editing the post, like this -> http://screencast.com/t/uc6Mb7uAw
c)You can edit from your panel as I said you above
d)Also, you can create your own tags only for the panel as you can see in the above screenshot
6)If you want to display a specific post, you have to get the post ID, using the inspector like this -> http://screencast.com/t/iqRwXivKt7 For more information about Block settings and filter option, please check our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
7)The child theme come bundled with our theme and you can find it in Code file, like this -> http://screencast.com/t/P2jEwZ5L
8)Please check here what is the standard size for the footer logo. For more information about Footer section, please check our documentation here -> https://forum.tagdiv.com/footer-templates/
9)a)If you want to set the background image, you can do that from Theme panel->Background section. Please check the documentation here -> https://forum.tagdiv.com/background-introduction/
b)If you want to have the smooth effect for your scroll, please try to use our Smoot scroll feature from Theme panel. For more information, please check here -> https://forum.tagdiv.com/smooth-scroll/
Hope this helps!
Thanks.
Hello again 😉
I come back the solution of Arabic fonts upload, so you have to forgot Google Fonts!! it’s so far to update a global solution for Arabic fonts.
The best think it’s to work with a Arabic Fonts Apps, for my self i use :
http://www.fontface.me
Simple !! just chose the name of the fonts you want to use and paste as in header.php
—
<link rel=”stylesheet” type=”text/css” href=”//www.fontstatic.com/f=flat-jooza,saudi,thameen,amiri,droid-naskh” />
—
as you can see, you may use all the fonts you need in the seem line code, just separated by coma.
Good luck 😉
Hi
Try this css in theme panel > custom code > custom css and change the color as you need: http://screencast.com/t/txgupPT7CEh8
.td-mobile-content li a{
color: grey;
border-bottom: 2px solid grey!important;
}
Thanks!
Hello AilyRoot,
If you want to get rid the post category tag and the comments counter for your Block 9, you have to use a bit of CSS code. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_9 .td-module-comments{
display:none;
}
.td_block_9 .td_module_wrap .td-post-category{
display:none;
}
If you want that code to apply only for your Tab feature, you have to use the below restrictive code.
The code is ->
.vc_tta-panels-container .td_block_9 .td-module-comments{
display:none;
}
.vc_tta-panels-container .td_block_9 .td_module_wrap .td-post-category{
display:none;
}
Thank you for the message!
Hello magda,
1)I need your website URL so I can further inspect your logo and also, so I will be able to provide a more accurate response.
2)If you want to change the color of the arrows navigation that is shown in your blocks you have to use a bit of CSS code to do that. Please try the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-next-prev-wrap a {
color:green;
}
.td-next-prev-wrap a:hover {
color:green;
}
The result you should see here -> http://screencast.com/t/ss7HFJiQXiy
Thank you for the message!
Hi,
My website is https://desiforce.com, Browser is showing that your website is loading unsafe script. Because of some file like ::
http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css?ver=4.5
itemtype=”http://schema.org/Article”
I have ssl that is why need to know the file locating. I mean in which php file you add mentioned link ?
Thanks,
This font handling thing is horrendous…
This is insane. I just want to increase font sizes a bit and I have no way of knowing what does “default” mean?!
You have 116 (yes, I’ve counted) different elements to setup font family, size, line height, weight and transformation. And it’s all “default”.
If it’s Roboto, why it doesn’t say so? If it is 13pt, why it doesn’t say so?
Do I really have to go trough style.css from start to end?! And how am I supposed to know what exactly is each and every element, module, block, etc.?
Is there somewhere a list with font default settings and names of modules and elements so I could at least have some idea what am I editing?
I’ve never been frustrated with a theme like this.
Please, help me with this, I think I’m going insane…
Totul este pe default. Cu codul acela css imi cad toate butoanele mai jos si nu as prea vrea.
Hello pruidiaz,
If you want to have the same effect with Newsmag, you have to use a bit of CSS to set the background to be semitransparent. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-main-content-wrap, .td-category-grid {
background-color: rgba(255,255,255,0.75)!important;
}
The result you should see here -> http://screencast.com/t/OKeOoKKO
Thank yu for your understanding!
Salut PanaitStudio,
In ceea ce priveste problema cu alinierea butoanelor, este destul de ciudat si pare a fi din cauza unui parametru din CSS ->line-height. Te rog verifica setarile din panoul de control al temei, coloana cu line-height si verifica sa fie toate puse pe DEFAULT, ca in poza aceasta -> http://screencast.com/t/VZenh2oh Ca o solutie rapida, eu pot sa iti dau un cod CSS, dar nu este cea mai buna solutie deoarece vor fi deplasate putin in jos sagetile din meniul principal.
Codul este ->
[class^="td-icon-"]:before, [class*=" td-icon-"]:before {
line-height: 3;
}
Rezultatul poate fi vazut aici -> http://screencast.com/t/bJ4IjM1KG
Deasemenea, daca ai setari suplimentare care ar putea afecta acest aspect, te rog incearca sa le stergi si verifica din nou care sunt rezultatele.
In ceea ce priveste setarea meta tag-urilor pentru Facebook, consulta documentatia noastra aici -> https://forum.tagdiv.com/facebook-share/ si incearca sa setezi corespunzator.
Multumesc pentru mesaj!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/rMS823Nx
.td-review-row-bars .td-review-desc, .td-review-final-score, .td-review-percent {
display: none;
}
Thanks!
Hi
The theme does not have an option to generate a similar list. To achieve a similar layout you’ll need to generate it via html and apply a custom css style for it. This task requires basic html/ccs knowledge and if you’re not aware of the steps you need to take in this regard my advice is to look for someone who can help you to achieve your goal as we can’t offer custom services at the moment.
Thanks!
Sorry,
Just to be clear, I want to change the colour of the font. I need to make this lighter as the grey is too dark but I cannot find where this is.
Also, is there a CSS to put a line under each menu item?
Can you please provide me PHP hook not CSS?
Hi,
Im having issues on our site using the Newsmag Theme. I have both these issues persist even after I uploaded a backup from when the site was last functioning properly.
Issue #1: Login link on the header nav does not popup
Issue #2: Images are not showing on the homepage. I can see on the css that their opacity is set to 0. Updating the css however does not fix the issue.
Our site is: fitnessnews.me
Thanks!