Jafet Mejia
Forum Replies Created
-
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Update crashed my SiteHello,
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
In reply to: [OptionTree] Foreach loop with my shortcodeHello 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
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
In reply to: [YOP Poll] Poll Image and CategoryYOP Team;
That’s terrific, thank you for your answer and I’ll do it in act.
Congratulations
Forum: Plugins
In reply to: [YOP Poll] Poll Image and CategoryHello @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
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.
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
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
In reply to: [Custom Field Template] [Plugin: Custom Field Template] Not Working!!!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
In reply to: [CSV Importer] [Plugin: CSV Importer] Post ThumbnailYou 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
In reply to: [CSV Importer] [Plugin: CSV Importer] Page template support?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
In reply to: [CSV Importer] [Plugin: CSV Importer] Page template support?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