Mihael
Forum Replies Created
-
Thank you
Unfortunately, the new version 1.7.5. still does the same as 1.7.4.
I’m back on 1.7.3 for now as it is working correctly.
Thank you for your support.Thank you for your fast reply, Jobayer.
While the solution you provided seams to have fixed the admin error, the problem with the spacing still remains.
When I revert it back to 1.7.3, there’s no issues.
Thank you for the support.Forum: Plugins
In reply to: [WP Steam Auth] Opens empty pop-up or just refreshes the pageI updated the plugin and it now works great. Thank you very very much.
Forum: Plugins
In reply to: [WP Steam Auth] Opens empty pop-up or just refreshes the pageOK, thank you for noticing this.
I can’t figure out which plugin is adding this hashtag, so I need to investigate it a bit further (I purchased the website recently from a third party).
No hurry with the update, but it will be very much appreciated to support this, especially if this hashtag needs to remain.
Thank you!
Forum: Plugins
In reply to: [WP Steam Auth] Opens empty pop-up or just refreshes the pageThank you for your reply.
I did the way you’re suggesting. It doesn’t seem to work as expected:
After signing in with Steam, it doesn’t redirect.
Here’s the link to test it (“steam-login” parameter is required):
https://steamavatars.co/?steam-login=1Here’s how the plugins settings are set
https://steamavatars.co/wp-content/uploads/Screen-Shot-2016-11-29-at-19.17.22.pngThank you very much for helping me!
Mihael- This reply was modified 7 years, 12 months ago by Mihael.
Forum: Fixing WordPress
In reply to: Notice: wp_register_script was called incorrectlydoes not matter really… just put it “here” and “there”.. test it.
Forum: Fixing WordPress
In reply to: Pagination on Custom Post Type Tag archive page not workingfadepictures, you are my hero for the day ?? This worked for me.
Forum: Fixing WordPress
In reply to: Notice: wp_register_script was called incorrectlyThat would be to many code to post since I can’t even find the origin of the error – we are talking about 40 files… I will have to take some more time and find the error… As I see now, the only thing that could be a problem is that some script is not registered when it should be… I will just have to revisit all my code.
James, thank you for your effort… I am sorry that we couldn’t get anywhere with this one :/
Forum: Fixing WordPress
In reply to: Notice: wp_register_script was called incorrectlyIt is my custom “work” and wordpress 3.3.1.
I was thinking this might be some kind of more obvious error maybe… but it probably isn’t… I am most certain that it is my mistake, since almost always is ??Forum: Fixing WordPress
In reply to: Notice: wp_register_script was called incorrectlyThat would be rather difficult since the error does not say… I have a functions.php including a bunch of other custom scripts – as I exclude those, error remains… so they are not the problem ??
Forum: Plugins
In reply to: Coding plugin to use hooks and other pluginsOK, if I am right, there is not more than hooks and pluggable functions … and I should just play around with them.
Forum: Plugins
In reply to: Admin: Select all categoriesGreenCoast, have you figured this one out, found any solution?
Forum: Fixing WordPress
In reply to: Shortcode inserted after the page content gets displayed before itOK. Thank you very much for your time.
Forum: Fixing WordPress
In reply to: Shortcode inserted after the page content gets displayed before itThanks, I figured that out now…
I wanted to use something like this:<?php function my_shortcode() { if(somethign): ?> <html code here> <?php endif; } ?>
now I have to put everything I want to output into variable and then return it… I think ??