Phill
Forum Replies Created
-
FYI- Blocksy has fixed this in their latest update.
Forum: Themes and Templates
In reply to: [Blocksy] Incompatibility with Simply Static PluginThank you for the reply. Just to make you and anyone else who reads this topic aware, I have reached out to Blocksy Support and this is their reply:
We are aware of this latest change from the plugin and our developers are looking into it as we speak. I will let you know as soon as I have something from their side.
Thanks.
Hi @tripslip38
It was solved by updating the Blocksy theme integration shim setup task function syntax.
Can you share the steps which you used to resolve this please. I am experiencing the same issue and both Simply Static plugin and Blocksy theme are up to date.
@sr293 FYI I have tested Blocksy theme on a blank installation with only Simply Static plugin and can confirm this error occurs.
Forum: Fixing WordPress
In reply to: Find specific pluginHi @igorlaszlo
Thank you for writing out the general scope of the project.
I don’t know of a plugin which fulfills this exact requirement as it is quite custom fit.
I had a similar problem when building an events site with a calendar where members would post their own events. I built the calendar as a custom query and used a Custom Post Type for the Event page while tieing in ACF to complete the information required. Hope that helps- good luck with your project!
Forum: Fixing WordPress
In reply to: Find specific pluginHello,
This solution is quite complex as it appears that you are looking for a travel platform. You may try searching for a multivendor booking engine which could be twinned with WooCommerce for the payment, although I’m not certain it exists so you *may* require a custom solution.
Forum: Developing with WordPress
In reply to: Email link redirects back to WordPress AppHello,
What platform did you use to convert it to the app? I believe this is a question best answered by the service provider.
Forum: Developing with WordPress
In reply to: Hide One or More Nav Menu Item from Logged out userHi @gamicord,
A simple way to achieve this would be to create CSS classes using the ones mentioned. Use WordPress’s dynamic
body
classes (logged-in
andlogged-out
) in your CSS to style elements differently based on whether the user is logged in or logged out.Forum: Developing with WordPress
In reply to: Hide One or More Nav Menu Item from Logged out userHi @gamicord
I haven’t tested it the original code, however the logic looks ok. I guess it may have unreliable user login checks in ‘wp_nav_menu_objects’ filter.
You could try to check user login status in the ‘wp_nav_menu_objects’ filter, hook into ‘init’ or ‘template_redirect’ to seta global variable indicating login status, then access that variable within the filter function.
This way we could make sure the users login status is correctly determined before using ‘unset’ to hide the ‘Store Manager’ menu item.
Forum: Fixing WordPress
In reply to: Redirect to spam site malware on websiteHello,
You have followed the right steps by installing Wordfence. Malware can be tricky to remove completely, it’s imperative you find the source, which can often be due to a plugin which has a disclosed vulnerability. I recommend you to check all of your plugins are up to date and secure.
You will also need to consistently rescan and ensure any malicious code or back door files are removed. Pay close attention to the .htaccess file and install 2FA if you can.
For the Google site links, this relates to the indexed search provided by Google. Perhaps you can look to submit your sitemap once again and request to recrawl once you have removed all malicious files.
Forum: Fixing WordPress
In reply to: Backend looks brokenHello,
This may be due to a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes.
If the problem goes away, enable the plugins one by one to identify the source of your issue.
Forum: Developing with WordPress
In reply to: Hide One or More Nav Menu Item from Logged out userHi @gamicord
Thank you for the feedback. Looks like you have applied it correctly.
I’ll recheck the php code when I get a minute, in the meantime if you find a solution please close the ticket.
Forum: Fixing WordPress
In reply to: Websites gone and cant accessHi Kevin,
Have you checked with your hosting company? Also worth ensuring the domain is still active.
Forum: Fixing WordPress
In reply to: Backing up files using File ManagerHi Andrew,
There are quite a few free and premium plugins which allow backups. The premium ones usually offer scheduled backups which include other formats such as cloud providers.
For the CPanel, I recommend you discuss directly with your hosting provider, as this is something they can advise you of specific to their own platform.
Forum: Fixing WordPress
In reply to: Text of new posts not showing on siteHi David,
I’m glad you got it sorted, no bother at all.
Have a good day.