Hi,
sorry about that, contact@tagdiv.com (also send a link to this forum post so we know who you are).
Hi,
it may affect the global loading time but the background image will probably load faster. We’re working on a solution for this and hopefully it will be out in the next version.
Radu O.
Hi,
the api documentation is here https://forum.tagdiv.com/the-theme-api/ but we don’t yet have a tutorial for tiny mce.
Put your code inplace of “add the api code inside this function” – this code is a plugin
plugin_url = plugins_url('', __FILE__); // path used for elements like images, css, etc which are available on end user
$this->plugin_path = dirname(__FILE__); // used for internal (server side) files
add_action('td_global_after', array($this, 'hook_td_global_after')); // hook used to add or modify items via Api
}
function hook_td_global_after() {
//add the api code inside this function
}
}
new td_api_plugin();
-
This reply was modified 11 years by
Radu.
Hi,
it seems that it works now: http://screencast.com/t/xrdb4WZzjtXr , maybe it was a caching issue.
Hi,
please disable all plugins except Visual Composer and try again. If that doesn’t work, please send us an email to contact@tagdiv.com with you wp-admin logins and a link to this post.
Hi,
only via custom CSS. You can find the styles here: http://screencast.com/t/pRV0v2DiiZ but it’s a bit complex to change.
Hi,
due to technical limitations, some parts of the theme cannot be customized without adding inline style. The html validator doesn’t like that. Unfortunately this is quite common, most of the top themes have this issue because there is no standard solution to also allow full customizability.
Hi,
1. please disable all plugins (except visual composer)
2. if that dosn’t work, please reupload the theme.
If nothing works, please contact us via email to contact@tagdiv.com and send us your ftp and wp-admin login. We will try to have a look. (please paste a link to this post in the email)
Radu O.
-
This reply was modified 11 years by
Radu.
Hi,
can you please give me more details? are you referring to the category label on modules?
try this: http://screencast.com/t/GgZ2Bmzw7iQ
-
This reply was modified 11 years by
Radu.
Hi,
Unfortunately the theme was not designed to work like that and it will require custom modifications.
the code that generates the category label is here: includes/wp_booster/td_module.php – get_category() function
Hi,
did you fix your issue? It seems that it works now as expected.
Hi jonybigude,
The big grid slider works only on full width. We will update the documentation to better reflect this.
Hi,
please try this latest version of social counter. https://forum.tagdiv.com/files_for_users/td-social-counter.zip
if the 0 number is cached, after installing the plugin try to switch to a different instagram id (like cocacola) -> refresh the front page and -> then back to your id.
Hi,
I’ve tested the code on my local WordPress install and it seems that the code is not good. Are you sure is the complete code? It looks like it’s missing the actual button / html.
Let me know if you find the full code,
Radu O.
Hi,
Please update your social counter plugin to the latest version. You can do this by disable and delete it and upload the new version from your themeforest download folder/plugins
Hope this helps,
Radu O.
Hi,
I tried to load the ads on my local WordPress install but it seems that they are tied to the domain name. But here is a list of steps:
– the code for the head section http://screencast.com/t/UMGU1juR87I can be added here: http://screencast.com/t/uAwJEfJ8J
– paste the ad code here http://screencast.com/t/tVRWVnnw5Yp (please note that this will add the ad to single template 7, if you want to use another single template, edit the appropriate loop file.)
Hi,
did you tried this option: http://screencast.com/t/qj7sqsEspp ?
hi,
please make sure that you have this option enabled: http://screencast.com/t/HmNFk40SkCuq .
Hope that helps,
Radu O.
Hi,
I’ve checked your link and it seems that it has an unclosed tag or something. Unfortunately there are scripts on the site that prevent right clicking and this is making the debug process very hard.
The ad can be moved after pagination only if you edit this file: http://screencast.com/t/4UQ6mGyGTQa
the loop file can be loaded from a child theme fore convenience. Also please make sure the you are editing the appropriate loop (each single template has it’s own loop).
Radu O/
Hi,
I’ve added this to our issue tracker, it’s an issue in all of our themes and it will be fixed.
Thanks for reporting this 🙂
Radu O.
Hi,
I’ve tested this and indeed the background is loaded last. We will release an improvement for this but it will take us a bit of time. A quick fix would be to:
1. http://screencast.com/t/EctEJwffwSPm
2. add on the page a text box with something like
Hope this helps,
Radu O.
Hi,
please give me an url so that I can see it live. If you want in private: contact@tagdiv.com (also paste a link to this forum post).
Radu O.
Hi Emre,
please try to not post multiple times, because with each post your thread moves up at the beginning of the queue (because the forum thinks that the thread has activity). I’m sorry for the delay.
Unfortunately the theme does not support this out of the box but I’ve added it to our suggestion list.
Hi,
it seems to work now, It was probably a caching issue as Chirs pointed out.
Salut,
dupa cum scriam, lasa H1 si incearca sa adaugi display:none la el.
In theme panel via custom css se poate incerca:
body>h1 {
display:none;
}