coder01
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: REST API WOOCOMMERCE ERROR:unable to send the consumer dataThanks!
Forum: Fixing WordPress
In reply to: Site icon and meta description not showing correctly on SERPHi @hotdosage !
Which Plugin are you using for SERP?Forum: Installing WordPress
In reply to: Menu Bar Is Not Working In MobileHi!
The mobile menu works properly on First Loading of website, but If you visit inner pages and come back to Home page issues will be started.
Clear cache and try to Load.Forum: Installing WordPress
In reply to: Menu Bar Is Not Working In MobileHi @harrydsouza !
Your website has following error(s):
f809ed38593750a808d349817a0c50e0.js:1 Uncaught ReferenceError: jQuery is not defined
at f809ed38593750a808d349817a0c50e0.js:1
(anonymous) @ f809ed38593750a808d349817a0c50e0.js:1
https://quizcurry.com/wp-content/cache/min/1/f809ed38593750a808d349817a0c50e0.js
Its an error due to cache issue, Try Clear/Purge All Website Cache If you are using Plugin and reload the website.- This reply was modified 4 years, 2 months ago by coder01.
Forum: Fixing WordPress
In reply to: Image not loadingHi @techneg123 !
Cheers Dude! (y) ??Forum: Fixing WordPress
In reply to: Image not loadingHi @techneg123 !
Can you please clear/purge the cache of your website using plugin.Forum: Fixing WordPress
In reply to: Issue by issues with unminified JavaScript and CSS filesHi @laquynghia !
Try this tool > https://jscompress.com/
Read this Article for Help > https://www.elegantthemes.com/blog/tips-tricks/how-to-minify-your-websites-css-html-javascriptForum: Fixing WordPress
In reply to: Black bar above footer.Hi @skorrow !
Add this code in style.css of the theme.#footer-widgets { background-color: #ffffff !important; }
Forum: Developing with WordPress
In reply to: Category DescriptionHi @saeed451 !
I can do editing on Theme code, If you can WhatsApp me the WP-ADMIN access.
https://wa.me/916238269374Forum: Developing with WordPress
In reply to: I need to hide an image if you are accessing with a mobile.Hi @alexx81 !
Cheers Dude! (y) ??Forum: Fixing WordPress
In reply to: need to fix the menu borderHi @parminder4476 !
You are welcome!
(y)Forum: Fixing WordPress
In reply to: need to fix the menu borderNew screenshot:
https://prntscr.com/vwx46nForum: Fixing WordPress
In reply to: need to fix the menu borderHi @parminder4476 !
Are you trying to fix it or hide the border? I thought you wanna remove it!
If you wanna fix and make it center do delete old code and use below code:li#menu-item-1384 > a { padding: 10px !important; }
Forum: Fixing WordPress
In reply to: need to fix the menu borderHi @parminder4476 !
From my side its working with above code.
see it > https://prntscr.com/vwwxew
May be your cache issue, purge all cache with plugin.
Try your browser empty cache hard reload!- This reply was modified 4 years, 3 months ago by coder01.
Forum: Developing with WordPress
In reply to: I need to hide an image if you are accessing with a mobile.Hi @alexx81 !
Add the following code to endline in style.css of your parent/child theme!@media only screen and (max-width: 768px) { /* For mobile phones: */ .elementor-element.elementor-element-5b1bd95 { display: none !important; } }
Click on Save & Refresh your Page!