Forum Replies Created
-
AuthorPosts
-
Steven Zahm
Keymaster@ ted
have you tried the solutions in this FAQ?
Steven Zahm
Keymaster@ Brandon
On the Connections : Settings page under the advanced tab, check the jQuery option and update the settings. Does that resolve the issue?
Steven Zahm
KeymasterSorry, I’ll be checking later today … at my current location I actually can’t get to your site because the firewall is blocking access … it doesn’t like your domain name … must think I’m looking for another job.
Steven Zahm
Keymaster@ Robyn
I would start by adding the the new fields to the class.schema.php file.
Then add the new fields to the upgrade script in include.upgrade.php; but you could probably skip that.
Add support for the new fields in the class.entry.php file in the construct and add new getter/setters. Also, update the save / update methods.
Add new meta boxes or update the current ones in the class.form.php file so you can add /edit your new fields in the admin.
To display the new field data in the admin add it to the manage.php file.
To display the new fields in the template you would add new getters in the class.output.php file
The above assumes you’re adding new fields to the main entry table and not the addresses / phone and ect. tables. But the steps would be similar.
I think that is it; off the top of my head anyway. Hope that helps.
Steven Zahm
Keymaster@ George
Good to hear. From what I’ve read, that can solve email issue with WordPress.
Steven Zahm
Keymaster@ Camilo
Open the class.options.php file and change the values in that file. Just do a search, you’ll see where to make the change. Alternatively the premium template have shortcode options to adjust the values. And another alternative is this suggestion by another user.
Steven Zahm
KeymasterThe file is here:
/wordpress/wp-content/plugins/excerpt/excerpt.cssHowever, you should add the CSS to the end of the theme’s style.css file as I mentioned.
Steven Zahm
Keymaster@ Darin
Scroll to the bottom of a support forum, there’s an area to submit a new topic.
The answer to both questions is the same, select premium templates support paging and search. The supplied templates are really only for smaller lists and there is not a way to enable pagination and search on them, sorry.
Steven Zahm
Keymaster@ Brandon
It’s very likely the shortcode is working. The issue is that there must be a javascript error on your page. The enhanced drop down is not being initiated. Load your site up in Chrome and hit the F12 key and click the Console tab. That’ll show you all the errors on the page. If you share a link to your directory, I’ll take a look too.
Steven Zahm
Keymaster@ Mitch
The good news is that the changes I’ve already made for the permalink work on the single entry page with the FB plugin, yeah!
-
AuthorPosts
