Eric
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] gfcpt_tag_inputs is not definedok so it works somewhat when the form is embedded in a post not if the form is in your theme.
so we need to fix that…
next its using an old jquery.ui and looking for curCss which is depracated but the plugin seems to load its own jquery.ui…. so i dunno
so we need to fix that….Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] gfcpt_tag_inputs is not definedi get this also and my jquery is already loaded and so is everything else…
inf fact this is the last script loade don the page so what gives?Forum: Plugins
In reply to: [Gravity Forms - Update Post] Replacing an uploaded file not workingi cant even get my image file upload field to show up on the edit form page….
Forum: Fixing WordPress
In reply to: changing the blog page to show a different post typeso whats the best way to go about doing this?
i might as well use the posts as the front.
the name posts doesn’t really fit what im placing on the front home page… can i change the name? or just deal with it?thanks so much for your help by the way!
Forum: Fixing WordPress
In reply to: changing the blog page to show a different post typeso i have lost the ability to show an archive page of the post type ‘post’?
i need to make a static page with a special query, even though i would not have to do that for any other post-type?
Forum: Fixing WordPress
In reply to: understanding archive pageswhat about a post type?
archive-{post_type}.php
?Forum: Fixing WordPress
In reply to: understanding archive pagesso index.php is an archive page for a blog?
Forum: Fixing WordPress
In reply to: understanding archive pagesso archive pages are dynamic pages NOT made by any specials queries i create?
just the basic loop and the wp core takes care of it?Forum: Fixing WordPress
In reply to: understanding archive pagesyeah but the filter pre_get_posts does not work for just any page you create.
I once had a page where i then querieid for portfolio items and I tried using pre_get_posts and it does not work.
only on archive pages.so I am in need of a better explanation
Forum: Plugins
In reply to: [WP-Markdown] using gravity forms with markdownalso can i style the markdown?
what css file has to be changed?
demo.css?nope it does not seem to work
Forum: Plugins
In reply to: [Gravity Forms WYSIWYG] add external stylesheetthank you for replying.
https://codex.www.ads-software.com/Function_Reference/add_editor_style
its a function one can add to their functions.php and it adds that stylesheet to the tinymce editor.
this way you can style the inner elements of the iframe.for some reason the styles dont come through on the front end editor of your plugin
how else can one style the text to be, lets say green, inside the iframe in the editor to match the website.
that way its a real wysiwyg editor. you really get what you see. colors and all.Forum: Plugins
In reply to: [Gravity Forms WYSIWYG] [Plugin: Gravity Forms WYSIWYG] Media buttonthe problem with that is the media upload appears in the current post not int he form in the post!!
so does this work?
can you use wysiwyg with this plugin?I was trying to grab an email
but i think only views has email in raw version in a short code