caldoverde
Forum Replies Created
-
Sent.
Hi Patrick
Yes the URL is complete and as it should be. I’ve checked and resubmitted it several times. Google won’t accept it.
Hi Patrick
Sorry for the delay. For some reason your reply notification went into my Junk folder and I only just found it. As I outlined in my original support request, I did not get as far as enabling APIs because in the Create OAuth Client ID screen, Google does not accept the redirect URL generated by Forminator in my WP Admin so I can’t generate the Key and Secret.
https://monosnap.com/file/0cy4PKUDn8urG7quhhcf1iSu8wLK0t
Consequently the Credentials page shows none.
Hi Patrick
I will gladly do so but I don’t know my way around Google at all so I don’t know what you want to see or where to find it. If you can please give me directions to the page(s) you want me to screenshot, then I’ll upload them.
Hi Nebu John
Thanks for such a quick response. I checked the OAuth Consent Screen and there are no scopes of any type defined.
Forum: Plugins
In reply to: [The Events Calendar] Massive styling issues with ver 5.5.0 and up@highprrrr many thanks. I don’t have a subscription so couldn’t access the download of the previous version but the edit to the wp-config.php file worked just fine.
Bingo! Thank you!
Forum: Themes and Templates
In reply to: [Hitchcock] Social menu icons not showing after latest updateHi Anders. Thanks. I just deleted the fa folder in the child theme and copied across the one from the parent. That worked! And now the Pinterest icon works too (it never did before)!
Forum: Themes and Templates
In reply to: [Hitchcock] Social menu icons not showing after latest updateHi Anders
Thanks for the response. How very odd. I’m not seeing the icons. I don’t think it’s my end as I’ve just checked in other browsers that I haven’t used on the site in months if not years. I can’t upload screenshots here but Chrome (default browser) and Safari both show box outlines and Firefox has 4-digit code numbers all beginning with F.
Forum: Themes and Templates
In reply to: [Hitchcock] Events display broken after updateI also noticed another couple of glitches following the update which I missed in the panic about the disappearing events.
The summary blog posts page (Latest Posts) no longer has the facility at the bottom of the page to go to the next page(s) of posts, rendering them effectively inaccessible.
The social media menu icons are not displaying below the site title and tagline. I checked everything is as it should be in the child theme customiser and it’s all there.
Forum: Themes and Templates
In reply to: [Hitchcock] Events display broken after update@anlino Anders thank you! You’re a life saver! That’s given me my events back.
But also it’s now defaulting to the singular page display for the summary events listings instead of the archive style. I would like it to use the archive listing to be consistent with the rest of the site and because the individual events display is horrid and I can’t seem to get the images to display any larger than the in-line thumbnail. Is there a simple line of php I can add to the child theme functions to get it to do that or is this something I need to take up with The Events Calendar people?
Also, I would like the featured image of the events to display as it does in the posts full width across the top of the content. Again, is there some simple code I can add to either the theme or plugin files for that?
(My coding knowledge is restricted to html/css, though I can more or less find my way around php files and make edits in the right places.)
Forum: Themes and Templates
In reply to: [Hitchcock] Events display broken after updateJust to add, I’m going to leave the site as is for 24 hours but then I’m going to have to go back to the previous version of the theme because I can’t have the events inaccessible, so if you’re not able to look at this later today then you won’t see it when you click on the link.
And yes. I deactivated every single plugin.
The htaccess file above is from the subdirectory containing the WP install. If you want the one at root, I can send that too.
Oh that’s interesting. I had problems with WP Super Cache before so I uninstalled it and deleted it. It no longer shows up in my plugins list. Neither is there a folder for it in the plugins folder on the server.
htaccess …
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPress # BLOCK author username query <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_URI} !^/wp-admin [NC] RewriteCond %{QUERY_STRING} author=\d RewriteRule ^ /? [L,R=301] </IfModule> # END block username searches # BEGIN WP CERBER GROOVE # Protection of admin scripts is enabled (CVE-2018-6389) <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_URI} ^(.*)wp-admin/load-scripts\.php$ [OR,NC] RewriteCond %{REQUEST_URI} ^(.*)wp-admin/load-styles\.php$ [NC] RewriteCond %{HTTP_COOKIE} !cerber_groove_x_wMvKiZnJVDENFfyWULuYg8TP1xjprk=qZf3CvJETtAY7M6DeuKcap5Pg1x2i RewriteRule (.*) - [R=403,L] </IfModule> # END WP CERBER GROOVEI did all that before I posted here. I didn’t disable the theme because I haven’t updated it or changed it since the plugin was working fine.