Nuhman Nathly
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Captcha at bottom of contact form gets cut offHi @drew75 ,
Please try to use this iframe. feel free to adjust the height
<iframe style="background: none; border: 0px; margin: 0px auto; width: 100%; height: 1024px;" src="https://buildertrend.net/leads/contactforms/ContactFormFrame.aspx?builderID=100956">
</iframe>Thanks
Forum: Everything else WordPress
In reply to: Captcha at bottom of contact form gets cut offForum: Developing with WordPress
In reply to: Revolution Slider: Change colour of one wordHi @mikej851
I think your theme’s CSS file overriding slider style. Please try these possible ways.
- Use important in CSS file in-line. (code attached)
- Change the Slider Revelution HTML tags and do test. (image attached)
Your <strong style= " color: blue !important;">power</strong> is safe in our hand
Thanks
Forum: Everything else WordPress
In reply to: Broken fileForum: Everything else WordPress
In reply to: Keep Domain, but Use WordPress for productionHi @dannybender
It seems your site is hosted with NameCheap, Inc. You may want to reach out to their support team for assistance with your WordPress installation. I hope this helps!
Thanks
Forum: Everything else WordPress
In reply to: Duplicated WebsiteDraft a formal complaint or takedown request addressing the hosting provider directly. Provide clear evidence of the cloning and explain why it violates your intellectual property rights.
Here the some useful information about both Domain
Domain: estateagency.marketing
Registrar: Automattic Inc.
Registered On: 2021-06-11
Expires On: 2025-06-11Domain: estateagency.xyz
Registrar: Namecheap
Registered On: 2024-10-26
Expires On: 2025-10-26Details of the Violation
- Original Website: [URL of your website]
- Cloned Website: [URL of the cloned website]
- Description of the Infringement: The cloned website replicates the content, design, structure, and functionality of my original site without permission. This includes but is not limited to copyrighted text, images, branding elements, and code.
Evidence Supporting the Complaint
Date of Ownership: [State when your website was published/registered and provide documentation, e.g., domain registration or copyright details.]
Supporting Documents
Proof of ownership of the original website (e.g., domain registration certificate, copyright certificate, etc.).
Thanks
Hi @ridaayesha
You’ve added padding to the bottom, which you may need to remove or set to 0. Here are two methods to resolve this issue:
Method 1: Using Elementor
- Edit the page using Elementor.
- Select the specific module.
- Navigate to the Advanced tab.
- Locate the Padding section and set the Padding Bottom value to 0.
Method 2: Using Additional CSS
- Go to the Customizer in your WordPress dashboard.
- Scroll down to the bottom and find the Additional CSS section.
- Add the following CSS code:
.elementor-post__thumbnail {
padding-bottom: 0 !important;
}Please find the before and after images
Thanks
- This reply was modified 3 months, 1 week ago by Nuhman Nathly.
Forum: Fixing WordPress
In reply to: space above my menuHi @imbellem
Have you created the menu using global method? Please try to create a global menu using Divi. Go to WP dahsboard >> Divi >>Theme builder >> Add global header. Also I notice that your current menu top margin set to -35px, please adjust them.
.et_pb_section_0_tb_header {
border-bottom-width: 1px;
z-index: 10;
box-shadow: 0px 2px 31px 0px rgba(0, 0, 0, 0.3);
position: fixed !important;
top: -35px;
bottom: auto;
left: 0px;
right: auto;
}Thanks
Hi @polikpower
Please use this iframe and see, feel free to adjust width and height
<iframe loading="lazy"
src="https://www.google.com/maps/embed?origin=mfe&pb=!1m4!2m1!1z0JrRgNC40LLQvtC5INCg0L7Qsywg0JDQu9C10LrRgdCw0L3QtNGA0LAg0JLQsNGB0Y_QutC40L3QsCA0!5e0!6i13"
title="Кривой Рог, Александра Васякина 4" aria-label="Кривой Рог, Александра Васякина 4" width="250px" height="250px"></iframe>Thanks
Forum: Everything else WordPress
In reply to: various themesHi @mindiapolis ,
Yes, you can explore and try out different themes without uninstalling your current one. Simply follow these steps:
- Navigate to your WordPress Dashboard.
- Go to Appearance > Themes.
- Here, you’ll see your active theme along with a list of other installed themes.
- To activate a different installed theme, click Activate on the desired theme.
- If you’d like to explore new themes, click on Add New Theme, where you can browse and install popular themes.
- If you already have a theme as a .zip file, you can upload it by clicking Upload Theme on the Add New Theme page and then selecting your file.
Once installed, you can activate the new theme to see how it looks on your website!
Thanks
Forum: Everything else WordPress
In reply to: How to use SEO friendly urls with year/month/title?Hi @khalidinio ,
Using date in the URL is not a SEO-friendly. SEO-friendly URLs that are designed to meet the needs of users and help search engines understand what a web page is about. They are typically short, descriptive, and include relevant keywords.
Thanks