kuckovic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stripe Plugin Not Working In LIve ModeHi @colmfinnan
Have you removed the “Test mode” in the WooCommerce settings?
And filled in the LIVE API keys?Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: WordPress gallery stopped workingHi @c0mradeboy
What external plugin did you use to fix the SSL issues?
And what was the SSL issues anyways?Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Autoclick action in X,Y coordinates after loading the web pageHi @pandaagency
Is it possible for you to parse an URL parameter, and use that to select the specific boat?
Forum: Fixing WordPress
In reply to: Result of Contact Form 7Hi @grabro384
Looks like you’re not including the correct shortcodes in the mail.
Here’s a good guide on how to do it correctly: https://themeisle.com/blog/how-to-set-up-contact-form-7/Please let me know if it’s still bugging.
Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Changing the “View page” linkSorry for my late reply – I have a pregnant wife, who needs some attention π
I will definitely give this a try – and as I can see, it should work!May I ask – what have you done regarding “preview”?
I’ve created a special function to retrieve the “preview-post” from the DB – and resets on page-reload of course – but I’m curious about what others have done?Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: Changing the “View page” linkHi @aamirkhatri
Here’s a screenshot: https://imgur.com/LiuC9Bi
Forum: Fixing WordPress
In reply to: Cannot change permalinkCan you send a screenshot of the edit-screen when you’re editing your post?
It sounds silly that the change permalink button is not there.Forum: Fixing WordPress
In reply to: Cannot change permalinkI would love to give your my email – but it’s in the interest of this forum to keep the dialogue in here, in order to help others having the same issue.
If you could upload your printscreen to Imgur, then you can paste the link in here π
I hope you understand.
Best regards
ArisForum: Fixing WordPress
In reply to: Cannot change permalinkOkay, that was worth a try.
Now – are you using Gutenberg or the classic editor?
Also, can you send a printscreen – just so I can check.Best regards
ArisForum: Fixing WordPress
In reply to: Cannot change permalinkHow is your permalinks setup in Settings -> Permalinks?
Is it set to plain? If so, try changing it to “Post name” – that should do the trick.Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: GT METRIX – DEFER PARSING OF JAVASCRIPTHi @vanodyssey
Well, it can have a huge impact on your sites loading speed.
Almost all plugins do some querying – and query takes time.
When I custom build a WP website, I tend to stick to 2-3 plugins max!Try to figure out if can delete some of them.
I’m sure it will help on your websites load time.Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: PAGE ID – get it and use it issueHi @judyoos
Here’s an example on how to use AJAX with forms: https://webprogramo.com/how-to-create-an-ajax-form-in-wordpress/1156/
Let me know if you need further assistance π
Best regards
Aris KuckovicForum: Fixing WordPress
In reply to: PAGE ID – get it and use it issueJip I seems that nowβ¦the code is in a Code-snippets plugin. so I need to find another way to resolve the issue around the page id.
I think so too, yes.
And I would suggest AJAX to accomplish this.Forum: Fixing WordPress
In reply to: PAGE ID – get it and use it issueHi @judyoos
Okay, I get that part now.
Are the signup fields created with a plugin?
Or did you code them yourself.Ah okay, I see your replies now.
I don’t know the “Theme my login” plugin.
But you can’t get the page_id() the way you’re trying to accomplish it – because the code (i suppose it’s in functions.php) does not know what page_id() the action is called from – so you’ll have to check this in one way or another. That’s why I suggested AJAX.Are you any familiar with AJAX?
- This reply was modified 6 years, 4 months ago by kuckovic.
Forum: Fixing WordPress
In reply to: User Register Function on 2 pages