marcelotorres
Forum Replies Created
-
Hi, you need add this function verification at line 1695 of the file mywp.setting.admin.sidebar.php for dont show more this error.
Thank’s
- This reply was modified 6 years, 4 months ago by marcelotorres.
Forum: Plugins
In reply to: [Membership 2] Change fields label in register formAdiciona esse código no arquivo
functions.php
do seu tema.Forum: Plugins
In reply to: [Download Media Library] Error 404Sorry, could not find the error, you could send a screenshot?
Forum: Plugins
In reply to: [Download Media Library] Error 404HI Martin, what plugin version is using?
Forum: Plugins
In reply to: [Membership 2] Change fields label in register formResolved:
//Membership 2 filter function register_form_modifications($fields) { $fields['first_name'] = array('title' => 'Nome'); return $fields; } add_filter('ms_shortcode_register_form_fields', 'register_form_modifications', 10, 1);
Forum: Plugins
In reply to: [Simple Responsive Slider] Add Hebrew TranslationHi Quadbox, thanks for the translation, I will add in the next update
Forum: Plugins
In reply to: [Simple Responsive Slider] Need to edit CSSCeeInTx, style.css has a bug where the class
builder-module-51f475adc27e2.builder-module
, is missing a}
, so should’re canceling what next, including classes on the slider.Forum: Plugins
In reply to: [Simple Responsive Slider] Need to edit CSSWhat changes need to do?
DareDevil73, the error is the same as the title of the post? If so, you can access the wp-cron.php normally using exemple.com/wp-cron.php?
If you are showing a blank page is because it is normal
DareDevil73,
This was a specific case for me, maybe for you is not the same thing. You need to check if there is any impediment to access wp-cron.php file
Hello, I also had the same problem cited and found the solution by removing a user redirection to the / wp-admin, probably when the plugin will access the wp-cron.php is being redirected and can not finish the job.
Forum: Plugins
In reply to: [Simple Responsive Slider] Slider interfering with links on pageJayboy75,
This is looking more error CSS or even HTML. Reading the source code of your page has realized that some html errors as in line 259 for example which has a li element not closed, which is repeated with the other three following. Check these mistakes before, the problem may’re there.
Forum: Plugins
In reply to: [Simple Responsive Slider] new update – shows caption – why?Hi Ramzii, Thank you for donation! ??
I thought the Paypal automatically identify the language, I will make this correction.
Thanks again!
Forum: Plugins
In reply to: [Simple Responsive Slider] Slider interfering with links on pageHi Jayboy75, You could send me a printscreen to understand better?
Forum: Plugins
In reply to: [Simple Responsive Slider] Permisions to non admin usersMarco, I can do so, the only problem I think is that I can not define the
$role_object->add_cap( 'manage_options' );
in the plugin because it may affect other plugins, I think it would only make it a condition to the checkbox is checked include theadd_menu_page
and allow access to user with the “cap” manage_option. I’ll think of a better solution that programmatically speaking.——-
Marco, posso fazer assim, o unico problema que eu penso é que n?o posso definir o
$role_object->add_cap( 'manage_options' );
no plugin porque isso pode afetar outros plugins, acho que seria mesmo só fazer uma condi??o para se o checkbox estiver checado inclua a fun??oadd_menu_page
e permita o acesso para usuário com o “cap” manage_option. Vou pesnsar em uma solu??o melhor que isso programaticamente falando.