Ian Sackofwits
Forum Replies Created
-
Hey, johnnythrostle, I’m another EM user.
Do you have any errors displayed on screen?
In addition, do you have any JavaScript web browser errors appear? To see the web browser errors, I would recommend reading this documentation: https://ww.wp.xz.cn/documentation/article/using-your-browser-to-diagnose-javascript-errors/
Forum: Fixing WordPress
In reply to: Link Not Inserting Post TitleHey Thane, I just confirmed that linking to an existing post using the method described does just link to that item without inserting the post title.
There’s probably something that can be done programmatically to allow you to have the prior functionality, but I’m unsure.
Forum: Fixing WordPress
In reply to: Link Not Inserting Post TitleHey Thane, when you talk about inserting a link to an existing post are you talking about on your website or on the forums here?
If you’re talking about your website, having more information would help troubleshooting. Are you using the built-in Gutenberg block editor?
The following error appears in the web browser developer console when clicking on the page numbers:
Failed to load resource: the server responded with a status of 400 ()referring to the site’swp-admin/admin-ajax.php.Forum: Themes and Templates
In reply to: [Hestia] Navigation Not Showing at allHey, vavinos, I’m another Hestia user.
Are you still having problems with the buttons?
Forum: Themes and Templates
In reply to: [Hello Elementor] redirecting spam site.Hey, asifmdhasan, I’m another Hello Elementor user.
Are you still experiencing problems with the redirection to a spam site?
Forum: Fixing WordPress
In reply to: WordPress Admin not showing Menu and PluginsOkay, good that you have access to cPanel.
This documentation page specifies the capabilities of an Administrator:
https://ww.wp.xz.cn/documentation/article/roles-and-capabilities/#administratorI would check to see if your user account has the capabilities listed on that page via experimenting around with (the following code wouldn’t work as is if inserted into functions.php):
user_can( $user, $capability );Forum: Themes and Templates
In reply to: [Hello Elementor] Customise password-protected pagesHey, Cami, I’m another Hello Elementor user.
You can try play experimenting with the
the_password_formhook: https://developer.ww.wp.xz.cn/reference/hooks/the_password_form/Forum: Fixing WordPress
In reply to: WordPress Admin not showing Menu and PluginsHey, sacadm, do you have FTP access to your site?
If so, I would recommend putting in PHP code in your functions.php file in your theme to determine what the capabilities of the user account that you’re using are:
https://developer.ww.wp.xz.cn/plugins/users/roles-and-capabilities/It may be custom code may be influencing what you see.
Forum: Fixing WordPress
In reply to: Error: Not enough data to create this user.Hey, loikejen, are you using any plugins in conjunction with WooCommerce?
I would recommend creating a staging version of your site and in that version, turning off any WooCommerce related plugins (besides WooCommerce) as well as switching your theme to the one of the default Twenty themes to see if that resolves the issue.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] HelpHey, comunidadgolf, you can potentially remove the duplicate image via the settings by activating “Advanced Mode” and then modify the “Single Event Page” formatting to remove the reference to the image.
Forum: Fixing WordPress
In reply to: I have no button to see themes or add new themesHey, westcoastfamilytravel, without using PHP code to confirm, it’s hard to say.
I would recommend reading this documentation page about the roles and capabilities and match up your permissions to what’s listed in a particular role: https://ww.wp.xz.cn/documentation/article/roles-and-capabilities/.
Forum: Fixing WordPress
In reply to: I have no button to see themes or add new themesHey, westcoastfamilytravel, do you know the user role of the account that you’re using on your WordPress site?
Only site administrators can modify the theme by default without applying additional code or using plugins.
Forum: Themes and Templates
In reply to: [NSFW] [Neve] Header and Footer Customization is not savingHey, onuegbu, I’m another Neve user.
It looks like your error message image was never attached to your post.
Forum: Fixing WordPress
In reply to: logoHey, joannaritsoni, what theme are you currently using?