Hi,
You could use header style 5 and add this custom css in Theme Panel > Custom Css – http://screencast.com/t/6cedEPaojqIk
@media (min-width: 768px) {
.td-header-style-5 .td-main-menu-logo img {
max-height: 30px;
vertical-align: inherit;
}
.td-header-style-5 .td-main-menu-logo {
height: 30px;
}
.td-header-style-5 .td-main-menu-logo a {
line-height: 30px;
}
.td-header-style-5 .sf-menu > li > a {
line-height: 30px;
}
.td-header-style-5 #td-header-menu {
min-height: 30px;
}
}
You may need more customization and also you will have to change the the css for sticky menu. I suggest to get someone to help you with this if you don’t have basic html/css experience as we cannot provide custom work, sorry!
I have provided an example how you can do this and hope this helps!
Thanks!
Hi,
I guess you used custom css to change this. Try just to add the icon classes where I suggested(make a backup of your current file) – http://screencast.com/t/2nWWfuhtI – http://screencast.com/t/UOiSBLkmCw Of course make sure you have Font Awesome 4 Menus plugin active.
Thanks!
Hi,
The article ads will not work on smartlist, that’s why we created some smartlist styles with a specific spot in Ads section – http://screencast.com/t/drtbEkUEkH0m
For smartlist 4 you will have to add your ad manually using shortcode directly in the post content. Add an Ad Box in the page, set the spot where you have pasted your code and copy the shotcode – http://screencast.com/t/I78YxhsYvj – http://screencast.com/t/sfxgwxY2eVan and use in the smartlist content – http://screencast.com/t/E91jSCT8p
Result: http://screencast.com/t/JsZ5SWpuJlO
Thanks!
Hi,
What device do you use? I also tested this on S4 mini(android) and and did not found any issues.
Please disable all your plugins except of Visual Composer, clear cache and check again. Also you could try to disable lazy load effect and see if you still have this issue – http://screencast.com/t/34AMsRuQ
Thanks!
Hi,
You can comment this line – http://screencast.com/t/CtlZ87O8a8 and remove or comment this code – http://screencast.com/t/Aukc0qt5FJ8
First please make a backup of your current file and note that if you make this modifications the individual post template will have no effect – http://screencast.com/t/XXmwrVnXt
I guess you can do this also from your database, so the theme settings will not be affected, unfortunately I cannot provide a quick solution for this.
Thanks!
Hi,
You can try to disable all the plugins that you think may cause this, also remove any custom modifications to the code and check .htaccess file if there is something(maybe you have added) that may cause this issue. Then verify your page again.
Anyway I’ve checked your page source and did not found that url, so I suspect that this link was accessed and the page was indexed by google and you still get this error until it will be re-indexed. In this case I can only suggest to ignore them for a while and wait for google to re-index your page.
Thanks!
Hi,
Not sure why you have this issue, we did not get any reports regarding this. You can add the tracking code directly in the theme’s code if you think that it will help – https://support.google.com/analytics/answer/1008080?hl=en – http://screencast.com/t/bcDItHOO1
Thanks!
Hi,
Anyway we’ll have to do this manually so if you want this paste here all topics and I will edit them.
Thanks!
Hi,
I’ve replied here regarding the breadcrumbs – https://forum.tagdiv.com/topic/breadcrumbs-only-in-post-not-page/
As you can see on testing tool the breadcrumbs are added properly – http://screencast.com/t/uK6RSbJm7R I already added this on our list for further investigations.
Thanks!
Hi,
The copyright text has a specific width as you can add also a menu for your subfooter. If you don’t need menu there, you can use this custom css in Theme Panel > Custom Css – http://screencast.com/t/C7bdnxNDCY69
.td-sub-footer-copy {
width: 100% !important;
}
Thanks!
Hi,
Please disable all your plugins except Visual Composer, clear cache, re-save your permalinks and make sure you don’t have duplication(same title for posts, pages..), then check if the issue persist.
What content do you have to that page?
Thanks!
Hi,
I will add this on our list to be specified in the documentation how to enable all Visual Composer elements, as I see that many users have this issue. Glad that you managed to solve this!
Thanks!
Hi,
Did you tried without any plugins active except Visual Composer? Also clear cache.
The theme doesn’t have an option to block text selection and I suspect that it comes from a plugin. I have checked this also on version 4 of the theme and couldn’t recreate it.
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
I see that you still use the old version of the theme for http://faqsandroid.com/
Please try thsi custom css in Theme Panel > Custom Css:
body {
cursor: pointer !important;
}
.container, .container.td-page-wrap {
cursor: default;
}
Thanks!
Hi,
Try to use !important tag – http://screencast.com/t/ElgkVIRJKF
.wp-caption-text {
font-size: 18px !important;
font-family: "Times New Roman", Times, serif !important;
}
Thanks!
Hi,
That’s exactly what I did yesterday and did not found any issue. I also checked this right now and the same when I access an article from your fb page, it takes me to the post page and all the images are displayed properly.
I also said that you you don’t display featured image on your post, but the images from gallery are fine. Tested on Ipod!
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css – http://screencast.com/t/5lyQ2py0EcZK
@media (min-width: 768px){
.td-header-style-12 .td-main-menu-logo img {
max-height: 80px;
padding: 0;
}
}
Thanks!
Hi,
I’m not sure why it is added /photocommand at the end of your url. These links with ?filter_by= appear on category page from this filter – http://screencast.com/t/F99WT9Rf6 so you could try to comment this line and see if the issue persist – http://screencast.com/t/AWJvKJubbw
Thanks!
Hi,
The featured image used on post template 8 is streched using javascript code and it wont display the caption.
You need some customization to have also the caption, so please edit single_template_8.php file and add this code – http://screencast.com/t/gDleyLTVp – http://pastebin.com/hYQyNHVG
The caption should appear now on you post page, but you need to customize it. I provide also a css to be more visible, but you can change it like you wish – http://screencast.com/t/4JimeNqF0U
.td-feat-image-caption {
color: #ffffff;
margin-top: 10px;
margin-left: -5px;
padding: 10px;
background-color: rgba(34, 34, 34, 0.55);
}
Thanks!
Hi,
Please provide your site URL so we can take a look and also more details what your are trying to do.
Here you can find more info about the footer templates – https://forum.tagdiv.com/footer-templates/
Thanks!
-
This reply was modified 10 years by
Alin [tagDiv].
Hi,
If you read the first post of this topic you will find out that we will provide the Visual Composer plugin with the theme files after it is tested with the theme. So when we will release a new version of the the theme, it will contain the latest version of Visual Composer. You don’t have to buy or register it.
Thanks!
Hi,
The sort order in search template should be by latest, you can check it also on our demo – http://demo.tagdiv.com/newspaper/?s=
Try to disable all your plugins except of Visual Composer, clear cache and see if you still have this issue. Also if you have some custom modifications to the theme files please remove them.
Thanks!
Hi,
Not sure what you mean, please provide more details. The next/prev pagination can be set for blocks – https://forum.tagdiv.com/block-settings-tutorial/
Thanks!
Hi,
Please check this without any plugins active except the Visual Composer, clear cache and check again. You should also check the max_input_vars directive from you php.ini file and make sure that it’s set above 2000, you can check this in system status section within theme’s panel: http://screencast.com/t/HPlker5y
If this doesn’t solve your issue, please contact your host and explain the situation as it could be caused by the server settings.
Thanks!
Hi,
I’m not sure if I understand well. Do you wan to say that when you access an articles from your fb page the images are not loading?
I have checked this but did not found any issues for you posts. For example this one – http://ecoronado.com/news/2015/10/25/trick-or-treat-at-the-coronado-retirement-village/ the content image is displayed on my Ipod, of course the featured image is not displayed as you hide it for post content. This works exactly like on desktop.
Please provide more details if this is not what you mean, maybe I did not get it well.
Thanks!