Yudha
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Mobile Menu Is Not Workingwell usually chrome developer tool could simulate phone without problem.. but just in case, i test your site on brave browser on my android phone just now, and again, i can click the hamburger menu just fine.
Forum: Themes and Templates
In reply to: [Astra] Mobile Menu Is Not Workingi tested it just now on laptop using inspect element on chrome, nothing wrong.. i can click the menu. and it show up just fine..
Forum: Fixing WordPress
In reply to: Erratic background menu display!so basically those happen when css finish downloading later than logo..
yup.. i already try it a few time and when css finish first, those issue never show up.
Forum: Fixing WordPress
In reply to: Erratic background menu display!first im not an expert..
but from what i can see, its because there is so many resource being loaded in parallel, and those logo finish before you css even finished.
look at waterfall chart time here https://imgur.com/a/SofUhYO
what you can do, i think to not combine css to become those big.. preload critical css and js that used first..delay resource that are used later..
i dont think this should go to Theme and templates. Please read again my problem.
Problem is with navigation or pagination on comment.. and twenty-twenty-two doesnt have php or css that handle that.. as far as my limited knowledge go.
i also try on local site, i try using a few other FSE ready theme like “Blockbase”, geologist, tt1 block. The issue persist.
As far as im understand it, that thing should be handle by wordpress block here https://github.com/WordPress/WordPress/tree/master/wp-includes/blocks/navigation. that just a guess though..
so this post is not about theme i think..
Forum: Fixing WordPress
In reply to: Broken Theme: Stylesheet is not readable.good if that help.. ??
Forum: Fixing WordPress
In reply to: Google kit tag existingi have never user those plugin.. but if you talking about removing this script below.
`<!– Global site tag (gtag.js) – Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-167366669-1″ type=”text/plain” class=” _iub_cs_activate” data-iub-purposes=”5″></script>
<script async>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());gtag(‘config’, ‘UA-167366669-1’);
</script>`it’s should be safe to remove. its google analytic script. but again, i dont know what those iubenda plugin do, so, even you delete the script and add again using google web kit, there could still be conflict..
Forum: Fixing WordPress
In reply to: Website Suspendedwhere did you host your site ? check last year email notice, where it come from?
Forum: Fixing WordPress
In reply to: Log in for everyone!!i think you activated the same type of setting on your server panel..
Forum: Fixing WordPress
In reply to: Log in for everyone!!i think i have seen that before.. when i use runcloud, there is setting on their panel that can make site private and behind password authentication..
if you already deactivated all plugin, then there is more reason to check your application (your site) level setting on the server panel…
Forum: Fixing WordPress
In reply to: Broken Theme: Stylesheet is not readable.if youre migrating, try using plugin like this one https://www.ads-software.com/plugins/all-in-one-wp-migration/ to migrate all of files and databases.
if you only want to install twentyten theme.. just install wordpress theme from the repository.. https://www.ads-software.com/themes/twentyten/
after that, download child theme from old server to your pc.. compress it.. after that upload and install it as new theme on your new wordpress installation..
cmiiw..
Forum: Fixing WordPress
In reply to: Pdf related queryi just try to search here. https://www.ads-software.com/plugins/search/pdf/
i found this one https://www.ads-software.com/plugins/dearpdf-lite/
this is example on their site https://dearpdf.com/popup-examples/
Forum: Fixing WordPress
In reply to: Google kit tag existingi check your site source code, you already have universal analityc tag there.
here
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-167366669-1" type="text/plain" class=" _iub_cs_activate" data-iub-purposes="5"></script> <script async> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-167366669-1'); </script>
i think it have anything to do with iub thing. i search it what it is. it look like its cookie plugin https://www.ads-software.com/plugins/iubenda-cookie-law-solution/
i think you already input your tag using those plugin..
Forum: Fixing WordPress
In reply to: Custom Related postscheck https://www.ads-software.com/plugins/internal-links/ if i understand you correctly, you need internal link plugin like that..
Forum: Fixing WordPress
In reply to: Admin Dash: How to sort posts by date?let me confirm again, you mean this right https://prnt.sc/yb9-ptw0Ht3b
its easy to create testing site using localwp, its only a few click, as long as you already have install everything first.