Magnus_Wallin
Forum Replies Created
-
If you’re experiencing the issue with v1.3.17 and you’re using a child theme, then be sure to also update the template files in your child theme
Yes. This just happened to me:
Fatal error: Call to undefined function thinkup_input_sliderpage() in <removed>/wp-content/themes/minamaze-child/header.php on line 78
The solution is as ThinkUpThemes says, update your
header.php
in your child theme directory to the latest version, and the problem is resolved.- This reply was modified 8 years, 5 months ago by Magnus_Wallin.
Forum: Themes and Templates
In reply to: [Minamaze] No add slide optionHi!
Here’s a link to an image that shows how it looks. Using Firefox 42.0:
https://pasteboard.co/6k4cAME.pngMind you, the ThinkUpSlider has been buggy for a while (read the various threads on the forum).
Best regards!
Forum: Themes and Templates
In reply to: [Minamaze] Slider problems with new customizer, a solution!Huh!?! Wtf indeed. Oddest bug I have encountered in a long time. Can it have anything to do with browser cache?
As per your suggestion I changed from resolved to not resolved.
Best regards.
Hello again!
It does indeed seem as if I try to remove one slider, the slider reverts back to the default minamaze slide deck.
For now, I cancelled everything in order to keep my slides, but not really sure how to proceed from here.
Best regards.
Hello!
Just confirming that I too have some issues with the slider, which I did not have before, I cannot reorder the slides. Haven’t tried to remove or add any slides though, so I cannot comment on that yet.
Best regards.
Forum: Themes and Templates
In reply to: [Minamaze] Compatability with WordPress 4.3?Well, since I saw a couple of you already use 4.3 I went ahead with the update and it seems to work fine. No issues that I can see.
Solved!
Forum: Themes and Templates
In reply to: [Minamaze] Version 1.1.8Gonna answer this myself. Just installed the update and it worked just fine!
Forum: Themes and Templates
In reply to: [Minamaze] Minamaze 1.1.7 = breakage?This issue has now been fixed. You should now not have any problems using the latest version of Minamaze.
Confirmed. Just installed 1.1.7 and it did _not_ break anything.
Thanks for stopping by and for the info @thinkupthemes.
Forum: Themes and Templates
In reply to: [Minamaze] Main menu not showing on mobile devicesGuys & girls, it would be really helpful if you could provide the version of Minamaze you are using. I _suspect_ this has to do with version 1.1.7 that also broke a lot of sites.
The reason I _suspect_ this is that I am still using version 1.1.6 and the responsive layout works as it should.
So, please, in order to sort this (or at least begin to) please state the version of Minamaze you are using.
However, I am not the developer, but IF it has to do with 1.1.7, you could always try to downgrade to 1.1.6.
Edit: No, it probably has nothing to do with 1.1.7 since this seems to have happened as far back as two weeks ago. Still, please provide the version number!
Forum: Themes and Templates
In reply to: [Minamaze] Minamaze 1.1.7 = breakage?This keeps getting even weirder. I just downloaded the .zip containing the latest version (1.1.7):
https://downloads.www.ads-software.com/theme/minamaze.1.1.7.zip…and when I unzip and check the contents:
[magnus@arch Downloads]$ ls minamaze/admin/main/ assets extensions framework.php inc options options.php
As you can see, the directory (admin) is there, and it seems as it contains all the files and directories.
I don’t know what the h*ll is going on!!!
Forum: Themes and Templates
In reply to: [Minamaze] Minamaze 1.1.7 = breakage?minamaze 1.1.7 download doesn’t include an /admin/ directory
What!?! That’s more than just a little odd, because if you check the subversion repo the directory is there:
https://themes.svn.www.ads-software.com/minamaze/1.1.7/admin/So, maybe, if you were to upload the directory manually, then maybe version 1.1.7 should work?
Personally, I’m holding off on this upgrade until I hear from a developer.
Thanks for the feedback FustyMcCrusty, appreciate it!
Edit: The *only* changes in the readme for version 1.1.7 are:
Version 1.1.7 - New: Variable $thinkup_general_fixedlayoutswitch used to assign responsive layouy for default settings. - Updated: Theme now displays responsive layout on default settings. - Removed: Variable $thinkup_general_responsiveswitch was used to set fixed layout by default.
It says nothing about removal of directories.
https://themes.svn.www.ads-software.com/minamaze/1.1.7/readme.txtForum: Themes and Templates
In reply to: [Minamaze] Error themeNot if you don’t know how to handle ftp.
Plus, I just ran a diff on the two functions.php from 1.1.6 and 1.1.7, the result is:
diff functions_116.php functions_117.php 84c84 < wp_register_style( 'style', get_stylesheet_uri(), '', '1.1.6' ); --- > wp_register_style( 'style', get_stylesheet_uri(), '', '1.1.7' );
So I doubt that the functions.php file is the culprit. The only change is the reference to the stylesheet. This error eludes me this far. Will continue digging.
Forum: Themes and Templates
In reply to: [Minamaze] Error themeI mean that you can try to upload the previous theme files using (s)ftp.
But, don’t do this if you’re unsure of what you are doing!
Forum: Themes and Templates
In reply to: [Minamaze] Error after UpdateHmm… apparently this has happened to other users as well. I am _not_ the developer of this theme, therefore I have no quick fix to offer. But, perhaps you could try to replace the
/minamaze/functions.php
With the previous version (from 1.1.6). It has worked before!
Or, wait for the developers to come online and offer a more proper solution.
Forum: Themes and Templates
In reply to: [Minamaze] Error themeI assume you mean when you updated from 1.1.6 to 1.1.7?
Sadly, I have no quick solution to your problem. I am still on 1.1.6, but maybe you could try to downgrade to 1.1.6 again and see if the problem still exists?