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

Thank so much (Y)

albertok
tagDiv Member

After a bit of time… site became normal…

boh… i dont understand O.o

albertok
tagDiv Member

Thank so much for your help 🙂

albertok
tagDiv Member

I mean… TAG DIV support 🙂

albertok
tagDiv Member

Hop that support could be solve issue very soon….

albertok
tagDiv Member

@ulrihovich
Our host does not have support, that can help. Support doesn’t know what the problem is…
All work fine with the exception of text editor

same for me

  • This reply was modified 2 years by albertok.
  • This reply was modified 2 years by albertok.
albertok
tagDiv Member

Same issue,

after reading, cleared cache I’m not able to solve…

I wrote to you

albertok
tagDiv Member

Thank for your answer…

but… if apply a padding to page title… image used as background become bigger…, why?

https://prnt.sc/dxQfeRSq_uc_

  • This reply was modified 3 years by albertok.
  • This reply was modified 3 years by albertok.
albertok
tagDiv Member

I found it… is in Worpress Media.

I dont understadn how to display image in full height!

This is results:

https://prnt.sc/PeE10U-otVk9

Thanks

albertok
tagDiv Member

Really thank so much for your help @bettina

I do not found this option:

https://prnt.sc/5nN-l1NpkYef

where is it?

  • This reply was modified 3 years by albertok.
albertok
tagDiv Member

Oh…. what a pity! 🙁

and is maybe possibile to convert pages made with WP Gutenberg to tag div composer and edit them?
…i dont want to loose anything I made in Gutenberg….

  • This reply was modified 3 years by albertok.
albertok
tagDiv Member

Thank so much!

You too 🙂

God bless

albertok
tagDiv Member

Thank so much for your answer @anamaria

I followed your instructions:
It seems that something in the custom CSS code affected Header search live:

I had set a general input rule….

I think now I solved

Thank so much for your hrelp

albertok
tagDiv Member

After a couple of check… it seems that input of searching form is not working properly…

it seems that input field is moved to bottom…

  • This reply was modified 3 years by albertok.
albertok
tagDiv Member

Hello @Bettina

Thank so much for your answer 🙂

Maybe my explanation wasn’t clear… sorry! …maybe my english is not so good…
I try to explain again the issue:

1 or 2 days ago I made a setting that in mobile show the site larger than before!!!
So before… the site was shown correctly.

After that I tried to search the issue and I found that with this code

.td-search-wrap-mob {
width: auto;
}

put in custom code in Theme settings I SOLVE THE ISSUE.

I wish to know where is the settings I accidentally made a couple of adays ago that makes the site larger in mobile view.

I hope you unerstand now…
sorry for misunderstading

and thanks in advance for your help and patience
Alberto

albertok
tagDiv Member

I checked code and I found that if I put this in custom code:

.td-search-wrap-mob {
width: auto;
}

all is right!

I wish to know where is it in settings. After I’ll can delete custom code…

albertok
tagDiv Member

of course… sorry I forgot site link… here it is:

(web site is in live staging state)

http://parrocchiasangiuseppeoperaio.eu/livestaging/ERGe08499b3a7cb055a622fcdd8c0b773fa41d83f3925a8b3d6922011ebaa43156dT

  • This reply was modified 3 years by albertok.
albertok
tagDiv Member

I also noted that all site is larger in mobile view…

albertok
tagDiv Member

Thank so much… I’ll try again 🙂

thank for your answer and your patence 🙂

best wishes
Alberto

albertok
tagDiv Member

YESSSSS!!!!

It works! thank so much Ms. @Bettina

…and thank so much for patience!

albertok
tagDiv Member

P.S. I also noted that If I put another flex block 2 in another Row… the issue is the same… -100px margin left

albertok
tagDiv Member

Really thank so much for your answer and patience:

herewith enclosed you can see screenshot of:

Flexbox2 CSS settings
FlexBox2 CSS
image host

Row CSS settings
Row CSS
image host

Column CSS settings
image host
Column CSS

All settings are by default… I think

albertok
tagDiv Member

Thank so much for your quick answer…

actually mi site is in staging mode…
you can visualizae it if you can give me your IP adress and I enable it via Webpanel

I do not use plugins as you said…
Actually I have follow plugin working:

Akismet
Modula (for gallery)
tagDiv cloud library
TagDiv Composer
The Events calendar / PRO
Ultimate Maps by supsystic
WP Event aggregator / PRO

Thank so much

  • This reply was modified 3 years by albertok.
  • This reply was modified 3 years by albertok.
albertok
tagDiv Member

What a pity,

I saw Separator element… but unluckly it’s useless… If I have various repeating elements in a single page like a colummn of product or something similar. (loook at this page)
I wished something like in homepage and latest article at the bottom fo the homepage (Post Loops settings)

Thank so much for your answer 🙂

albertok
tagDiv Member

Thanks so much for your answer…

I checked again and php.ini is saved as follow:

memory_limit = 268435456;
post_max_size = 50M;
safe_mode = off;
upload_max_filesize = 50M;
max_input_vars = 5000;max_execution_time = 300;

php.ini is present in root site and in wp-content directory: both of them are saved as I told before.

I also tried to modify wp-config.php and I set

define( 'WP_MEMORY_LIMIT', '3000M' )

as described here (https://premium.wpmudev.org/blog/increase-memory-limit/)

but nothing has been solved
I’ve always that 2 yellow warnings

I tried to modify also .htaccess below reported:

<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE image/svg+xml
</IfModule>

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css A2419200
ExpiresByType text/x-component A2419200
ExpiresByType application/x-javascript A2419200
ExpiresByType application/javascript A2419200
ExpiresByType text/javascript A2419200
ExpiresByType text/x-js A2419200
ExpiresByType text/html A3600
ExpiresByType text/richtext A3600
ExpiresByType image/svg+xml A3600
ExpiresByType text/plain A3600
ExpiresByType text/xsd A3600
ExpiresByType text/xsl A3600
ExpiresByType text/xml A3600
ExpiresByType video/asf A2419200
ExpiresByType video/avi A2419200
ExpiresByType image/bmp A2419200
ExpiresByType application/java A2419200
ExpiresByType video/divx A2419200
ExpiresByType application/msword A2419200
ExpiresByType application/vnd.ms-fontobject A2419200
ExpiresByType application/x-msdownload A2419200
ExpiresByType image/gif A2419200
ExpiresByType application/x-gzip A2419200
ExpiresByType image/x-icon A2419200
ExpiresByType image/jpeg A2419200
ExpiresByType application/json A2419200
ExpiresByType application/vnd.ms-access A2419200
ExpiresByType audio/midi A2419200
ExpiresByType video/quicktime A2419200
ExpiresByType audio/mpeg A2419200
ExpiresByType video/mp4 A2419200
ExpiresByType video/mpeg A2419200
ExpiresByType application/vnd.ms-project A2419200
ExpiresByType application/x-font-otf A2419200
ExpiresByType application/vnd.ms-opentype A2419200
ExpiresByType application/vnd.oasis.opendocument.database A2419200
ExpiresByType application/vnd.oasis.opendocument.chart A2419200
ExpiresByType application/vnd.oasis.opendocument.formula A2419200
ExpiresByType application/vnd.oasis.opendocument.graphics A2419200
ExpiresByType application/vnd.oasis.opendocument.presentation A2419200
ExpiresByType application/vnd.oasis.opendocument.spreadsheet A2419200
ExpiresByType application/vnd.oasis.opendocument.text A2419200
ExpiresByType audio/ogg A2419200
ExpiresByType application/pdf A2419200
ExpiresByType image/png A2419200
ExpiresByType application/vnd.ms-powerpoint A2419200
ExpiresByType audio/x-realaudio A2419200
ExpiresByType image/svg+xml A2419200
ExpiresByType application/x-shockwave-flash A2419200
ExpiresByType application/x-tar A2419200
ExpiresByType image/tiff A2419200
ExpiresByType application/x-font-ttf A2419200
ExpiresByType application/vnd.ms-opentype A2419200
ExpiresByType audio/wav A2419200
ExpiresByType audio/wma A2419200
ExpiresByType application/vnd.ms-write A2419200
ExpiresByType application/font-woff A2419200
ExpiresByType application/vnd.ms-excel A2419200
ExpiresByType application/zip A2419200
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

AddHandler x-mapp-php5.5  .php

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

I tried to insert:

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

after </IfModule> and just before # END WordPress but when I saved and refreshed my site page it gave me:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Maybe I modified it in a wrong way… colud you explain how to do that?

Thank you very much for your patience and help
A.

  • This reply was modified 8 years by albertok.
  • This reply was modified 8 years by albertok.
  • This reply was modified 8 years by albertok.
Viewing 25 posts - 1 through 25 (of 32 total)