Hi,
You can edit the style.css file located in theme’s root and remove them from there.
Thanks
Hi,
Please use this custom css:
.post header {
margin-bottom: 0px !important;
top: -15px !important;
}
.post header h1 {
margin-bottom: 0px !important;
}
.post header .meta-info {
display: none;
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
This read more feature comes from WordPress and if used this will work on blog and category pages to determine the excerpt length when using module 1 layout. You can read more about this in this topic: https://forum.tagdiv.com/topic/tag-more/
Thanks
Hi,
Use this custom css: http://screencast.com/t/gk3dYS8z
.td-big-grid-title .td-sbig-title-wrap, .td-sbig-title-wrap .td-sbig-title {
background-color: rgba(239, 77, 122, 0.7) !important;
}
Make sure you use a rgba color and keep 0.7 value if you want to have the background slightly transparent.
Thanks
Hi,
I have checked your site and noticed that somehow the changes you made to the menu aren’t applied in Firefox.
Please use this custom css in theme panel > custom css, like this: http://screencast.com/t/rdvkEKIgs1Fi
@-moz-document url-prefix() {
.sf-menu > .td-menu-item > a {
font-family: Roboto;
font-size: 17px;
line-height: 47px;
font-weight: bold;
text-transform: capitalize;
color: #ffffff;
}
}
Thanks
Hi,
Please use this custom css to fix this: http://screencast.com/t/PY5VX0Pw0
.td-big-grid-title a:hover {
color: white;
}
Thanks
Hi,
I have tested this using the same plugin and it work fine for me: http://screencast.com/t/o3JRbcFOEUpY
I’m not sure why this is not working in your case it might be due to some plugins, you could try to deactivate all plugins and try again.
If you can’t find why this is happening I suggest you ask this on plugins support page: https://wordpress.org/support/plugin/estimated-post-reading-time
Thanks
Hi,
Yes, this is possible and you can use the “Filter by tag slug:” filter: http://screencast.com/t/5glc66c2O
Just add a specific tag to the posts you want to show in the slider then add the tag and save your changes, this way you can control which posts appear in the slider and exclude the ones you don’t want.
Thanks
Hi,
Unfortunately that is not an easy task because that alignment comes from theme’s grid which has an exact layout and you will need custom work to change that.
This involves changes the html and style of that block and make it responsive then test it, like I said, it’s not an easy task.
I can give you an example on how you would have to target the columns using css as a staring point but I haven’t tested this and I can’t let you know how it would behave: http://screencast.com/t/MbtoiNs9
.td_block1 .row-fluid [class*="span6"]:first-child {
float: right;
}
.td_block1 .row-fluid [class*="span6"]:nth-child(2) {
margin-left: auto;
}
Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. We suggest to hire a developer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Sorry about this!
Thanks for understanding!
Hi,
Use this css: http://screencast.com/t/lKyULqflhm
.td-boxed-layout .td-header-style-8.td-affix .td-menu-wrap {
height: 73px !important;
}
.td-header-style-8.td-affix
.td-li-wrapper-menu {
position: relative;
top: 8px;
}
.td-header-style-8.td-affix .td-li-wrapper-menu .sf-menu > li > a {
height: 50px;
line-height: 60px;
padding-bottom: 15px;
}
Hi,
There is no limit for the source and via fields, you can see here how those filed were added, use the same method to add more.
Hope this helps!
Thanks
Hi,
For your first issue you need to enable/uncomment the author for the modules you use and you want to show the author for like this: http://screencast.com/t/lshA2a64wV
You need to do this for all modules except those highlighted: http://screencast.com/t/FOeGJyWYMhYU For those marked in the previous screen capture you have this option in theme panel: http://screencast.com/t/eeK1saYe5jGZ
Regarding the second issue you will have to customize the get_author() function from td_module.php file: http://screencast.com/t/1Q6ryzZ3
Thanks
Hi,
I’m not sure I understand, when using the header style 3 on mobile the desktop logo will be placed in the menu bar on mobile devices, more exactly the mobile logo will not be displayed when using header style 3 and 6.
If this is not what you wanna point out please let me know and provide more details about this and your site’s URL so I can check this.
Thanks
Hi,
Thanks Christopher!
If you have configured the cache right: https://forum.tagdiv.com/w3-total-cache-configuration/ please deactivate all plugins, empty cache and try again. If you still get that error please remove and re-install the cache plugin and if this doesn’t work either please please try to make a backup of your current theme installation and re-upload the theme files again.
Thanks
Hi,
You can use page builder to achieve that and add a row split it in 3 columns and on each column add first a block 3 element set to display one post and after it a block 10 element set hide the title, should look something like this: http://screencast.com/t/yjhPJmuyf
And in front end like this: http://screencast.com/t/p8E9t36mP5Bs
Use the tag filter to control which post gets displayed in block 3.
Thanks
Hi,
You can use this custom css: http://screencast.com/t/fhbMX4MyJiR
Change the color as you like:
.td-big-grid-post .td-sbig-title-wrap .td-sbig-title {
background-color: rgba(64, 184, 92, 0.7);
color: #000000;
}
Thanks
Hi,
Please try to change this in menu-top.php file: http://screencast.com/t/eCMFQexj and check if this still happens.
If this dose not solve this issue please create a new user and provide the login details so I can inspect this. If you like you can also send those info at contact@tagdiv.com
Thanks
Hi,
Thanks Christopher!
You can change this via css, like this: http://screencast.com/t/YxB8PMsKuR3
.td_mod9 .item-details .entry-title a {
color: red;
}
Thanks
Hi,
Thanks for this suggestion. I have added this to our list and we will consider it.
Have a nice day!
Hi,
You can use the article inline ad box to add an ad inside post content: http://screencast.com/t/IDssd8v3v8VE
Thanks
Hi,
I have checked your site and found that you have fixed the issue you have when using post template 1, looks good now: http://screencast.com/t/msTqOAUh9hHG
For the IE issues please use this custom css:
.ie11 .sf-menu > .td-menu-item > a, .ie11 .sf-menu > .td-menu-item > a:hover, .ie11 .sf-menu > .td-menu-item > a:focus {
color: #ffffff;
}
.ie11 .td-header-menu-wrap .span9 .top-header-menu li a, .ie11 .td-header-menu-wrap .span9 .menu-post-and-page-settings-container .menu li a {
color: #353535 !important;
}
Please let me know if this helps!
Thanks
Hi,
Go to theme panel > custom typography and set both post and page styles the same way. Another way you can do this is to use the Chrome Developer Tool to inspect the post page and find out which styles are used.
Hope this helps!
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Thanks Christopher!
@ioannisioannou The Visual Composer plugin that comes with the theme is licensed to the theme, the license specifies that only we can provide the updates and you don’t have to buy it or register it. We provide updates on a regular basis, after we test the plugin for theme compatibility the plugin is included in the latest theme update, inside the Plugins folder – http://screencast.com/t/6QIBYx3a4t
Thanks
Hi,
Have you managed to fix this? I have checked your site and noticed that the logo dose appear on mobile and tables also:
* http://screencast.com/t/j8P6yXT5gLQ (mobile)
* http://screencast.com/t/M62oF6QpsFo (tablet portrait)
* http://screencast.com/t/BjyGUkXGJ (tablet landscape)
Please let me know if you have any other theme related issue!
Thanks