eadwig
@eadwig on WordPress.org
- Member Since: August 25th, 2013
-
Created a topic, Slide link not working, on the site WordPress.org Forums:
Hello I'm using the Classic them of this plugin. Most…10 months ago
-
Posted a reply to How do you add the playsinline attribute to video slides?, on the site WordPress.org Forums:
Sorry, the video auto-play was barred by my limited bandwidth. Ticking Auto slideshow does successfully…1 year ago
-
Created a topic, How do you add the playsinline attribute to video slides?, on the site WordPress.org Forums:
Hello The history of updates in the page below says V…1 year ago
-
Created a topic, How do you get the alt attribute values of images?, on the site WordPress.org Forums:
Hello I would like to get the alt attribute value of …1 year ago
-
Posted a reply to Cannot validate checkbox type form field, on the site WordPress.org Forums:
The solution including the use of !isset() conditional check worked for me: https://stackoverflow.com/questions/48003184/add-checkbox-to-register-form-of-theme-my-login-terms-and-conditions1 year ago
-
Created a topic, Cannot validate checkbox type form field, on the site WordPress.org Forums:
Hello Although I read Advanced Topics time again, I s…1 year ago
-
Posted a reply to Making added custom fields required, on the site WordPress.org Forums:
Apologies, I was too confused not to notice the function duplicates. The code given in…1 year ago
-
Posted a reply to Making added custom fields required, on the site WordPress.org Forums:
Putting all the code as shown above into theme-my-login-custom.php still returns the following error: I…1 year ago
-
Posted a reply to Making added custom fields required, on the site WordPress.org Forums:
Hello I embedded the PHP code given for each Example ( https://docs.thememylogin.com/article/62-adding-extra-registration-fields.) in functions.php and…1 year ago
-
Created a topic, Making added custom fields required, on the site WordPress.org Forums:
Hello Thanks for the useful plugin. It's served as ma…1 year ago
-
Created a topic, Want to get all of the images associated with a post, on the site WordPress.org Forums:
Hello I would like to get all of the images associate…2 years ago
-
Created a topic, Retrieve all of the data of a specific field type, on the site WordPress.org Forums:
Hello I created multiple fields of the image field ty…2 years ago
-
Posted a reply to the_content() returns: Warning: count() error., on the site WordPress.org Forums:
Putting the_content() or get_the_content() inside a loop fixes. This error has been reported as a…2 years ago
-
Posted a reply to WordPress does not recognize $_GET post filters, on the site WordPress.org Forums:
Setting 'Your Homepage Displays' to the latest posts and replacing front-page.php with index.php has fixed…2 years ago
-
Created a topic, Form started working once switched back to default reading settings but why?, on the site WordPress.org Forums:
Hello everyone I struggled for a while trying to get …2 years ago
-
Posted a reply to WordPress does not recognize $_GET post filters, on the site WordPress.org Forums:
Enabling Debug Mode returned an error message as follows: The meaning of the error was…2 years ago
-
Posted a reply to WordPress does not recognize $_GET post filters, on the site WordPress.org Forums:
Replacing 'post_title' with 'title' or pointing to http://localhost:8888/test/?orderby=title&order=ASC returned the same blank page with no…2 years ago
-
Created a topic, WordPress does not recognize $_GET post filters, on the site WordPress.org Forums:
Hello I have to implement filters for the list of pos…2 years ago
-
Posted a reply to Can duplicate array elements be removed from the tag list?, on the site WordPress.org Forums:
The code above began showing all of the tags once the posts_per_page greater than the…2 years ago
-
Posted a reply to Can duplicate array elements be removed from the tag list?, on the site WordPress.org Forums:
The code of the tag list as shown above can only show tags of posts…2 years ago
-
Posted a reply to Ad Group only shows one image add, on the site WordPress.org Forums:
That's great! It's showing all the ads now. Thanks for the help and for the…2 years ago
-
Posted a reply to Ad Group only shows one image add, on the site WordPress.org Forums:
The use of <?php the_ad_group(11); ?> loads one of the two images. Each time the…2 years ago
-
Created a topic, Ad Group only shows one image add, on the site WordPress.org Forums:
Hello I set up one ad group and two image ads belongi…2 years ago
-
Posted a reply to Can duplicate array elements be removed from the tag list?, on the site WordPress.org Forums:
Apparently, the problem was to do with the way the pagination was set up, so…2 years ago
-
Posted a reply to Can duplicate array elements be removed from the tag list?, on the site WordPress.org Forums:
Thank you for the tips. The advice given by @bcworkz makes perfect sense, so I…2 years ago
-
Created a topic, Can duplicate array elements be removed from the tag list?, on the site WordPress.org Forums:
Hello I would like to remove duplicate array elements…2 years ago
-
Posted a reply to get_the_category() returns an empty value, on the site WordPress.org Forums:
Btw, I am confused about the differences between 'category name', 'category term' and 'category slug'.…2 years ago
-
Posted a reply to get_the_category() returns an empty value, on the site WordPress.org Forums:
Thanks everyone for the replies. Passing a post ID into get_the_category() returned 'Array' and into…2 years ago
-
Created a topic, get_the_category() returns an empty value, on the site WordPress.org Forums:
Hello I understood every bit of the description given…2 years ago
-
Posted a reply to Setting the properties of paginate_links() cannot override the max post setting, on the site WordPress.org Forums:
I tried possible working solutions again and again over the weekend and adding a hook…2 years ago
-
Posted a reply to Setting the properties of paginate_links() cannot override the max post setting, on the site WordPress.org Forums:
Thank you, both, for the advice. I read the code of the plugin and the…2 years ago
-
Created a topic, Calling the properties of paginate_links() cannot override the max post setting, on the site WordPress.org Forums:
Hello I managed to control the number of posts to dis…2 years ago
-
Posted a reply to register-form.php does not exist, on the site WordPress.org Forums:
Found a page with the list: https://docs.thememylogin.com/article/104-function-tmladdformfield2 years ago
-
Posted a reply to register-form.php does not exist, on the site WordPress.org Forums:
Thanks, that's brilliant. With theme-my-login-custom.php saved under the plugins folder I successfully added extra fields.…2 years ago
-
Posted a reply to Can a category page template be applied to a static page?, on the site WordPress.org Forums:
The example given in WP Codex for some reason calls add_action() instead of add_filter(), even…2 years ago
-
Posted a reply to Can a category page template be applied to a static page?, on the site WordPress.org Forums:
Replacing add_action() by add_filter() is working: function my_page_template_redirect(){ if(is_page('news')){ wp_redirect(home_url('/category/news')); die; }elseif(is_page('events')){ wp_redirect(home_url('/category/events')); die; }elseif(is_page('brands')){…2 years ago
-
Posted a reply to Shortcode embedded and user logged in only to get ‘false’ message, on the site WordPress.org Forums:
Unchecking the Require User Consent option resolved the issue.2 years ago
-
Posted a reply to Shortcode embedded and user logged in only to get ‘false’ message, on the site WordPress.org Forums:
Something I noticed about the error is once I click a buggy close button, the…2 years ago
-
Created a topic, Shortcode embedded and user logged in only to get ‘false’ message, on the site WordPress.org Forums:
Hello I embedded <?php echo do_shortcode('[favorit…2 years ago
-
Created a topic, register-form.php does not exist, on the site WordPress.org Forums:
Hello I tried to add extra registration fields by fol…2 years ago
-
Posted a reply to Can a category page template be applied to a static page?, on the site WordPress.org Forums:
Thank you for giving me more advice. I embedded a template_redirect function in functions.php and…2 years ago
-
Created a topic, Can you prevent the page from refreshing upon clicking the Register button?, on the site WordPress.org Forums:
Hello I'd like to display the error messages inside t…2 years ago
-
Posted a reply to Can a category page template be applied to a static page?, on the site WordPress.org Forums:
Thank you for the reply. I read the page concerning the template_redirect filter which looks…2 years ago
-
Created a topic, Can you redirect registrants to a front-end page instead of WP admin screen?, on the site WordPress.org Forums:
Hello I began using TML for the first time today and …2 years ago
-
Created a topic, Can a category page template be applied to a static page?, on the site WordPress.org Forums:
Hello everyone I would like to apply a category page …2 years ago
-
Posted a reply to Category templates cannot be applied to category pages, on the site WordPress.org Forums:
I found this article describing how you can develop a custom single post temple and…2 years ago
-
Posted a reply to Category templates cannot be applied to category pages, on the site WordPress.org Forums:
Thanks for the reply. I'm aware of the template hierarchy, but the diagram doesn't help…2 years ago
-
Created a topic, Category templates cannot be applied to category pages, on the site WordPress.org Forums:
Hello everyone To display posts with a specific categ…2 years ago
-
Posted a reply to Page slug field is missing with Ver 5.0.2, on the site WordPress.org Forums:
Thank you, just found the Slug field in the Quick Edit screen!2 years ago
-
Posted a reply to Page slug field is missing with Ver 5.0.2, on the site WordPress.org Forums:
Thanks for the reply. Does changing the permalink change the page slug field value which…2 years ago