Hi,
For your language, i think is better to turn of the trim title for the slide. Make this change: http://screencast.com/t/HrNkLe6w
Hope this help!
Hi,
For mobiles you need double sized images(retina) to look sharp, and the theme doesn’t have a feature like that, also is not recommended to load very large images on mobiles.
I see that there are some plugins that do that but was not tested, like
https://wordpress.org/plugins/wp-retina-2x/
http://retinamatic.com/
Thanks for the message!
Hi,
I’ve checked your site and i see that you need to regenerate the thumbnails, please follow the steps from here: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/
Thanks Christopher đ Happy Holidays!!!
Hi,
Please can you try to disable all plugins. Also i see that you css is minimized and the name of it is main.css and our is style.css.
For good speed we recommend to have a good server and also to use a cdn for images.
Also here are some speed discussion if you want to read some tips: https://forum.tagdiv.com/topic/theme-speed/#post-900
Hope this help!
Thanks!
Hi,
Can you give me a link to see the issue, and I will provide you a custom css to fix it.
Thanks for the message!
Hi,
I thinks you haven’t set that page to be as homepage. Go to Settings -> Reading and set from there your homepage http://screencast.com/t/34xcNhI5F3QC
Hope this help!
Hi,
If you don’t have developing skills we suggest you to use the official Facebook comment plugin. You can install the plugin then you can use a shortcode to add the comment list anywhere.
Hi,
Can you give me a link to see the issue? Thanks for the message!
Hi,
I’ve checked your site and looks to be fine: http://screencast.com/t/8HaAG1xoFw
Also please make sure you use safe plugins and you have all updates for WP, theme, plugins. The theme doesn’t have any virus :).
Thanks or the message!
Hi,
To update the plugin to latest version you need to download the latest theme version from Themeforest and inside the package in plugin folder is the latest version of the Visual composer.
Read more here: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks for the message!
Hi,
Please provide more details, give me a link to see the issue. Show me some screenshot with what you want to achieve.
Thanks for the message!
Hi,
No, is not possible, sorry about that, and require a lot of changes, because all components are based on that grid size. If you are interested for a smaller layout you can take a look at this theme, if you like it: http://themeforest.net/item/newsmag-news-magazine-newspaper/9512331
Thanks for the message!
Hi,
Sorry but the code provided not work for me: http://screencast.com/t/b9ko7E5or2W
Hi,
Please give me more details to help you, give me your site URL to inspect it.
Thanks!
Hi,
Yes, if you want to use image ads use that code, read more here: https://forum.tagdiv.com/ads/
Thanks for the message!
-
This reply was modified 11 years by
Marius.
Hi,
Edit your single.php file(this is for the default post style) if you want for other post style add the code in all template styles, those files: http://screencast.com/t/YVfbJsUI
Code: http://pastebin.com/xgLhqvD8
Then use the Custom Ad 1 for you ad. Go to Theme panel -> Ads and paste your ad code in Custom Ad 1
Then go to Theme Panel -> Custom CSS and paste this CSS
.my-custom-ad div {
margin-bottom: 0;
margin-top: 32px;
}
Result: http://screencast.com/t/bG8QOJLjfXw
Thanks for the message!
-
This reply was modified 11 years by
Marius.
Hi,
You have some java-script errors in console: http://screencast.com/t/FDpYskJfs
Please deactivate all plugins or one by one and see if works.
Thanks for the message!
Hi,
You can do the same for similar articles: http://screencast.com/t/1vlaEeR4H
Hi,
Please deactivate all plugins and see if works, probably there is a conflict between composer and other plugins.
I can’t replicate the bug on my side.
Sorry about that đ
Have a nice day!
Hi,
You have modified the style.css?
What you can do is to replace all files via FTP but without style.css if yours is modified and then compare your style.css with latest from theme to see what differences are. You can use WinMerge for that.
If you have custom CSS in Theme panel -> Custom CSS section, that will be fine on each update.
Hope this help!
Thanks for the message!
Hi,
I’m not sure what is wrong on your site, can you show me in a screenshot. Also if you have the latest WordPress version 4.1 please make sure that all plugins that you use are compatible with the WP 4.1
Thanks for the message!
Hi,
For contact page add in menu a link like here http://screencast.com/t/ceE5xNwB
For the login I don’t understand exactly what do you want. Our login modal is a widget and in menus you can’t add widgets!
What you can do is to create a custom sidebar in menu like here:
1. Add this code like here: http://screencast.com/t/Bf8vGkWBn
2. Add this code:
register_sidebar(array(
'name'=>'Login modal (in menu)',
'id' => 'td-login-menu',
'before_widget' => '',
'after_widget' => '',
'before_title' => '',
'after_title' => '',
));
like here: http://screencast.com/t/oC4nNEA58
3. Go to your widgets and drag our login widget like here: http://screencast.com/t/uecSdU43Pmb
4. Add this custom CSS in Theme panel -> Custom CSS
.td-menu-header ul.top-header-menu {
display: inline-block;
position: relative;
top: 14px;
}
.td-menu-header ul.top-header-menu a {
color: white !important;
}
Also, if you don’t have developing skills we recommend you to hire a freelancer or someone to make this for you. This is custom work.
Please if is possible please remove the bad rating.
Thanks for the message!
Hi,
You have some javascript conflicts. http://screencast.com/t/L7ydquuoc
Please deactivate all plugins or one by one and see if works.
Thanks for the message!
Hi,
I see that you site is like you want. The theme doesn’t support full-screen only with custom modification like you made. Sorry for the inconvenience!
Thanks for the message!
Hi,
See here, i put a youtube link and saved the post and there is no feature image generated: http://screencast.com/t/v03NpeeK
For me works fine.