Jamie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Images in page not displayed in tablet but featured doI don’t see images at http://kimherrero.com/aislasbd/catalogo-2/
The URL to the images looks like this
<img class="wp-image-128 size-thumbnail" title="Gárgolas" src="http://localhost/aislasbd/wp-content/uploads/2015/01/gargola-mini-150x150.jpg" alt="gargola-mini" width="150" height="150">Notice the URL is pointing to a localhost location
Forum: Fixing WordPress
In reply to: How to change background color of sub-menu in OnePress theme?Here is the selector you need to target
.onepress-menu ul li aChange
background: #340E34;to whatever your color is you want. If you wanted black you’d change it tobackground: #000;Note: If this is a premade theme, if you make a change to the premade theme, and your theme offers updates, these changes will be overwritten. You would need to look into a child theme, in that case, or add the CSS to the customizer.
Forum: Fixing WordPress
In reply to: Menu Navigation Labels Not SavingDo you have a lot of menu items?
Forum: Fixing WordPress
In reply to: Updated title not reflecting!What should the title be?
Forum: Fixing WordPress
In reply to: Can't log into wordpress because web designer disappearedMe either but if you can get access to the DreamHost equivalent of phpMyAdmin, you could change the password for the admin user. Do you see anything like that in the DreamHost admin?
Should be here: https://panel.dreamhost.com/index.cgi?tree=goodies.mysql&
Forum: Fixing WordPress
In reply to: Unwanted space in table cellRemove the height you have set for the table
<table style="height: 5985px;"That is causing the added space from what I can see.Forum: Fixing WordPress
In reply to: Remove Black horizontal line on home page Sydney themeHi Darren,
We’d need to see a URL where the problem is visible.
Forum: Fixing WordPress
In reply to: Random Search Bar below footerHi Sheri,
The CSS styling is coming from a stylesheet within your theme (all.css). That indicates the search overlay is coming from your theme.
Forum: Fixing WordPress
In reply to: featured image not showing when shared on facebookHi Tiburcio,
Are you using an SEO plugin like Yoast SEO?
Forum: Fixing WordPress
In reply to: My wordpress site has dissapearedCan you still login to your GoDaddy account?
Forum: Fixing WordPress
In reply to: Unwanted space in table cellIt is extremely difficult to help with a URL to a page where we can see the problem.
Forum: Fixing WordPress
In reply to: Cannot save changes; no updatesHi there, did you try saving with all plugins deactivated at the same time?
Forum: Fixing WordPress
In reply to: Subject: Parse Error on WP-Includes when updating WordPress 4.2.2Did you try re-installing WordPress?
Dashboard > Updates and then click on “Re-install now”.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Compatible with custom tables?Hi Pim,
Sorry I never thanked you for the response. I do appreciate it 🙂
Forum: Fixing WordPress
In reply to: utf8mb4 and servers that don't meet MySQL requirementYep, thank you that’s what I assumed should happen!