Hello,
I have tried to recreate this on my end but could not recreate your issue.
http://screencast.com/t/5fUIOQmZ9rkF
I used a 1200×180 test logo and it fills the header container (1164px) on all 3 styles with full logo.
Please check if you have any modifications to the header container. You can also try this without any plugins active (except visual composer) to rule out a plugin conflict.
If the problem is still there provide a link to your website so we can take a look and come up with a solution.
Thank you!
Hello,
Please make sure you have the link target option checked in the screen options. Then a checkbox will appear like so: http://screencast.com/t/oBLHFKQJ
Thank you!
Hello,
This feature is on our list of improvements and it will be implemented in the next update which will come out in the near future.
Thank you for your suggestion.
Hello,
I have tested this on my end and it seems there is a container there that does not get removed by the code Andrei gave you.
Just replace the css with this one:
.td_block_big_grid_1 .td-module-meta-info {
display: none;
}
Thank you!
Hello,
Please provide more details as to what you would like to replicate. I have checked your website and it seems to have the same layout as our demo page.
Thank you!
Hello,
I used your facebook ID on my end: http://screencast.com/t/V1W1bSFXn – http://screencast.com/t/c3VZ66JdeMg – http://screencast.com/t/GFhUHOimBy2
It works as expected. Please use your id like in the screenshots above. It also applies for twitter.
Maybe you have some connection restrictions being a private server so please ask your host about it.
Let us know how it goes.
Thank you.
Hello,
The css class of a custom post type does not match the one from a default one. That is why css does not get applied to specific parts of the CPT. You can change colors with custom CSS you can place in the theme panel.
If you do not know how to change colors in css please provide us with a link to a post so we can take a look and come up with a solution.
Thank you!
Hello,
You can change the color to your default one by using this custom css code:
.single-post .block-title a, .block-title span, .block-title label {
background-color:#4db2ec;!important;
}
result: http://screencast.com/t/ZfQTKk6WoOm
Thank you!
Hello Joyce,
I have tested your website and could not recreate the issue. It could be the lazyload animation and slow internet connection. Please disable this feature http://screencast.com/t/sAsHT406 and check again.
Let us know how it goes.
Thank you!
replied here: https://forum.tagdiv.com/topic/categories-sort-problem/
Hi,
The mega menu works differently than the blocks. You will have to edit that one as well. Just add this order in td_block_mega_menu.php file – http://screencast.com/t/1Kk6ybz4C so you can order subcategories by slug – http://screencast.com/t/NpeWAblc – http://screencast.com/t/hOubcKikgUE
‘orderby’=>’slug’
Thanks!
Hello,
You can find these default thumbnails here: http://screencast.com/t/uyS98y0aRG You can edit these files to get the result you want
Thank you!
Hello,
In order to make your logo stay on the left side you can use this custom CSS:
.td-header-style-9 .td-header-sp-logo{
float:left;
}
And then assign a background color to your website (white counts as well) Just change to anything but the default value to make the container boxed: http://screencast.com/t/OUu7hBk1Nccg
You can also use a padding-left: value in your code to adjust the logo position.
result: http://screencast.com/t/tx6P5k5pNLAv
Thank you!
Hello,
Please make sure you did not change anything else. Normally block 18 should not be affected by your change. Try to revert your change and see if the thumbnail for other videos has the same problem. (you will need to regenerate thumbs again.)
Let us know how it goes.Thank you!
Hello,
Please send us an email at contact@tagdiv.com with details as to how we can access your website. Also include a link to this topic so we know who you are.
Thank you!
Hello,
Another way to do it is by adding a condition in Footer.php: http://screencast.com/t/ZaTaJqXngY using this reference: https://codex.wordpress.org/Function_Reference/is_page.
I hope this helps.
Thank you!
Hello,
Please make sure you use the visual composer version that comes with the theme. Any other version will cause issues. Another thing you can try is disable all your plugins except visual composer. If the problem is still there you can send us an email at contact@tagdiv.com and provide a link to your website and a password so we can take a closer look. Please also include a link to this topic so we know who you are and what the problem is.
Thank you!
Hello,
Unfortunately the theme does not have an option for this. The mega-menu was built to show sub-categories and posts. Your goal will require custom modification. If you cannot do it, you can hire a freelancer to do it for you from sites like studio.envato.com.
Thank you!
Hello,
You can create your own page template in the root of the theme and copy the code from page.php(default template) and just add this comment instead – http://screencast.com/t/UdDaIQhr It should appear on template options – http://screencast.com/t/cONiVSlbjH7 Then add your custom modification to the code. You can copy the ajax search code here and use the page template where you want to use the ajax search pages. You can find the ajax search code here: http://screencast.com/t/BRyjYxHu
It will require some adjustments in order to work properly, but this should help guide you in the right direction
Thanks!
Hello,
At the moment you can sort your posts by tag as you said. You will have to wait a bit so the update can be published and the sorting option to be available. We do not have an exact date of release but it will be as soon as possible.
Thank you for your understanding.
Hello,
You can try and use a different header style that supports full logo: https://forum.tagdiv.com/header-styles/
(9, 10, or 11) That way you can upload a full size logo as big as the site width.
Thank you!
Hi,
Please access your files via FTP and check to see if the image is actually there in wp-content/uploads/2015/09/ED-Logo-Header-White.png” because the same error is displayed. If it is, please try this without any plugins so we can exclude a plugin conflict.
Let us know how it goes!
Thank you!
Hello,
Please try to disable all your plugins except visual composer and check your titles again.
It should have nothing to do with speed booster (i assume that is what you were referring to not WP_Booster)
If the problem is still there please provide a link to your website so we can take a look
Thank you!
Hello,
There is no option in the theme panel for that but it can be changed with custom css:
.td-main-content-wrap, .post{
background-color:red!important
}
http://screencast.com/t/tKx1JgQpS
If you want to change the header section as well, that can be controlled from the theme panel.
Thank you!
Hello,
Well it is one way to do it. you can use whatever sorting option you like. You can set a specific category to a block or multiple ones (or all of them). As for posts there are a few sorting options for you to chose from: http://screencast.com/t/ZRnBLtIQs8. You can read more about block settings here: https://forum.tagdiv.com/block-settings-tutorial/
I hope this helps.
Thank you!