cleaus
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Responsive Menu] Doesn't workThank you I was having the same issue to! Thank you for the support Nirmal!
Forum: Localhost Installs
In reply to: Localhost WordPress white screen when trying to customise my themeHi Leo,
Thank you for your quick reply. I appreciate that a lot.
I have added that and got this message:
“Warning: Cannot modify header information – headers already sent by (output started at /Users/CleausNB/Sites/wordpress/wp-content/themes/egtheme/functions.php:12) in /Users/CleausNB/Sites/wordpress/wp-includes/pluggable.php on line 1173”Does this mean the custom header info i tried adding to the functions.php is wrong? I added:
<?php
$args = array(
‘width’ => 150,
‘height’ => 150,
‘default-image’ => get_template_directory_uri() . ‘/images/header.jpg’,
‘uploads’ => true,
);
add_theme_support( ‘custom-header’, $args );Also, how come i do not have the problem on the live site?
Thank you again for your assistance! ??
Forum: Plugins
In reply to: [Namaste! LMS] Assignments not showing up on pagesOhh ok i see. Thank you!
Forum: Themes and Templates
In reply to: [Expressions] Change blue strip on homepageThank you! and again, thank you for the great theme! ?? It is much appreciated!
Forum: Plugins
In reply to: [Theme My Login] Adding additional registration form fieldHi, thanks for the link.
I followed your instruction, but still cannot see the new fields.
I added the new fields:
<p>
<label for=”first_name<?php $template->the_instance(); ?>”><?php _e( ‘First name’, ‘theme-my-login’ ) ?></label>
<input type=”text” name=”first_name” id=”first_name<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘first_name’ ); ?>” size=”20″ tabindex=”20″ />
</p>
<p>
<label for=”last_name<?php $template->the_instance(); ?>”><?php _e( ‘Last name’, ‘theme-my-login’ ) ?></label>
<input type=”text” name=”last_name” id=”last_name<?php $template->the_instance(); ?>” class=”input” value=”<?php $template->the_posted_value( ‘last_name’ ); ?>” size=”20″ tabindex=”20″ />
</p>to: /wp-content/plugins/theme-my-login/templates/register-form.php
I then uploaded: theme-my-login-custom.php
to: /wp-content/plugins
But that kept putting all the code at the top of the dashboard area and did not add the form fields.
I then tried to put it into: /wp-content/plugins/theme-my-login
but still it is not showing up the new fields.
Not sure what i did wrong?
Thanks again for your help! ??
Forum: Plugins
In reply to: [Namaste! LMS] Assignments not showing up on pagesThis still does not show up the assignment that needs doing for that lesson though? just the lessons that need to be completed and their status to whether they have been completed or not?
Forum: Themes and Templates
In reply to: [Expressions] Change blue strip on homepageHi Kevin,
my website is: https://www.elearningdevelopment.org/
Yes the main blue strip running behind the feature area. Where is the css to edit this though, i could not find it in the style.css?
Thanks for your help
CleausForum: Plugins
In reply to: [Namaste! LMS] Assignments not showing up on pagesNo i mean is there no way to display that they have an assignment to do within the lesson content itself? (for those taking the course at their own time, maybe when the teacher isnt always about). Or should i write that they have an assignment to do in the main lesson content and then just direct them to the dashboard where they can see the details of the assignment?
Thanks again
CleausForum: Plugins
In reply to: [Namaste! LMS] Reorder Lessons without deleting?Ok thanks.
Sorry, I have one more question, when it says you can get the teacher to verify the lesson before the student can move on, where does the notification that a lesson needs verifying come to?
Thanks again for everything!
Forum: Plugins
In reply to: [Namaste! LMS] Shortcode for course list displaySorry, was thinking of Konnichiwa
Forum: Plugins
In reply to: [Theme My Login] Logout redirect works fine – not so login redirect – why?I am having the same problem. I have set the redirect settings so that when someone logs in (all levels) they will be redirected to a custom page, the welcome page in this case, but it is not working.
From registration page to login page is working fine. Just not from login to welcome automatically after clicking login
Thanks
Forum: Plugins
In reply to: [Watu Quiz] WATUPRO quiz results messing up pageok thanks ??
Forum: Plugins
In reply to: [Watu Quiz] Certificate at the end of the QuizWhen i add: %%watupro-share-url%% I get a static bit of text: https://www.elearningcoursesolutions.com/namaste-lesson/lesson-4/?waturl=NHwzMg==#sthash.PWaUk8I0.IeTt2Zdc.dpuf (not linkable and is the link for the exact same page).
Anyway to make this the certificate?
Thanks <3
Forum: Plugins
In reply to: [Namaste! LMS] PayPal not activating Subscription or redirectingI checked that area, and there is no log of an error? Just a tick in accept paypal and my email address for my paypal account?
Thanks
Forum: Plugins
In reply to: [Konnichiwa! Membership] Registration Confirmation EmailOk great thank you!