Forum Replies Created
-
AuthorPosts
-
Hi,
That happens because the grid doesn’t use
the_titleso the plugin is unable to hook into it, try the following, open /config-templatebuilder/avia-shortcodes/postslider.php and look for line:$output .= "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>";Replace it by this:
$output .= "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".get_the_title()."</a></h3>";Regards,
JosueThat’s not possible, you’d need to upload it elsewhere and post a link here.
Regards,
JosueHey!
Which size did you change and which size are you choosing in the Accordion Slider?
Cheers!
JosueHi!
Try adding this code to Quick CSS:
@media only screen and (max-width: 1024px) { #top .av-subnav-menu > li > a { padding: 0 5px 0 5px; } }Cheers!
Josue-
This reply was modified 9 years, 8 months ago by
Josue.
Correcto, lo pones con una coma:
.page-id-250 a.more-link, .page-id-254 a.more-link{ display: none }Ponlo asi:
.page-id-250 a.more-link { display: none; }Añade esto al Quick CSS:
a.more-link { display: none; }Hey!
1. Change that in Page Layout at the right.
2. If you referring to the sorting filters i’m afraid that won’t be possible without modifying the theme extensively.
3. Open /enfold/config-templatebuilder/avia-shortcodes/helper-masonry.php and look for line:$this->loop[$key]['url'] = get_permalink($id);Replace it by this:
$this->loop[$key]['url'] = wp_get_attachment_image_src($id, apply_filters('avf_avia_builder_masonry_lightbox_img_size','large'));Best regards,
JosueSegun lo que veo en Auspicios Otorgados sale el contenido completo del Post – http://screencast.com/t/wpDfFFiZaFI, haz la prueba poniendo un poco de texto despues del enlaze y verás que se refleja en el index.
Segun lo que veo en Auspicios Otorgados sale el contenido completo del Post – http://screencast.com/t/wpDfFFiZaFI, haz la prueba poniendo un poco de texto despues del enlaze y verás que se refleja en el index.
Hm, pasame un acceso otra vez por privador por favor.
Hey!
Could be cache, try refreshing a few times, here’s what i get on iOS – http://screencast.com/t/lP2EP7kwD
Regards,
JosueUsing a shortcode (or multiple ones) would be the ideal solution, there’s no other way (as far as i know) to protect a code from being modified by WordPress / Enfold automatic filters.
You are welcome, glad to help :)
Regards,
JosueMarch 8, 2016 at 11:14 am in reply to: Blog Issues – Comment box & missing information on comment submission issues. #594930Hi!
Try removing the labels + the JS code and adding placeholders with this method instead – http://help4cms.com/how-to-add-placeholders-to-the-wordpress-comment-form/.
#commentform label { display: none !important; }Cheers!
JosueHey!
Enfold sections have a minimum height set of 100px you need to reset that with CSS:
#top .avia-section { max-height: initial; }Best regards,
JosueHi!
You could create a shortcode with parameters, that way you could define the region each time you put the shortcode.
Regards,
JosueHi,
Hand me an administrator account via private reply and i’ll add the code for you.
Regards,
JosueMarch 7, 2016 at 10:51 pm in reply to: Gallery format in blog section: display text above gallery #594635Hey!
The gallery size is determined by the its container, try changing the column from 1/2 to something smaller like 1/3.
Best regards,
JosueHola,
Te explico, donde tienes que activar el Editor Estandar es en las Entradas no en la pagina que vas a usar para mostrar las Entradas (el index, alli puedes usar el ALB).
Saludos,
JosueHola,
Añade esto al Quick CSS:
#footer .textwidget br { display: none; } #footer .textwidget { padding: 6px 0 0; }Saludos,
JosueHey!
Try adding this code to the Quick CSS:
.av-main-nav > li > a { padding: 0 20px; } .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text{ padding-left: 20px; margin-left: -20px; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueLook at that Color Section settings (background tab).
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avia_layout_filter', function($layout_arr, $post_id) { $layout_arr['current']['main'] = "custom"; return $layout_arr; }, 10, 2);Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top .hr-custom{ min-height: 36px; }Cheers!
JosueHey!
Check it now, i set it as an background.
Best regards,
JosueMarch 5, 2016 at 10:28 pm in reply to: Blog Issues – Comment box & missing information on comment submission issues. #593802Hi,
Can you post the link to your website please?
Regards,
JosueHey!
I’d suggest you ditching the built-in buttons and place the four as shortcodes, wrap each row with a
div:<div>[button1][button2]</div> <div>[button3][button4]</div>Makes sense?
Cheers!
Josue -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts
