adminmax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom html widget background color in footerThanks, this works. I had figured out it was caused by some table formatting, and tried some custom css, but could not figure out the right one…
Forum: Fixing WordPress
In reply to: Custom link for Gallery widget picturesyes, I figured out a way to make it work. I used another gallery widget that came with a plug in called “Widgets for SiteOrigin” . with this one the option was present.
however I am still wondering if it is possible with the default gallery widget option, as it showed up a little bit better on mobile.
Thanks
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Redirects to home pageGreat it works!
I suggest you add this valuable information to the setup instructions!
Thanks
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Redirects to home pageI noticed that if you write the url without the www. , Then it redirects you to the main domain… Not an important issue but is there any way to fix this?
Thanks
Forum: Plugins
In reply to: [Multiple Domain Mapping on Single Site] Redirects to home pageIt somehow fixed itself! I changed nothing … Anyway you are right now it works! Maybe I just needed to wait a bit, I had just purchased the domain and changed the records recently…
Thanks!
Forum: Fixing WordPress
In reply to: Footer menu change mobile appearanceAlright I found out the solution… I didn’t have the right class name.
I found it by inspect element function on chrome.
Then added the right CSS in custom CSS
` @media screen and (max-width: 767px) { #footermenu {
color: #000000;
background: #666666;
border-color: #666666;
font-size: 14px;
}
}Forum: Fixing WordPress
In reply to: Footer menu change mobile appearanceI understand that but I just want to change the appearance of the footer menu on mobile… Any tips?
Forum: Fixing WordPress
In reply to: Footer menu change mobile appearanceThere hasn’t been a reply on that forum for over a year…