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,

It’s possible to extend those classes(td_block and td_data_source) and customize their methods (td_block::render and td_data_source->shortcode_to_args) you can look for a guide on web or check the official documentation – http://php.net/manual/en/keyword.extends.php

Use the ‘td_wp_booster_loaded’ hook – http://screencast.com/t/hbykR0wS
Look how the main files are called above the hook – http://screencast.com/t/vSDjTPiD4KK

Beside this you have to add custom new fields in the block settings panel, follow the path and modify the files which handles that area. It a complicated task, a simpler way would be to modify the theme code directly. If you still want to doit from the child theme and you don’t know how i suggest that you hire a professional developer to help you with this customization. You can find one on places like – http://studio.envato.com/

We plan to add more options in the future but i cannot provide details about it yet, 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,

A solution for this would be to manually set the parameters used by the render method – http://screencast.com/t/lZtb4rHl – or modify the method – http://screencast.com/t/cnYqozxlmk58

I’ve added your suggestion on our list, we’ll look for a method to add more flexibility to this area.

Thank you!

Emil G
tagDiv Staff

Hi,

You could try this hook – https://codex.wordpress.org/Plugin_API/Filter_Reference/post_link
Ex – http://screencast.com/t/cxKwRCfTf

But on custom links it will not work, ex – http://screencast.com/t/3B07YWB66

An alternative would be to look for a javascript solution.

Thank you!

Emil G
tagDiv Staff

Hi,

Unfortunately we didn’t do any tests with RSS Importer and we didn’t checked the genesis framework so i cannot provide a precise solution for this, sorry.

On the first part i’m not sure what the genesis function does, you have to replace it – http://screencast.com/t/erGXr86sL – i guess the url should be compared with one stored in a custom field but on your sample i see an assign (=), maybe it should be (==).

On the second part, the theme doesn’t have the same hooks as genesis. To open post links in a new tab you have to add target=”_blank” to the title link. The function for module title can be found here – http://screencast.com/t/kSaWUtXQJI

Hope this helps. If you don’t know how to find the solution for this i suggest that you hire a professional developer to help you with this task. You can find one on places like – http://studio.envato.com/

Thank you!

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

Hi,

We use a font for most of the icons present in the theme. When the font is served from a CDN it may cause a Cross Origin issue. Try the solution presented here – http://screencast.com/t/pPtF7boVPyAQhttp://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co

Thank you!

Emil G
tagDiv Staff

Hi,

What plugin do you use to add the tracking code?
A quick solution would be to modify the pagination code, add the tracking code after each link, ex – http://screencast.com/t/gHvR7PkGZ
If the code is dynamic replace the $dynamic_code variable with the one generated by the plugin.

Thank you!

Emil G
tagDiv Staff

Hi,

I suspect that on your old posts you already have a featured image set so this shouldn’t be an issue.
If you still want to get the video thumb, first replace the urls in the database and mass edit all those posts using quick edit – http://screencast.com/t/NTcx8UMs and just save the settings – http://screencast.com/t/NsYSGGXC
You can increase the number of posts displayed from the display panel and filter by category – http://screencast.com/t/a9W25eN4Cq

If it doesn’t work try to comment the following line – http://screencast.com/t/eRH8rizhIvHh – and save the posts again. Hope this helps.

Thank you!

Emil G
tagDiv Staff

Hi,

You have an error in the console – http://screencast.com/t/RMtUMZdHEWF
Try to fix it and see if it works.

Thank you!

Emil G
tagDiv Staff

Hi,

The theme doesn’t include such a function, you have to use a plugin. Unfortunately we didn’t do any tests with such a plugin so i cannot recommend you one, sorry.

I hope there’s someone here who uses such a plugin and can provide some feedback.

You can also do some tests on your own, you can start with https://wordpress.org/plugins/rss-post-importer/ and https://wordpress.org/plugins/wp-rss-aggregator/

Thank you!

Emil G
tagDiv Staff

Hi,

The meta_value data is serialized, you can read about it here – https://nacin.com/2010/04/18/wordpress-serializing-data/

You can try using wp cli – http://wp-cli.org/commands/search-replace/ – Unfortunately i cannot provide a solution for this, sorry, i didn’t do any tests with wp-cli yet. If you don’t know how to doit you should look for a professional developer to help you with this, you can find one on places like http://studio.envato.com/

And even if you manage to replace the data, the theme retrieves the video thumbnail and sets it as a featured image. This process happens when you save the post – http://screencast.com/t/o5QnAL8udLv

Thank you!

Emil G
tagDiv Staff

Hi,

The ads are defined in the td_config.php file, use the API calls to modify the existing parameters – http://screencast.com/t/3pfJECiaXn0http://screencast.com/t/v1XXKdEU

The files are located here – http://screencast.com/t/EVTI4nwaigfwhttp://screencast.com/t/CEGi9Oiw

Hope this helps.

Thank you!

Emil G
tagDiv Staff

Hi,


@ThryveWell
– To center the modules from block 13 you could use the following css (add it in Theme Panel -> Custom CSS) – http://screencast.com/t/kMQqfeewboWG

.td-pb-span12 .td_block_13 > .td_block_inner > .td_module_14 {
display: inline-block;
}
.td-pb-span12 .td_block_13 > .td_block_inner {
text-align: center;
}

Not sure what link did you wanted us to see, please use the direct demo link and resend it – http://demo.tagdiv.com/newsmag/

Block 13 wasn’t designed to work on full width (no sidebar), we have it on our list for the future updates, our initial thought was that the images are too large on 3 columns and the UX is not good.

The theme wasn’t designed to work on full screen, sorry about this, if you cannot use it for your project please send an email at contact@tagdiv.com , include a link to this discussion and we will provide a solution.

Thank you!

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

Hi,


@Chris
S – I’ve made some tests and the shim plugin works fine with VC v4.7.4, if you find any issue let us know and we’ll look into it.

Thank you!

Emil G
tagDiv Staff

Hi,


@Chris
– Thanks for the suggestion, i’ve made an announcement here.

Thank you!

Emil G
tagDiv Staff

Hi,

Check the code, you didn’t close the anchor – http://screencast.com/t/wPVleKBsMgzh
Other errors may be present, move it in a code editor and make sure everything is fine.

Thank you!

Emil G
tagDiv Staff

Hi,

Unfortunately it cannot be easily changed and i cannot provide a quick solution for this, sorry. My advice is to hire a professional developer to help you with this task, you can find one on places like http://studio.envato.com/

Thank you!

Emil G
tagDiv Staff

Hi,

Unfortunately i cannot provide a solution for this, sorry. You could look on the web for some info , ex – http://security.stackexchange.com/questions/46701/how-to-secure-api-private-key-for-mobile-apps
My advice is to hire a professional to help you with this task, you can find one on places like http://studio.envato.com/

Thank you!

Emil G
tagDiv Staff

Hi,


@Thomas
Norden – It will be fixed in the next update, until then add the following code – http://screencast.com/t/JSQ1s3CtFLWAhttp://pastebin.com/LXUrmJRP

Thank you!

Emil G
tagDiv Staff

Hi,


@Pravin
– My solution will only replace the output on the post page.
To make it display on all modules you have to set the custom field image as a featured image. This is not an easy task and i cannot provide a quick solution, you could look on the web, ex – http://stackoverflow.com/questions/4371929/convert-custom-field-image-to-become-featured-image-in-wordpress – or hire a professional developer to do this for you.

Thank you!

Emil G
tagDiv Staff

Hi,

The global option works for this structure – http://screencast.com/t/qfge5yXk
On your CPT you may have a different one and because of this the js doesn’t set the class on the images included in the CPT.
To make it work for CPT’s you have to modify the js, add another line which applies the class on the images contained by your CPT.
If you have custom html you manually added like this – http://screencast.com/t/Opc2yXpDGQ and it should work.

Thank you!

Emil G
tagDiv Staff

Hi Chris,

We didn’t do any tests lately with such a plugin so we cannot make a recommendation.
A good strategy would be to check most the popular free plugin – https://wordpress.org/plugins/the-events-calendar/
Or go for one of the most popular on Codecanyon – http://codecanyon.net/item/eventon-wordpress-event-calendar-plugin/1211017
I don’t know if these plugins include all the features required by your friend, maybe someone from the community who uses such a plugin may provide some feedback.

Unfortunately for the moment we don’t plan to implement such a feature, sorry. We may change our mind in the future but i cannot promise anything.

Thank you!

Emil G
tagDiv Staff

Hi,

The get_permalink() function returns the url for the current post, on pages the current post is the actual page. To make it return the url for each post you have to add the id, try to use:

get_permalink($this->post->ID);

You can read more about it here – https://developer.wordpress.org/reference/functions/get_permalink/

Thank you!

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

Hi,


@gfm1978
– what version of the theme and Visual Composer do you use? If possible please send an email at contact@tagdiv.com , include a link to this conversation and provide wp-admin and ftp access. We will take a look at your configuration, maybe the issue comes from something else.


@meremetia
– some of the old problems were solved in the newer versions of VC, please try the latest version and see if the issue is still there.

Thank you!

Emil G
tagDiv Staff

Hi,


@pings
– You can read about breadcrumbs here – https://developers.google.com/structured-data/breadcrumbs
Try to remove the structured data from the breadcrumbs – http://screencast.com/t/fGSRnAtb

Thank you!

Emil G
tagDiv Staff

Hi,

Try the following code – http://screencast.com/t/OonNlk8gK

$custom_field_img = get_post_meta( $this->post->ID), 'custom_field_key', true );
if ( ! empty( $custom_field_img ) ) {
$featured_image_info['src'] = $custom_field_img;
}

Replace custom_field_key with the name of your custom field.
If it doesn’t work please send an email and provide wp-admin and ftp access so we can take a look.

Thank you!

  • This reply was modified 10 years by Emil G.
  • This reply was modified 10 years by Emil G.
Viewing 25 posts - 101 through 125 (of 1,285 total)