centrespot
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] open event in new tabBrilliant, it works great
Thanks for your help, it’s saved me hours of heartache trying to sort it.Forum: Plugins
In reply to: [The Events Calendar] open event in new tabHi Leland
The website is https://pellis.online/
In the left side menu there is a link to “UPCOMING EVENTS” that opens a page of events.
When the page has loaded and the user clicks on an image (event) I want it to open in a new browser tab so that the user can always refer back to the original tab for the other events.Kind regards
FrankHi Champ Camba
Wordpress 5.3.2
UM 2.1.4Thanks for your perseverance
Hi Champ Camba
Tried that and didn’t make any difference, problem still exists
RegardsThe custom field is “user sport”
see hereI loaded the latest copy and removed my chrome extensions but the issue is still there.
The recaptcha works fine with firefox and also with chrome on a mobile phone but the windows laptop has an issue (keeps spinning).
I can’t expect my customers to alter their browsers to get this to work so I am suggesting there is an issue with the UM recaptcha extension.
RegardsForum: Fixing WordPress
In reply to: Can’t edit main theme php files after upgrading to 4.91and1 ‘unlimited Pro’ package
Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.
All plugins deactivated
Theme set to Twenty Seventeen
Editor works fine
My problem starts when a child theme is created and active
- This reply was modified 8 years, 4 months ago by centrespot.
- This reply was modified 8 years, 4 months ago by centrespot.
Forum: Fixing WordPress
In reply to: Can’t edit main theme php files after upgrading to 4.9@clorith For your reference, if I have my child theme active then I can’t update any files using the editor but if I make one of my parent themes active I can then update the parent files and also update the child files through the theme editor (theme-editor.php)
Forum: Fixing WordPress
In reply to: Can’t edit main theme php files after upgrading to 4.9My .htaccess is as follows
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
My installation was via 1and1.co.uk
Forum: Fixing WordPress
In reply to: Can’t edit main theme php files after upgrading to 4.9[BackuPs] Yes it works as it should using all my parent themes but as soon as I try a child theme the problem starts.
Like everyone else I first removed all the plugins but that didn’t make any difference.Forum: Fixing WordPress
In reply to: Can’t edit main theme php files after upgrading to 4.9I have the same issue, I have a child theme and found that if I revert back to a parent theme all works fine.