GeraldW
Forum Replies Created
-
actually ignore me. took some time but seems to be disabled now
Forum: Plugins
In reply to: [WP Google Review Slider] Review disappeared but star rating is still thereI have tried to post this in the pro version support forum and it refuses to post as well. Not sure what is up with that. I log in and hit post and it just keeps asking me if I am human and refreshes the captcha code. Nothing I do seems to work. Very frustrating.
SmushIt has also broken my vimeo links
Before smushit my embedded vimeo links on mobile resized to fit the page.
Now they either hang over the edge of the page on mobile (essentially unusable now) or don’t even show in Chrome at the moment.
See here for screenshot
I have disabled iframe in the lazyload option but no luck.
Hey, I ended up following your tutorial of finding my location ID and entering that in manually and it is up and working now.
Thanks,
GeraldForum: Plugins
In reply to: [WP Google Review Slider] Changing review box font styleHere is the CSS I have added:
.wprevpro_t1_P_3 { font-size: 22px; font-family: “Raleway”, Helvetica, Arial, sans-serif; }
And after I click save settings it turns to this
.wprevpro_t1_P_3 { font-size: 22px; font-family: \”Raleway\”, Helvetica, Arial, sans-serif; }
Which invalidates my font-family settings.
I am having the exact same problem. I recently changed address of my business… and have changed the address on my google business console too.
I am having the exact same problem where no reviews are being retrieved even though my API is working.
If anyone has any advice on how to fix this it’d be great!
Forum: Themes and Templates
In reply to: [OnePress] Mobile Menu disproportionate on front pageI have the same problem. On mobile the menu and top area take up so much of the room. Also once you have clicked the menu button, if you don’t want to click any of the buttons there is no way to clear the menu away. This can be frustrating for users.
Ideally I think there should be a way of not displaying the menu on mobile, especially as it is a 1 page scrolling theme there is far less need for it…
Is there a way to implement something which removes the menu on mobile devices or removes it depending on screen size?
www. poachedeggpictures. com.au – view that on mobile and tell me what you think
- This reply was modified 7 years, 9 months ago by GeraldW.
Forum: Themes and Templates
In reply to: [OnePress] Team member photos not filling area in 2 column modeI got this in an email from them
“Hi there,
Please create new : section-parts/section-contact.php in your Child theme, then copy paste this : https://snippi.com/s/8ozlci1
Kind Regards,”
Forum: Themes and Templates
In reply to: [OnePress] Team member photos not filling area in 2 column modeHey hey,
That fixed it. Will I need to keep that there come the next update?
Thanks so much for the quick fix!
Cheers,
GeraldForum: Themes and Templates
In reply to: [OnePress] Team member photos not filling area in 2 column modeHey there,
Here is the link to my site.
https://www.poachedeggpictures.com.au/
Thanks for having a look
cheers,
GeraldThanks Paul!
Forum: Fixing WordPress
In reply to: Building a WP site alongside an existing non-WP siteHeya WPyogi,
Do you suggest I use the last option, “Pointing your home site’s URL to a subdirectory” in that guide to achieve what I want?
Cheers,
GeraldForum: Plugins
In reply to: Twenty Twelve, moving content (page menu footer) left or right on siteOK. so i figured it out… I added
body { padding-right: 600px; }
But it now doesn’t work on mobiles. If this is the case and there is no easy way to fix it. I won’t be too devastated. But if there is a way to have the content not centered on desktops but still correctly render on mobiles that’d be amazing!
Forum: Plugins
In reply to: Twenty Twelve, moving content (page menu footer) left or right on siteWhen I use Firebug it adds
style="padding-right: 100px
into this
<body class="page page-id-4 page-template-default logged-in admin-bar custom-background full-width custom-font-enabled single-author customize-support" style="padding-right: 100px;">
but I’m not sure what to take of that and stick in my child theme