JBZ
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Neve] When I add site logo, site title and tagline is gone@poonam9 I found a solution for that, now I can show icon before the site title:
.site-logo { background-image: url(/wp-content/uploads/2019/04/logo-64.png); /*Update the url*/ background-repeat: no-repeat; padding-left: 64px; padding-top: 0; }
I would suggest it would be good if you this option also to user to make his or her decision to show logo and site title beside each other or not.
Forum: Themes and Templates
In reply to: [Neve] When I add site logo, site title and tagline is goneAnd how can I have logo beside of the title and tag line? Is there any possibility?
Forum: Themes and Templates
In reply to: [Neve] Keep the top menu sticky@cgreen177 You are welcome.
@raducan Thanks for the good support that you provided. I hope you make your products the best of bests. It is a great theme.
Forum: Themes and Templates
In reply to: [Neve] Keep the top menu stickyYeah, I know how to make the menu sticky on top with CSS, I said that more as a suggestion to improve the functionality of the theme.
For me this works for example:#header-grid { position: fixed; margin-top: 0px !important; width: 100%; z-index: 999900; }
I tested it, in the mobile version also works.
@rodicaelena Thanks a lot for your support. I hope you write me here as well when you add it.
- This reply was modified 5 years, 11 months ago by JBZ.
Forum: Themes and Templates
In reply to: [Neve] How can I use Neve with LifterLMS?@rodicaelena Thanks for your warmly support. Never seen a free theme has such a good support.
Forum: Themes and Templates
In reply to: [Neve] How can I use Neve with LifterLMS?@rodicaelena Thanks for your support.
As I explained if I add those 2 functions in the function.php, it can work perfectly with course and lesson pages. The only problem that remains is in the
Course catalog
page. In that page theme or plugin put the default sidebar after the content div tag. So we have the courses catalog on top, and then one ugly sidebar on button which has the full screen width.- This reply was modified 5 years, 11 months ago by JBZ.
Forum: Themes and Templates
In reply to: [Neve] How can I use Neve with LifterLMS?I actually did that. I made a child theme and added the functions.
It works for Lesson and Course page. But it does not work for Course Catalog page. I actually called them but they wrote for me:
You can also ask the theme developers if they would like to reach out to our team at [email protected] to see if we can get their theme and LifterLMS working together.
So if there is someone here from Neve developer if possible call them because they don’t would like to make themes directly compatible with their plugin.
Of course not.
Just I set my website language to Persian while my admin language is English.
It downloadsultimate-member-fa_IR
.po and .mo files automatically.
And it shows the setting tab of this plugin in Persian while I want it use Persian translations only for my end user in front end and not in admin area.Yes the conflict is with
Advanced noCaptcha & invisible captcha Settings
plugin.I need this plugin to have recaptcha on my wp-login.php page. I need recaptcha there to prevent brute force attacks. But as soon as I activate it I can login with default WP login page but cannot login with your plugin.
I have this suggestion to add one option to your plugin that user tick a checkbox and you add the recaptcha to default login page also.