hipertale
Forum Replies Created
-
Thanks a lot! it’s worked for me
Keep up the good work. thanks…
Addition: This error seems to be related to the content of the posts. If I just use the title and thumbnail in the post there is no error. But if I add content, like a few paragraphs of text, duplication happens.
Any suggestion? @kainelabsteam
What? How is that possible? Site is open.
Where exactly are you trying to access?
These are the url of my site:
https://hipertales.ml/topluluk/
https://hipertales.ml/topluluk/etkinlik (activity page)These are the images of the problem:
https://ibb.co/q18JhPw
https://ibb.co/q5qkyYFBy the way, I forgot to mention. This issue is not present with the posts of the site where the plugin is installed(https://ibb.co/K5Hm3MF), but the posts of other sites in the network are duplicated.
Thanks for the reply @kainelabsteam
Sure, but I set my activity page as the homepage.
Now I’m restoring it back for you. Here is the Link:
Forum: Networking WordPress
In reply to: ?mages not shown in a fresh multisiteThanks for asking, but this is the standard multisite installation with subdirectories not subdomain. All files are in the same place and used together. I also use litespeed plugin and quick cloud cdn service maybe it is related. Here is my .htaccess file:
# BEGIN LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
<IfModule LiteSpeed>
RewriteEngine on
CacheLookup on
RewriteRule .* – [E=Cache-Control:no-autoflush]
RewriteRule \.litespeed_conf\.dat – [F,L]### marker DROPQS start ###
CacheKeyModify -qs:fbclid
CacheKeyModify -qs:gclid
CacheKeyModify -qs:utm*
CacheKeyModify -qs:_ga
### marker DROPQS end ###</IfModule>
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END LSCACHE
# BEGIN NON_LSCACHE
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
## LITESPEED WP CACHE PLUGIN – Do not edit the contents of this block! ##
# END NON_LSCACHE# BEGIN WordPress
# “BEGIN WordPress” ve “END WordPress” aras?ndaki y?nergeler (sat?rlar)
# dinamik olarak olu?turulmu?tur ve sadece WordPress süzge?leri ile düzenlenmelidir.
# Bu i?aretler aras?ndaki y?nergelerde yap?lan de?i?iklikler üzerine yaz?lacakt?r.<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule># END WordPress
# php — BEGIN cPanel-generated handler, do not edit
# Bu etki alan?, “PHP” paketini miras al?r.
# php — END cPanel-generated handler, do not edit