Jaswinder0091
Forum Replies Created
-
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Quiz does not startHi,
Yes, added to the Course, but it didn’t worked. I downgrade to the earlier version now.
Please fix your latest version.
Forum: Fixing WordPress
In reply to: Getting error – Uncaught TypeError: undefined is not a functionHi
Thanks for reply, I tried with array(‘jquery’) also, but no results.And closing brackets, that’s just a copy paste mistake on my part.
Any other solution ?
i tried but not showing it to admin
Forum: Plugins
In reply to: [Rating-Widget: Star Review System] Rating with posts on static pagesHi
thanks for reply.
here is the problem. I don’t want to use the_content() or the_excerpt().In my post i only have featured image using the_post_thumbnail(), and i want to show rating for that.
Will you provide me any php code which calls the rating , wherever i want to show it ?
or tell me in which file of your plugin you linked rating with content/post to show it with content().Hope i make you understand , what i want to achieve.
ThanksForum: Fixing WordPress
In reply to: Remove "Follow Us" from FooterDo some changes to above code
#follow_us h6, .footer ul
{
display:none !important;
}Forum: Fixing WordPress
In reply to: Remove "Follow Us" from FooterIn your child theme, there will be a style.css or a stylesheet.. copy the above code in that file
Forum: Fixing WordPress
In reply to: Remove "Follow Us" from FooterThese are some solutions, i think should work
1st option – It should be in your widget area. So go to dashboard -> Appearance -> Widgets -> And you find it in one of the widgets area except main widget area.
2nd option – Add some rules to your css before media queries( if any ) to remove social icons
#follow_us h6, .footer ul
{
display:none;
}Forum: Fixing WordPress
In reply to: Jquery problemCyril Washbrook
thanks alot..
jQuery(document).ready(function($){
$ sign worked for me
Forum: Fixing WordPress
In reply to: Jquery problemThanks for Reply – Cyril Washbrook. now i used the same class name.. but still not getting the result
and apologies for posting here Jan Dembowski , as it was my first post to www.ads-software.com