John Parris
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Title shows differently on Safari and ChromeHi,
You have a
float: left;on#logothat is causing it. You also have an invalidfloat: centerrule you can delete.Forum: Networking WordPress
In reply to: Creating new site is not possible :(Are you using WordPress multisite?
Does it work if you temporarily deactivate all plugins and activate the default Twenty Fifteen theme?
Forum: Fixing WordPress
In reply to: WordPress for a listing and member systemHi Michael,
Some plugins might get you most of the way to your desired solution, but still might require some custom development to get exactly the way you want.
For membership, purchasing, and vendor/customer communications, you might want to consider Easy Digital Downloads, along with its Marketplace Bundle add on. It will allow you to sell good/services, allow vendors/entertainers/whatever you call them to register and list their services, and for customers to buy them and send emails directly to the vendors. Some of the themes made for specifically for EDD and the Marketplace Bundle have a vendor contact form that makes it easy for them to do this via email.
For memberships, it really depends on how you see it working. You may find that the Recurring Payments add-on for EDD does what you need. If not, you might consider Restrict Content or Restrict Content Pro.
Hope this helps.
Forum: Fixing WordPress
In reply to: Wrong count number in count list of tag pageHi,
It could be. It could also be a conflict with another plugin or the theme. You should temporarily deactivate all plugins, switch to the default Twenty Fifteen theme, and see if that fixes it.
Forum: Fixing WordPress
In reply to: After uploaded the webpage doesn't displayHi Muriel,
I don’t see anything at that address but a Not Found error. http://cl.ly/image/3G02331O3R2P
Forum: Fixing WordPress
In reply to: Can't see dashboardHi,
Can you see anything when viewing the Plugins menu? If so, you can try temporarily deactivating all your plugins to see if it fixes the issue. If it does, start turning them on one by one until you find the one causing the issue. If it does not fix it, temporarily switch to the default Twenty Fifteen theme and see if that fixes it.
Forum: Fixing WordPress
In reply to: thumbnailsHi,
Are you referring the commercial theme called Maya? If so, you’ll need to ask the developers about it using their support system.
Forum: Fixing WordPress
In reply to: How to center a checklist icon on a pageHi,
It’s hard to say without seeing the code your checklist shortcode is outputting or the site it’s on. Maybe try a
<div>instead of<p>and see if it works.Forum: Fixing WordPress
In reply to: YouTube widget induced errorHi,
That looks like a widget included in a premium theme, right? If so, you’ll need to contact the theme developer about the issue.
Forum: Fixing WordPress
In reply to: How do I quickly uncoolor all text marked in blue?Hi,
Can you link me directly to a page with the blue text?
Forum: Fixing WordPress
In reply to: Masonry Layout problemIf the file really does exist but you’re getting a 404 error when trying to load it, that’s either a weird plugin conflict or a misconfigured web server. That’s the only file you get this error on?
Forum: Hacks
In reply to: Displaying Widget title in it's settings screenSo you have a title typed in and saved in the widget? Can’t tell because the widget is collapsed in the screenshot. Does it show on the front end but not back end? If so, only thing I can see at a quick look is maybe try adding an ID too.
id="<?php echo $this->get_field_id( 'title' );"Glad to hear it! Thanks for the update.
Forum: Fixing WordPress
In reply to: Permalink & author changes on saveAwesome! Glad to hear it’s working now.
Forum: Fixing WordPress
In reply to: How to set marginsAwesome! Glad to help.