chloeponee
Forum Replies Created
-
Hi,
My hosting provider has solved it: I had included ‘www.’ in my settings. Now that it’s changed to mug-cakkes.nl, it works!
Thanks for the support πForum: Fixing WordPress
In reply to: Remove ‘category’ from URLIt seem to work now, not sure how I fixed it! Thanks for your help.
Hi,
thanks for your reply.I don’t see any errors highlighted on my Plugins dashboard.
I’m using Mijn Host https://mijn.host/.
If you think it’s related to their hosting, I could ask them to troubleshoot.Forum: Fixing WordPress
In reply to: Remove ‘category’ from URLThank you. I’ve removed the prefix now, but this broke the link to those categories, even though the elements such as the menu items, seem to direct to the correct link?
Any idea how to fix this?
Thanks for your help and patience!Hi,
I just disabled it- but didn’t seem to work.. I also disabled two more other plugins (Autoptimize and 404 to 301) just in case, but no luck.
Forum: Fixing WordPress
In reply to: Remove ‘category’ from URLHi,
That worked, but I guess I phrased my question incorrectly. I want the category itself to be visible, but not the ‘category’ prefix.
So, instead of https://mug-cakes.nl/category/recepten/chocolade-mug-cakes/ I want it to be https://mug-cakes.nl/recepten/chocolade-mug-cakes/
‘Recepten’ here is one of the possible categories.Hi Leonard,
Thanks for that documentation, that’s really helpful. However, I’m still experiencing the same issue, even after clearing the full cache again. I checked multiple devices.
My plugin settings looks like this https://ibb.co/p65hzzzD
Something else might still be blocking it?
I remember using the plugin in the past and never had this issue.Forum: Fixing WordPress
In reply to: Text overflows main container on mobileThat worked, thank you π
Hi,
Thanks for your help- good to know you don’t experience any issues.
I’ve noticed it on Safari (using Browserstack) : https://ibb.co/x825901XForum: Fixing WordPress
In reply to: Cookie banner keeps reappearing after declining/acceptingThank you, will move the thread to that forum.
The invalid domain message is probably because I just removed the domain name to test something out. I’ve put it back in.Hi,
I found the issue: it was a bracket that missing from a media query! Typical.- This reply was modified 1 year, 4 months ago by chloeponee.
Hi, Thanks for the swift response.
I tried the above, but unfortunately the issue is unresolved.
It’s hard to tell if it’s the theme, because the other themes like Twenty don’t have the ‘Customizer’ option so I can’t replicate the issue on those themes.Forum: Developing with WordPress
In reply to: Add input labels to wp-comment formThanks for the swift response. I understand the nesting, but I don’t know how to translate that into PHP as I’m working from the comments.php file in WordPress rather than HTML/CSS.
Here are the relevant lines:'author' => sprintf('<label for="author">'. __('Naam') . ' <span class="required">*</span><input placeholder="%s" id="author" name="author" type="text" value="%s" %s/>' , esc_attr(__('Naam', 'loc_canon')) , esc_attr( $commenter['comment_author'] ) , esc_attr($aria_req) ), 'email' => sprintf('<label for="email">'. __('E-mailadres') . ' <span class="required">*</span><input placeholder="%s" id="email" name="email" type="text" value="%s" %s/>' , esc_attr(__('E-mailadres', 'loc_canon')) , esc_attr( $commenter['comment_author_email'] ) , esc_attr($aria_req) ),I added the following before each of the two input tags:
'<label for="author">'. __('Naam') . ' <span class="required">*</span>Forum: Developing with WordPress
In reply to: Add input labels to wp-comment formThanks George.
I just managed to add those two labels in using some of the PHP guidance here https://wpengineer.com/2214/adding-input-fields-to-the-comment-form/. That’s why you can see them.
However the labels seems to not appear correctly on my laptop (Chrome): https://app.gemoo.com/share/image-annotation/568516413579104256?codeId=vJ9abOeqzoKob But they look fine on yours?
What would be a better way to nest those labels?- This reply was modified 2 years, 7 months ago by chloeponee.
Forum: Developing with WordPress
In reply to: Add input labels to wp-comment formThanks for your reply. I tried the plugin but it seems incompatible with my version of WordPress/my theme so I removed it again.
I tried following the PHP procedure, but my script looks different to the one in the tutorial, so I don’t know how to change it so I can add input labels and asterisks.This is how my PHP file looks: https://app.gemoo.com/share/image-annotation/568515191098871808?codeId=vJ9abOeqzoKob&origin=imageurlgenerator
I managed to add ‘labels’ in, but they are not linked to/sitting above the input fields: https://app.gemoo.com/share/image-annotation/568516413579104256?codeId=vJ9abOeqzoKob
Any idea how to add input labels and asterisks? I don’t understand why this is not the WP default..
- This reply was modified 2 years, 7 months ago by chloeponee.