Lopzinsky
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I can’t find and edit a page on my ElementorSo that page appears to be a page that displays your blog post’s. This should typically be editable if the elementor plugin is active and as long as that page is not assigned to be the “blog” page.
-Are you logged in as an administrator?
-Is the plugin elementor active?
Forum: Everything else WordPress
In reply to: Adding header image other than logonot sure what the best way to communicate would be to get access to the site and not give it to everyone….Looks like slack would be a good way to communicate do you have access to that?
Forum: Everything else WordPress
In reply to: Adding header image other than logoI would have to get a closer look but I imagine it would be in the appearance>settings area however it might be different.
- This reply was modified 3 years, 6 months ago by Lopzinsky.
Forum: Everything else WordPress
In reply to: Adding header image other than logoHappy to help if you are still working on this issue this morning. Depending on the editor/theme you are using you might have the header settings in different areas.
I am free if you want to screenshare or just go over what you are trying to do.
Hello,
Is the elementor up to date? Also what version of php is running on the server?
Forum: Fixing WordPress
In reply to: Unable to edit or save Navigation Menus since WP 6.0What version of php is running on the server?
Forum: Fixing WordPress
In reply to: Cannot access my dashboard anymoerIt appears there may be multiple issues then causing more difficulty in resolving more recent issues.
I would recommend getting the dns straightened out and then we could take a closer look at getting you access to the dashboard again.
Forum: Fixing WordPress
In reply to: Cannot access my dashboard anymoerDo you see the nameserver issue now?
Forum: Fixing WordPress
In reply to: Cannot access my dashboard anymoerThis appears to be the reason for the irregular behavior: https://www.whatsmydns.net/#NS/www.mas4.it
Forum: Fixing WordPress
In reply to: How To Get Nested Nav Menu in lineHello
From what I can tell with the screenshots you provided it appears you have them nested within each other and that is why it appears like that. Try moving the menu options to resemble something like this instead.
Let me know how it works out.
Good Luck!
Forum: Fixing WordPress
In reply to: Page is downThere are a few things that can be done to troubleshoot the issue outlined here:
https://www.godaddy.com/help/troubleshoot-a-wordpress-internal-server-error-27207?You can also enable debug mode from within the wp-config.php file to show you more detailed errors.
Forum: Fixing WordPress
In reply to: adjust spacing between header and menuSo I was able to isolate this chunk of css
.content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
padding-top: 186px;
}When you add that to your css it should tighten up the top of the slider and move it closer to that line.
.vc_row.wpb_row.section.vc_row-fluid {
padding-bottom: 0px;
}This second section of css should tidy up the bottom of the slider.
- This reply was modified 8 years, 3 months ago by Lopzinsky.
Forum: Fixing WordPress
In reply to: Dashboard needs to reloaded before it reflects changesIt sounds like a caching issue you are having and I would recommend using a private browser or simply clearing your cache.
This is a common WordPress development problem. However it is not a problem if you are aware of caching.
Private or incognito browsers do not reference history and are installed on all browsers by default.
Forum: Fixing WordPress
In reply to: wp-admin/updatecode.jsonHello Sofia,
I would recommend opening the file and checking out what the code is trying to do. If that does not tell you weather or not you are using it then consult a wp security expert.
-Make backup before deleting files.
-Make sure site is up to date (plugins,theme,wordpress)
-test site after removing file to ensure it is working as intended with no errors.Mike L.
Forum: Fixing WordPress
In reply to: Error when installing themeI believe what you might be encountering is cache. Try clearing your browser history, open the window in a different or “private window”