Hi,
We are all offering support, also on mail and ThemeForest Dashboard only I take care of forum messages and provide solution here whilst Emil G provides support for customers who address us on other platforms. We also have a new product in development but we can’t estimate yet a release date.
Thanks for the message!
Hi,
Yes, please use this custom css: http://screencast.com/t/FhaWxthM7
.post .td-post-featured-image {
text-align: center;
}
Thanks
hi,
Sorry for the inconvenience unfortunately jetpack cause many issues in use with other plugins, you can follow this to how to u can use gallery without jetpack: https://forum.tagdiv.com/topic/gallery-without-jetpack-2/#post-23093
Thanks
Hi,
Unfortunately the theme doesn’t have an option for this. What you can do though is to install WordPress in English then use this plugin to change to RTL: https://wordpress.org/plugins/rtl-tester/ Unfortunately this works only for admin users.
You can try to find a plugin similar to this, like:
https://wordpress.org/plugins/wp-rtl/
http://www.code-styling.de/english/development/wordpress-plugin-wp-native-dashboard-en
Hope this helps and sorry for the delay!
Thanks
Hi,
I made some tests to check this issue but I couldn’t find any issues with the lo-gin widget while the BuddyPress plugin is active, please disable all plugins and leave only BuddyPress enabled and try again to check if this still happens.
If nothing works please send your wp-admin user and pass so we can check this issue, also please provide a link to your site and an link to this topic.
Thanks
Hi,
Thanks Christopher!
@CosBeauty As Christopher this could be an Google issue, just to be sure of this please paste here your site’s URL so I can check this, you could also make sure that you have the set the ad right in theme panel: http://screencast.com/t/A3FysjcPLB
Thanks
Hi,
This usually appears because the server security module blocks the access to admin-ajax.php file. Try to verify the console for error while saving the settings on the Theme Panel, usually it displays a 403 or 404 error.
Contact your server administrator and explain the situation, as it’s requested many times during the a save the file it’s treated as threat so it’s banned. You can report false positives to your server administrator to remove it from the banned list.
This may also happen if the settings are not saved you have to increase the max_input_vars = 1000; value inside the php.ini file to max_input_vars = 5000;.
If you don’t have access to the php.ini file please contact the host administrator and let him know about this issue.
Hope this helps! Please let me know!
Thanks
Hi,
When you set an background image for your category page like this: http://screencast.com/t/H7EpzYxBO and that category background by default will be set as “no-repeat”: http://screencast.com/t/fQHx9wHPk
You can also achieve this via css, like this: http://screencast.com/t/1PwfiwGAkT
Add this custom css in theme panel > custom css:
.category {
background-repeat: no-repeat;
}
Thanks
Hi,
You need to adjust it via css, please add the code then send me an URL to an attachment page of your site, I need to inspect this so I can provide a solution for this.
Also please make sure you have done this I believe it could solve your problem.
Thanks
Glad I could help!
Thank you!
Hi,
You mega menu appears like this because you use the “subcategories” as sub-items of that “Funny” category, make sure you have this menu items added as subcategories of the funny category like this: http://screencast.com/t/yVjDPh1L and use this method to set the limit of mega menu subcategories, your result should be like this: http://screencast.com/t/ZrrcCjmkg
Thanks
Hi,
The theme doesn’t have a feature like that and adding a different logo on smart snap menu wasn’t added as a feature on any theme versions, this was done using a hack and if you want custom work again you will have to add it yourself or hire someone to do it for you.
Do it like this: http://screencast.com/t/myuIIiFDY
@media (min-width: 1200px){
.td-header-style-8.td-affix .td-menu-wrap #td-top-menu {
padding-left: 0px !important;
}
.td-header-style-8.td-affix .td-li-wrapper-menu {
float: left !important;
}
.td-header-style-8.td-affix .td-style-8-logo-wrapper {
display: none !important;
}
.td-header-style-8.td-affix .td-style-8-logo-wrapper .td-logo img {
display: none;
}
}
http://screencast.com/t/IPbZOvLGCsz
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
This happens because you use the speed booster plugin and in this case you need to add this code &subset=latin,latin-ext in functions.php file like this: http://screencast.com/t/fYpXpNOp
Thanks
Hi,
You can do it like usual. From post editing panel select “Add media” button then select “Create Gallery”, select or upload images, set the gallery to link to media file then chose the gallery type, update gallery and post also and check the result: http://screencast.com/t/cl91x5Ux
You can also use this guide for the tagdiv gallery which is more explicit: https://forum.tagdiv.com/create-an-image-slide-gallery/
Thanks
-
This reply was modified 11 years by
Lucian.
Replied via e-mail!
Thanks!
Hi,
Unfortunately the theme doesn’t have a feature like that and you will need custom work to get it done. Unfortunately we cannot offer custom work as we work hard on the development, updates, fixes and support. You can always get a freelancer from sites like: http://studio.envato.com/ if you don’t know how to do it yourself.
Thanks for understanding and for your message!
-
This reply was modified 11 years by
Lucian.
Hi,
Sorry about that, I tooth different, the ones I targeted are the block titles actually, use this css instead: http://screencast.com/t/7OxjnnAIjc
.td_mod_wrap .entry-title a:hover {
color: blue;
text-decoration: none!important;
}
Thanks
Hi,
I’m not sure I understand what are you trying to do, please provide more details about this.
You could try to use this custom css to center the feature image on post page:
.td-post-featured-image {
text-align: center;
}
Thanks
Hi,
Remove the settings for the header text color from block editing panel and use this custom css to change the color on hover as you like: http://screencast.com/t/A7vjWDVoaG
.block-title, .td_title_style_1 {
border-bottom: none;
}
.block-title a:hover {
color: blue !important;
opacity: 0.5 !important;
}
Thanks
Hi,
I have tested your site and found no issue’s with the top menu, looks and also responds well to all screen widths.
You can use this custom css to display it on mobile also: http://screencast.com/t/NFOuvSvSWQ7i
Thanks
Hi,
If you add an video to the featured video filed then that video should automatically be added at the beginning of the post unless you have set “not to show the featured image” enabled from theme panel: http://screencast.com/t/K5N332uYj
Make sure that this option it’s not set to hide the featured image and also make sure you are setting your post like this: http://screencast.com/t/5MQRTCZXv4
Should work, this is how my configuration looks: http://screencast.com/t/UP0KYmzB
Thanks
Hi,
I forgot to mention that the last css should be added along the one I previous provided, if it work as you like, it’s fine.
Thanks
Hi,
Please use this custom css: http://screencast.com/t/IDoIC2mwf8Wi
.page-id-1242 .ui-tabs-nav .ui-tabs-active a {
background-color: #fff !important;
}
.page-id-1242 .ui-tabs-nav {
border-color: #fff;
}
This will only apply to this page only because of the .page-id-1242 class, if you need this to change the background color for active tabs and border color you have to remove that class from the css.
Thanks
Replied via e-mail!
Thanks!