Hi,
You can use this custom css in theme panel > custom css:
.td-a-rec-id-content_top {
text-align: left;
}
Hope this helps!
Thanks
Hi,
Please use http://pastebin.com/ and send the post content so I can check this issue http://screencast.com/t/38gzAohXfin.
I have tried to replicate this and could not add it like you have http://screencast.com/t/aZmL2COGl
Thanks
Hi,
Glad you figured it out. Please let me know if you have any other theme related issues.
Thanks for the message!
Hi,
Are you referring to the post comment count? Please make sure you have any comments and provide more details, I have tested the posts comment count and seems to work fine for me. Please let me know.
Thanks
Hi,
Please make sure you enable this from theme panel: http://screencast.com/t/a2wPcqd4ndo and then check to see if the comment box it’s showing.
Thanks
Hi,
I have added this on our issue list and we will try to fix this in the next update. As for the re-size issue make sure you refresh the page after you reduce the window size when you check if it’s responsive.
Sorry about this!
Thanks for the message!
Hi,
Please make sure to have the GD library installed and also make sure you have writing permissions on /wp-content/uploads
If you have done this and still the images are not showing please try to upload an image and see if you get any errors.
Please let us know if you still have any issues also please send an link to your site.
Regarding the floating feature for the menu you can add it from theme panel like this: http://screencast.com/t/kGBBOgZgTv
Thanks
Hi,
You could try to use a plugin that has a feature like that, like this http://wordpress.org/plugins/quick-adsense/ or similar.
Hope this helps!
Thanks
Hi,
The classic blog it’s using module 7 layout.
You can set it like this http://screencast.com/t/dyIfFeeI6k92 and then go to template settings in theme panel and chose the module 7 layout for blog and posts template like this: http://screencast.com/t/vRZajBQzIpWI
Hope this helps!
Thanks
Hi,
Please send a link to your site, I need to inspect this issue so I can send you a fix to it.
Thanks
Hi,
Glad you figured it out!
Thanks for the message.
Glad you solved it! Thanks!
Hi,
You can change the menu icons color to white from theme panel like this: http://screencast.com/t/1NZufAorUmcP you will get this result: http://screencast.com/t/uUrJNxtxw
Hope this helps!
Thanks
Hi,
1. You can use the “Homepage – bg – no article list” page template for your Homepage http://screencast.com/t/VTFrs9KuFE
2. You can change the height by adding this custom css into the custom css field in theme panel: http://screencast.com/t/ZfVVn090
.td-big-slide-background, body.single_template_4 #td-full-screen-header-image, .backstretch {
height: 1000px !important;
}
Change the image height as you like.
Hope this helps!
Thanks
Hi,
If it helps you can switch the menu icons color from black to white from theme panel http://screencast.com/t/MwyRo1ZFU
Unfortunately you can only chose from these two colors, you can’t change this icons color only if you replace them and you can do that like this: https://forum.tagdiv.com/topic/custom-icons-in-main-menu/#post-15336
Hope this helps!
Thanks
Hi,
This issue appears when using the 980px layout, please try to use the 1170px layout instead we will fix this in the next theme update.
If this dose not solve this problem please make sure you clear CDN cache and also clear your browser cache and check to see if this issue is still present. This may cause this issue as your CDN delivers the old versions of the files.
You could also try to regenerate thumbs https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
The category page title is set from here http://screencast.com/t/RrjLPxqO2
You can try to remove the condition that ads the title/slider only if the layout it’s not module 1 or 7 and see how it works for you.
Hope this helps!
Thanks
Hi,
You can notice that if you tap the next page arrow then the previous page the next arrow becomes unselectable that means that the next/prev pagination feature doesn’t know that there aren’t any other post until it searches for them, you can try to change this and make it search for other posts when loading the page but this means an other action in advance and could damage the pages speed and load time.
You can try to change this from here if you like: http://screencast.com/t/qcIhYIMwM or you can disable the next/prev pagination only for that block if you don’t need it.
Thanks
Hi,
This is why I said you would have to remove the .blog-stack .sf-menu .current-menu-item a from the initial css that i gave you first, this is preventing the last one to apply because of the !important
Just remove this .blog-stack .sf-menu .current-menu-item a and add see if it’s working.
Thanks
Hi,
Please send an e-mail at contact@tagdiv.com and we will send you a tutorial on how to create a custom block.
Thanks
Hi,
Looks to me that you use a plugin that dose this, you could try to disable all plugins except those theme requires and check to see if this is still there, if not activate the plugins back one by one to see which one it’s responsible for this.
If this dose not work you can use this custom css in Theme panel > Custom CSS to hide them:
.td-post-text-content time,.td-post-text-content .none {
display: none;
}
Thanks
Hi,
Try to use the Theme with only the Visual Composer plugin and deactivate all other plugins and see if stars working.
Also please delete the plugins and install like here: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
Hi,
Will take until you save the changes. You can check if the changes have been made like I said above.
Thanks
Hi,
You can find the css used to style that button by inspecting it, right click on it and select inspect element, you will fine the css used here http://screencast.com/t/SSPm1UKBGu
You can target the button using the same classes and style it like you want, then add the custom css into the custom css field in theme panel.
Thanks