Ruan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: not able to create new pageHi, it’s quite a simple process – you should have downloaded the desktop software and follow this video tutorial: https://www.loom.com/blog/how-to-screen-record-windows-pc
Forum: Developing with WordPress
In reply to: Header and footer are missingIk zie dat je site in het Nederlands is, dus ik kan er net zo goed in schrijven.
misschien wil je dit bekijken en ervoor zorgen dat je de juiste stappen volgt ??
Forum: Fixing WordPress
In reply to: API not connected keyHi,
I would highly recommend that you contact Mailchimp support to fix this or you: https://mailchimp.com/help/mailchimp-support-options/
Forum: Everything else WordPress
In reply to: Social Icons in MenuFound the following post, you’re welcome ??
https://www.wpbeginner.com/plugins/how-to-add-social-media-icons-to-wordpress-menus/
Forum: Fixing WordPress
In reply to: Site Health Wrong Directory SizeWould you be so kind and send me a screenshot? Try using lightshot and send me the link (it’s free)
Forum: Fixing WordPress
In reply to: not able to create new pagePlease send me a Loom video so I can better understand your problem.
Loom website
https://www.loom.comRegards.
Have you installed any new plugins? If you get a Please check your site admin email you should find a link to login to your website so you can disable your plugins one by one.
Forum: Fixing WordPress
In reply to: Site Health Wrong Directory SizeWell, if it’s not affecting your page in any way – let it be?…..
Forum: Fixing WordPress
In reply to: installing new page with read more buttonHey John,
I would recommend the following YouTube video explaining the basics of WordPress, I know this isn’t a direct answer to your problem but it should help you with what you need: https://www.youtube.com/results?search_query=getting+started+with+wordpress
Let me know ??
Forum: Fixing WordPress
In reply to: Woo commerce cart showing white for country and state fieldsSOLVED!!!!!
Apply the following code in your CSS
Change dropdown background color
.select2-dropdown{ background-color: #000 !important; }
OR
Change dropdown text color
.select2-dropdown{ color: #000 !important; }
Please see my screenshot, works perfectly with my CSS code: https://prnt.sc/xay2qc
Please let me know if this worked ??
Forum: Fixing WordPress
In reply to: not able to create new pageDo me a favour and try PHP 7.4, have you tried disabling all your plugins and re-enabling them one by one?
Something that would really help me is if you create a loom account and record your screen to show me exactly what’s going on.
regards
Forum: Fixing WordPress
In reply to: not able to create new pageWould be best practice to remove the code that’s no longer being used. Your problem is definitely a theme or plugin conflict.
Disable all your plugins and re-activate them one by one to see if this solves your problem.
Let me know of your results ??
ALSO! What version of PHP are you using?
Forum: Everything else WordPress
In reply to: Removing Woocommerce cart notifications@markp98 You can also use the inspector tool in Chrome / Firefox and select the notification. Then add the following custom CSS to your theme.
display: none
Forum: Fixing WordPress
In reply to: not able to create new page@shakshiagrahari Thank you for your error log – Try disabling the
SG Optimizer
plugin and see if that helps to solve your problem.Forum: Everything else WordPress
In reply to: Maling list in WordPressWhat you can do is download all of your user’s data with a plugin, and then when importing these users to your mailing list you should be able to choose specific tables/rows that have
name
/user-email
in it.I’m able to do this with Mailchimp and a .CSV file.
Regards