lazyym
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Revert back?New post, new page editor buttons are all missing, format, category, dropdowns for nothing works….
Forum: Fixing WordPress
In reply to: Revert back?Dashboard left menu items don’t hover and dropdown, have to click to see them. I’m using twenty seventeen…
Forum: Plugins
In reply to: [Auto Affiliate Links] Peepso CompatibilityIt’s a private post at their website I guess. Thank you Lucian! Let me know if I can get anything from them for you! I know users over their will be happy to hear a solution for this! I’ll give you a good plug if you can make it work!
Forum: Plugins
In reply to: [Auto Affiliate Links] Peepso CompatibilityFYI: I’ve linked back to a post at peepso about this here: https://www.peepso.com/community/?status/10632-10632-1543855532/
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Expired Ads/Photos deleted too?That’s kind of confusing over there Greg.
Which specific function do I need to delete attachments from the back-end if I trash just wpadverts ads as admin?
Going forward, if a member deletes an ad from the front end, can we make sure attached images are deleted too?
Also, is there an easy way to differentiate JUST wpadverts OLD photos that have been previously trashed from the back end and delete them easily?
I have thousands of photos in there.
Just what I was looking for too Greg. I need a login to contact message as well.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Location dropdown?Exactly what I needed. Thanks Greg!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Location dropdown?I was hoping for a way to have a drop down widget link system that populates automatically as new cities are posted to. Thanks anyways.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Location dropdown?I use the Maps and Locations extension.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Search not working?I just switched my home page to something other than classifieds and now it works. Now the question is: How can I use the classifieds as the homepage and still have the search work? Thanks!
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Remove member ID from expired adsI’m sorry, I forgot that info is related to your ads by author snippet: https://github.com/simpliko/wpadverts-snippets/tree/master/ads-by-author
Is that still doable, to hide this from expired ads easily?
Forum: Fixing WordPress
In reply to: Basic php helpThanks Simon,
I’m still not able to get it to work for some reason. I only have the one page for now but will ad more. This particular page is the home page if that matters.
Here is the complete code I have in that php page.
<?php if (is_user_logged_in() && is_page( array( ‘community’ ) ) ) { echo ‘test’;} ?>Is this correct?
Forum: Fixing WordPress
In reply to: Basic php helpI plan to use:
<?php
if ( is_user_logged_in() ) {
echo ‘My content’;
}and then I need it ONLY on specific pages.
if( is_page( array( ‘mypage’, ‘myotherpage’ ) )
}
?>It is actually on a template page inside of a plugin already….
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Renew ALL expired ads at onceA way for users to be able to renew multiple expired ads all at once in [adverts_manage]?
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Move RENEW button next to DELETE in ManageThat did it. Thank you sir!