jacsify
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile Menu covering SliderI managed to get assistance from the plugin author…
FYI for anyone who needs help:
Add the code below to the custom CSS option inside the general options tab.
@media only screen and (max-width: 1023px){ .mobmenu-push-wrap, body.mob-menu-slideout-over { padding-top: 127px!important; } }
Clear the cache and test again. Let me know the result.
THANK YOU! That worked perfectly! Changed it to 138px though as on smaller screens (iPhone X) it was still a little bit too hidden. But it’s worked. So happy!!
- This reply was modified 5 years, 9 months ago by jacsify.
Forum: Fixing WordPress
In reply to: Mobile Menu covering SliderIf you goto the url https://www.wagawhey.com on your mobile the Mobile Header Menu covers the slider. I don’t want to change the opacity of the Mobile Header Menu, I want the slider to show below it. I can’t change the margin/padding of the slider with CSS or in the settings of the Rev Slider otherwise this will change the view on desktop.
Please see pic
Also, I don’t want to change the opacity.
- This reply was modified 5 years, 9 months ago by jacsify.
Forum: Fixing WordPress
In reply to: Mobile Menu covering SliderMuch appreciated!!! Can wait ??
Forum: Fixing WordPress
In reply to: Mobile Menu covering SliderSee image… The Mobile Menu is covering the Slider.
Forum: Fixing WordPress
In reply to: Firefox & Safari display issues – header and sliderGreat, so I’m not going crazy ??
Any idea how I can fix this?
Forum: Fixing WordPress
In reply to: Firefox & Safari display issues – header and sliderHow weird. I am also on same versions, however on Mac, but seeing something different. Have uploaded images to show issues.
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Not RedirectingHi,
Did what you suggested and no EMR errors are coming up.
We are not using Cloudflare and PHP version is 7.
Forum: Plugins
In reply to: [Equivalent Mobile Redirect] Not RedirectingHi. I still have the same issue. It is not working! Yes, tried deactivating W3 Total Cache plugin.
Forum: Fixing WordPress
In reply to: Configuration ErrorNeve theme broke the WordPress installation somehow. Had to reinstall and start from scratch. Thankfully it’s a new site so not much was done. The makers of Neve do not help unless you upgrade the Theme to Pro version.
Forum: Localhost Installs
In reply to: cURL error 28 on localhost updatesPlease can someone ELI5 (explain like I’m five) how to fix this error. I’m getting it when I try to add my API token to Mailchimp.
[Mailchimp says: API Request Error – cURL error 28: Operation timed out after 60001 milliseconds with 0 bytes received]
TIA
Forum: Fixing WordPress
In reply to: Background colour – Full width featured area Child ThemeClosing topic
Forum: Fixing WordPress
In reply to: Background colour – Full width featured area Child ThemeReceived the code from CyberChimps ??
For those struggling with the same thing – this worked for me:
#wrapper { background: rgb(248, 236, 194); background: rgba(248, 236, 194, 0.5); border: none; }
Forum: Fixing WordPress
In reply to: Background colour – Full width featured area Child ThemeThe site is up now. Please see the following page and help me with the CSS that will change the background colour of all the pages using Full width featured area from white to a semi opacity creamy colour. As I said in the OP, I’m new to CSS so I don’t fully understand what code to use and where to put it. THANKS!