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 :)
youthost
tagDiv Member

Ok just solved using a menu instead

youthost
tagDiv Member

Hello! Well it doesn’t work, even your test says so, it isn’t noticeable if there isn’t much text, but it is noticeable, I think that in the base class there is no centering or that 10-20 pixels too many have escaped.

https://app.screencast.com/DFdafIhZQX6cs

Anyway solved with padding, I suggest solving this only if the programmer is a perfectionist like me. Thanks 🙂

youthost
tagDiv Member

Thanks

youthost
tagDiv Member

Thanks, nice to hear

youthost
tagDiv Member

Hello after 2 Months, have you got any feedback ?

youthost
tagDiv Member

How is gone the investigation ?

youthost
tagDiv Member

I got reply also from your support and yes as Anamaria told it was a problem related to Siteground parameters, I just investigate with Siteground and I share solution for all Siteground users:

the problem is from

Plugin SG Security – Site Security – Lock and Protect System Folders : ON

So you have to set it as OFF but Warning do not disable or delete it because if it is ON means that

This write also some code under .htaccess under public_html/wp-content/ not the one under public_html/

so code will be there until you will set it OFF.

If you face the problem but you have not the Plugin maybe is possible you delete it in the past without put that OFF

so to do not care about code inside .htaccess under public_html/wp-content/ just activate again the Plugin set parameter OFF and than delete it,

or check in the .htaccess under public_html/wp-content/ this code and delete it (you need more experience and know how)

# SGS Directory Hardening
<FilesMatch “\.(?i:php)$”>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
</FilesMatch>

# SGS Directory Hardening END

youthost
tagDiv Member

Same problem, please provide a common solution, thanks, already sent a request.

youthost
tagDiv Member

Solved my self…
Create a class in Newspaper -> Theme panel -> Custom code -> Custom CSS
eg myclass in this way as you told

.myclass {
pointer-events: none;
}

put myclass in any element you need General -> Extra class in TagDiv Composer

Thanks

youthost
tagDiv Member

Thanks, this will effect all Big Grid Flex on website,
what to put in extra class for a specific page
Thanks

youthost
tagDiv Member

Hello…

Viewing 11 posts - 1 through 11 (of 11 total)