Hi,
Please use this custom css: http://screencast.com/t/RitcVp6qg43
.single .aligncenter, .category .aligncenter {
text-align: center;
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 6px;
margin-bottom: 6px;
}
Thanks
Hi,
I believe you will find your answer here:
* http://wpml.org/faq/string-translation-default-language-not-english/
* http://wpml.org/documentation/getting-started-guide/string-translation/
Hope this helps!
Thanks
Hi,
I tested this using your speed booster plugin code and had the same issue. This code you have added causes the issue: http://screencast.com/t/bPjCzQob
Remove it and will work fine, the style.css file won’t be move to the footer when speed booster plugin is active.
Thanks
Hi,
Please use this css like this:
.home .block-title a {
pointer-events: none;
cursor: default;
}
Thanks
Hi,
Please check your console for any java script errors, also make sure you deactivate all plugins and check for this again.
If nothing works you should consider updating WordPress and theme also to the latest version.
Thanks
Glad you managed to resolve it!
Thanks for sharing!
Hi,
You can take a look here to see how this is made and try something similar: http://screencast.com/t/Qn3lq8QfBCz
Hope this helps!
Thanks
Hi,
Unfortunately not all the files can be modified via child theme, you will need to make this changes to the main theme, you can check which files can be modified via child theme here: https://forum.tagdiv.com/child-theme-documentation/
Thanks
Hi,
That is because of this style which gets applied to the body tag: http://screencast.com/t/3EvmvbQ4i
You need to make sure you comment that line: http://screencast.com/t/Zp2OBoTO
And also: http://screencast.com/t/nEPX7oKTAq
This should do it. I have tested this and didn’t get any error, please make sure you haven’t made any other changes that may cause this and try again.
Thanks
Hi,
Use this div tag’s for the sidebar ad image (just add the image URL):
<div class="td-visible-desktop">
<a href="#"><img width="300" height="250" src="" /></a>
</div>
<div class="td-visible-tablet-l">
<a href="#"><img width="250" height="250" src="" /></a>
</div>
<div class="td-visible-tablet-tp">
<a href="#"><img width="200" height="200" src="" /></a>
</div>
<div class="td-visible-phone">
<a href="#"><img width="300" height="250" src="" /></a>
</div>
Add the height="40" attribute to the large video icon like this: http://screencast.com/t/qiI1eSi7b
Add height="9" here:
* http://screencast.com/t/IxG5m3Qd8e
* http://screencast.com/t/CDFhEx3Q
After this please check again.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Unfortunately that is not possible at this time as the block don’t have an unique id and because of this there is no way you can target each block from your sidebar and set a different block title background color.
If you like you can do this for different blocks, like this: http://screencast.com/t/1aTLciGVl
Sorry about this, we will consider this for future updates.
Thanks
@kevinp_2012 Can you please give us wp-access so we can check this? Please provide your user and pass at contact@tagdiv.com and specify this issue or send a link to this topic.
Thanks
Hi,
Thanks TheMediumUTM!
@dhibeney
As TheMediumUTM wrote you will need custom work to customize the rtl like that. From what I know I don’t think you can use rtl without using an arabic language, the theme also enables rtl when WordPress is installed in an arabic language.
You can try this solution, which might work:
* do normal english installation
* download a copy of arabic wordpress.
* copy the file wp-content/languages/ar.php from arabic version to english version
* go to wp-config.php and add define(‘WPLANG’, ’ar’);
Install Admin in English plugin after this if you need admin in english.
Hope this helps!
Thanks!
Hi,
Please go through the plugins settings and carefully check if you didn’t set it somehow to be displayed only on post pages.
Unfortunately we haven made any tests with this plugin and the time doesn’t allow me to check this. If you still can’t find a solution for this you can address to plugin author on plugin’s support page: https://wordpress.org/support/plugin/wp-facebook-fanbox-widget
Thanks for the message!
Hi,
I have checked your site and noticed that the load more feature also doesn’t work on the main page. Please give us wp-access so we can check this, send you wp-admin user and password at contact@tagdiv.com and specify this issue or provide a link to this topic.
Thanks
Hi,
Please note that if you use the speed booster plugin the theme loads other minified version of site.js file which contains all the js put together.
In this case you will need to create a new site.min.js file with the smooth scrolling function disabled, please follow this topic for this: https://forum.tagdiv.com/topic/minifying-site-js-with-wp_booster-after-chances-to-td_login-js/
Hope this helsp!
Thanks
Hi,
It may bu due to a plugin which probably checks and loads some new code when users are logged. Please deactivate the plugins you sue and test this without them activated, also make sure you empty cache or purge files if you use any cache or CDN plugins.
Please let me know what you find.
Thanks
Hi,
Have you looked at the screen I have sent you?
The only one you need to use is the WPBakery Visual Composer plugin, others you can remove if you don’t plan to use and I have stated here what each of them does.
Thanks
Hi,
First please make sure you have an available sidebar: http://screencast.com/t/rNTIVUJ1RAp or you can create one like this: http://screencast.com/t/xt0vMX09J
After this edit your post and set the sidebar you want like this: http://screencast.com/t/cCvsATVBj5OR result: http://screencast.com/t/IaVFv3VP2di
You can do the same for pages.
Hope this helps!
Thanks
Hi,
Yes, you recall well, unfortunately the “Menu Swipe” on mobile feature it’s no longer available, we have removed it since theme version 3.6.
Thanks for the message1
Hi,
Please replace the content of td_module_3.php file with this one: http://pastebin.com/NwCLhqim
Result: http://screencast.com/t/Ziy9mqgI
Thanks
Hi,
You can do it via css, use the following custom css to achieve something like this: http://screencast.com/t/yiYJTxUtdid
.td_block_wrap .block-title {
background-color: #4db2ec;
}
.td_block_wrap .block-title span {
padding: 2px 10px 2px 10px;
}
Hope this helps!
Thanks
Hi,
Here is how you can set and use a full width page (without sidebar): http://screencast.com/t/AfZh5mOr053
for your custom post/page you can make changes to an existing template and build it as you like, you can find the post/page templates in the root of the theme: http://screencast.com/t/G2xh4bbwNO
If you want to add another post template please follow this topic: https://forum.tagdiv.com/topic/help-post-site-template-for-custom-post-type/#post-22609
Hope this helps!
Thanks
Hi,
Please replace the content of speed booster plugins with this one: http://pastebin.com/v48GNJC7 like this: http://screencast.com/t/RjHt8XEnuy0 and check again.
Also make sure you make a back-up of your original file before changing it.
Should work, I have tested this.
Thanks