Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueLooking forward to hearing from you :)
Regards,
JosueGlad to help :)
Regards,
JosueModify the CSS part to:
@media only screen and (min-width: 767px) { .single-product .product { width: 68%; margin-right: 4%; clear: none; float: left; } }Cheers!
JosueHey!
Can you ask WP Engine if PHP Safe mode is enabled?
Regards,
JosueHello!
Unfortunately this is beyond our support scope (third-party plugin). You can request a customisation quote from a provider here.
Regards,
JosueNo problem, i’ll close this thread now, feel free to open a new one if you need further assistance.
Best regards,
JosueHi @brendasarg!
Can you please create a new thread including an Administrator access in the private content field.
Best regards,
JosueGracias, me podrías crear un usuario de administrador temporal? ponlo aqui como mensaje privado.
Saludos,
JosueHola,
Me puedes poner un enlaze a tu blog por favor.
Saludos,
JosueHey!
Do you use any other plugins that may modify how Posts are created/managed?
Regards,
JosueHey!
I can see the mousever transition taking effect the moment you position the mouse inside the masonry block, if you want to extend this effect to also affect the title you can use this custom CSS:
.av-masonry-entry:hover .av-inner-masonry-content { padding: 40px !important; } .av-masonry-entry:hover .av-masonry-entry-title { color: red !important; }Best regards,
JosueI can see where the issue is, try putting the code again:
function avia_add_custom_icon($icons) { $icons['whatsapp'] = array( 'font' =>'whatsapp-font-icon', 'icon' => 'ue800′); return $icons; } add_filter('avf_default_icons', 'avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['Whatsapp'] = 'whatsapp'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Make sure to copy it from the forum reply and not from the notification e-mail.
Best regards,
JosueHey!
Go to General Layout > Dimensions and uncheck “Responsive Site”.
Cheers!
JosueHey!
I’m not really sure why this is happening to that specific Page only, the TinyMCE object doesn’t seems to be correctly created in that Page’s modal windows.
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueDecember 18, 2015 at 2:10 pm in reply to: New Blog Layout Can't Make Featured Image Full Width #554947Hey @xioliul!
Can you please create a new thread including a link to your site?
Cheers!
JosueDecember 18, 2015 at 2:07 pm in reply to: Video lightbox only works when logged in to the wp-admin #554945I’m not sure, the plugin may be modifying how links are handled and that conflicts with the theme’s lightbox script, i’d suggest to keep that check off from now on.
Cheers!
JosueDecember 18, 2015 at 12:15 pm in reply to: Video lightbox only works when logged in to the wp-admin #554905Hey!
Thanks for the access, the issue is fixed now, it was caused by this setting in the WP Google Analytics plugin – http://screencast.com/t/X4JdOkw6gvar
Cheers!
JosueHey!
It’s not working for me but try using the following code only:
function avia_add_custom_icon($icons) { $icons[‘whatsapp’] = array( ‘font’ =>’whatsapp-font-icon’, ‘icon’ => ‘ue800′); return $icons; } add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1); // Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons[‘Whatsapp’] = ‘whatsapp'; return $icons; } add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);If you still get a 500 error enable WP_DEBUG and check for error messages:
https://codex.wordpress.org/WP_DEBUGBest regards,
JosueYes, most ALB element accept HTML tags so you can extend their functionality :)
Regards,
JosueHi!
Correct, you may want to save your wp-config.php, .htaccess and robots.txt files (in case you’ve set some configuration parameters there).
Cheers!
JosueHey!
Should be:
<a href='http://test?iframe=true'>Link</a>Cheers!
JosueHi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHola Marcos,
Sucede que cuando estas una instalación multi-sitio el plugin Functionality no te va a funcionar correctamente, lo que te recomiendo en este caso es que crees un theme hijo (child theme) para tu sitio, y en el functions.php de esté pegues los codigos.
Saludos,
JosueHola,
Hay multiples formas de migrar un sitio, la que a mi me parece mas efectiva es la de mover la DB y los contenidos manualmente:
En el servidor antiguo:
1. Instala este plugin y usalo para crear un archivo de la base de datos.
2. Via FTP, guarda todo el contenido de /wp-contents/ y tambien el archivo /wp-config.php.En el servidor nuevo (una vez el DNS este apuntando a este):
1. Sube un WordPress como siempre pero no lo instales aun.
2. Reemplaza /wp-contents/ por el que tienes guardado y sube el /wp-config.php
3. Ingresa al administrador de bases de datos e importa el archivo de la base de datos que guardaste en una DB nueva.
4. Edita el wp-config.php, cambia las credenciales y el nombre de la DB por las del servidor nuevo.Saludos,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
I can’t speak for that plugin you mention because i have not used it, but regarding WP Migrate DB it does save a file on your PC but just the database information (so themes, plugins and uploads would need to be handled separately), a file that would later be injected in another DB.
Regards,
JosueHey!
Are you running the latest version of Chrome? have you tried disabling all addons?
Best regards,
Josue -
AuthorPosts
