euwingtham
Forum Replies Created
-
Thanks
The free version of the “Post Types Order” plugin doesn’t reorder Addon Categories. It costs USD35 to purchase it.
I’m guessing I need the Delivery Zone And Fees extension, is that right?
I’m guessing I need the Store Timings & Delivery Cutoff extension, is that right?
My website is http://www.teesandsuch.com.au.
I tried creating a Custom Link that has an empty link, and put it at the top of other menus so that when users click it, it will open to the other menus. This is how it looks like: https://postimg.org/image/8pawl9jex/. However, when I tap About, it always assume I tap Tees And Such.
I tried with /#/, but when I tap About, it always goes back to http://www.teesandsuch.com.au/#/.
So, I’m still lost at this, and yes, this is only a problem in mobile devices 🙁
Thanks for your response, seayon.
I’ve just installed the plugin, but it doesn’t help me cause when I view my website on my mobile phone, I can’t expand my menus because when I tap on the menu, it loads that link, and not opens up to see the submenus.
How should I do this?
The thing is, I’m quite a noob at this, but okay, I’ll try to install that plugin, and disable the default menu from Mystile.
However, I’m not sure what you mean by, “You’ll probably also have to adjust in CSS at what width it should kick in”. Care to guide me?
Thanks!
Subscribing to this post…
Hello,
I’m having the same problem. On mobile devices, the dropdown menu has to be tapped twice before the link can be accessed. Does anyone have a proper fix for this? I don’t want to change to another theme, or install another plugin over it.
Hope to get some feedback soon.
Thanks!
Thanks, Jason.
This is how I solved it:
https://myaccount.google.com/u/1/security
Scroll down to Connected Apps & Sites, then look for the following:
Allow less secure apps: ON
Some non-Google apps and devices use less secure sign-in technology, which could leave your account vulnerable. You can turn off access for these apps (which we recommend) or choose to use them despite the risks.Make sure Allow less secure apps is ON.
That helped me solve my problem 🙂
I think I found it:
https://myaccount.google.com/u/1/security
Scroll down to Connected Apps & Sites, then look for the following:
Allow less secure apps: ON
Some non-Google apps and devices use less secure sign-in technology, which could leave your account vulnerable. You can turn off access for these apps (which we recommend) or choose to use them despite the risks.Make sure Allow less secure apps is ON.
That helped me solve my problem 🙂
Forum: Plugins
In reply to: [Say What?] Can't be savedHello,
Further investigation shows that you’ve actually solved a similar issue!
To others who may face this issue, go to https://wordpress.org/support/topic/multisite-compatibility-25?replies=3. Basically, download Proper Network Activation plugin here: https://wordpress.org/plugins/proper-network-activation/. Install, and voila, all good! 😀
Thanks, Lee!
Forum: Plugins
In reply to: [Say What?] Can't be savedHello Lee,
Thanks for replying so quickly. I just discovered something interesting.
Basically, I’m on a WordPress Multisite. The first site I have in this Multisite setup is Site A. Now, I’m working on my third site, Site C. I installed the Say What plugin on the Network Admin, and I have activated it for the whole Network.
So, on each and every one of these sites, I can see Tools > Text Changes. However, on Site C > Tools > Text Changes, I *can’t* save, as mentioned earlier on this thread. On Site A > Tools > Text Changes, I *can* save! It works!
So, the question now is, how do I enable it to work on Site C?
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Get Current URLThat is perfect! Thanks! 😀
Hello,
I’ve got the same problem, and I’ve tried using the boiler plate code that’s shown in the second post, EXACTLY, but it failed. Here’s my situation…
I have my WordPress instance setup for Multisite on aaa.com. aaa.com works perfectly fine but when I create another WordPress site on aaa.com/bbb, that’s where the problem is. aaa.com/bbb works partially, with the content, but no proper theme. I tried aaa.com/wp-admin, and that’s where the redirect loop issue came up.
This is what I have BEFORE trying the boiler plate code in the second post. What should I edit?
—
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L] RewriteCond %{HTTP_HOST} ^aaa\-my\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.aaa\-my\.com$ RewriteRule ^/?$ "http\:\/\/aaa\.my" [R=301,L]Thanks for the help!