Hi,
Please add the custom CSS from below in Theme Panel > Custom CSS, like this: http://screencast.com/t/8tLnbdoW59
.comments_b10 {
height: 50px;
background-color: orange !important;
}
.comments_b10 p {
position: relative;
top: 15px;
}
Thanks
Hi,
You can do it from the td_module_search.php file, to remove the author you can modify the code like this: http://screencast.com/t/D968UOGLUM
Thanks
Hi,
Please add this code: http://pastebin.com/Pjjxr6bn like here: http://screencast.com/t/vEwlVMtn
Also add this custom CSS in Theme Panel > Custom CSS:
.td_mod6 .thumb-wrap {
margin-bottom: 0px;
}
.td_mod6 .td-social-sharing-buttons {
width: 50%;
margin-top: 0px;
margin-right: 0px;
}
Result: http://screencast.com/t/fh1uw13KQsQn
Thanks
Hi,
The best solution is to remove the breadcrumb code from each page, this example is from page template: http://screencast.com/t/WtHkRwhOyN
Another way that you can do it’s to set the breadcrumbs not to be displayed through all site via CSS and then also using custom CSS and set them be displayed only on post pages.
Add this CSS in Theme Panel > Custom CSS:
.entry-crumbs {
display: none;
}
.td-grid-wrap {
padding-top: 34px !important;
}
.single .entry-crumbs {
display: inline;
}
.single .td-grid-wrap {
padding-top: 49px !important;
}
Hope this helps!
Thanks
Hi,
Thanks for your reply @Christopher Simmons
Have you changed your theme?
I have checked your site and saw that your theme appearance have changed but the thumbs issue is still present.
Thanks
Hi,
I’ve tested the latest version with an Author user and works fine for me to create posts, no issue. From which version you have updated the theme? Please make sure you update the theme and also the VC plugin correctly like here:
https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
https://forum.tagdiv.com/how-to-update-the-theme/
Can you try to disable other plugin and see if works, but leave the VC active.
If nothing works can you provide us access to your WP and also FTP access to track the issue?
Send the details via email at contact@tagdiv.com
Thanks for the message!
Hi,
Sorry for the delay,
Yes you must place your code there but keep in mind that it’s not an easy task and if you don’t know how to do it probably it would be best to hire a freelancer to that for you.
Thanks for your message
Hi,
Thanks for letting us know, we already know about this issue and we will try to fix it in future updates.
If you eventually decide to use it like that you can do it by adding this custom CSS in Theme Panel > Custom CSS:
@media (max-width: 767px) {
.single .span4.column_container {
display: none !important;
}
}
This will set the sidebar not to be displayed on mobile via CSS.
Sorry for the inconvenience and thanks for the message
Hi,
Glad you solved it.
Thanks for your message
Hi,
It will be available soon.
Thanks
Hi,
You can do it but you have to set a fixed background not stretch and you have to make the black window to fit your site’s layout, and also the image size has to be much bigger.
Here is an example with your image enlarged: http://screencast.com/t/33vxiJRK
Also this solution will not be responsive because the background has a fixed size.
Thanks
Hi,
Can you please send me an example of URL that leads to that page witch has the “Archives” title?
Thanks
Hi,
Go to Theme Panel > Ads > Background click Ad and enter your target site like this: http://screencast.com/t/jAg33LUJmTZB
To set the image background go to Theme Panel > Background > Background Settings http://screencast.com/t/zhy13jaawZ
Thanks
Hi,
You can change it via CSS, just add this custom CSS:
.td_block_slide .item {
background-color: aqua !important;
}
..in Theme Panel > Custom CSS.
Here I have change on your site, simply replace the color with your own: http://screencast.com/t/thHEAxC5Auqe
Also if you want you can use this CSS to stretch the images to fill the whole container.
.iosSlider .entry-thumb {
width: 100%;
}
..like this: http://screencast.com/t/MeSeSF1Z
Hope this helps!
Thanks
Hi,
Can you try with CDN off? These is very strange.
Thanks
Hi,
This issue could appear from an incompatibility between Revolution Slider and Speed Booster Plugin, please deactivate it and check to see if the issue is till present.
Let me know if this solves the problem.
Hope this helps!
Thanks
Hi,
You can do it using Revolution Slider.
First create a Slider with posts that you want to be displayed in the slider. If you don’t know how to create a slider follow this steps:
https://forum.tagdiv.com/topic/revolution-sliders-source-post-not-working/#post-15382
Then you have to edit slider template and set the navigation type to bullet and the navigation style to round like this : http://screencast.com/t/VyfEV6kM
Last step, add this custom CSS in Theme Panel > Custom CSS:
/* change the bullet's default background */
.tp-bullets .bullet {
background: #000 !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 3px;
}
/* adjust bullet background on mouse over */
.tp-bullets .bullet:hover {
background: rgba(0, 0, 0, 0.65) !important;
}
/* represents the numbers that will be shown */
.tp-bullets .bullet:after {
position: absolute;
top: 6px;
left: 9px;
color: #FFF;
font: bold 12px Arial;
}
/* First Bullet */
.tp-bullets .bullet:nth-child(1):after {
content: "1";
}
/* Second Bullet */
.tp-bullets .bullet:nth-child(2):after {
content: "2";
}
/* Third Bullet */
.tp-bullets .bullet:nth-child(3):after {
content: "3";
}
/* 4-th Bullet */
.tp-bullets .bullet:nth-child(4):after {
content: "4";
}
/* 5-th Bullet */
.tp-bullets .bullet:nth-child(5):after {
content: "5";
}
/* 6-th Bullet */
.tp-bullets .bullet:nth-child(6):after {
content: "6";
}
/* 7-th Bullet */
.tp-bullets .bullet:nth-child(7):after {
content: "7";
}
/* 8-th Bullet */
.tp-bullets .bullet:nth-child(8):after {
content: "8";
}
/* 9-th Bullet */
.tp-bullets .bullet:nth-child(9):after {
content: "9";
}
/* 10-th Bullet */
.tp-bullets .bullet:nth-child(10):after {
content: "10";
left: 5px;
}
/* 11-th Bullet */
.tp-bullets .bullet:nth-child(11):after {
content: "11";
left: 5px;
}
/* 12-th Bullet */
.tp-bullets .bullet:nth-child(12):after {
content: "12";
left: 5px;
}
/* 13-th Bullet */
.tp-bullets .bullet:nth-child(13):after {
content: "13";
left: 5px;
}
/* 14-th Bullet */
.tp-bullets .bullet:nth-child(14):after {
content: "14";
left: 5px;
}
/* 15-th Bullet */
.tp-bullets .bullet:nth-child(15):after {
content: "15";
left: 5px;
}
/* 16-th Bullet */
.tp-bullets .bullet:nth-child(16):after {
content: "16";
left: 5px;
}
/* 17-th Bullet */
.tp-bullets .bullet:nth-child(17):after {
content: "17";
left: 5px;
}
/* 18-th Bullet */
.tp-bullets .bullet:nth-child(18):after {
content: "18";
left: 5px;
}
/* 19-th Bullet */
.tp-bullets .bullet:nth-child(19):after {
content: "19";
left: 5px;
}
/* 20-th Bullet */
.tp-bullets .bullet:nth-child(20):after {
content: "20";
left: 5px;
}
/* 21-th Bullet */
.tp-bullets .bullet:nth-child(21):after {
content: "21";
left: 5px;
}
/* 22-th Bullet */
.tp-bullets .bullet:nth-child(22):after {
content: "22";
left: 5px;
}
Result: http://screencast.com/t/i2H6Hh4rd
Hope this helps!
Thanks
Hi,
Please change the span classes like here: http://screencast.com/t/YxZYV9ZV This will enlarge the space there and the logo will fit http://screencast.com/t/tbyUjgf9
Thanks
Hi,
You need to do some changes to make the plugin work with the theme, you can follow the plugin’s guide here: http://tri.be/support/documentation/events-calendar-themers-guide/
Also have you tried to see if it works with the theme’s Default Template?
You can try from here: http://screencast.com/t/SUvWSAGdXaXG
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
Have you installed recently some plugins?
Please try to deactivate all plugins one by one and see if the issue is still present, it might be an plugin conflict.
Also make sure you set the image as featured image for the post.
Hope this works
Thanks
Hi,
I don’t have any experience with those plugins. You can try although if you have developing skills or hire a freelancer to do this job for you.
Sorry about this!
Thanks for understanding!
Hi,
Could try using NextGEN Facebook plugin http://wordpress.org/plugins/nextgen-facebook/
Have a look at the List of Features http://screencast.com/t/mTjlPtlfJ5K
Or try using Colum Posts plugin http://wordpress.org/support/plugin/column-posts
And try this solution http://wordpress.org/support/topic/facebook-like-button-in-excerpt?replies=6
Hope this helps
Thanks
Hi,
Should work http://screencast.com/t/BekBMiwAD
Please make sure you add and have both custom CSS I gave you in Theme Panel > Custom CSS. I will add them again here:
@media (max-width: 767px){
.header-logo-wrap img {
display: block !important;
}
.header-logo-wrap {
display: block !important;
}
}
Thanks
Hi,
I have checked and noticed that you have 2 different parts in your code:
– the get_field function and the condition with the count function http://screencast.com/t/k32E27Y9K3HS .. off course the code for the condition is commented so it dose not matter, although I’m not sure about the get field function
Just to be sure take the code from here https://forum.tagdiv.com/topic/article-inline-ad-2/#post-10954 and replace your own exactly and check to see if works.
I have tested it again and works like it supposed to.
Ex.
My code intd_module_blog.phpfile : http://screencast.com/t/ncFdx3UXX
Result : http://screencast.com/t/VfeSmzCF
If still doesn’t works please try disabling some of the plugins it may be due to a plugin.
Thanks