Alor Web
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkout Page Change LayoutHi ckadenge?,
Actually, I’m referring to the 2 column layout and not the checkout fields.
ThanksForum: Plugins
In reply to: [WooCommerce] Do you support CardKnox as a payment gateway?Thanks
Forum: Fixing WordPress
In reply to: Anchor IDs in List ItemsHi @ejnwebmaster,
What do you want to do? Do you want to add an ID attribute to a list item? or do you want to add a custom link??
Can you give us a sample screenshot or a link to your website for us to better understand your concern?
ThanksForum: Fixing WordPress
In reply to: selecting pages from metabox to show contents is possible?Hi @kazskater99,
If you want to display it on selected pages, make sure that you know which hook element you are targeting correctly. In your code, you are targetingedit_form_after_title
on youradd_action('edit_form_after_title', 'display_banner_and_checkbox');
You can use the WP Hooks Finder plugin to check what hooks are available on the pages of your website.
If you find the correct hook, then just update your code:
add_action('[hook_name]', 'your callback function');
I hope this helps.
Regards,
Forum: Fixing WordPress
In reply to: Posts not loaded using ajax paginationHi?@henstrife777,
Your website is using Rubik Theme.
Since that is a commercial theme, we ask that you please go to their official support channel, so you can get support from the people who know it best:?Forum volunteers do not have access to commercial products, so they would not know why it is not working correctly. Other community members who may have faced your issue might be able to help you, but your best bet is your product’s developer. We encourage you to use the official support venues, as it allows the developers to be aware of issues with their code and gives back to the community in a more robust way.
All the best!Forum: Fixing WordPress
In reply to: Cannot login even after DB password resetJust try to add filters to your email account. There are articles available on the internet on how to manage filters in your emails, and you can organize them.
Thanks
Forum: Fixing WordPress
In reply to: Cannot login even after DB password resetHi @egoplacebo,
Since you have access to the database of your website. You can try the following:- Go to the wp_options table.
- Find the column for option_name.
- Scroll down until you find the admin_email.
- Insert your active email on the option_value column just right beside it.
- The email will receive the password reset. Make sure that you have access to that email.
- Now go to the login page of your website. https://yourdmain.com/wp-admin.
- Click the Lost Password link.
- Enter the email that you have added on your database.
- Click Get New Password.
- Now try to login using your email and new password.
Note: make sure to store your email and new password somewhere safe for future reference. You can’t forever memorized it.
Please try the recommended solution and let me know how it goes.
Regards,Forum: Fixing WordPress
In reply to: WordPress Post archive settings errorHi @clippingpathaction,
it’s nice to hear that you we’re able to find the solutions. You can also check this article What is: Screen Options for your reference.
You can change the status of this topic to resolved.
Cheers,Forum: Fixing WordPress
In reply to: no emails arriveHi @jad11,
You can try to read this article and maybe this helps.
How to Send Email in WordPress using the Gmail SMTP Server
Regards,Forum: Fixing WordPress
In reply to: Inexplicable strikethrough of textHi @dukesharp,
Upon inspecting your website using browser developer tools, I have found what is causing the issue. It was a CSS style that was set to the link text “decoration: line-through”. To resolve this, I will provide you with some steps.
- Go to your WordPress dashboard.
- Navigate to Appearance > Customize.
- Scroll down and find the option for Additional CSS.
- Copy the CSS codes below.
/* This option will move the line under the text */ .broken_link, a.broken_link { ? ? text-decoration: underline !important; }
- Paste the code inside the Addition CSS field.
- Click Publish to apply the changes to the page.
Please try the recommended solutions and let me know how it goes.
Warm regards,
Forum: Fixing WordPress
In reply to: All my plugins have disappearedHi @uneikjewellery,
I think it’s a caching issue on your website. Try to clear you website cache by following this article.
Please try the recommended solution and let me know how it goes.
Also, try this out. Just add a “/?nocache” after your website using on the browser and hit enter. You will able to see your page that is working correctly.
https://www.uneik.com.au/?no-cache
Regards,Forum: Fixing WordPress
In reply to: Unable to detect page cache due to possible loopback request problemIs there a caching plugin installed on your website?
Forum: Fixing WordPress
In reply to: How to find out why max_execution_time value is 300?Hi @snippet24,
To know your WordPress server information. Just follow these steps.- Go to your WordPress dashboard.
- Go to Tools > Site Health. See image; https://prnt.sc/Xg3n4TDNUoVy.
- Navigate to the Info tab. See image: https://prnt.sc/Qr7Zwjt2LgC0.
- Scroll down until you see the option for Server, and open it. See image: https://prnt.sc/crpDoZqwUDTn.
- It will open a dropdown, and you will see some information about your website, including the one you are looking for.
Hope this helps.
Warm regards,
Thank you for the advice @nithi22
Thank you for the advice @threadi.