Aniekan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What is a sidebar used for? I’m ConfusedHi markcarrara,
On WordPress, a sidebar typically refers to an area where you can add various content, such as widgets, links, and other elements, to appear alongside your main content.
Check out this short tutorial to guide you in creating a template
https://learn.www.ads-software.com/tutorial/building-sidebars-with-the-site-editor/
This should help clarify the concept of the sidebar for you.Forum: Developing with WordPress
In reply to: Button Block CSS helpHello ewolfram,
I understand that you are having difficulties changing the border color of the header button on your WordPress site. I can help you with that.Since you have already added the “header-button” class to the button and added the CSS code to customize.php, we need to modify it to remove the border.
Here’s the updated CSS code that you can try:
.header-button {
background-color: #d25175 !important;
color: #ffffff !important;
border: none !important;
}This code sets the border property to “none” removing the border from the button.
If you want to keep the border but change its color to the same as the button, you can use the following code:.header-button {
background-color: #d25175 !important;
color: #ffffff !important;
border-color: #d25175 !important;
}This code sets the border-color property to the same color as the button.
Let me know if you have any further questions or concerns.Regards,
AniekanForum: Fixing WordPress
In reply to: Error críticoHola wabisabilibreria,
Recomiendo ponerse en contacto con el foro de soporte de WooCommerce sobre esto a través de https://www.ads-software.com/support/plugin/woocommerce/ para obtener ayuda.?Mis mejores deseos!
Forum: Fixing WordPress
In reply to: Post issueHi, birdbybird,
I get you’re still experiencing the same issue on your site.
This seems like a cache issue. Clear the cache on both your site and your browser.?If you have any caching plugins,?try disabling them temporarily.
Alternatively, Enabling WP_DEBUG mode can provide further information on publishing issues that might explain what’s going wrong. Check this guide
Let me know how it goes.Forum: Fixing WordPress
In reply to: Post issueYou’re welcome! I’m glad I could help you troubleshoot the issue.
Forum: Fixing WordPress
In reply to: Post issueHi birdbybird,
It can be frustrating when your published content appears differently than you intended. Some reasons for scrambled text and formatting issues could be due to Browser Cache or plugin conflicts.
To fix this issue, you can try the following steps:
1. Clear your browser cache to ensure you view the latest version of your posts. Sometimes, cached versions can cause display issues.
2. Temporarily uninstall all plugins and check if the problem persists. If not, you can enable each plugin one by one to identify which one is causing the issue.
3. Switch to a default WordPress theme (like Twenty Twenty-One) temporarily. If the problem persists, it may not be related to the theme.
4. If you use the block editor, try switching to the classic editor or vice versa. Some themes might have compatibility issues with a specific editor.
Try these steps and let me know how it goes. If you need further assistance, feel free to ask.
Regards,
AniekanForum: Fixing WordPress
In reply to: Shortcodes not workingHi Grifff17,
I get you’re having trouble with shortcodes on your WordPress site hosted on Bluehost.
Shortcodes not working are mostly caused by a plugin, theme, or WordPress installation conflict.
Here are a few things you can try to troubleshoot the issue:1. Deactivate all plugins except for the ones using the shortcode and check if it works. If it does, activate plugins one by one until you find the one causing the conflict.
2. Try switching to a default WordPress theme like Twenty Twenty-One and test if the shortcode works. If yes, then there could be a problem with your current theme.
3. Make sure that your WordPress installation is up to date. If it’s not, update it and see if the shortcode works.
Let me know if you have any other questions or concerns.
Regards,
AniekanForum: WordPress Mobile App
In reply to: Unable to Login into the iPhone Mobile AppHi Manu Mathur,
I understand you are having trouble logging in to your WordPress blog dashboard using the WordPress iPhone app.
Here are troubleshooting steps to address the login issue with the WordPress iPhone app:– Double-check the URL:?Ensure you enter the correct website address (https://www.example.com) without any typos.
– Verify your username and password are accurate.
– Test on a different device:?Try logging in from a web browser on your phone or another device to isolate device-specific issues.
You can install and activate a plugin such as Disable XML-RPC. However, if you prefer to do it via the .htaccess file, you can add the following code to disable XML-RPC:# Disable XML-RPC service <Files xmlrpc.php> Order Deny,Allow Deny from all </Files>
I hope these steps help you successfully log in to your WordPress dashboard using the iPhone app
Regards,
AniekanForum: Everything else WordPress
In reply to: SharpVault – Blocked because of Malicious ActivitiesHi slickii,
The website has a possible firewall/security issue based on the error info provided.
Do you have any security plugins installed?I suggest contacting your hosting provider for further help with this issue. They can analyze the error message and review your firewall and security settings to identify the root cause of the problem and ensure that legitimate activity is not blocked on your website.
Forum: Everything else WordPress
In reply to: optinmonster is a scamHi yourlittlesecret1,
I recommend you reach out to the OptinMonster Support Forum at https://www.ads-software.com/support/plugin/optinmonster/ for assistance on this issue.
All the best!Forum: Developing with WordPress
In reply to: How can I tell the best image size to get for this header?Hi mikehende,
I can see that the 3 header pictures are 1240×675, which is the recommended size for the image sliders.
If you want to get images from iStock, look for pictures that are the same size or bigger so they fit in the slider.
Remember that bigger pictures may take longer to load, so choose a size that works and is optimized for your website.
All the best!Forum: Everything else WordPress
In reply to: Sending from woocommerce wishlist contact form 7Hey furkanerden,
I recommend contacting WooCommerce’s support forum about this via https://www.ads-software.com/support/plugin/woocommerce/ for assistance.
Good luck!
Forum: Fixing WordPress
In reply to: Uploaded image could not be movedHi shay10440,
To resolve the issue with your images, we’ll need to do some troubleshooting. Please provide more information.
Are you receiving error messages when you try adding photos to your website? Have you made any recent changes to your website or installed any new plugins before the issue started?
Knowing this information will help me provide a more accurate solution.
For your FTP Credentials:
– Check your hosting provider’s welcome email or control panel for FTP login details.
– If not available, contact your hosting provider’s support for assistance.
Looking forward to assisting you further!Forum: Developing with WordPress
In reply to: Adding Padding to Top of PageHi fifthhouse,
You can add padding to the top of a WordPress page by adding custom CSS. Here’s how to do it:
1. Log in to your WordPress dashboard.
2. Go to Appearance > Customize.
3. Click on Additional CSS.
4. Add the following CSS code to add padding to the top of your page:body {
padding-top: 50px; /* adjust the value as per your requirement */
}
5. Click on Publish to save the changes.
You can adjust the value of the padding-top to your desired value.
This should add the required padding to the top of your WordPress page.
Let me know how it goes.- This reply was modified 1 year, 3 months ago by Aniekan.
Forum: Everything else WordPress
In reply to: Admin posts, pages… date columnHi matke,
Basic troubleshooting can help find out what could be the issue.
You might want to check the following:- Check the “Date Format” setting and ensure it’s set to your preferred format (e.g., MM/DD/YYYY or DD/MM/YYYY).
- Ensure the language settings for your WordPress installation are correct. Go to Settings > General and check the “Site Language” setting. If it’s set to Serbian and causing issues, consider changing it temporarily to see if it resolves the problem.
- Plugins or themes might conflict with the date display. Try deactivating any recent plugins or themes you’ve installed to see if that changes the date display back to normal.
Try these out, and let me know how it goes.