vikaskukreja
Forum Replies Created
-
Hi,
Yes, I do have, you may have a look at it https://www.setco.biz/wp/register/. You may also have a look at the printscreen of current registration form at https://prnt.sc/nb0acr.
Thanks,
Vikas
Hi,
Please refer to the screenshot link at https://prnt.sc/naiyxe. (not able to see attachment option in the reply box unfortunately)
I noticed that removing <?php ?> given inside “pre” tag makes it work fine. Isn’t there any way to render this <?php ?> as text using your tab plugin?
Thanks
Vikas Kukreja
Forum: Plugins
In reply to: [SlickQuiz] TimerHi,
Thanks for providing such a useful plugin. I’d like to add comment on the timer here. If you can provide the timer where we can fix the timeline to complete the quiz, for example, a set of questions in 1 minute. The time should display while playing the quiz so that user can see how much time he has left in seconds to complete in the format of 00:00:00.
Thanks
Vikas
Forum: Plugins
In reply to: [Rapid Quiz] How to validate output?I don’t know how to fix this from my end as I’m not that good in php language so using the plugin with current output.
Forum: Plugins
In reply to: [Rapid Quiz] Issue with numberingHi
I’m using this plugin on gkgenie.com. I had to manually remove the function which was generating numbers. When I used this plugin as it is without any change, posting new pages with questions, the numbers were generating in a continuous order. I am basically making 15 questions set under QA section and when continued to create new post, the number started with “16.”. So now, I’m basically entering numbers manually before each question.
Forum: Fixing WordPress
In reply to: Twenty Twelve / Remove "This entry was posted in…"Dear alchymyth
I just solved this out. I was uploading a different functions.php file on the child theme folder which was empty. I uploaded the correct file and it worked like a charm.
Thanks
Vikas
Forum: Fixing WordPress
In reply to: Twenty Twelve / Remove "This entry was posted in…"Hi,
I’m trying to remove “This entry was posted in….” text through a functions.php file created in the child theme folder of twentytwelve-child folder. Below is the code of the updated function:
<?php function twentytwelve_entry_meta() { $categories_list = get_the_category_list( __( ', ', 'twentytwelve' ) ); $tag_list = get_the_tag_list( '', __( ', ', 'twentytwelve' ) ); $date = sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a>', esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); $author = sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a></span>', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'twentytwelve' ), get_the_author() ) ), get_the_author() ); if ( $tag_list ) { $utility_text = __( '<span class="by-author"> by %4$s</span>.', 'twentytwelve' ); } elseif ( $categories_list ) { $utility_text = __( '<span class="by-author"> by %4$s</span>.', 'twentytwelve' ); } else { $utility_text = __( '<span class="by-author"> by %4$s</span>.', 'twentytwelve' ); } printf( $utility_text, $categories_list, $tag_list, $date, $author ); } ?>
I tried the above code but it did not remove the text available. I have also tried removing it using “if ( ! function_exists( ‘twentytwelve_entry_meta’ ) )” method but no gain.
Please help me in getting rid of this text as I do not want this to appear on my category pages below every single post.
Thanks
Vikas
Forum: Plugins
In reply to: [SS Quiz] Timer not working correctlyHi,
When I replaced the lines of the .js file for time settings as guided by you, the quiz does not trigger exit after the time is up. I can still fill up the answer if the set time is up. Please let me know what I can do to get fix this.
Thanks
Vikas
Forum: Fixing WordPress
In reply to: Categories URLs not working fineHi,
Thanks for the reply. Tried this but no luck. URLs are still opening with / at the end on root.