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 can change it using WordPress SEO by Yoast – https://ro.wordpress.org/plugins/wordpress-seo/
After you install it a new panel will appear on each post – http://screencast.com/t/iQIkyecHTr1
Or you could modify the global options – http://screencast.com/t/trjNgbfGkw

Thank you!

Emil G
tagDiv Staff

Hi,

The theme comes with it’s own style for bbpress, you have to delete the style added in style.css – http://screencast.com/t/wNB9k9OSXwL2

Thank you!

Emil G
tagDiv Staff

Hi,

Unfortunately i cannot provide a step by step easy guide, sorry, this will require for me to actually build a custom block/module, add custom taxonomy options, make the necessary tests to make sure that it works fine and write the actual guide. My advice is to hire a professional developer to help you with this modification. We would have gladly made it for you but for the moment we cannot offer custom work, sorry for this.

Thank you!

Emil G
tagDiv Staff

Hi,

The td_post_video key contains an array, the update should be done like this:

$tmp_meta[‘td_video’] = ‘http://youtube.com/xxx’;
update_post_meta($post_id, ‘td_post_video’, $tmp_meta);

or

add_post_meta($post_id, ‘td_post_video’, $tmp_meta, TRUE);

Hope this helps.
Thank you!

Emil G
tagDiv Staff

Hi,

The featured video url is stored in the post meta – http://screencast.com/t/NvrZsWdT1WN
Unfortunately we didn’t do any tests with wp api so i cannot provide a solution on how to add this info to the json output, you have to check their documentation.

Thank you!

Emil G
tagDiv Staff

Hi,

The blocks were designed to work with categories, to make them work with custom taxonomy you have to make modifications on their code structure and add new fields on their settings panel. These modifications are not easy to make, you could find the code here – http://screencast.com/t/VuadmnlHhttp://screencast.com/t/uLA5TBTtuhttp://screencast.com/t/kUV5R0Qq

You can also check the documentation on how to make a new module-block – https://forum.tagdiv.com/td_api_blockadd/
If you don’t have programming experience i suggest that you look for a professional developer to help you with this, you can find one on places like http://studio.envato.com/

Thank you!

Emil G
tagDiv Staff

Hi,


@Sandall
– Please provide a copy of your error.log file, you can usually find it via CPanel or FTP. If the file is large send it via email at contact@tagdiv.com , also include a link to this conversation.

Thank you!

Emil G
tagDiv Staff

Hi,

By default the theme doesn’t restrict the post template settings to admin, it should be available to any user who has the permission to write an article. Unfortunately i cannot provide a solution to integrate them with the Frontend Publishing Pro plugin, sorry. You can find the code here – http://screencast.com/t/jnsbuGuj

Thank you!

Emil G
tagDiv Staff

Hi,

The lightbox is enabled, you have to disable it from Theme Panel -> Post Settings – http://screencast.com/t/reepwGiWT

Thank you!

Emil G
tagDiv Staff

Hi,

Suhosin is a security module, you can read more about it here – https://suhosin.org/stories/index.html
It’s not from this module, the problem is in the database and only the administrator has access to it’s settings. The error you got at the beginning of your error log is a critical database error, i hoped it was coming from a plugin but as you said it doesn’t. You have to contact the server administrator and inform him about this problem, i’m sure he will come with a solution.

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 the issue is gone enable the rest of the plugins one by one until you find the one which is causing this issue.
Also try to install a query monitor plugin, and check the memory usage.

Thank you!

Emil G
tagDiv Staff

Hi,

A solution would be to create a new block which uses module mx5 used on Big Grid 4 – http://screencast.com/t/sKkpOyylx
Just check how the other blocks are built – http://screencast.com/t/ExHy1I5QEz
You need something like row > mx5 + mx5 > /row – http://screencast.com/t/iGlHrTgO9
And check the api documentation on blocks – https://forum.tagdiv.com/td_api_blockadd/
Module mx5 can be used on the new block so there’s no need for a new one.
And you may probably need some custom css.
Hope this helps.

Thank you!

Emil G
tagDiv Staff

Hi,

I talked to Radu O. about this and he told me that it was a render bug but he cannot remember what it was. I’ve tested all version between v3.8.1 to v4.0 and the but was fixed in v4.0. If you want i can provide v4.0 and the updates made up to it to see what has changed, if you’re interested just send me a request via email.

Thank you!

Emil G
tagDiv Staff

Hi,

The new Envato policy isn’t clear yet, we’re waiting for more details, it may not be as harsh as it seems.
Anyway, this forum will still be available for our customers and there will be no limit on updates, so there’s no need to worry.

Thank you!

Emil G
tagDiv Staff

Hi,


@Lewis
– You could try to create a page, add those language selectors and set the page as a mega menu, check the documentation (section C) – https://forum.tagdiv.com/menus-newsmag/

Thank you!

Emil G
tagDiv Staff

Hi,

I suspect it may come from a plugin conflict, try to disable all plugins(except Visual Composer) and see if the issue is still there. If it’s gone enable the rest of the plugins one by one until you find the one which is causing this issue.

Thank you!

Emil G
tagDiv Staff

Hi,

The likes are stored on their database(facebook, twitter), the theme doesn’t control them. We just use the like buttons provided on their api documentation. If you migrate or you do changes on the site the counter may reset. It may also reset without any notification, it’s their database and they can do that.
Check the seo plugins and the permalinks, make sure they have the same configuration as they did before the update.
Also try to create a backup and install the theme previous version, check if the counter gets back to the previous values.

Thank you!

Emil G
tagDiv Staff

Hi,

When you get blank space check the browser console for errors, if you find any error please provide a screenshot.
You could also do some tests with cloudflare and the plugins disabled (except for Visual Composer).

Thank you!

Emil G
tagDiv Staff

Hi,

Please send an email at contact@tagdiv.com , include a link to this conversation and i’ll provide the examples which come with the plugin.

Thank you!

Emil G
tagDiv Staff

Hi,

Try the Adrotate plugin – https://ro.wordpress.org/plugins/adrotate/

Thank you!

Emil G
tagDiv Staff

Hi,

1. Try the following css: – http://screencast.com/t/2W93kIfgMAxm

.td-header-style-4 .td-header-header {
background: white url('http://imgscenter.com/images/2014/09/13/Beauty-of-nature-random-4884759-1280-800.jpg') no-repeat;
background-size:cover;
}

2. Use the following css: – http://screencast.com/t/BoHwgXSBsW

#menu-td-demo-header-menu-1{
    display: table;
    float: none;
    margin-left: auto;
    margin-right: 0;
}

Thank you!

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

Hi,

Please provide more details on how did this happen, did you changed something before it got broken?
Did you added any custom CSS? or made any custom modifications on the theme?
If you did try to remove those changes and see if the issue is still there.
Also try to disable all plugins except for Visual Composer and BBpress and check again.

Thank you!

Emil G
tagDiv Staff

Hi,

We added this on our list, we’ll do some tests.

Thanks for reporting this.

Emil G
tagDiv Staff

Hi,

You could look for a plugin which assigns categories to pages and then use the theme blocks to display the pages included in those categories. An example would be – https://wordpress.org/plugins/add-category-to-pages/
Note that i didn’t do any test with this plugin, if it doesn’t work look for a similar plugin.

Thank you!

Emil G
tagDiv Staff

Hi,

You have to check the urls on your database – http://screencast.com/t/OuBduvp6fVj
They have to be both on https.

Thank you!

Viewing 25 posts - 176 through 200 (of 1,285 total)