Hi,
Unfortunately there is no option to have different background for each page, you will need custom work for this. You can get someone to help you with this we cannot offer custom work for the moment because we work hard on the development, updates, fixes and support.
Only theme options are site background and background for each category(this also is apply for that category’s posts).
Thanks for the message!
Hi,
After the last update some short-codes were renamed: https://forum.tagdiv.com/update-newsmag-to-1-5/
You can also rename them via SQL, follow the info from this tread: https://forum.tagdiv.com/topic/problems-after-update/
Thanks!
Hi,
Unfortunately there is no option to simply switch theme to a dark version. But from Theme Colors you can change to a dark color different parts of the theme and general theme colors: http://screencast.com/t/oNonPS4YEz Of course you can use also css code to reach to the desired result.
You can also import predefined styles from the demo if you like: http://screencast.com/t/zFbSOv1ih4
Thanks!
Hi,
Please use this custom css: http://screencast.com/t/GXij7S2xijYf – http://screencast.com/t/9iaB9bp4 – http://screencast.com/t/F5P26hYkx7H
.td-header-main-menu.td-affix {
top: 60px;
}
.admin-bar .sbNavIframe {
top: 32px;
}
.admin-bar .td-header-main-menu.td-affix {
top: 92px;
}
@media screen and (max-width: 600px){
#wpadminbar {
position: fixed;
}
}
Also on mobile view: http://screencast.com/t/JnxB7M8u – http://screencast.com/t/O2oRyw0gOfxN
Maybe you will have to use !important
Thanks!
Hi,
Please make this changes: http://screencast.com/t/VMxTV30tN
'role' => ('administrator')
$td_authors = array_merge($td_authors, get_users(array('role' => 'author')));
Thanks!
Hi,
Please update your Social Counter plugin to the latest version from /plugins folder that comes with the theme files and add it again in your sidebar. In our last theme update some shortcodes had been renamed and I think that is the issue with the text block(it doesn’t recognize social counter and doesn’t apply settings for text block): http://screencast.com/t/wO3jMZvaVm3 and clear cache.
Also please save again your permalinks: http://screencast.com/t/omc7wd8Y because you have an issue with that: http://screencast.com/t/rPomo4sGisCA
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please make sure that you use the latest version of Visual Composer(4.3.5).
If you need to update the plugin follow this guide to update Visual Composer: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/ and also remove and install the VC plugin from the /plugins folder which came with the theme files.
Also please provide your site URL.
Thanks!
Hi,
Unfortunately this can be done only with custom modification and it is not an easy task. You can get someone to help you with this we cannot offer custom work because we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/
We will try to add this on social counter, but we have over 200 features on our list and we have to take them in the order of priority. So I cannot provide you a date for this.
Thanks!
Hi,
There is some margin from theme share buttons and some padding: http://screencast.com/t/IoroXcoo – http://screencast.com/t/ubg46cI85waY
.td-social-sharing {
margin-bottom: 0px!important;
}
.post{
padding-bottom: 10px!important;
}
.essb_links.essb_template_metro-retina{
margin-top: 0px!important;
}
Thanks!
Hi,
Please edit menu-top.php and add this code: http://screencast.com/t/FLiykdlZn
I paste the code also in pastebin: http://pastebin.com/4820ncGg
<div id="td-top-search">
<!-- Search -->
<div class="header-search-wrap">
<div class="dropdown header-search">
<a id="search-button" href="#" role="button" class="dropdown-toggle " data-toggle="dropdown"><span class="td-sp td-sp-ico-search"></span></a>
<div class="dropdown-menu" aria-labelledby="search-button">
<form role="search" method="get" class="td-search-form" action="<?php echo home_url( '/' ); ?>">
<div class="td-head-form-search-wrap">
<input class="needsclick" id="td-header-search" type="text" value="<?php echo get_search_query(); ?>" name="s" autocomplete="off" /><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="<?php _etd('Search')?>" />
</div>
</form>
<div id="td-aj-search"></div>
</div>
</div>
</div>
</div>
Also you have to use some css code in Theme Panel > Custom Css: http://screencast.com/t/A5oAS0QV
.td-header-menu-wrap .span3{
position: relative;
}
.td-header-menu-wrap #td-top-search {
right: 0px;
}
.td-header-menu-wrap .header-search-wrap #search-button .td-sp-ico-search{
top: 0px;
left: 0px;
}
.td-header-menu-wrap .header-search-wrap .dropdown-menu{
top: 30px;
left: -310px;
}
Result: http://screencast.com/t/7wZu0KKFI
After that if this work you can delete search code from main menu: http://screencast.com/t/luqpz3zxFv
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
We deactivated popup for twiter, because when it was used also like button it opened two windows on page. So please activate your like buttons and this should work. Sorry for inconvenience!
Thanks!
Hi,
Please provide a link to inspect this and provide a solution.
I also tested this and found no issues: http://screencast.com/t/9rLHiinnNRRW
Thanks!
Hi,
1. Please try this plugin for blurred images: https://wordpress.org/plugins/wp-retina-2x/
2. Regarding the image size for a basic post we use this dimensions: 1021 x 580px, but there isn’t an ideal image size so it can look good on all thumbs. You can find here all thumbs dimensions which are created and used by the theme on module/blocks thumbs and sliders – http://screencast.com/t/ZZntCVQJW
Also depends blocks that you use for aspect ratio and you have to do some tests and see what aspect ratio to use.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
@Boricua1 what theme do you use Newsmag or Newspaper?
If you use Newsmag lastest version(1.5) you should have Visual Composer plugin version 4.4.2 and for Newspaper lastest version of the plugin is 4.3.5
Please follow this guide to update Visual Composer: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/ and also remove and install the VC plugin from the /plugins folder which came with the theme files.
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can edit td_module_14.php and add this code: http://screencast.com/t/sBygDXxlbR5o
<?php $td_subtitle_module = get_post_meta($this->post->ID, 'td_post_theme_settings', true); ?>
<p class="td-sub-title"><?php if(!empty($td_subtitle_module['td_subtitle'])){echo $td_subtitle_module['td_subtitle'];} ?></p>
Result: http://screencast.com/t/dtJwPCYeJ0Z – http://screencast.com/t/HpVHAxhnVyn
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please use this custom css in Theme Panel > Custom Css: http://screencast.com/t/SqJk8FxRTp
.td-post-small-box span{
background-color: red;
}
.td-post-small-box a{
background-color: blue;
}
Thanks!
Hi,
I have checked your site on Mozilla and seems that Roboto it doesn’t loads. Please disable all plugins, leave only Visual Composer active and check your page source on Mozilla and see if the font Roboto is loading.
Also you have some fonts errors in chrome: http://screencast.com/t/SX9aFAfQ
Thanks!
Hi,
If you want to remove search please edit this file and remove the code: http://screencast.com/t/S5Ila3I7W
If you want to replace only the icon please take a look here: https://forum.tagdiv.com/topic/replace-search-button-in-main-nav-with-fa-icon/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please take a look at the default template(loop-single.php and single.php) and see how it is made and make your change in post template 2 (loop-single-2.php and single_template_2.php).
Unfortunately we cannot offer custom work for the moment because we work hard on the development, updates, fixes and support.
Thanks!
Hi,
Replied here: https://forum.tagdiv.com/topic/forum-fonts/page/2/
Please post your issues here in newsmag section: https://forum.tagdiv.com/forum/newsmag/
Thanks!
Hi,
Please set excerpt on letters from Theme Panel: http://screencast.com/t/n5CL26eMV
And also excerpt value from the code, from 25 to your wish.
Thanks!
Hi,
Just add background-color to the above code: http://screencast.com/t/yiVEjdjE
.td_smart_list_2 .td-sml2-current-item-nr{
background-color: red;
}
Thanks!
Hi,
I can’t access code from paste.bin: http://screencast.com/t/N2Sr6rSsX6M
Please give me login to paste.bin or paste as a guest.
Thanks!
Hi,
1. Please disable predefined content from Theme Panel: http://screencast.com/t/FTK8Alob7S
And add your widgets to the footer: http://screencast.com/t/yDiynisBPJ
2. You can remove Big Grid subcategories if you uncomment this: http://screencast.com/t/ER6dGosc
3. I have checked your site and found that you have an add above Latest Articles: http://screencast.com/t/LIoCziNRyo
4. I tested with your ID and seems to work: http://screencast.com/t/HXpya3Jml – http://screencast.com/t/pK5q3jAeHv
5. Please provide more details. This is your last post? http://screencast.com/t/YgWUkNah
Please post your issues here in newsmag section: https://forum.tagdiv.com/forum/newsmag/
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].