Hi,
Unfortunately I do not know a query that can do this without needed to be set in that theme, or WordPress. That sql should run from somewhere.
Normally the sql code should be like this https://pastebin.com/PZSUYVpw (if you have a prefix for wp_ please set it in the provided code). Also, make sure to backup your database before running any SQL update queries. Additionally, it’s always a good practice to test queries on a staging or development environment first before applying them to your live site.
Thank you for your understanding!
Hi,
Ok, but the subtitle will be display only inside the article and this will repeat title of post.
Also, this will required custom changes in the theme files and the most simple way to do it will be in single template so you can set them in a child theme, for example if you are using the post template 1, the file that needs to be changed is – wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-1.php and on line 25 replace the code with this code – https://pastebin.com/AdXw7vhE this needs to be done for each post template/style you are using. If you are using the default post style the file that needs to be edited is this one – wp-content/plugins/td-composer/legacy/Newsmag/loop-single.php
I hope this will help you!
Hi dataci, please notice that the working hours are Monday – Friday: 8:00 AM – 17:00 PM, your refund request was made during the weekend and will be checked today or tomorrow.
Thank you!
Hi SidCowans33, you need to use check and disable he thumbs that you are not using – https://i.imgur.com/roLOKWL.png – https://forum.tagdiv.com/newsmag-theme-thumbs/ after that you’ll need to use a plugin that will regenerate the thumbs and remove those that are not used. You can use plugins like :
– https://wordpress.org/plugins/regenerate-thumbnails/
– https://wordpress.org/plugins/regenerate-thumbnails-advanced/
Also the WordPress generate some thumbs – https://i.imgur.com/BwZvUsK.png
Thank you!
Hi,
To resolve this situation make sure that you select the full size of image when you select it from media – https://i.imgur.com/TNNsm0i.png
Thank you!
Hi,
Indeed, there re some changes ta Facebook and Instagram api and now is requested to use different implementations and the business Instagram.
We’ll try do make a new theme update soon an resolve this problem.
Thank you!
Hi,
Can you please provide some more details about this, unfortunately I do not quite understand the request. I not working the subtitle element?
Thank you!
Hi Kevin, I understand what you mean, but for the moment there were only a few request for this option, so this is for the moment still on hold on our list of suggestions to be implemented in the theme.
If this is a must have for you, then you can do a request here – https://tagdiv.com/submit-a-request/
Thank you for your understanding!
Hello,
That problem can be resolved by clicking on the save settings button from the theme panel – https://i.imgur.com/htJijbH.png
Thank you!
Hi,
Other solution will be to check the plugin settings and disable the featured image for events and it will be used the one from the theme, and the last solution will be to use a custom css only for events:
– this code will removed the theme featured image for events:
.single-event_listing .td-post-featured-image{
display: none;
}
or
– this image will remove the featured image from event plugin:
.single-event_listing .wpem-single-event-header-top{
display: none;
}
You can use one of the above code, this can be set in the Newsmag > theme panel> Custom code > Custom css.
Thank you!
Hi, this is because those plugins add the featured image of event, what you can do is to disable the featured image inside article, but this will affect all articles not only those with events – https://i.imgur.com/yTboB36.png
Thank you!
Hello nieveslgil,
I made some more investigations for how to can do this, but the old way will be with custom work. Unfortunately, there is no solution for this right now, sorry!
Thank you!
Hello,
As Simcris mentioned, if you’re experiencing that problem, it could be due to an outdated theme version. The latest version for Newsmag is 5.4.2 with tagDiv Composer version 4.5 – https://i.imgur.com/pMvAaBs.png. Therefore, if you have the latest theme version installed, there shouldn’t be any issues.
Thank you!
Hi,
Do you want to replace the Newsmag with Newspaper? Request a full refund for Newsmag and then, purchase the Newspaper. -> https://themeforest.net/refund_requests/new
Thanks.
Hi,
Unfortunately the YouTube playlist can be embeded only using an api key and theme shortcode or using an extra plugin – https://www.wpbeginner.com/plugins/how-to-embed-a-youtube-playlist-in-wordpress-best-method/
Thank you!
Hi vivreausmic, the developer assigned for this task discovered some options to resolve the problem, please connect on Cloudflare/CDN and enabled this option – https://i.imgur.com/wYm0SM0.png
I hope this will help you!
Thank you!
Hi,
Yes, that is the cloud header and indeed most of the time provides better results.
Also you can check the rest of templates, footer, category… and set them from cloud and after that check if you have the tagDiv Standard Pack plugin installed, if you do, then please disable it and check the website if displays shortcodes, if does, then activate the plugin and change those elements (usually are blocks that needs to be replace with flex blocks). If you have the tagDiv Standard pack enabled and you’ll disable the plugin there should be some more improve for the performances.
Thank you!
Hello nieveslgil,
Unfortunately if you are using the Video Playlist element there is no option to hide/remove those – https://i.imgur.com/WyCORtI.png sorry! What I think that you can do is to embed the youtube videos on site without theme elements by comping the embed code and set it in column text or text with title element – https://i.imgur.com/S2I0S92.png
Thank you!
I’m glad you mange to sort it out!
Hi, I thin k that you are referring to this section – https://i.imgur.com/zCbEAOB.png this is the default sidebar and it was set from here – https://i.imgur.com/FgQzgML.png and this is a widget that can be edited from the appearance > widgets – https://i.imgur.com/5YPGU5I.png
I hope this will help you!
Hello,
Normally for all those the flex block have the options in layout section – https://i.imgur.com/fxJQOAb.png just scroll down for the rest of options – https://i.imgur.com/wSUJfd5.png – https://i.imgur.com/dh7vJzF.png – https://i.imgur.com/Zt4D7nC.png the settings for video duration is in general tab – https://i.imgur.com/aEeZND3.png and the next prev arrows can be added from filter tab – https://i.imgur.com/i0iA09e.png
I hope this will help you!
Thank you!
Hi,
You need also to make sure that you have a good host and not a shared one
Checked with the monitor query seems to have some php errors – https://i.imgur.com/Iq4uvdL.png
So what I recommend is to make a test using only tagDiv plugins to see if there are not extra plugin interfering.
Thank you!
Hi,
If what is need to to unhook the code from line 205 on /td-composer/legacy/common/wp_booster/td_menu.php when it can be done using the remove_filter('the_content', '$content'); I think that a function similar with this one can be used – https://pastebin.com/mj2fzL6z
Now the code needs to be adjusted and a developer can do it and set the right priorities to get the correct results.
This code can be added in functions.php in a child theme or integrate in a plugin.
I hope this will help you!
Thank you!
Hi haipo, what you can do is to reduce the aria of search in database to posts (add post type post on search element and loop post – https://i.imgur.com/IxFLXqi.png – https://i.imgur.com/5uUIbvP.png also make sure that you are using a proper thumb for images – https://i.imgur.com/fTelJDO.png a big images will slow the results.
Also you can use a Cloudflare (CDN) to speed up the results.
I hope this will help you!
Hi,
If you want you can use the mobile theme plugin but disable it from pages, unfortunately for this you’ll need to go on each page and from Gutenberg editor to disable the mobile theme – https://i.imgur.com/2prHOcF.png then the responsive version will be used.
Another solution is to use the flex blocks elements instead of blocks, those can be configurate per view port – https://i.imgur.com/YE1xtfg.png – https://i.imgur.com/6sTDf3B.png each option with a solid border in front can be set per view port. Also when you have a flex block layout that you want to reuse it you can save it as an element – https://i.imgur.com/amjxWeA.png and use it latter from tagDiv Composer.
I hope this will help you!