Title: Jafet Mejia's Replies | WordPress.org

---

# Jafet Mejia

  [  ](https://wordpress.org/support/users/jftid/)

 *   [Profile](https://wordpress.org/support/users/jftid/)
 *   [Topics Started](https://wordpress.org/support/users/jftid/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jftid/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jftid/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jftid/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jftid/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jftid/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AGCA - Custom Dashboard & Login Page] Update crashed my Site](https://wordpress.org/support/topic/update-crashed-my-site-7/)
 *  [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/update-crashed-my-site-7/#post-6795637)
 * Hello,
 * Which PHP version is required to running fine? Because 5 of my sites went blank
   when update and my server uses PHP 5.3. Thank you in advance
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OptionTree] Foreach loop with my shortcode](https://wordpress.org/support/topic/foreach-loop-with-my-shortcode/)
 *  [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/foreach-loop-with-my-shortcode/#post-6232019)
 * Hello Amit;
 * Have you tried adding the do_shortcode function to your line?
 * Something like this:
 * <?php
    $info = ot_get_option(‘info’, array()); if (isset ($info) ) { foreach (
   $info as $new_info) {?>
 *  <p><?php echo $new_info( do_shortcode( ‘[name]’ )) . “, ” . $new_info( do_shortcode(‘[
   age]’ )); ?></p>
 * <?php }} ?>
 * Regards, and hope it’ll be helpfull
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AGCA - Custom Dashboard & Login Page] Widget page doesn't load with qTranslate and AGCA activated](https://wordpress.org/support/topic/widget-page-doesnt-load-with-qtranslate-and-agca-activated/)
 *  Thread Starter [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/widget-page-doesnt-load-with-qtranslate-and-agca-activated/#post-4164029)
 * Hello burnobonafine, did you search for the function I mentioned? Because unfortunately
   the console doesn’t display any error in the jQuery. I’m guessing too that the
   problem comes with qTranslate, but I’ll have to dig a bit more.
    I’ll try later,
   with 2.4 version of the Framework, because the version 3 is a complete mess. 
   If you find something useful it’ll be great if you share it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] Poll Image and Category](https://wordpress.org/support/topic/poll-image-and-category/)
 *  [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/poll-image-and-category/#post-4234957)
 * YOP Team;
 * That’s terrific, thank you for your answer and I’ll do it in act.
 * Congratulations
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YOP Poll] Poll Image and Category](https://wordpress.org/support/topic/poll-image-and-category/)
 *  [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/poll-image-and-category/#post-4234955)
 * Hello [@ddirty](https://wordpress.org/support/users/ddirty/) and YOP Team
 * I find interesting the possibility of use head poll image, but what about of 
   use images per option, let’s say we want a voting poll with candidates, how can
   we make to use the candidate photo?
 * Regards and congrats for an excellent plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AGCA - Custom Dashboard & Login Page] Widget page doesn't load with qTranslate and AGCA activated](https://wordpress.org/support/topic/widget-page-doesnt-load-with-qtranslate-and-agca-activated/)
 *  Thread Starter [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/widget-page-doesnt-load-with-qtranslate-and-agca-activated/#post-4163982)
 * Hi Argonius,
 * I already did your suggestions and didn’t any difference, but I decide to dig
   deeper on Cherry Framework and I found that the problem comes with the framework,
   specially with the widgets page.
 * So what am I did? I open the functions.php file in the CherryFramework folder
   and look for some action related with widget and I found that in line 157 the
   frame calls to a file
    `//include_once (PARENT_DIR . '/includes/widgets/widgets-
   manager.php');` then I commented to make the function unavailable and everything
   went a charm, and I haven’t no PHP errors of any kind.
 * I will tell to the TemplateMonster team about this solution hoping they give 
   attention to the next update. Thank you so much for your tries, your time an 
   patience. This subject is officially solved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AGCA - Custom Dashboard & Login Page] Widget page doesn't load with qTranslate and AGCA activated](https://wordpress.org/support/topic/widget-page-doesnt-load-with-qtranslate-and-agca-activated/)
 *  Thread Starter [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/widget-page-doesnt-load-with-qtranslate-and-agca-activated/#post-4163958)
 * Hello again, I other bug and resides in the jQuery, you use a .live argument 
   which has been deprecated since 1.7 and eliminated in 1.9. I use jQuery ver 1.10.1
   so I change the .live argument to .on and the problem was corrected.
 * I’m still haven’t found the other issue but I’m still searching for, thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AGCA - Custom Dashboard & Login Page] Widget page doesn't load with qTranslate and AGCA activated](https://wordpress.org/support/topic/widget-page-doesnt-load-with-qtranslate-and-agca-activated/)
 *  Thread Starter [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/widget-page-doesnt-load-with-qtranslate-and-agca-activated/#post-4163950)
 * Thanks argonius for your reply, the version of my PHP is 5.3, WordPress 3.6.1
   and AGCA the most recent.
 * I have been done all the solutions you gave me, but actually none of those settings
   had been used in the customization, even I enable the plugin without making any
   change and then activate qtranslate, and the error persist.
 * Thank you for your time, and I hope we can find soon a solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Field Template] [Plugin: Custom Field Template] Not Working!!!](https://wordpress.org/support/topic/plugin-custom-field-template-not-working/)
 *  [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [15 years ago](https://wordpress.org/support/topic/plugin-custom-field-template-not-working/#post-1973695)
 * I have a different problem, the first time I use CFT with WP 3.0 and the next
   releases and everythinh were perfectly, but when I update the plug-in to the 
   current version, all messed up. The firt thing I realize was when I wanted to
   update my posts the edit.php went into a blank page in Firefox and in Chrome 
   shows me up a 500 Internal Server Error, also in both browser the import tool
   for WordPress didn’t work and the entire Admin site freeze until I restart it.
   I have to re-install WP in one site and re-make the whole post before realize
   that the plug-in was the error. What can I do to solve the problem? Because it
   comes very handly when other person whitout Custom Field Usage Knowledge works
   on the site. Thanks a lot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CSV Importer] [Plugin: CSV Importer] Post Thumbnail](https://wordpress.org/support/topic/plugin-csv-importer-post-thumbnail-1/)
 *  Thread Starter [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-csv-importer-post-thumbnail-1/#post-1914860)
 * You are in the right assume, I’ll first upload the images and then I’ll put the
   URL’s in the respective column.
 * In fact is what I’ve done with the images in the content area. So this feature
   it will take you long?
 * Thanks for answering 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CSV Importer] [Plugin: CSV Importer] Page template support?](https://wordpress.org/support/topic/plugin-csv-importer-page-template-support/)
 *  [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-csv-importer-page-template-support/#post-1914118)
 * Also if your pages will be childs, you can do at the same time with setup the
   template with the bulk edit action.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CSV Importer] [Plugin: CSV Importer] Page template support?](https://wordpress.org/support/topic/plugin-csv-importer-page-template-support/)
 *  [Jafet Mejia](https://wordpress.org/support/users/jftid/)
 * (@jftid)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-csv-importer-page-template-support/#post-1914117)
 * Hi Pru;
 * The plug-in, in author’s words, can’t handle page templates.
 * If you want to import several pages and assing them an especific template, an
   useful way to achieve it is to organize the CSV files in gropus and call the 
   CSV file with the template’s name, after import one bye one and in the pages 
   section choose them and apply with bulk action the template that you need.
    For
   the moment is the only way I can think you can get your goal.
 * Greetings

Viewing 12 replies - 1 through 12 (of 12 total)