Michael McMahon
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Search is not working as expectedOkay, understood. Thanks very much for your prompt replies!
Mike
Forum: Plugins
In reply to: [WP Store Locator] Search is not working as expectedThanks for explaining all of that. I’m still a little confused by the results I’m getting though. If I do a search on a postcode, I still get all of the listings (that exist in the Store Locator) in the results, whereas I would expect the search to return only the listings that match that postcode.
See screenshot here: https://prnt.sc/E2F2JSq3iSnR
Yup, I no longer manage this site for the customer. Thanks for your time!
So I have a staging site set up for this.
https://majacmedical.sitestage.com.au/news-media-releases/
On here the News sidebar works fine.
So now I’m on the live site and using the sidebar debug which shows this:
https://www.dropbox.com/s/l9u6ohni6ft5do8/Screen%20Shot%202020-10-19%20at%203.33.17%20PM.png?dl=0
Any thoughts?
Mike
Yes, when I turned off the Custom Sidebars plugin the default sidebar was displayed. When I turned it back on I don’t see a sidebar in the News/blog page.
Hi Prathamesh,
Okay, I have added the News category (which I’m using for news posts) to the Category Archives area in the sidebar location settings.
https://www.dropbox.com/s/yafvw3kuzhlrj8e/Screen%20Shot%202020-10-12%20at%202.06.08%20PM.png?dl=0
It still doesn’t show up on the News page (the blog page of the site) however.
Hi Patrick,
Thanks for looking at this with me.
Yeah, the issue is that we’re not seeing a Sidebar on https://www.majacmedical.com.au/news-media-releases/. I expect to see the News sidebar which was configured in Widgets
The sidebar is configured in the widget area to show for Posts and the Post Index (and the News page in question I believe is the Post index page):
See this screenshot.
https://www.dropbox.com/s/dxum69sag2kfkuh/Screen%20Shot%202020-10-08%20at%2011.46.23%20AM.png?dl=0
The Pharmacy Storefront theme has not been modified really beyond styles. Mostly just used plugins to get various functionality working.
- This reply was modified 4 years, 1 month ago by Michael McMahon.
Forum: Localhost Installs
In reply to: You are currently editing the page that shows your latest posts.NM
Forum: Localhost Installs
In reply to: You are currently editing the page that shows your latest posts.Hi guys, this is happening to me too on a WordPress multi-site instance that I manage for a client. See screenshot here:
https://www.dropbox.com/s/on98ju5jb7w57w0/Screen%20Shot%202017-10-20%20at%203.10.39%20PM.png?dl=0
Basically if I go to create a new post or page then I see something like this.
If I proceed I see an error: “Sorry, you are not allowed to edit this post.”
In the database I see errors such as:
[18-Oct-2017 20:39:32 UTC] WordPress database error Duplicate entry ‘0’ for key ‘PRIMARY’ for query INSERT INTO
wp_sitemeta
(site_id
,meta_key
,meta_value
) VALUES (1, ‘_site_transient_wdp_un_local_projects’, ‘a:2:{i:119;a:7:{s:3:\”pid\”;s:3:\”119\”;s:4:\”name\”;s:18:\”WPMU DEV Dashboard\”;s:8:\”filename\”;s:40:\”wpmudev-updates/update-notifications.php\”;s:4:\”path\”;s:105:\”/home/mich0564/public_html/storagecity.com.au/wp-conHave tried doing a DB repair but can’t get this issue resolved.
Any thoughts?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Settings ? General change to https broke systemYou can overwrite the database settings via wp-config.
Set these two lines:
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);More info here:
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Error imagesHi alemones,
You will need to change the image links one by one if you have specified the full path to the image.
Alternatively you can avoid having to do this in future by using the following format for images (leaving off the http or https at the start of the src):
<img src="//www.herodoto.com.br/wp-content/uploads/2016/10/hb_caricatura-2.png" />
The main thing I can see that will need to be changed on your page are these two lines of code:
<link rel=”stylesheet” href=”https://fonts.googleapis.com/css?family=Montserrat:400,700″>
<link rel=”stylesheet” href=”https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic”>If you change http to https it will still work.
- This reply was modified 8 years, 1 month ago by Michael McMahon.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Error imagesHi @alemones,
Please share the website link and I will see if I can help.
Initial things to check though are that you’ve changed the source for the images to be like this:
<img src="//domain/imagepath" />
and that references in CSS don’t have paths with https:// in them.
- This reply was modified 8 years, 1 month ago by Michael McMahon.
Normally that unable to connect message means your SSL certificate is not installed properly.
Have just converted a few sites to HTTPS, so have had to work through these issues myself recently.
My suggestion @mandielee is that if you need to turn off the WordPress HTTPS plugin, is to remove it via FTP.
Let me know if that helps.
- This reply was modified 8 years, 1 month ago by Michael McMahon.
Hi there,
I’m trying to get the close button working while using custom CSS as well but am having a few issues.
Wondering if it could be a z-index thing?
https://www.creaturefocus.com.au/test/
Currently we’re in test mode, so I might have to email admin login details for debugging purposes. Please email me at mjmcmahon at gmail and I’ll send you details.
M
Thanks very much Takayuki,
You’re right. That works better. I didn’t realise there was a few different versions of the tracking code.
Might be worth adding a note on that to the article: https://contactform7.com/tracking-form-submissions-with-google-analytics/
Regards,
Mike