Wayne22224
Forum Replies Created
-
Yeah, I am having this same issues, I have tried both a direct url from a ftp and uploading the files to the site with nothing working?
Forum: Fixing WordPress
In reply to: Need help restricting access to site?We have employees all over the US, so they are not all necessarily in house. They are also using their own computers for their business’s, so we can’t really keep track of all ip’s or anything like that.
Forum: Fixing WordPress
In reply to: Need help restricting access to site?I’m not exactly wanting to just password protect the site, im going to have over 500 or more people needed to access this at anytime. I don’t want to have to have a password for all of them or just one single password. That would not work?
Any other suggestions that may not necessarily be a plugin? Maybe Apache or something along those lines?
Forum: Fixing WordPress
In reply to: Need help restricting access to site?Anyone able to help with this?
Forum: Fixing WordPress
In reply to: Need help restricting access to site?Let me also say we are not wanting them to log into the site if possible we just want them to be able to go and view the site. But only be able to access it from the main company.com website, and not from any other site.
Forum: Plugins
In reply to: [underConstruction] Broken on 3.8.1?I have resolved this myself, i was using a cache system and it was just caching the old pages, not the new under Construction page. Works now!
Forum: Plugins
In reply to: [Instapress] [Plugin: Instapress] css not working for custom widget?After messing around with it for a little i was able to get this fixed by added its own div around the short code to place it in a container. Check it out below. But im still not sure if this is the best way to do it or not but its working for me so far, im sure until i run into something else.
<div id="instagram_container"> [instapress tag="snowboarding" piccount="9" size="80" effect="fancybox" paging="0"] </div>This code is for the text area widget that im using on my site.
This is the css i used to get it to center up right.
#instagram_container{ padding: 5px 0 0 10px; float:left; }This is the same thing im trying to figure out? Is there a way to do this?
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Different Departements?Great thank you!
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] Different Departements?Thanks for the reply great info, but how could i add more than one email per field?
[select your-recipient "CEO|[email protected],[email protected]" "Sales|[email protected]" "Support|[email protected]"]Would that be right?