Home User profile
tagDiv Staff
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
Anamaria
tagDiv Staff

Hello,

Please provide the link to your website.

Thank you!

Anamaria
tagDiv Staff

Hi,

There is no option to display the category for each product, even if you use a block from WooCommerce.

Thank you!

Anamaria
tagDiv Staff

Hello,

So, the problem is resolved, right?

Thank you!

Anamaria
tagDiv Staff

Hi,

Please provide more details, the theme does not activate or what is the problem?

Thank you!

Anamaria
tagDiv Staff

Hello,

That is only a title, you can filter the flex block to display posts from a particular category or you can delete it with right-click.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please check the console, when you try to save with tagDiv Composer.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please provide some screenshots about what you referring.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please do a full backup for the website and please get in touch with us via email at contact@tagdiv.com and please provide wp-admin and cPanel access and also include this topic so we can identify you. We’ll check it as soon as possible.

Thank you!

Anamaria
tagDiv Staff

Hello,

this is the code, I hope it helps you.
function edit_template(){
$args = array(
'post_type' => 'post',
'posts_per_page' => -1
);
$the_query = new WP_Query( $args );

while($the_query->have_posts()) {
$the_query->the_post();
global $post;

$td_post_theme_settings = get_post_meta($post->ID, 'td_post_theme_settings', true);

if( !empty($td_post_theme_settings['td_post_template'] ) ) {
$td_post_theme_settings['td_post_template'] = 'tdb_template_71018';
update_post_meta($post->ID, 'td_post_theme_settings', $td_post_theme_settings);
}
}
wp_reset_query();
}
edit_template();die;

This code must be set in functions.php and after you have set it, you can edit a post to see if the individual template has been reset, if so, then you can remove the code.

Thank you!

Anamaria
tagDiv Staff

Hello,

I looked over the plugin documentation and it says here that you can disable the option on each image in the post – https://www.wptasty.com/knowledge-base/getting-started-with-tasty-pins. But in the pages, you can’t edit images as HTML in the page/cloud templates.

Thank you!

Anamaria
tagDiv Staff

Hi,

Please contact us via email contact@tagdiv.com and provide the wp-admin access to the websites and the license certificate.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please do the change here https://imgur.com/DrUdqvY in the same file, will apply to all flex blocks.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please let me know if you added the caption for the featured image here -> https://i.imgur.com/XKD26n1.png
Also, please provide the link to your website.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please go to this path td-composer/legacy/common/wp_booster/td_exchange.php and add this code -> https://i.imgur.com/4anEAqj.png // try using the new API
if ( $api_response['success'] === false ) {
$api_url = 'https://api.apilayer.com/exchangerates_data/latest?apikey=' . $exchange_data['api_key'];
$json_api_response = td_remote_http::get_page($api_url, __CLASS__);
$api_response = @json_decode($json_api_response, true);
}

Hope this help you!

Thank you!

Anamaria
tagDiv Staff

Hi,

I’m glad that is solved.

Have a great day!

Anamaria
tagDiv Staff

Hello,

Please let me know what PHP version you have.
Also, please let me know if the settings are the same for both websites, like the server, and if the .htaccess file contains the content.

Thank you!

Anamaria
tagDiv Staff

Hello,

Normally, it should not overwrite your avatar. Please tell me if you use some plugin for avatar.
Also, can you provide the link to your website?

Thank you!

Anamaria
tagDiv Staff

Hi,

The color for ToTop Button is the Accent color from Theme Panel -> Theme Color -> General Theme color => https://i.imgur.com/gvoN3sh.png
The theme accent color it only applies to certain elements, for example, to back to top button.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please provide more details about your issue, with a video to be able to help you.
A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.

Thank you!

Anamaria
tagDiv Staff

Hello,

504 Gateway Timeout server error response code indicates that the server, while acting as a gateway or proxy, did not get a response in time from the upstream server that it needed in order to complete the request. So, please contact your host.

Thank you!

Anamaria
tagDiv Staff

Hello,

This sounds like a caching issue.You can check if is a plugin conflict by checking only with the theme plugins enabled. But since you say when you are logged was working correctly, then it can also be a cache or object cache https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/.
Please let me know what plugin for the cache you have and the server.

Thank you!

Anamaria
tagDiv Staff

Hello,

You can add the shortcode in the column text or text with title.
“Column text” and “text with title” elements have a button called “edit content” and if you click on that button, the WP Editor will open and you can add some text/code/shortcode there. Close the WP Editor from X, save the changes from Composer and view the page to see the changes.

Thank you!

Anamaria
tagDiv Staff

Hello,

You can change the font size from Theme Panel -> Mobile Theme -> https://i.imgur.com/jZ8hZc5.png

Thank you!

Anamaria
tagDiv Staff

Hello,

This is how the share works -> https://i.imgur.com/c02kO7b.png
Indeed, on your website seems that is a redirect, maybe is a plugin which made this redirect.

Thank you!

Anamaria
tagDiv Staff

Hello,

Please make sure you have enabled the option GOOGLE FONTS from Theme Panel -> Theme Fonts => https://www.screencast.com/t/nRDhc67yve
Also, clear all cache(also from your browser).

Thank you!

Viewing 25 posts - 13,851 through 13,875 (of 26,914 total)