Home User profile
tagDiv Staff
I'm passionate for computers, sports and games. I spend a lot of time playing around with divs, scripts, codes, containers. I also coordinate the support team to make sure every customer is properly treated.
Emil G
tagDiv Staff

Hi,

You have to check the API documentation here: – https://forum.tagdiv.com/the-theme-api/https://forum.tagdiv.com/the-child-theme-method/

An example for block 1 template file would be:

<?php
/* ----------------------------------------------------------------------------
WordPress booster framework - this is our theme framework - all the content and settings are there
It is not necessary to include it in the child theme only if you want to use the API
*/
if (!defined('TD_THEME_WP_BOOSTER')) {
include TEMPLATEPATH . '/includes/td_config.php';
include TEMPLATEPATH . '/includes/wp_booster/td_wp_booster_functions.php';
}
add_action('td_global_after', 'hook_td_global_after'); // hook used to add or modify items via Api

function hook_td_global_after() { 

td_api_block::update_key('td_block_1', 'file', get_stylesheet_directory() . '/includes/shortcodes/td_block_1.php');

}

Thank you!

  • This reply was modified 11 years by Emil G.
Emil G
tagDiv Staff

Hi,

We implemented a check, if you add visual composer content to the page on the default template the sidebar is disabled. You can easily override this check by adding the following line in page.php – http://screencast.com/t/WvbLIzGyYj

Hope this helps. If it doesn’t work please provide more details about your pages, what template did you use and details about the blocks used.

Sorry for the trouble you encountered with this update.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

I’ve added this suggestion on the list, we’ll try add a slim version of css (no woocommerce, bbpress, buddypress) in a future update.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Unfortunately we cannot offer support for this type of issue, sorry. My advise is to look for a specialist to help you identify and solve this. You could look for one on places like – http://studio.envato.com/

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

1. The CPT’s are on our list, we plan to modify the core and check for full functionality. I cannot provide an exact date for this implementation but i talked with the team and we hope to solve this in the near future(1-3 months). The theme was not built with Custom Post Types in mind, we have to make some tests and make the required modifications.

2. With pixels you get the same result/look on all devices. The grid is custom made and some elements have to be carefully controlled. We’ll try to see if it’s possible to transform the grid into a flexible (percentage) one but it will take some time and i don’t know if it’s possible(on some devices it may deliver different results and we don’t want that).

3. We plan to improve on this too in the future updates.

4. We know the limitations on the child-theme, the new API will add more flexibility to the theme customization and we plan to improve this area in the future updates.

Thanks for your suggestions, they are well founded and we’re certainly not offended. 🙂

Emil G
tagDiv Staff

Hi,

Not sure what you mean, please reformulate.

Thank you!

Emil G
tagDiv Staff

Hi,

Try to disable all plugins except for Visual Composer and see if the issue is still there.
If this doesn’t work please provide the url and more details like how did you set the playlist, some images may also help.

Thank you!

Emil G
tagDiv Staff

Hi,

Unfortunately we didn’t do any tests with this plugin and we don’t own a copy so i cannot provide a solution. If possible please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin and ftp access so i can take a look. Before you do this please backup the database and the files. – https://codex.wordpress.org/WordPress_Backups

Thank you!

Emil G
tagDiv Staff

Hi,

Each block comes with a settings panel on which you can set the category and various other options – http://screencast.com/t/z0tR0O8geh – These options allow you to control what’s displayed in each section.

The same is available for widgets – http://screencast.com/t/VPe1BG8u1Z

If you can’t find it please provide the url, i’ll look into it and come with more details.

Thank you!

Emil G
tagDiv Staff

Hi,

The ad render is done here – http://screencast.com/t/IW3aLPtPmXPehttp://screencast.com/t/tJyusQ6P7D8
You have to add a function which returns various AD SLOT and CLIENT ID depending on some parameters.
Hope this helps.

Thank you!

Emil G
tagDiv Staff

Hi,

Not sure to what borders do you refer, the 1px are removed by default – http://screencast.com/t/E3q6KvGoT
Please provide more details.

Thank you!

Emil G
tagDiv Staff

Hi,

Please set the desired logos and provide the url so i can take a look, i’ll get back with a solution.

Thank you!

Emil G
tagDiv Staff

Hi,

Replied via email.

Thank you!

Emil G
tagDiv Staff

Hi,

1) and 2) The js was moved at the bottom – http://screencast.com/t/VOSuXqWz
The css is still at the top, maybe you added those lines in the wrong section, please provide the content of your speedbooster plugin file to take a look, use pastebin – http://pastebin.com/ – Even if you move all css and js at the bottom Google pagespeed test may still show the warning because you have too many resources on the page.

3)On leverage you have the google ads and other js which comes from external resourcess – http://screencast.com/t/tjIX5RnvVJqS , it has a leverage set but it’s considered too low by the pagespeed test, basically google penalizes you for using their ads for which you can’t set a higher leverage.

For css js minifications you have to use a plugin, the settings depend on the plugin used, some may give errors when you minify their css or js so basically you have to make some tests.

Also use a cache plugin, we recommended W3TC in the past but now we made some tests and WP Super Cache seems faster.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

Please update the theme to the latest version (v1.7.1), we fixed this issue.

Thank you!

Emil G
tagDiv Staff

Hi,

I’ve made this thread sticky for anyone who wants to share it’s site.

Thank you!

Emil G
tagDiv Staff

Hi,

Try something like this – http://screencast.com/t/7fLCxsWnT6
It may create empty spots – http://screencast.com/t/zEPYwZqhq1g2

Thank you!

Emil G
tagDiv Staff

Hi,

The theme doesn’t come with a header customize option for the category pages, you can only set a global header. It’s only possible with modifications on the code but it’s not an easy task, my suggestion is to hire a professional developer to make this modification for you. We plan to improve this section in a future update but i cannot provide a date for this implementation, we have a lot of features on the list and we have to take them one by one.

Thank you!

Emil G
tagDiv Staff

Hi,

The desktop menu appears on mobile and it shouldn’t be there – http://screencast.com/t/5iuaE2E5Oi
Try to disable all plugins except for Visual Composer, remove the custom css (if you added any) and check if the issue is still there.
Let me know how it works.

Thank you!

Emil G
tagDiv Staff

Hi,

Yes you can, just create an add in AdRotate and paste the shortcode in Theme Panel -> Ads like this – http://screencast.com/t/1k9oqyppHCkhttp://screencast.com/t/HjlDGtBb8FA

If we missed your post please provide a link, we usually take them one by one from the oldest.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

The size of the container is larger than the image – http://screencast.com/t/CeEQOp6Nahttp://screencast.com/t/gxGGSqydb5k
Wordpress doesn’t have an upscale function so a solution may be to upload larger images or use a combination of plugins to upscale the images – https://wordpress.org/plugins/thumbnail-upscale/https://wordpress.org/plugins/force-regenerate-thumbnails/

Thank you!

Emil G
tagDiv Staff

Hi,

The theme uses custom thumbs which are used on modules and they are defined in functions.php – http://screencast.com/t/b2KKDjfQ – you can check the documentation for more information on the modules – https://forum.tagdiv.com/modules-and-blocks/ – If you don’t use all blocks/modules you could delete or comment the lines that generates the thumbs used on the unused blocks/modules.

Thank you!

Emil G
tagDiv Staff

Hi,

We had some problems with the activation account in the past weeks, sorry for the delay.
A plugin may interfere with the activation process, try to disable all plugins, enable only Visual Composer and activate the theme. Once the activation is done activate the rest of the plugins.

Thank you!

Emil G
tagDiv Staff

Hi,

The plugin may modify the menu structure or may remove some classes and that may cause the theme css to become inactive. Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.

Thank you, Emil G.

Emil G
tagDiv Staff

Hi,

I’ve made some searches for the posts available on the demo but i couldn’t find any weird result or bad description – http://screencast.com/t/DTxGohGGBx
Please provide the url o a post on which this issue appears.

Thank you, Emil G.

Viewing 25 posts - 526 through 550 (of 1,285 total)