egemenerd
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] Unexpected outputHi,
Thanks for checking it. I uploaded the plugin to another site today and there wasn’t any error this time. So, I think the problem is related to one of my other plugins. Your plugin is great and it saved me a lot of time. I’ll give you 5 star ?? Thank you very much!
Forum: Plugins
In reply to: [WP Car Manager] List the cars after publication date?I tried it and it is working ??
Forum: Plugins
In reply to: [WP Car Manager] List the cars after publication date?You don’t have to edit the php codes. Just add it to the shortcode like the following;
[wpcm_cars sort='date-desc']
Forum: Plugins
In reply to: [Theme My Login] theme_my_login function instance issueBut when I add a form to a page with the shortcode (from post edit page), instance is working. If I add the same shortcode directly to the page with “do_shortcode”, it is not working. Isn’t that weird?
Forum: Plugins
In reply to: [Theme My Login] User Panel and Custom User LinksTo add this menu to any page, you can use the following code;
<?php if(class_exists('Theme_My_Login')) { $theme_my_login = Theme_My_Login::get_object(); $template = $theme_my_login->get_active_instance(); $template->the_user_links(); } ?>
Html Output should be something like the following;
<ul class="tml-user-links"> <li><a href="LINK">Dashboard</a></li> <li><a href="LINK">Profile</a></li> <li><a href="LINK">Log Out</a></li> </ul>
- This reply was modified 7 years, 11 months ago by egemenerd.
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Mail to from custom field in a postAlternatively, you can disable Contact Form 7 validation errors ??
Just copy the following code to your theme’s functions file;
add_filter( 'wpcf7_validate_configuration', '__return_false' );
Forum: Reviews
In reply to: [Theme Check] REQUIRED: You are not allowed to hide the admin barI’m glad to hear that. Thank you very much ??
Forum: Reviews
In reply to: [Theme Check] REQUIRED: You are not allowed to hide the admin barOk but why? I’m working on a BuddyPress theme and the admin bar is visible to all logged-in users in BuddyPress. So I think it is the part of the overall website design, right? Black doesn’t look good with all colors…
Forum: Reviews
In reply to: [Theme Check] REQUIRED: You are not allowed to hide the admin bar+1
We can not change the color of the admin bar because we can not use “#wpadminbar” in css. This is ridiculous.
Forum: Plugins
In reply to: [Theme My Login] Update from today crashed my siteThank you @marketsys ??
Forum: Reviews
In reply to: [WordPress Social Login] too heavy for settingsWhat do you mean by “too heavy”? You should only get some api keys from the providers. All other settings are optional and if you are an unexperienced WordPress user, it is your problem.
It is working fine when I upload it directly from add plugins page; https://cdn.pbrd.co/images/8aH6joIE5.png
Hi Greg,
Unfortunately, it is still not working properly. I’m using tgm plugin activation in my theme and I’m getting the following error; https://cdn.pbrd.co/images/OEClLops.png
Did you update the plugin? The version is still 2.4.20.
Same here ??
- This reply was modified 8 years, 3 months ago by egemenerd.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp Issue with Contact Form 7+1