mbova
Forum Replies Created
-
This is causing me big trouble too. Would be great if someone could fix it.
Forum: Fixing WordPress
In reply to: How to change requestquote widget's title font sizeThat works because the title you’re trying to change is an h2 inside a div with the class info_box.
.info_box h2 {}specifies that exactly.
For the Get In Touch button, look in style.css for
.info_box a { float: right; }and change it to
float:left;Forum: Fixing WordPress
In reply to: uploading and placing imagesIs that what you were doing?
Forum: Everything else WordPress
In reply to: WordPress project Release to New ServerIf this is going to be a regular occurence, consider syncing your live and development databases with a plugin like WP Migrate DB Pro
Otherwise, if you know the tables that have new records, you can always import specific tables in the live database.
Forum: Fixing WordPress
In reply to: Page transition with fixed navigation and footer barAre you creating the theme and looking for advice on how to code this type of effect, or are you the website owner/user and wondering if you can use a plugin to do it yourself?
This plugin will give you a similar effect, but if you want it to work exactly like the example you linked to, you will need to either find a theme that does what you want or hire a developer to create the theme for you.
Forum: Fixing WordPress
In reply to: My jpgs and pngs are not uploadingAre you able to upload other file types?
What hosting are you using?
Forum: Fixing WordPress
In reply to: How to change requestquote widget's title font sizeIf you want to change just that one heading, use this:
.info_box h2 { font-size:11px; }Try whatever font-size you want there.
If you want to change all H2 headings throughout the site, then you would find
h2 { }and change the font-size there.
I usually put modifications like this in a custom.css file. The easiest way to do that is to use a plugin like this: https://ww.wp.xz.cn/plugins/simple-custom-css/
Forum: Fixing WordPress
In reply to: How to change requestquote widget's title font sizeCan you please provide a link to a page you’re wanting to change the title font size on?
Forum: Fixing WordPress
In reply to: Links Do Not Work In SafariHello,
It looks to me like it is not specific to safari, but rather once you’ve gone to the For Sale page, no links work. What plugin are you using for IDX/MLS listings?
Thanks,
MichaelForum: Everything else WordPress
In reply to: Hacked constantlyOne method I’ve had success with is the following:
1. Migrate website to a new host (I like duplicator plugin for this)
2. Install and run Wordfence
3. Change all passwords (hosting, wp-admin, etc)
At this point, I had a clean site again and I migrated it back to the original host.
Who are you hosting with? Another example: I had luck with Godaddy cleaning the site up quickly and easily by activating their SiteLock feature.
I have the same problem. Disabled all other plugins besides p3 and still can’t see the scan button.