code9dev
Forum Replies Created
-
i want no gallery , just the images which i can loop through a custom slider
Forum: Plugins
In reply to: [Frontend Dashboard] Forgot password link missing on login onlyi got it thanks , my mistake
in themes fucntions
can you give me the code for loading revelant js and css
in homepage in addition to shortcode [fed_login_only] on header , i added the same code on text editor and then it works . but i can’t do it on every dynamic pages like author page
Is there any way to do that, i tried to use shortcode in editor of the page. that works but i cannot do that in every page.
login and register form
I wanted login and register form in every page
can you help please…
its because scripts are not binding to that form
Yes in that login and register form, when i click login or register button it just redirects, no login function is made. please help..
please help…..
<div class=”col-12 col-sm-6 col-md-6″>
<?php
echo do_shortcode(“[fed_register_only]”);
?></div>
<div class=”col-12 col-sm-6 col-md-6″><?php echo do_shortcode(“[fed_login_only]”);?>
</div>
above is code in header, but it doesnot work in all pages.
Even i tried to use widgets, but no help- This reply was modified 5 years, 1 month ago by code9dev.