-
Created a topic, So Easy, on the site WordPress.org Forums:
So easy after you've done it once. No issues other tha… -
Posted a reply to Centering Accordion/Toggle Content Text, on the site WordPress.org Forums:
Hi, Lots of align options here: https://www.w3schools.com/csS/css_align.asp -
Posted a reply to Stop cursor from changing to hand when hoevering over icons, on the site WordPress.org Forums:
Hi, Use CSS on the offending element, see https://www.w3schools.com/csSref/pr_class_cursor.asp for options. -
Posted a reply to Centered button in reusable block aligning left, on the site WordPress.org Forums:
Hi, It needs to be like this: <div class="wp-block-buttons aligncenter"> <div class="wp-block-button aligncenter is-style-fill"> <a… -
Posted a reply to Looking for a reservation plugin not working like any other, on the site WordPress.org Forums:
Have you tried Booknetic? -
Posted a reply to Marks a location Google maps, on the site WordPress.org Forums:
Hi, Have you tried WP Google Maps plug-in? -
Posted a reply to Logo area becomes a small grey square before it loads the logo, on the site WordPress.org Forums:
Hi John, I'm unsure if this will help but try setting the background-color to transparent… -
Posted a reply to Footer menu not appearing at bottom for short pages, on the site WordPress.org Forums:
Hi, I'm fairly new to CSS but I hope this helps: On your DIV id="content"… -
Posted a reply to Customer accounts, forms, and questionnaires, on the site WordPress.org Forums:
Hi, I'm new to WordPress but I know of two recommended plug-ins that may help.… -
Posted a reply to Ajax best approach, on the site WordPress.org Forums:
Oh I see, thought there might be more to it. When I get time I'll… -
Posted a reply to Ajax best approach, on the site WordPress.org Forums:
Hi, I tried admin-ajax.php and admin-post.php instead of index.php but they didn't work so I… -
Posted a reply to Ajax best approach, on the site WordPress.org Forums:
Thanks yet again for replying. Firstly, glad you had a little fun at my expense,… -
Posted a reply to Ajax best approach, on the site WordPress.org Forums:
Hi bcworkz, Thanks again for your reply. Yes, essentially that's what I'm doing as it's… -
Posted a reply to Cannot launch Wp using DuckDNS url, on the site WordPress.org Forums:
Hi Chris, As I'm new to WordPress myself I may not be that helpful but… -
Posted a reply to Ajax best approach, on the site WordPress.org Forums:
Hi, Just read this article on https://10up.github.io/Engineering-Best-Practices/php/#performance AJAX Endpoints AJAX stands for Asynchronous JavaScript and… -
Posted a reply to Ajax best approach, on the site WordPress.org Forums:
Hi bcworkz, thanks for your input. Considering I need access to the WP_Query object since… -
Posted a reply to Ajax best approach, on the site WordPress.org Forums:
So, the best option is to use the slower admin-ajax.php method but it will be… -
Posted a reply to Ajax best approach, on the site WordPress.org Forums:
Hi Joy, This is just a small part of the site whereby any unauthorized user… -
Posted a reply to Ajax best approach, on the site WordPress.org Forums:
Hi Joy, Thanks for the reply. The goal is to have a multi step form… -
Posted a reply to add_rewrite_rule works in functions.php but not in plugin, on the site WordPress.org Forums:
Resolved -
Created a topic, Ajax best approach, on the site WordPress.org Forums:
Hi folks, I need some advice on using Ajax with Wordp… -
Posted a reply to add_rewrite_rule works in functions.php but not in plugin, on the site WordPress.org Forums:
Thanks for the actions during a page request link, seen that page on a video… -
Posted a reply to add_rewrite_rule works in functions.php but not in plugin, on the site WordPress.org Forums:
Hi Joy, Thanks for the reply. I was just coming on the forum to make… -
Created a topic, add_rewrite_rule works in functions.php but not in plugin, on the site WordPress.org Forums:
Hi folks, I'm new to WordPress particularly the develo…