mark l chaves
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dropdown menu not showing entirely on phoneHey @jonathanaug,
So, let’s try to troubleshoot this methodically. Here’s what I recommend if you’re not working with a web dev or the theme support hasn’t helped you yet.
1) Post your question to the theme’s forum if they have one.
2) Remove any custom CSS we provided for you. I actually don’t see the custom CSS mentioned before on your site. So, you might not be adding it correctly.
3) Deactivate all of your plugins and purge your cache. Reload your site on an iPhone to see if the error goes away.
4) If the error doesn’t go away, it’s probably a theme issue. Get another theme since they’re not helping you.
5) If the error goes away it’s a plugin conflict (i.e., one of your plugins is interfering with your hamburger menu). You can also confirm if it’s a plugin issue by temporarily switching your theme to a default theme like Twenty Twenty-one with all plugins activated.
6) If it’s a plugin issue, re-activate your plugins 1-by-1 (this is important). Each time, purge your cache, reload the page on an iPhone, and check the hamburger menu. When the issue comes back, the last plugin you activated is the culprit. Replace the troublemaker with a better plugin or just don’t use that plugin.
I hope that helps 🙂
Good luck!
Forum: Plugins
In reply to: [User Menus - Nav Menu Visibility] Logged in UsersHello @studioable,
Thanks for your question.
It sounds like you want to set up a membership site. If so, you’re in luck. There are a few excellent plugins that will set that up for you in a couple of clicks.
Please check out this post to learn more.
https://www.wpbeginner.com/plugins/how-to-restrict-wordpress-pages-by-user-role/
We hope that helps. Let us know if you need anything else.
Have a great day 🙂
Mark`
Hello @paulbarrett1952,
We’re really sorry but we never got your email.
Can you do us a huge favour and try our ticket submission for instead?
https://wppopupmaker.com/support/#submit-a-support-ticket
That link is for Popup Maker, but I’ll make sure we move it over to the User Menus queue.
Thanks so much for your patience 🙂
Mark
Forum: Fixing WordPress
In reply to: Dropdown menu not showing entirely on phoneHell @jonathanaug,
The hamburger menu icon doesn’t have enough space to display on a mobile.
I don’t know why. You might need to contact the theme developer to have a look.
In the meantime, try forcing the overflow to be visible as a temporary workaround.
.iot-menu-left-open { overflow: visible !important; }Thanks!
Forum: Fixing WordPress
In reply to: Menu disappears on phoneHi @tim983,
Try setting the
z-indexfor your.navigation-topclass to a value of 1 or higher.See the screengrab below as a reference.
https://share.getcloudapp.com/12uven04
Good luck!
Forum: Fixing WordPress
In reply to: Add Javascript to a custom field and output it in the postHello @alexander2021,
Can you be more specific?
1) What limitation are you referring to?
2) Do I think what is possible with HTML?
3) What marketing company do you see providing iFrame code?
4) What code do you want to paste?
5) Why would you want to use an iFrame?
Personally, I’d avoid iFrames unless they are absolutely needed like embedding third-party code. But, maybe that’s what you want to do?
Sorry. It’s not exactly clear to me what you’re really trying to accomplish besides using JavaScript in a custom field which I answered.
Learn more about using iFrames with WordPress here.
https://kinsta.com/blog/wordpress-iframe/
Good luck!
Forum: Fixing WordPress
In reply to: Add Javascript to a custom field and output it in the postHi @alexander2021,
Adding JavaScript to a static website is straightforward. You’d drop in a script between some
<script></script>tags, put in the JS call somewhere below the script, and you’re done.When you’re on WordPress, you’ll need to follow the “WordPress Way” for adding custom JavaScript to your site.
The short answer to your question is, I don’t think you can run JavaScript code stored in a custom field.
You can learn more about adding custom JS to your WordPress site here.
https://developer.wordpress.org/plugins/javascript/enqueuing/
You should get many hits if you search for a tutorial on the subject. Lastly, you can always hire a WordPress dev 😉
Good luck!
Hello @paulbarrett1952,
We’re sorry you’re seeing an issue with missing roles.
We’d like to take a closer look. Could you send us a message at this link?
https://code-atlantic.com/contact-us/
That way we can work out details for getting access to start checking your setup.
Thanks so much,
Mark
Hello @esedic,
Just to follow up. As @mariatogonon mentioned, we recommend you report the 403 error to your hosting provider if you haven’t yet.
You can learn more about 403 errors here https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-403-forbidden-error-in-wordpress/
Also, I wasn’t able to read your screen captures because of the low resolution.
When I visited your site, I didn’t see any errors on the English version. See below.
https://share.getcloudapp.com/BluKllOX
When I switched to Slovenian I saw the error. See below.
https://share.getcloudapp.com/d5uAKKW5
The error points to this code as the source.
https://share.getcloudapp.com/nOuP00kp
I confirmed on the browser console network tab that the 403 is only on the SL version.
Feel free to share this with your hosting provider to help them narrow down the root cause.
Please let us know what they find out.
Thanks so much!
Forum: Fixing WordPress
In reply to: Disable hyperlinks on pagesForum: Fixing WordPress
In reply to: A JavaScript problemForum: Fixing WordPress
In reply to: A JavaScript problemHi @lazsony,
Have you checked your browser console to confirm if you’re getting JavaScript errors? Have a look at this guide if you don’t know how to do that.
You could also deactivate all of your 3rd party plugins. If that fixes it, you’ll need to re-activate your plugins one-by-one until the issue comes back. The last plugin you activated is most likely the culprit. You can then reach out to the plugin’s author.
Lastly, you can try to deactivate all plugins and switching to the default Twenty Twenty-One theme. If the problem goes away, that means you probably have a theme error. You can reach out to the theme author if that happens.
I hope that helps 🙂
Forum: Fixing WordPress
In reply to: Disable hyperlinks on pagesHi @tpr22badger,
I can think of 4 different ways to do this (includes @joyously suggestion).
1. Don’t put the URL on a line by itself.
2. Disable the link using custom CSS.
3. Disable the link by wrapping it with<code></code>tags.
4. Disable the link using a custom HTML block and wrap it with<pre></pre>tags.Here’s a screengrab with more details.
https://share.getcloudapp.com/YEuZ055v
Good luck! 🙂
Hi @reedy,
You’re very welcome. We’re glad that it’s working now.
Thanks so much for your support 🙂
Enjoy!
Mark