Forum Replies Created
-
AuthorPosts
-
June 5, 2014 at 10:09 am in reply to: activation page gravity forms overlapped in header, not appear in main content #275024This reply has been marked as private.June 4, 2014 at 4:53 pm in reply to: activation page gravity forms overlapped in header, not appear in main content #274562
Hi, guys, how is this issue?
Thanks so much!!
Xavier.
June 3, 2014 at 9:49 am in reply to: activation page gravity forms overlapped in header, not appear in main content #273796This reply has been marked as private.June 3, 2014 at 1:56 am in reply to: activation page gravity forms overlapped in header, not appear in main content #273652Hi any response?, the activation page not run ok :( in integration of Gravity Forms and enfold..
Thanks so much!!..
Xavier.
June 2, 2014 at 1:25 pm in reply to: activation page gravity forms overlapped in header, not appear in main content #273233With this information of Gravity Forms support team I can customize the user activation page, but is not integrated with theme and overlapps with header.
Can you help me please?
Thanks s much!!!
Xavier.
Gravity Forms support team
———–
Hi Xavier,To customize the activation page take a look at the following tutorial: http://gravitywiz.com/customizing-gravity-forms-user-registration-activation-page/
The emails are generated by WordPress so you would need to use some WordPress hooks to modify them: http://www.gravityhelp.com/forums/topic/shared-solution-customizing-activation-email
Regards,
——-Solved!!!
color section and #name_section .container { width: 100% !important; }
Thanks so much!!!
Xavier.
Hi Ismael, I use royalslider, not revolution slider.
I need full width with royaslider, the problem is the class “container”.
Can you help me with some css instructions solve this problem?
http://escalamas.pintanet.com/?page_id=2I want the royal slider with 100% screen width.
The problem is not of plugin is the container class.I need 100% screen width with royal slider, like layer slider of enfold.
Thanks so much!!!
Xavier.
April 24, 2014 at 10:55 pm in reply to: full widht with royalslider in enfold like layerslider #255868I close the issue.
hi, your solution works only if I’m in portada page.
but if I’m in inicio page the sec1, sec2 or sec3 link of menu don’t works.
xavier.
Hi Devin,
With the previous versions of wordpress the admin bar appears when de user is logged in allways.
The parametrization, by defect, is “view admin bar”.With new version don’t appears, I don’t know if is a problem (or new funcionality) of wordpress or enfold, but with this code is solved adding in “functions-enfold.php”.
if (is_user_logged_in())
{
add_filter(‘show_admin_bar’, ‘__return_true’);
}
else
{
add_filter(‘show_admin_bar’, ‘__return_false’);
}Thanks so much!!!
Xavier.
thanks master of css :)
xavier.
Perfect!!!.
Xavier.
Peeeeerfect Job ;)
Gracias amigo¡¡
Xavier.
Hi Josué, perfect.
One thing more…
i like smaller margin with the slider and the text “regala aceite, regala salud”.
Can you help me?
Thanks so much.
Xavier.
Hi Yigit, incredible!!!, perfect!!!.
Thanks for your fast and perfect support.
Xavier.
Hi Yigit, thanks so much, is perfect.
Best regards!!
Xavier.
Hi, i don’t found how add images at gallery post.
I select “gallery format” for the post but I can only add 1 image to featured images.
How add more?Thanks!!!
Xavier.
Sorry Ismael, the issue only exist in my mind ;)
Close this topic and all my topics in the forum. All are solved.
Thanks so much!!!
Xavier.
This reply has been marked as private.Hi Ismael, is not he problem.
I don’t have any minify plugin.
I have deactivated all plugins minus wpml and the issue continues.I write the credentials in next post if you will see the installation.
Thanks so much!!
Xavier.
Hi Yigit,
Thanks so much. Perfect 1 and 2.
Yes 3 I solved the issue.
5, perfect, i will see.
And 4, i like the effect by example
http://substrakt.co.uk/work/rewired/
In this site they are 3 elements (iphone, imac, ipad) between two layers…
I like an example of effect iphone (by example) are into two horizontal layers of page of enfold and into two vertical layers.
Thanks!!
Xavier.
i add my dev web
close this issue please.
thanks.
xavier
oks thanks so much peter! only mofifucation of configuration of WPML or too some change in code of theme?
thanks.
xavier.
any advance?
thanks!!
This reply has been marked as private.Hi Dude,
I have just opened incidence WPML but I understand that is a set of WPML and enfold problem, although it is difficult to define who is responsible.
I would ask that you investigate so that together we find the solution.
———
Hola, tengo wordpress 3.8 instalado, la ultima version del theme Enfold y WPML actualizado totalmente.Desde que tengo esa configuracion me esta dando error 404 en las “portafolio entries”.
Hago un “Ver” de cualquier entrada del portafolio o utilizo cualquiera de los elementos visuales que el theme da para poder trabajar con elementos del portafolio y da ese error.
Si hago de desactivar el plugin “WPML string translation” el problema deja de existir, pero obviamente es una solucion que no me sirve porque necesito tener ese plugin activado para que funcione el resto de WPML (woocommerce incluido).
En enfold me han dado una solucion parcial como es poner en el function.php esto:
add_action( ‘init’, ‘avia_deactivate_permalink_rewrite’, 10);
function avia_deactivate_permalink_rewrite(){
remove_action( ‘init’, ‘avia_wpml_register_post_type_permalink’, 20);
}Pero arregla los errores 404 de algunas paginas pero del portafolio entries no.
He realizado la misma prueba con otra web instalada desde 0, solo con wordpress 3.8, ultimo enfold y wpml actualizado y lo mismo. Da problema con el portafolio entries nada mas activar el “WPML string translation”. En esta web desde 0 he activado solo el “WPML multilingual” y a continacion el “string translation” y falla, por lo que el problema esta claro.
Os pediria que urgentemente es lo revisarais ya que todo apunta que se trata de un problema de WPML y Enfold generico con las versiones mas actualizadas.
Gracias!!
Xavier.
ENGLISH
———
Hi, I have installed wordpress 3.8 , the latest version of the theme and WPML Enfold fully updated .Since I have that configuration is giving me 404 error in the ” portfolio entries” .
I do a “View” of any portfolio entry or use any of the visual elements that gives the theme to work with elements of the portfolio and gives that error.
If I disable the plugin ” WPML string translation” the problem ceases to exist, but obviously it’s a solution that does not help me because I need to have that plugin enabled to work the rest of WPML ( WooCommerce included).
In enfold have given me a partial solution as it is put in the function.php this:
add_action ( ‘init ‘, ‘ avia_deactivate_permalink_rewrite ‘, 10 );
avia_deactivate_permalink_rewrite function ( ) {
remove_action ( ‘init ‘, ‘ avia_wpml_register_post_type_permalink ‘, 20 );
}But 404 errors fix some pages but not the portfolio entries .
I performed the same test with another installed web from 0 , only 3.8 wordpress , WPML last enfold and updated and the same. problem with portfolio entries you nothing but change the ” string WPML translation” . This web from 0 I activated only ” WPML multilingual ” and below the “string translation” and fails, so the problem is clear .
I would ask is what revisarais urgently because it seems that this is a generic problem WPML and Enfold with the most updated versions.
Thank you !
——-Hi Dude, i write the steps.
1) delete enfold theme directory
2) download latest version of envato account enfold theme
3) upload latest version enfold theme in wordpress site
4) css changes not found (no problem is normal i don’t use a child theme)
4) flush permalinks postname few times
5) some pages of shop returns 404
6) I add at bottom functions.phpadd_action( ‘init’, ‘avia_deactivate_permalink_rewrite’, 10);
function avia_deactivate_permalink_rewrite(){
remove_action( ‘init’, ‘avia_wpml_register_post_type_permalink’, 20);
}7) all shop pages works ok
8) in admin wordpress go to portafolio pages and go to “View page”
all portafolio entry pages return 404 errorI don’t know how to do……
can you help me?. I have backup. can you modify in coronatolive’s site what ever you want..
I need the permalinks postname beacause i have “languages in directories option” with WPML and too SEO is best with this option.
Thanks!!!
Xavier.
Hi Ismael, i was read the Dude´s post.
In my web i have this instructions at bottom of functions.php
add_action( ‘init’, ‘avia_deactivate_permalink_rewrite’, 10);
function avia_deactivate_permalink_rewrite(){
remove_action( ‘init’, ‘avia_wpml_register_post_type_permalink’, 20);
}All pages run (apparently ok) but portafolio pages never ok.
I have the latest version of WPML, WORDPRESS and ENFOLD, is a problem? ;).
The solution is deactivate the enfold theme, delete the themes/enfold directory and updload the latest version of enfold?.
At night we test this.
Thanks!!!
Xavier.
This reply has been marked as private. -
AuthorPosts