Amanda K.
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image before widget titleYou can add this which will size all of them:
h3.widgettitle::before { display: block; height: 50px; width: 50px; margin: 0 auto; }You can adjust the height/width to your liking.
Forum: Fixing WordPress
In reply to: Image before widget titleOh, I didn’t even notice that; then sure here you go:
#custom_html-2 h3.widgettitle::before { content: url("https://irinasopas.com/wp-content/uploads/2019/05/facebook.svg"); }Just be sure to change the widget ID and the image URL.
Forum: Fixing WordPress
In reply to: Help adding prescription refill portalTry getting rid of those quote marks and replace them with plain text quotes.
<div class="refillApp"><div><script src="https://api-web.rxwiki.com/refill/shared_config/embedRefillApp.js"></script></div></div>Forum: Fixing WordPress
In reply to: Image before widget titleThis code will add the image before the title of the widget, but you’d need to figure out how to drill down further since they all have the same css class settings.
h3.widgettitle::before { content: url("https://irinasopas.com/wp-content/uploads/2019/05/facebook.svg"); }Forum: Fixing WordPress
In reply to: Stranger extented link in my domain nameLooks like it’s related to Geocaching. Do you have a Google Map plugin installed?
Forum: Fixing WordPress
In reply to: Active Directory Integration/RecommendationCertainly appears as tho it would be, have you checked the WordPress plugin repository yet? This appears to be well supported:
https://wordpress.org/plugins/ldap-login-for-intranet-sites/
Forum: Fixing WordPress
In reply to: Tried several methods to remove menu from mobile siteAssuming the hamburger menu you have on your site right now is the one you want removed, try this:
div.rh_menu__hamburger.hamburger.hamburger--squeeze { display: none; }So you can’t login to the Admin Dashboard at all, it gives you a 530 error when trying?
Forum: Fixing WordPress
In reply to: WP Page Builder – not functionalDo you have the Block Editor active (aka Gutenburg)? If so, you’ll likely have to activate the classic editor to get your page builders to work.
If the Block Editor is active, download and install this, activate it and see if it fixes the issue:
https://wordpress.org/plugins/classic-editor/Forum: Fixing WordPress
In reply to: images not showing – they are linked to i0.wp.comIt’s not working because the URLs are wrong. Right now, your images are linked to:
http://theshiftworkingmum.com/blog/wp-content/myimages/Morington-Peninsula-photographer006a.jpgThe /blog/ part shouldn’t be there. For instance, this works:
https://theshiftworkingmum.com/wp-content/myimages/Morington-Peninsula-photographer001a.jpgMy suggestion would be to edit the post and remove /blog/. Then go back to your post, hold your shift key and hit the refresh button. The images should work after.
Forum: Fixing WordPress
In reply to: Change blog languageDo you have a Dutch version of your blog postings? Or is it just the next/prev/read more buttons that aren’t in Dutch?
Forum: Fixing WordPress
In reply to: Site healt status – wp 5.2Background updates ensure that WordPress can auto-update if a security update is released for the version you are currently using.
The background updates error means you currently have a plugin that has disabled that automatic update capability. It is likely a security plugin, such as Sucuri or All in One WP Security.
Not really sure about REST API.
Forum: Fixing WordPress
In reply to: HTTP 504 Error & Can’t access Dashboard-HELP!Have you tried to FTP into your files and remove all the plugins to see if that clears it up? A lot of the time, 500 errors are caused by a faulty plugin, or an update to one.
Forum: Fixing WordPress
In reply to: The site is experiencing technical difficulties.@athinamj This should help walk you through it –
https://www.wpkube.com/downgrade-wordpress-versions-plugins-themes-might-want/Forum: Fixing WordPress
In reply to: The site is experiencing technical difficulties.@athinamj Yes, you can download the zip of 5.1.1 here:
https://wordpress.org/download/releases/