danielbora123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Footer widgets and footer bar are too tall in heightWell for your site open your site then press F12 an inspect window would appear.
Provide me the site link I would improve the code accordingly.
Forum: Developing with WordPress
In reply to: Enqueuing same script loaded by plugin and in the themeHi,
If you want to enqueue script you can use wp_enqueue_script function.
That’s the right way
Thank you
Forum: Fixing WordPress
In reply to: Footer widgets and footer bar are too tall in heightHi,
You pasted css code which was respective to another site. Please check classes for your footer then try to change the classes and ids accordingly.
Thank You
Forum: Everything else WordPress
In reply to: Remove white spaceHi,
Well, you used elementor to build this page. In elementor there is an option to change the padding for a section just click on edit with elementor scroll down to section select it and click advance in elementor editing dashboard and remove bottom padding.
or
using css you can past following code
body.home #content { padding-bottom: 0px; }
I think one of the solutions should Work
Tell me if that works
Forum: Everything else WordPress
In reply to: Remove white spaceHi,
Just replace
#content
with.home
.That should work
Forum: Everything else WordPress
In reply to: Block Table Controlling Font Size of Specific TextHi Byron,
Try to give id to that block if possible and then modify the style.css with CSS code with respective id. You can take help from this article
Tell me if that works
Thanks
Forum: Everything else WordPress
In reply to: All WPAdmin content clicks redirect to gravatar.comThen I think some plugin may change the wp core files. Please try to disable plugins one by one if that works(from hosting one by one remove plugin from wp-content->plugin folder).
- This reply was modified 3 years, 9 months ago by danielbora123.
Forum: Fixing WordPress
In reply to: images don’t showHi,
You should share this issue with divi support team. It would be best to fix it.
Thank You
Forum: Networking WordPress
In reply to: Incorrect Page titleOkay,
In setting->genral you can change the site title.
And for the page title appearance, ->customize you can customize the page title.
Tell me if that works for you.
Thank You
Forum: Networking WordPress
In reply to: Incorrect Page titleHi,
Let me guess you used the Sydney theme to build your website. It coming from there.
Right
Forum: Everything else WordPress
In reply to: Remove white spaceOkay,
If you build that page using some of the page builders you can just select the section and remove the bottom padding.OR
If not paste the above code into style.css or you would have to just past it in additional css you read this it will help
Forum: Fixing WordPress
In reply to: WP URL will not change correctlyHI,
Interesting well did you try to change the structure by copying all the files from your wordpress folder to justpublic.html
file means
public.html->all the file in worpdress folder
and you can refer to link
tell me if that works for you.
Thank you
- This reply was modified 3 years, 9 months ago by danielbora123.
Forum: Fixing WordPress
In reply to: access gone and webpage goneHi,
did you tryYou can check this to reset your id and password?Thank You
Forum: Everything else WordPress
In reply to: Change content without creating a new pageHi,
You can use pop video it will meet your requirement.Thank You
Hi,
I know one
overflow: visible;
Try it and tell me if it works.
Thank You