create shortcode
Hi i need to create shortcode for woocommerce "product short description" i find this on forum function get_woo_field_func( $atts ) { extract( shortcode_atts( array( 'woo_field' => '', ), $atts )...
View ArticleReply To: create shortcode
Hi My question is why i cant keep my rich text in this product short description and rich text in cred ? Thanks Guy
View ArticleCRED Add caption to images in publish form
I have a custom post type "articles" and I have a CRED form so users can publish articles to the site. The form allows users to also post images but I could not figure out how to add a caption field...
View ArticleReply To: [Waiting for user confirmation] add categories widget in sidebar
Not sure what I'm doing wrong… but when I try to load the page with the widget ine sidebar… most of the page loads, but don't get anything in the sidebar… and takes several minutes for the page to...
View ArticleFilter by Page Author
I want to make a view that lists other articles by the author of the article it is displayed on I am looking at this page: Filtering Views Query by Author...
View ArticleUse order defined in shortcode
Hi, for one view I use this shortcode: [wpv-view name="List of pages (for sitemap page)" ids="32,168,461,172"] I want those pages to be in the order I summed them up in the shortcode, so - page id 32...
View ArticleReply To: [Waiting for user confirmation] Create a self-joint relationship
Thanks for your answer Caridad. I understand that I'm looking for creating a hierarchical relationship like parent page with a CPT. Does TYPES also that ? If yes, why can't I choose the same CPT from...
View ArticleReply To: [Waiting for user confirmation] Load single search result
Hello. Sorry, we are running PHP 5.2.17 We cannot use anonymous functions. With the above code, we get this error: Parse error: syntax error, unexpected T_FUNCTION in...
View Articlemoving custom fields order
is there any way to move the structure on how the fields display on the page. I have like custom info 1 and custom info 2 and 2 comes up before 1 I would like to change how that shows on the page.
View ArticleReply To: [Assigned] Bootstrap Theme : Syntax highlight / Syntax editor buggy ?
Dear Sebastien, 1) I can confirm this problem and I sent a bug report to the developers for fixing it. 2a) I can see the tags normally, can you send me a screenshot? 2b) Shift+TAB is for un-indenting....
View ArticleReply To: [Assigned] CRED Add caption to images in publish form
Dear Deva, In this case you can use a child custom post type to tie each image to its caption. Make a child of the main custom post type and create separate forms. Will this solution be suitable for...
View ArticleReply To: [Assigned] CRED – limit taxonomy to 1 selection
Dear Deva, Did you try with 'genre[]'. The brackets are needed as part of the field name. In any case, try with this code instead: jQuery(function( $ ) { $( "input[name='category[]']" ).click(...
View ArticleReply To: [Assigned] Redirect to view after CRED delete post link
Dear Robert, Try with the following code: add_filter( 'cred_redirect_after_delete_action', 'my_redirect_after_delete', 10, 2 ); function my_redirect_after_delete( $url, $post_id ) { if(get_post_type(...
View ArticleReply To: [Assigned] Remove all css / js
Dear Abdul, Try with this variation: add_filter('wp_enqueue_scripts', 'cleanup_scripts', 11); function cleanup_scripts() { if (!is_admin()) { global $WP_Views; wp_dequeue_style(...
View ArticleReply To: [Assigned] Change Image output in view
I think it is conflicting with flex slider 2 is there a zoom effect on flexslider?
View ArticleReply To: [Waiting for user confirmation] Use order defined in shortcode
Hi Caridad, When I build my websites with Pagelines (not anymore since TVC), I once used a add-on for Pagelines (from a person who develops for pagelines), this add-on was also to filter pages, I did...
View ArticleReply To: [Assigned] Creating a simple image gallery
Dear Waqar, Do you have a plugin installed that provides lightbox? Which one is it? If not, WordPress comes with Thickbox included. Im asking because each script needs a different markup. Regards,...
View ArticleReply To: [Waiting for user feedback] Creating a simple image gallery
Hello Caridad, Thanks for your reply. I have lightbox and colorbox installed. I can install Thickbox as well. Can you please let me know once I have thinkbox installed then what should be the code to...
View ArticleReply To: [Waiting for user confirmation] woocommerce – CRED – can you help me
Amazing… It works… I realized that the ID in our code went a bit wrong… needed to update that to 162… Now everything is good! Thank you so much Adriano!!!!
View Article