gonzalogg
Forum Replies Created
-
Forum: Plugins
In reply to: [Firelight Lightbox] Easy fancybox with Contact Form 7: Doesn't closeHi @liomar, i really don’t remember… i think i didn’t use it.
Forum: Fixing WordPress
In reply to: WordPress site loads/request CSS JS multiple timesBridge theme: https://demo.qodeinteractive.com/bridge/
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Asign different class to negative valuesThanks, if i achived that i will post the code here.
Forum: Plugins
In reply to: [Yoast SEO] Menu sections/tabs does not displayingThanks! I complete the Wizard and it didn’t display the other options, but i achived it with the instructions you send.
Thanks again!!
Forum: Plugins
In reply to: [Yoast SEO] Menu items in snippetHi, thanks for the reply.
URL: https://bluebamboo.com.ar/
A: What description did you enter for the page?
Source code: view-source:https://bluebamboo.com.ar/
Google (searching “bluebamboo agencia”)
A and B match.
A/B does not match with C.- This reply was modified 8 years, 5 months ago by Jon (Kenshino). Reason: Removed broken html
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Asign different class to negative valuesYes, i thought in something like that.
I also found this, maybe is useful information, but i couldn’t achieve the solution.
https://www.kriesi.at/support/topic/how-to-customize-wpdatatables-using-function-php/
https://datatables.net/forums/discussion/comment/49468/#Comment_49468
https://stackoverflow.com/questions/1824266/colorize-negative-positive-numbers-jquery
I will continue trying.
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Asign different class to negative valuesYes, i thought in something like that.
I also found this info, but i really don’t know how to implement that:
https://datatables.net/forums/discussion/comment/49468/#Comment_49468
https://www.kriesi.at/support/topic/how-to-customize-wpdatatables-using-function-php/
https://stackoverflow.com/questions/1824266/colorize-negative-positive-numbers-jquery
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods.io integration with PolylangYes, first i posted here (and here) and then i login into support channel.
For the record, i added this code to functions.php:
// Agrega Polylang a Pods Admin > Templates para traducir plantillas de Pods // Pods - Custom Content Types and Fields Versión 2.6.7 // Polylang Versión 2.0.3 // Pods Templates not automatically handling Translations for PolyLang https://github.com/pods-framework/pods/issues/3741 add_filter( 'pll_get_post_types', 'my_i18n_post_types', 10, 2 ); function my_i18n_post_types( $post_types, $is_settings ) { if ( $is_settings ) { // Add this post type to possible i18n enabled post-types (polylang settings) $post_types['_pods_template'] = '_pods_template'; } else { // Force enable this post type $post_types['_pods_template'] = '_pods_template'; } return $post_types; }
Thanks!
Forum: Plugins
In reply to: [User Role Editor] Allow Polylang translated pages/postsSolved, sorry for this post.
I find the solution in Pods Admin > Templates > My template in secodary language:
Restrict access by Capability: uncheck box
Thanks and sorry.
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Pods.io integration with PolylangI think that a way is to translate the Pods>Templates and then choose different templates in the custom post type.
Ideally, when i add a new post of another language (from the + of Polylang) it should complete all fields and load the template in the appropriate language, or otherwise show fields / labels in the appropriate language.
Forum: Plugins
In reply to: [Waving Portfolio] I does not know how to use the shrotcodeI solved it. Sorry for this post.
I have another question. How can i work the style? css archive? add classes to text over?
Thanks
Thanks!
Thanks, the button functions correctly.
But i don’t understand how to insert a link/button on a post. I tried different ways and nothing. ?Can you paste and example code to insert on a post?
thanks and sorry for the silly questions
Forum: Plugins
In reply to: [Page Specific Menu Items] Cannot set menu for certain pagesI have the same problem.
Sorry for asking here, but Marissa can ypu tell me what plugin are you using?
Thanks.
Forum: Plugins
In reply to: [Polylang] I can't find in my Polylang>Settings the Default language optionSorry for the post. I think i solved it, but i have to do a little manual work.
If i enter to each post in default-english laguage and update it, it’s show in my english page.