OscarGuy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Problem With OL TypesIs there any way to remove the restriction entirely and just use inline styling? I know it’s not the preferred method of CSS, but it would be easier in this situation since I don’t know that I plan to have the change apply outside of this one page and the default is numeric I believe, not alpha or roman numerals, which is what I want to use for this particular document.
Forum: Fixing WordPress
In reply to: Twenty Fourteen Theme IssueI need a mix of types at different levels of nesting. I’d rather just be able to dictate the type inline. For example:
<ol type="a"> or <ol type="i">
Forum: Fixing WordPress
In reply to: Problem Getting Child Theme Functions.php RightYes.
Forum: Fixing WordPress
In reply to: Problem Getting Child Theme Functions.php RightI copied and pasted what generated above and it still does not work. Here’s the contents of the functions.php file as I currently have it. I am using the “Live Preview” to make sure that it works before going further and it still doesn’t.
<?php add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' ); function my_theme_enqueue_styles() { $parent_style = 'frontier'; wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' ); wp_enqueue_style( 'frontier-child', get_stylesheet_directory_uri() . '/style.css', array( $parent_style ), wp_get_theme()->get('Version') ); } add_filter( 'the_content_more_link', 'modify_read_more_link' ); function modify_read_more_link() { return 'Click here to continue reading this article'; } ?>
- This reply was modified 5 years, 6 months ago by OscarGuy.
Forum: Fixing WordPress
In reply to: Problem Getting Child Theme Functions.php RightWeird, the parts that were a problem > were fixed when I put them in code here. That’s very odd.
Forum: Themes and Templates
In reply to: [Frontier] Additional CSS Storage LocationI was referring to the child theme. I haven’t put PHP in the Additional CSS section.
Forum: Themes and Templates
In reply to: [Frontier] Additional CSS Storage LocationI have tried making a child theme, but something in the code I pulled from the www.remarpro.com site isn’t working and since I don’t know how to code php, I have no idea what’s wrong.
I cannot get this plugin to work and I need help.
I really hate to be a pest, but it cannot be this hard to get help on fixing the issues I have. There should be straight-forward answers, but I’m not finding them.
I will clarify the above since I may have been a bit confusing. I’ll also give an example.
Here is the test user I set up.
https://ofcs.org/user/wesley.lovell/
The first issue is that it looks like both the regular profile and the “OFCS Member” profile I have set out there are displaying. I’m not sure how to make sure it only displays one or the other, but not both.
The second issue is that there’s no way for this user to update the content on the profile except for the name. At least I’m not sure how to give them access to that.
On the OFCS Member Profile, I have fifteen different fields set up for the user to fill in. However, when the user logs in, it goes to the backend of WordPress and the user can edit profile, but it’s the default profile editor for WordPress, not anything associated with Ultimate Member. I’m really at a loss for how to get all of this set up.
Also, I note when I got to that member’s profile, there appears to be two profile images for the user, almost as if it’s displaying both the default profile and the profile for the specific role. Is this something I have to isolate somewhere?
1. I created a dummy account to use to test the settings. When I log in, although I’ve changed the member’s role to the one matching the profile form, there is no way for them to edit any of the fields I created for it.
2. I created a profile for the new member role, but I’m realizing that perhaps there was nowhere in what I was doing to assign that to a specific role. I’ve done that now, but now I’m not sure how to enable them to edit their profiles.
3. Ok. That’s what I wanted to make sure of. I already did all that, but since there were shortcodes in all of the others, I thought the logout page might require the same.
This is such a popular plugin, yet there’s no one around to answer questions?
I created a dummy account to log in. When I go in there is no way to edit the entries in the profile. No way to change the name, change the website, change the description, nothing. It’s a blank page without the ability to edit. That’s the problem. The user should be able to edit their own data without the administrator having to do it for them.
Already exists and has the shortcode in it. The plugin created it.