luk4
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Problems with theme on a new clientI’m unsure if both issues are connected, but addressing the “wp-admin” problem should be a priority due to its severity.
It appears that
https://www.coiste.ie/wp-admin/
redirects tohttps://www.coiste.ie/dashboard
andhttps://www.coiste.ie/dashboard
redirects itself tohttps://www.coiste.ie/wp-admin/
which creates an infinite loop:The infinite loop may be caused by rules in the
.htaccess
file within your website’s root directory. To resolve this, carefully remove the specific redirect rules from the.htaccess
file (they should start byRedirect 302 ...
). Alternatively, review your hosting settings to remove any undesired redirections that might be set somewhere in the settings.If you cannot find them, ask to your hosting provider.
Once you regain access to the WordPress dashboard, you can then address the other issue you’re facing.
Forum: Fixing WordPress
In reply to: Missing elements of my ShowIt blog templateThis looks like a special Showit function. There’s a Set Up Featured Category entry in the theme documentation: https://learn.showit.com/en/articles/6150602-posts-view-lookup-canvas#h_494bbc5fdc
- This reply was modified 1 year, 2 months ago by luk4.
Forum: Fixing WordPress
In reply to: Can’t update siteHi @oolong
I’m not sure I understand your exact problem, but if you’re experiencing an error with Jetpack, you should probably look for help on the dedicated Jetpack support forum.
I’m trying to host multiple sites on the same installation
You should probably take a look at WordPress’ Multisite functionality. Here are a few resources to get you started:
- Introduction to WordPress Multisite Networks
https://learn.www.ads-software.com/tutorial/introduction-to-wordpress-multisite-networks/ - Before You Create A Network
https://www.ads-software.com/documentation/article/before-you-create-a-network/ - Create A Network
https://www.ads-software.com/documentation/article/create-a-network/
Good luck!
Forum: Everything else WordPress
In reply to: Posts no more visibleHi @ebruner
Since your website is hosted on WordPress.com, you should check out the WordPress.com forums and support resources:
You are here on the WordPress.org community forums. Check out the www.ads-software.com and WordPress.com page to learn more about the differences.
- This reply was modified 1 year, 2 months ago by luk4.
Forum: Fixing WordPress
In reply to: White pages after update to 6.4.2Sorry to hear that @elyeszitari. You should probably seek help directly from the Sage community as Sage stacks are very specific and your issue seems to be related to it.
Please update this thread with a link to the solution when you have solved this. This will help others.
Thank you and good luck!
Forum: Fixing WordPress
In reply to: website pages showing white screen and cant edit contentI’m sorry to hear that you’ve had so many troubles with your new hosting. Choosing the right hosting provider can be quite difficult and overwhelming… Don’t hesitate if you need help with this!
Otherwise, make sure you keep WordPress, your themes and your plugins up to date (enable automatic updates) and be sure you have daily backups of your website. Finally, make sure you have a strong password and ideally consider adding two-factor authentication with a plugin such as Two Factor.
Anyway, it’s great you were able to get your website back online. Have a nice day!
Forum: Fixing WordPress
In reply to: White pages after update to 6.4.2Probably related to #59847 and/or #60025.
See also:
- https://github.com/roots/sage/issues/3158
- https://discourse.roots.io/t/sage-9-page-template-not-working-on-wordpress-6-4/26261
[edit] Possible fix: https://core.trac.www.ads-software.com/ticket/60025#comment:5
- This reply was modified 1 year, 2 months ago by luk4.
Forum: Everything else WordPress
In reply to: Random blogs published without adminWere you able to restore your website and fix the security issue @yugencare? If so, please, don’t forget to mark the thread as solved.
Thank you!
Forum: Fixing WordPress
In reply to: website pages showing white screen and cant edit contentIt looks like your website is back @fertileme, well done! ??
Please, don’t forget to mark this thread as solved. Thank you!
Thanks for these details @lauramarie43, it really helps to understand your exact needs and look for the best solutions to meet them.
I am not aware of any existing tool to do exactly that, but you could achieve your goal by connecting a custom field and post type management plugin such as ACF (optional, alternatives exist), an “engine” to synchronize data such as WP All Import and inventory data available via Squarespace Commerce APIs. Note that I’m not guaranteeing that this is possible, it’s just a hint to explore. In any case, it could be quite a long and difficult process, even with community support, if you’re not familiar with this and maybe you’d better ask someone familiar with APIs and WordPress to do it.
Another option might be to look at litCommerce which claims to be able to synchronize Squarespace stores with Woo(Commerce) which is the leading e-commerce plugin for WordPress. This isn’t exactly designed for your needs since you don’t want to sell your products on your WordPress site, but you might be able to disable this feature, tweak a few things in Woo and the result might be acceptable. Check with litCommerce support first to be sure. Please note that I’m not affiliated with this product and don’t particularly recommend it (I’ve never used it and wasn’t even aware of its existence before). This is also just a hint that you need to investigate further.
Finally, your best option in my opinion is to ask a WordPress developer to write a custom solution for you. Your needs are specific, but they don’t seem too advanced. I don’t think I’m allowed to offer services here (you can find your way though), but there are plenty of companies and individuals offering custom WordPress development services who might be able to write a piece of code to do just that. Ask for a few quotes. There will be a cost, but the result will match your exact needs and it should be more reliable over time.
All in all, it sounds totally doable. In my opinion, the best solution to adopt depends essentially on your time/knowledge, your expectations and your budget.
Feel free to ask if you have any questions.
Forum: Developing with WordPress
In reply to: Moble Menu not colapsedThe snippet rely on
:focus-within
which is supported since iOS 10.3 according Can I use website. So, yes, it should work even with your phone. Try to visit the website in a private tab (aka incognito).Forum: Fixing WordPress
In reply to: website pages showing white screen and cant edit contentHi @fertileme
Sorry to hear that ??
Something is going really wrong. Your best option is to contact your web host and ask them to restore a backup of your website made before the problems occurred.
If, for some reason, you can’t do this, make sure you back up your website as is (files and database) first and perform a fresh install of WordPress. Then try to restore the contents of your backup to the new website, piece by piece (database, plugins, theme, media files). Please note that this operation is likely to be long and quite difficult if you’re not familiar with it. You might be well advised to hire someone to do it for you.
Finally, make sure you have a quality hosting provider who makes regular backups of your website.
Good luck!
Forum: Developing with WordPress
In reply to: Moble Menu not colapsedI removed the code form muhammad, and I added the code to the customizer >> Addiitonal CSS. The menu on mobile is collapsed, but wil not expand.
The menu now works and expand on click/touch. Well done! If you don’t see it yet, you need to clear your browser cache.
Forum: Developing with WordPress
In reply to: Remove Youtube embed video on a blog pageUnfortunately, you cannot style the content inside an iframe, such as a video embedded from youtube.com. It works in your browser page inspector, but this cannot work from the website where the iframe is.
If YouTube doesn’t offer a dedicated option to hide the title, you won’t have any other choice than displaying the video by using a different method. Have a look at VideoJS for example. You can use the library directly or look for a WordPress plugin based on it.
Do you want to export your Squarespace inventory to WordPress just once, or do you want to synchronize them over time (every hour or day, etc.)? Also, do you want to synchronize from Squarespace to WordPress only (one way) or from WordPress to Squarespace as well (two ways)?
- This reply was modified 1 year, 2 months ago by luk4.