jakobe75
Forum Replies Created
-
same issue here, can install, but cannot activate.
upon activation the error message appears.Forum: Plugins
In reply to: [Modern Events Calendar Lite] how to remove the search box container at top?gahhhhhhhh I am dumb
left a space in the css and changed to “none”
}
.mec-search-form .mec-totalcal-box {
visibility: none;
}Forum: Plugins
In reply to: [Essential Real Estate] Search or display Listings by Date?SOLVED
OK, I see a method to accomplish this.
How To Create Link To ” Newest Properties “
– Visit the default ERE landing page for “property”
– Select the “sort by” dropdown and choose “New to Old”
– That will create this url https://www.yourdomain.com/property/?sortby=d_date
– Create a menu button or banner using the created urlAdditionally, other useful direct links can also be created via the Sort-By dropdown for things like Featured Properties, Most Viewed, Price High-to-Low.
–Why Would I Need This?
Having the direct url to this result becomes useful in marketing your site to your mailing list or advertising banners you may have. You can send out a newsletter blast or create a banner that says “Tap for the Newest Listed Properties”This could also be sent out as a scheduled reminder email to let your subscribers know What’s New or which properties are getting alot of views.
note: This method also works for Agents & Agencies, which is also useful in marketing for Showcasing the Newest Agents to your mailing lists….just another item in your arsenal to drive more people to your site.
enjoy!
Forum: Plugins
In reply to: [Essential Real Estate] How to edit property slider details?in property-slider.php I see that I can change the instances “bathrooms” to something like “garage”…..which is fine, but now, what if I wanted to pull in data from a custom additional field that I have added? What would be code for that?
$property_bathrooms = isset( $property_meta_data[ ERE_METABOX_PREFIX . ‘property_bathrooms’ ] ) ? $property_meta_data[ ERE_METABOX_PREFIX . ‘property_bathrooms’ ][0] : ‘0’;
I see that “property_bathrooms” is not stored the same in the database as my custom field ID of “number-boatdocks”. So just interchanging the code in the method I used for Garages doesnt work as expected.
Any suggestions?
Forum: Plugins
In reply to: [Essential Real Estate] How can admin assign a property to a user?unfortunately that does not work. I create a new user, give them the role of ERE customer. and then open any property and I cannot assign it to them, I can only assign to other admins. Your sandbox demo works the same way.
There is no option inside a property to assign a user, only chnage author, and it only allows for admins.
can you provide a step by step?
Forum: Plugins
In reply to: [Essential Real Estate] How can admin assign a property to a user?Just checking in to see if any advice is available.
ThanksForum: Plugins
In reply to: [Essential Real Estate] How can admin assign a property to a user?any suggested solution available?
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Recurring events, Is this a joke?Don Gordon (@rippledon)
I just looked at my database and see something similar, we only have one event that recurrs once a week until january 2021. and there are over 1103 db entries for it.
It’s only eating up 8k in my DB at the moment, but now I am feaful it will grow exponentailly as we add more or extend the date range of this event.
Did the update work for you to resolve this?
I have encountered this same bug. Time picker disappears if end time is set after midnight. Our reservation hours are 12pm to 4am m-s.
I figured it out, used the builder to popup a class and the had to modify zindex on it.
The example code given does not work, It still auto publishes with the tags example and also my modified categories example. caches cleared, fresh post.
Whats is the current method of excluding items from Publicize?
and after adding even the stock code example given for tags, it results in a message that says “Publicize is disabled for this blog” when reactivating the share function.
additionally, I am a paid Jetpack user, so please dont shrug me off. I understand you are busy.
this portion in my code.
wp_get_post_categories( $post->751,array(‘fields’ => ‘all’ )) ;
wp_get_post_categories( $post->752,array(‘fields’ => ‘all’ )) ;
wp_get_post_categories( $post->753,array(‘fields’ => ‘all’ )) ;
it generatres warning errors when saving
although this (which excludes a stated post ID) does validate.
wp_get_post_categories( $post->ID, array(‘fields’ => ‘all’ )) ;
Which is correct?
does the post ID have to implicetly listed for each or is it just happy using the slug name to do the exclusions?The example given on the forum and previous posts uses the first example and no comments were made of its useage only a correction for a typo.
- This reply was modified 6 years, 1 month ago by jakobe75.
Forum: Plugins
In reply to: [WooCommerce] Looking for a “scroll to next option” product builderI think I found a way to do this. There is a plugin called “WooCommerce Extra Product Options ” on codecanyon that allows for attributes and product options to be group into accordians very easily. This might work.