David Radovanovic
Forum Replies Created
-
that worked beautifully… thanks! I also flushed my server’s cache via:
#telnet myserver.cache.amazonaws.com 11211
#flush_all
#quitTo refresh apc.
#service php-fpm restart
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Works on Multisite“Setting up multi-domain ssl for WPMU is complex however the primary issue is that it is a combination of business and technical to make it work. Obviously there is the domain validation across multiple sites, this is time consuming. A major problem is that WPMU hardcodes urls in the database (as opposed to single install which does not) – this is compounded by the fact that plugins also create tables some of which will have hardcoded urls. This requires db dumps and selective updates as there are guids with urls, if you change these the site breaks. After that you have the ssl installation and that in itself causes further issues as you need redirects to the new http sites along with certificate chains.
The next challenge is the tidy up of http which causes mixed content, some plugins hardcode the http directly which ideally should be updated. Then you get to cdn (content delivery networks) – these need their own multi-domain certificates to route the images, css & js of which most cdn plugins have issues with multisite. Setting up the distributions are done on a site by site basis. All in all setting up WPMU multi-domain ssl is medium complexity, with cdn it is much more complex, but the most challanging part is that it is time consuming – taking anything up to days to setup correctly. A technical only resource will have trouble doing it – a business only resource will have the same problem – because you need both business and technical skills to make everything click together – ssl needs to be exact and there are no shortcuts. –Serpyre”
Thanks Serpyre!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Works on MultisiteI just installed ssl on a multisite. I will be providing the gotchas in the next several days. I believe this plugin is to correct encrypted/mixed content errors.
Forum: Plugins
In reply to: [Modal Dialog] different modals in different specific pagesYannick, what do you mean by “, then to edit the pages in the editor and select the Modal Dialog to appear in the Modal Section that is part of the page editor.”? Can you please clarify? Thanks!
this is an awesome google calendar plugin… thank you!
Forum: Plugins
In reply to: [HTML Import 2] Import TD class as existing Custom FieldI’m sorry you’ve been ill. Hope that you’re feeling well now. No, we haven’t corresponded my email about this issue and no I never sorted it out. Maybe you could offer a solution. Thanks!
Forum: Fixing WordPress
In reply to: Can't make any changes to blog page of websiteIf you are not receiving error messages, then it’s probaby a cache-related issue. Firstly, try clearing your browser’s cache then reliad the page.
Forum: Themes and Templates
In reply to: accessing a siteIs your customer’s credentials for his Web Host account or Elegant Themes account?
Forum: Everything else WordPress
In reply to: moving wordpress.com blog to my own domainForum: Fixing WordPress
In reply to: No media attachments found but media list shows 116 imagesimages don’t actually exist in database though references to them do. Look on your server and see of they physically exist. Then, if they are still present on your server you could use esmi’s suggested plugin.
Forum: Everything else WordPress
In reply to: moving wordpress.com blog to my own domainRead this and make an informed decision – http://en.support.wordpress.com/com-vs-org/
Forum: Everything else WordPress
In reply to: moving wordpress.com blog to my own domainIn order to have full rein of plugin installations and customization of theme templates, etc. you’ll need a “self-hosted” WordPress site which is supported via WordPress.org. If this is the route you would like to take, I could give you some pointers.
Forum: Fixing WordPress
In reply to: centering a videostill doesn’t appear center because of nav padding. Try:
#header .main-nav { height: 41px; width: 100%; /* padding: 0px 0px 0px 50px; */ background-color: #46a1b4; background-clip: padding-box; -moz-background-clip: padding-box; -webkit-background-clip: padding; position: absolute; left: 0px; bottom: 50px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.1)), to(rgba(0,0,0,0))); background-image: -webkit-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); background-image: -moz-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); background-image: -ms-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); background-image: -o-linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); background-image: linear-gradient(top, rgba(255,255,255,.1), rgba(0,0,0,0)); }Also, use a child theme of your Med Vantage theme so that you can upgrade the Med Vantage without breaking the site.
Forum: Your WordPress
In reply to: Any Suggestions for making this website better?A bit deceptive. Are you offering medical solutions or legal advice?
Forum: Fixing WordPress
In reply to: Fatal Error MessageSeems like you’ve fixed the error? Please share.