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

Can you please tell me

tdc_history=?
tdc_content=?
_wpb_vc_js_status=?
_encloseme=?
tdc_dirty_content=?

What features are they linked to? Sometimes some references can also be eliminated without creating problems, the important thing is to know that value to which function it is connected.

Last thing, despite I have deactivated postview, I continue to see post_views_count records, how do I block this permanently?

tanteidee
tagDiv Member

Found the trick, in Gadgets PRO if the header zone is “Display Overlay”, then the Content Zone is hidden, goes behind the header and therefore cannot drag any element on it.
If instead the header zone is “Display Default”, as I have set now, I can see the Content zone below the header.

In the future you should pay attention to this. It is the first time that happens to me with a Demo.

I ask you a kindness, as to me peace keep the database clean and light, in postmeta I read these metakey:

tdc_history
tdc_content
_wpb_vc_js_status
_encloseme
tdc_dirty_content

Could you give me a short description of what they are, one by one, to see which ones I could eliminate?

Last thing, despite I have deactivated postview, I continue to see post_views_count records, how do I block this permanently?

tanteidee
tagDiv Member

Calin, thanks again.

I have been using Newspaper for a long time, but you should make me understand how to select the Content in the Gadget Pro Demo, I am attaching a screen of a new page from scratch, you can see the header and footer, but I cannot identify which is the area Content where drag-and-drop element! https://ibb.co/G0rM33D

tanteidee
tagDiv Member

Thanks Vlad, request submitted.

A further small question, it is the first time that I have difficulty with Newspaper, I am using Gadgets PRO, and I cannot find the correct way to drag the elements into the Content area, every time I drag some element it hooks up or to the header, or to the footer, what technique to identify the Content?

tanteidee
tagDiv Member

Sorry for the delay with which I reply, there is no hack to apply on the code to get that button?

tanteidee
tagDiv Member

Well, I’m using Flex Block 2 and “load more” is not a valid solution.

I need the possibilty to add the READ button as previous image attached.

tanteidee
tagDiv Member

Great solution… I had noticed this direct modification behavior, but I just wanted to point it out.

Thanks!

tanteidee
tagDiv Member

Well… the problem of the first message has been solved, I managed to correctly select the row of the footer and do Background gradient white, the problem of the second message remains to be solved. From Cloud Templates I see Footer, but instead of Edit template, I see Edit, then I click to tag Div Composer button, editor open but with the error:

Errors at columns elements: 3(models) : 0(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)

tanteidee
tagDiv Member

I must also add that if I try to edit the Footer in tagDiv Composer from Cloud Templates, the following error appears:

Errors at columns elements: 3(models) : 0(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)

I imported Gadgets PRO without content from Install Demos.

tanteidee
tagDiv Member

I have these settings in particular:

define( ‘WP_MEMORY_LIMIT’, ‘512M’ );

php_value memory_limit 768M
php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

Do you believe that if a Windows computer is infected with some sort of virus/malware, and I speak in particular of the Chrome browser, it can crash a server while editing some pages?

1) There is some PHP or Plugin code that says not to saturate the whole CPU and RAM memory of a server to avoid future blocks without changing hosting?

2) Are you aware if the latest versions if the latest versions of Newspaper and WPBakery Page Builder have improved in memory management?

3) What can you tell me to identify with certainty what all these resources consume?

Thanks!

tanteidee
tagDiv Member

Just a quick update. It seems that with the code line change the problem go away!

tanteidee
tagDiv Member

Thanks Simion!

I did not use td-mobile-plugin so I do only one code line change, hope it work!

tanteidee
tagDiv Member

Happy Holidays!

I updated to the latest version of the theme, I updated to WordPress 4.9.9 (no 5), and unfortunately I continue to encounter this problem, almost every day I find myself with tagDiv Composer turned off, which I have to manually reactivate.

I ask you a solution, a way to block this situation, the deactivation of the plugin. tagDiv Composer should not deactivate automatically!

tanteidee
tagDiv Member

Thanks!

tanteidee
tagDiv Member

No, tagDiv Composer 2.3 deactivates itself for no apparent reason, I can not understand what it can depend on because it does not happen every day.

Any idea of this behavior? Always a server problem even when the plugin is active and suddenly turns off by itself?

tanteidee
tagDiv Member

Hi!

As I said, at the moment I can not update to the latest versions.

I asked, how do I identify why tagDiv Composer 2.3 is randomly disabled automatically.

What can I do without updating theme and plugins?

Thanks!

tanteidee
tagDiv Member

I solved, thanks!

tanteidee
tagDiv Member

I am aware that there is not an option for this, but I think we can solve the problem by using code in the functions.php file, surely starting from

if (strpos ($ url, '.it / en /') {
...
else
...

And of course you know the parameters related to the logo in the header and footer.

I ask you a little help.

Read also here https://www.webhostinghero.com/how-to-change-the-custom-logo-depending-on-the-page-in-wordpress/

tanteidee
tagDiv Member

No one? Please let me know.

tanteidee
tagDiv Member

When visit the Author page …/author/… at the top I do not see name and avatar of the guest user, OK its posts.

Still in the Author page …/author/… at the top, count number of Post and Comments refer to the Admin user.

tanteidee
tagDiv Member

It seems work… thanks!

tanteidee
tagDiv Member

Yes Simion C., switch the menu depending on URL.

This code is OK add_filter('wp_nav_menu_args', function ($args) {
$url = 'http://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'];
if (strpos($url,'/en/') !== false) {
$args['menu'] = 'English';
}
return $args;
});

But also Top Header Menu change!

Please, do a try on your WordPress installation to see why also Top Header Menu change!

tanteidee
tagDiv Member

Please…

tanteidee
tagDiv Member

Great!

Viewing 25 posts - 26 through 50 (of 69 total)