Suzi Berman
Forum Replies Created
-
@mbrsolution:
A: On this tab in the All in One settings, “Cookie Based Brute Force Prevention”Secret Word: Choose a secret word consisting of alphanumeric characters which you can use to access your special URL. Your are highly encouraged to choose a word which will be difficult to guess: _______
The secret word field is blank. So that means no secret word needed. If there was a secret word, then I would need to have it as well as the client right? However I am able to login and access the page fine. She is not.
(@g0tr00t): Had the client already logged into wp-admin recently from the device(s) they used?
A: That I do not know. She may have logged in as a customer, as the site initially was built using woo-commerce(@g0tr00t): You might want to have them try a different device or at least a different browser as the problem may be related to the “wp-postpass_*” cookie.
A: That is what I thought too. I asked her to try at home and at work using different computers. She got the exact same result. I DID forget to ask her to sign out of her browser though.She is accessing the login redirect page, that is, the page that was renamed for wp-admin. Is there a different secretword to set up in the plugin, different from renaming the login?
Forum: Themes and Templates
In reply to: [Mesmerize] Mobile styling questions: logo, bulletsResolved. Support from Extend Themes was excellent (on their website)!
Forum: Themes and Templates
In reply to: [Mesmerize] Mobile styling questions: logo, bulletsFor 1st issue, this CSS worked:
@media screen and (max-width: 468px){
div ul li{
text-align:left !important;
}
}Forum: Themes and Templates
In reply to: [Mesmerize] Mobile styling questions: logo, bulletsFor 2nd issue (make the logo larger on mobile but not on desktop) this CSS worked:
@media screen and (max-width: 480px) {
.logo_col {
max-width: 60%!important;
}
}Forum: Themes and Templates
In reply to: [Mesmerize] Mobile styling questions: logo, bulletsAlso, the top bar with the phone, email and social icons. Is there a way to display that on mobile too?
Forum: Plugins
In reply to: [Visual Form Builder] VFB Widget Messed Up After Last UpdateResolved.
Forum: Plugins
In reply to: [Visual Form Builder] VFB Widget Messed Up After Last UpdateThe problem was with SiteOrigin, not VFB. Had to rollback SiteOrigin to previous version and then the VFB widget worked.
Forum: Plugins
In reply to: [Social Share Icons & Social Share Buttons] Doesn’t workhttps://themortgagegotoguy.com – The plugin isn’t working. It’s been configured. It looks great, exactly as I want it to. But none of the buttons are linking to the social networks.
For example, FB icon should link to https://www.facebook.com/TheMortgageGoToGuy/
Instagram should link to https://www.instagram.com/jeffberman12191/
Yelp should link to https://www.yelp.com/biz/jeff-berman-primelending-dallas
And so on.
How do I make the links work? I have set up the links under “What do you want the icons to do?” Such as “The facebook icon should allow users to…
– Visit my Facebook page at: https://www.facebook.com/TheMortgageGoToGuy/”I was able to compress all images on the old server, download the zip file, upload the zip file into the new server, and unzip. Issue solved.
With the help of my web host, I was able to access the wp-admin. It required deactivating all plugins so now I have to go thru and figure out which was the culprit. There is still the issue of all images are missing.
Forum: Plugins
In reply to: [EC Authorize.net] Remove shipping section, Center logo1) Center the logo –
There was no coding fix. I simply edited my logo to add white space on left/right and then reloaded the logo image.
2) Remove the “shipping information” section –
This ended up being a setting within the Authorize.net account. There were checkboxes that had to be unchecked within the client’s account.Hello, I had to uninstall iThemes security to get back in. Every time I activate the brute force option to hide login screen, it hides the “submit” button on the login page and I’m locked out. Unsure how to fix this. Really liked that feature.
Forum: Plugins
In reply to: [Visual Form Builder] Checkboxes & radio buttons won’t work in ChromeIn case anyone is having the same issue, I fixed by adding this CSS:
input[type=”checkbox”]{
-webkit-appearance: checkbox; }
input[type=”radio”]{
-webkit-appearance: radio; }Working so far.