Hi @barryc123
You can set the featured image from post editor: http://screencast.com/t/fzThUQ0Nq1u Also try to regenerate your thumbnails https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/ deactivate all plugins except Visual Composer, clear all caches and test again.
If the problem persist please provide your site url so I can inspect it closer.
Thanks!
Hi
The css selectors for the containers that you indicated are:
-content container: td-container or td-container-border
-post tile selector: entry-title td-module-title for pages/modules and entry-title for posts
-if you’re referring at post paginations the container is: page-nav-post
-comments container: comments this is for the entire comments section, for each comment the selector is comment followed by an unique id: http://screencast.com/t/GSDMhvr7n
IF this is not what you mean please provide more details.
Thanks!
Hi
Try to deactivate all plugins except Visual Composer, clear all caches and check if the problem persist. If the problem is still there try this css in theme panel > custom code > custom css: http://screencast.com/t/vtUr2zpnguem
.vc_row{
margin-left: 0;
}
I’ve checked your site and found some js errors in browser console: http://screencast.com/t/00Ch1Qx8 Make sure that you remove any minifications tools if you use’re using and test again. Also you can try to update the theme and Visual Composer plugin at the current version available o themeforest: https://forum.tagdiv.com/newsmag-how-to-update-the-theme/ – https://forum.tagdiv.com/newsmag-how-to-update-visual-composer-plugin/ empty all caches ant test again. Before the update process do a full back-up to your database and the current WordPress install: https://codex.wordpress.org/WordPress_Backups in case something goes wrong you can get back to the previous version.
Thanks!
Hi
1. try this css in theme panel > custom code > custom css:
.td_module_6, .td_module_7 {
border-bottom: 1px dotted grey;
margin-top: 10px;
}
.td_module_6 .td-module-thumb, .td_module_7 .td-module-thumb {
margin-bottom: 6px;
}
.td_module_6 .item-details, .td_module_7 .item-details{
margin-bottom: 10px;
}
2. Try this css: http://screencast.com/t/DsqKny9Mi
.td_module_5 {
border-bottom: 1px dotted #f1f1f1!important;
}
3. The indicated line appear on header style 7 so you can change the header style and the line won’t apear anymore.
4.Try this css:
.td_module_5 {
padding-bottom: 8px!important;
}
Hope this help.
Thanks!
Hi
You can use this example to customize the pagination on posts by adding this parameter: 'next_or_number' => 'next',here: http://screencast.com/t/hkqJljKyxr3 (remove this code if you want: http://screencast.com/t/87kGUcin5YQN – result: http://screencast.com/t/8THEIGR5) If you do not remove of this, will have this pagination -> Previous page 1,2,3,4,5 Next page
Thanks!
-
This reply was modified 10 years by
Andrei L..
-
This reply was modified 9 years by
Alin [tagDiv].
Hi
To achieve that you need to create a sidebar for each category like in this example:
– for Entertainment category create a sidebar and from block 7 settings select only Entertainment category: http://screencast.com/t/6Cbky1ZLY
Let me know how it goes.
Thanks!
Hi
You can define a new menu in td_menu.php file: http://screencast.com/t/crxUuOhFM Also you will need a script in header-menu.php which detect the mobile devices and load your custom menu: http://screencast.com/t/bIRVDKCmC Please note that this is a complex task which require many customizations and i can’t provide a solution now. My advice is to look for a professional developer to help you with this task if you can’t do it yourself.
Thanks!
Hi
I’ve test this o my side with the last theme version, V 2.3.4, and works fine: http://screencast.com/t/l2u7CpgTFm Try to deactivate all plugins except Visual Composer, clear all caches and test again.
If the problem persist please provide your site url so I can take a closer look.
Thanks!
Hi
I thing you can replace this css http://screencast.com/t/S6nDQTNLv with this one:
.td-pb-row [class*="td-pb-span"]{
border-color: #293e6a;
}
Let me know how it goes.
Thanks!
Hi
Please check our documentation here: https://forum.tagdiv.com/import-revolution-sliders-on-demos/
Let us know how it goes and if you still need assistance on this please provide more details.
Thanks!
Hi
Please note that in older version of the theme, the code indicated by Emil was in td_module_single_base.php file http://screencast.com/t/Yz3RxABX5u3K so if you’re using an older version you should look in that file after the indicated code.
Thanks!
Hi
The break it’s over and now we are back at work. Please provide your site url so we can inspect the situation closer and provide the code that you need.
Thanks!
Hi
I have checked your site and the Social Counter plugin works fine now: http://screencast.com/t/bYdxUl78 This could be a cache issue so if it happens again try to empty all caches and test again.
Thanks!
Hi
Glad you could solve this issue.
Thanks for letting us know and for your message!
Hi
Our theme wasn’t designed to support rtl design and to achieve that you will need many customizations in the code. This is a very complex task and i can’t provide a solution now. IF you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer customization services at the moment. Also you can try a plugin with a similar functionality but we didn’t test any of these plugins and I can’t make any recommendations in this regard.
Thanks!
Hi
I’ve test this on my side with the current theme version available on themeforest, V 2.3.4 and works fine: http://screencast.com/t/LpIU70ph – http://screencast.com/t/pJ4pBBPT – http://screencast.com/t/nfgFNGjXE
Please make sure that you’re using the last theme version, clear all caches, deactivate all plugins except Visual Composer and test again.
If you still have this issue please provide a link where we can inspect it closer.
Thanks!
Hi
The settings for blog template can be found in theme panel here: http://screencast.com/t/ekMu3uh6JgT
You can display your latest article on a static page by setting this in page settings: http://screencast.com/t/9tXDdG4bLF or from block settings: http://screencast.com/t/8PxmQQ2KxB
I can’t say for sure if using the blog template will improve your seo. Basically if you’re using the pagebuilder+latest as a page template http://screencast.com/t/6JKuFKf5Q without any blocks added in Visual Composer part, you get the same functionality like the one of the blog template. However you have the advantage that if sometimes you want to use block on your page they can be added here: http://screencast.com/t/DgLPpa5cYqKu
Hope this help.
Thanks!
Hi
The theme uses the registration system from WordPress and the problem could be there. Try this with a default WordPress theme, also clear all caches and deactivate the plugins, save your permalinks under Settings > Permalinks: http://screencast.com/t/WQoXY9Y65bKn and test again.
Thanks!
Hi
The popular category widget can be edited only by affecting the code from td_block_popular_categories.php file: http://screencast.com/t/HHbJRLePf
The editor was designed to have the same width with the post content on front-end. If your’re using sidebar the post content have 640px, so the editor have the same width. If you’re not using sidebar the post content have 980px and also the editor change width’s changes at this value. Basically the editor simulate the front end layout. You can make the editor full width by removing this code from editor-style.less file: http://screencast.com/t/Vef9ReyLvsC2 – http://screencast.com/t/Ko7LseFc2fw6
Hope this help.
Thanks!
Hi
First you need to edit td_module_related_posts.php file and change the indicated value like here: http://screencast.com/t/c2kNEqwGIyP then add this css in theme panel > custom code > custom css:
.td_block_related_posts .td-related-span4 {
width: auto;
}
Thanks!
Hi
Try this css in theme panel > custom code >custom css: http://screencast.com/t/EMeo9YlJ
.mailmunch-forms-short-code{
margin-top: 10px;
}
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hi
1, 2a, 3 Try this css: http://screencast.com/t/mWcUWC4XB4I – http://screencast.com/t/o7sO1Yzjqi
.footer-text-wrap p:last-child, .footer-text-wrap a{
color: orange!important;
font-size: 20px;
}
.td-header-sp-logo{
margin-left: 8px!important;
}
2. You need to edit td_footer_extra_bottom.php file here: http://screencast.com/t/oto919Wjg87T
4. You need to edit the td_footer_extra_bottom.php like here http://screencast.com/t/BO9FSouW
Let us know how it goes.
Thanks!
Hi
Glad I could help. We do our best to support our customers.
Thanks for your message!
Hi
Replace in footer.php file the indicated line of code with this one: http://screencast.com/t/rd9K7l12K
$tds_footer_copyright = stripslashes(td_util::get_option('tds_footer_copyright'));
Thanks!
-
This reply was modified 10 years by
Andrei L..