Hi,
Unfortunately the theme doesn’t have a feature like that but you can use an code editor like Notepadd++ and edit the header.php file, add your code and save the file: http://screencast.com/t/aqbHcD9r
Thanks
Hi,
Thanks for letting us know, we also know about this issue and we plan to fix it in next theme updates as we have this on our to-do list and we are working on it.
Thanks for the message!
Hi,
@epictutorials
Yes, we have fixed this so it shouldn’t happen anymore. Please make sure your empty cache and also purge files if you use any CDN plugins as this is delivering the old file version.
Thanks
Hi,
Please make sure you deactivate all plugins, empty cache/purge files if you use any cache or CDN plugins and check again. I have noticed this js errors in your console which can cause this: http://screencast.com/t/bgJX8P3Ek8W
Also consider updating the WPBakery Visual Composer plugin, I have noticed from your screenshot that you have some layout problems with it so please make sure you update the plugin from the plugins folder that came with the theme files and also empty cache and purge files: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
Hi,
Edit this file: http://screencast.com/t/3czKBWPxg and add this code like shown in the screenshot: $atts['limit'] = 4;
Thanks
Thanks for sharing!
Have a nice day!
Hi,
Please use this css: http://screencast.com/t/JL7Z0xl8q
.home .span8 .td_block6 .td_mod9 .entry-title a {
font-family: Tahoma, Verdana, Geneva, sans-serif !important;
}
Thanks
Hi,
Please replace this line: http://screencast.com/t/QFUMG62mx4Ux with this htmlentities($featured_image_info['caption'], ENT_QUOTES)
…like this: http://screencast.com/t/bQhfU3qIu
Thanks
Hi,
You could try this css: http://screencast.com/t/k6vnfo6p
Or set a fixed width like 300px.
The standard seize for the logo should be 300px X 100px and your logo it’s at 1024px X 394px that is why it’s displayed like that.
`.header-style-3 .td-full-logo .td-logo {
max-width: 300px;
}`
Thanks
Hi,
Please replace this second css for the .sf-menu > li > a with this: http://screencast.com/t/n1i0HPKd
.td-header-style-8 .td-li-wrapper-menu .sf-menu > li > a {
padding: 0px 6px 0px 6px !important;
}
Thanks
Hi,
Please use this custom css to fix this issue: http://screencast.com/t/gfE7MOzI
@media (max-width: 1018px) and (min-width: 768px) {
.blog-stack .sf-menu>li>a {
font-size: 13px !important;
padding: 0px 15px 0px 15px !important;
}
.menu-item-29 .sf-sub-indicator{
top: 22px !important;
right: 0px !important;
}
}
Thanks
Glad you did!
Please let me know if you have any other theme related issues!
Thanks
Hi,
I plugins might generate a js conflict. Please make sure you deactivate all plugins leaving just the Visual Composer plugins active and check again, if this issue doesn’t appear anymore enable the plugins one by one to see which one is generating this issue.
Also make sure you update the theme to the latest version.
Please let me know if you manage to solve this.
Thanks
Hi,
You have to edit the template for your custom post type and remove this line: http://screencast.com/t/NhwG5BtXoqkF
Thanks
Hi,
All captions from this post look good to me, no strange characters:
* http://screencast.com/t/vOaoTEljuwDs
* http://screencast.com/t/yjEfXEY81I
* http://screencast.com/t/3UwGclkpoIW
Thanks
Hi,
That is because that page can be accessed using/represented by all those 3 menu items: http://screencast.com/t/77P3a6EIoT
On other words all three menu items link to that page.
Thanks
Hi,
There is not font type, I believe you refer to font-family: http://screencast.com/t/5vUw7dSm7U
.home .span8 .td_block6 .block-title span {
font-family: Tahoma, Verdana, Geneva, sans-serif !important;
}
Thanks
Hi,
This is happening because the logo it’s missing or not found: http://screencast.com/t/hvHeakNxhAO
Please make sure you have added the logo right in theme panel.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
You should check plugin’s documentation or support page for that.
Here: https://support.cloudflare.com/hc/en-us/articles/200169246-How-do-I-purge-my-cache-
Thanks
Hi,
If you refer to this: http://screencast.com/t/z2lEpgiVu
Please try this: http://screencast.com/t/rowzW5Npd
htmlentities($image_attachment['caption'], ENT_QUOTES)
Thanks
Hi,
Use position relative and set a distance from the top like this: http://screencast.com/t/CHNqvLcY5lLe
.td-big-slide-background .entry-title {
font-size: 100px;
line-height: 40px;
color: white;
text-align: center;
position: relative;
top: 180px;
}
Thanks
Hi,
1. Please use this css: http://screencast.com/t/5EenmywC
@media (max-width: 500px) {
.td-grid-wrap .post p b img {
float: left !important;
margin-right: 23px !important;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: 50px !important;
width: auto !important;
}
}
2. You can try this css, this how it will look on desktop and tablets: http://screencast.com/t/gDgnS2jHD3
This is how it will look on mobile: http://screencast.com/t/j9RW2TjT4G
This is the css:
.td-header-bg {
height: 240px;
}
@media screen and (max-width: 767px) {
.td-header-bg {
height: auto !important;
}
}
Hope this helps!
Thanks
Hi,
That happens because of the font size, which is the same as the one on desktop, you can use this css to change it: http://screencast.com/t/wtypDMY8
@media (max-width: 767px) {
.td-big-grid-post-0 .td-sbig-title-wrap a {
font-size: 17px !important;
line-height: 12px;
}
}
Thanks
Hi,
I have check your site and found that this appears because the server security module blocks the access to admin-ajax.php file: http://screencast.com/t/3yRIUnNC8YWq
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
Thanks