fariborzasgarpour
Forum Replies Created
-
Forum: Plugins
In reply to: [Captcha Ajax] Problem with sites that are in the subcategoryThese JavaScript codes that are entered in the form of pages
/wp-admin/admin-ajax.php?action=capaction
I mean these addresses
If I run the site in a subfolder, for example
example.com/custom-folder/
The above link should be like this
example.com/custom-folder /wp-admin/admin-ajax.php?action=capaction
But it is not like that and it is called from the same link you provided
example.com/wp-admin/admin-ajax.php?action=capaction
I solved my problem
I said to inform you that if you have fodder to update, update.
Thank You- This reply was modified 9 months, 3 weeks ago by fariborzasgarpour.
Forum: Plugins
In reply to: [ArvanCloud Object Storage] ???? ??? ?? ???? ?????? ??????????? ??? ????
???? ?? ?? ????? ??? ???? ?? ???? ????
?? ????? ?? 600 ?? ?? ?? ??? ?? ???? ?? ???
???? ?? ??? ????
????
? ????? ??? ?? ?????? ??????? ?? ?? ??? ?? ???? ?? ??? ?????? ? ?? ??? ????? ?? ????? ???? ?????? ???hello ??
go to “wp-content/plugins/ads-for-wp/output/functions.php”find
'.strip_tags($custom_ad_code,'<amp-ad><amp-embed><amp-iframe><amp-img>').'
and add extra html that u used like ( “H4” , a or div )
'.strip_tags($custom_ad_code,'<amp-ad><amp-embed><amp-iframe><amp-img><h4><a><div>').'
but if u use image in your custom code
first u must create a duplicate of your ad and use one for nonamp and use other in amp
why?
becouse img not compactible for amp and must use amp-img
and use amp-img in code of non-amp custom code
like<amp-img src="anysrc" class="anyclass" width="100" height="100" alt="AMP"></amp-img>
sorry for bad language
i hope to help ufor check :
non-amp
https://www.clinictolou.com/%d8%aa%d8%b1%da%a9-%d8%a7%d8%b9%d8%aa%db%8c%d8%a7%d8%af/amp
https://www.clinictolou.com/%d8%aa%d8%b1%da%a9-%d8%a7%d8%b9%d8%aa%db%8c%d8%a7%d8%af/amp/- This reply was modified 5 years, 2 months ago by fariborzasgarpour.
- This reply was modified 5 years, 2 months ago by fariborzasgarpour.
- This reply was modified 5 years, 2 months ago by fariborzasgarpour.
Hi
same problem
why html structure remove automaticly?