Forum Replies Created
-
AuthorPosts
-
Hey!
Your site is unaccessible to us, please provide a user in a private reply.
Cheers!
JosueOn which iOS/Safari version are you experiencing this?
Hi,
Open /config-templatebuilder/avia-shortcodes/postslider.php and look for line 290:
$link = get_permalink($the_id);Replace it by this:
$link = get_permalink($the_id); $link_thumb = get_post_meta($the_id, "custom_thumbnail_url", true) ? get_post_meta($the_id, "custom_thumbnail_url", true) : get_permalink($the_id);Also change line 368 to:
$output .= $thumbnail ? "<a href='{$link_thumb}' title=''>{$thumbnail}</a>" : "";Then in each Post (enable Custom Fields in Screen Options), add the custom URL as a
custom_thumbnail_urlcustom field:

Regards,
Josue-
This reply was modified 10 years, 11 months ago by
Josue.
Hi!
Image with Hotpost’s tooltips will be displayed at the below the image on mobile view, that’s the expected behaviour.
Best regards,
JosueHey!
Promo box text can be center/left/right aligned using the WP editor:

Regards,
JosueHey!
Theme Options seems to be working fine, please be specific of the problem you are experiencing.
Cheers!
JosueHi!
avia_backend_create_folderIs a pluggable function, you can just modify and copy it into your child theme functions.php.Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHola,
1. Fijate ahora, lo que hice fue definir una pagina de Blog en las Opciones del Theme y ademas añadí este filtro para reducir la cantidad de letras que aparecen en el final del breadcrumb:
add_filter('avia_breadcrumbs_args', function($args) { $args['truncate'] = 40; return $args; });2. Es asi como WordPress bota la fecha, he cambiado el formato en Ajustes > Generales y se ve mejor ahora.
3. Utiliza este código CSS:
.widget_post_views_counter_list_widget li a { font-size: 16px !important; line-height: 22px; !important; }4. Cambia esta linea en header.php:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">';A:
if( strpos($responsive, 'responsive') !== false ) echo '<meta name="viewport" content="width=device-width, initial-scale=1">';5. Usa este código CSS:
.related_posts .related-format-icon .related-format-icon-inner { display: none; } .related-format-visible{ opacity: 1; } .related_posts .related-format-icon { background: url(_PON_ACA_LA_IMAGEN_PERSONALIZADA_); background-size: contain; }No existe ninguna vulnerabilidad critica con lo que respecta a Enfold, sin embargo Kriesi acaba de liberar un parche que ya esta disponible para descargar de Themeforest.
Saludos,
Josue-
This reply was modified 10 years, 11 months ago by
Josue.
Hi,
OK, hand me an admin account on the installation with the problem.
Regards,
JosueHi @matcho!
Your problem is related to a memory limit issue (currently 64M), ask your hosting provider to increase it to at least 128M.
Cheers!
JosueHi!
Can you post the other domain so we can analyse the difference (we may need an admin account too)?
Best regards,
JosueHey Baruch!
What’s the problem you’re having?
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
The issue is caused by this code you have in child style.css:
html, body { height: 100% !important; } html { overflow-y: hidden; } body { overflow-x: hidden; }Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Empty your WP Super Cache cache.
Best regards,
JosueHi!
Can you please hand me a FTP account too via private reply? i’m a bit worried about breaking something while editing files from the Dashboard and then being unable to access due to white screen.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.sidebar .textwidget .image-overlay { top: 0 !important; }Cheers!
JosueYou can put that here in a private reply.
Regards,
JosueHey Mathias!
Enfold works fine with WP 4.2, make sure you are uploading the theme folder only and not the whole package (PSDs, documentation, etc). I can check this for you if you hand me a FTP account.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
#mobile-advanced{ -webkit-transition: none; -moz-transition: none; transition: none; right: 0; bottom: -100%; top: auto; } .show_mobile_menu #mobile-advanced{ -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); transform: translate(0, -100%); } .avia_transform3d .show_mobile_menu #mobile-advanced{ -webkit-transform: translate3d(0, -100%, 0); -moz-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }Cheers!
JosueHi!
It’s a font problem, for some reason Open Sans does not support Hebrew on IE. You’d need to change it (Enfold > General Styling > Fonts).
Best regards,
JosueHello,
It’s kinda weird, i’m unable to reproduce this on my local install (Ninja forms enabled), may be something related to your specific install, perhaps re-installing WordPress could fix it but i think it would be more conveniente to just disable Ninja plugins while editing LS and then re-enable it when you’re done.
Best regards,
JosueHey!
Add this to your robots.txt file:
Disallow: /wp-content/themes/alpachats/framework/Regards,
JosueYou too, glad to help :)
Regards,
JosueYes, just change this part:
/* Adjust this for smaller screens */ @media only screen and (max-width: 767px) { .play-button a:after, .play-button a:before { font-size: 80px; height: 80px; width: 80px; line-height: 80px; top: 40%; } }Regards,
JosueHey!
Try playing with the Order. You can use this plugin to adjust the order of custom post types – https://wordpress.org/plugins/post-types-order/
Regards,
Josue -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
