Forum Replies Created
-
AuthorPosts
-
Hey Chris!
You forgot the link to your site.
Best regards,
JosueMay 5, 2015 at 4:54 pm in reply to: Masonry / blog post list with custom post type and custom fields #439849Hi!
There are no available hooks around that afaik so you’d need to overwrite the element source from your child theme, refer to this article:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Regards,
JosuePlease do so, we need to see the page with the problem to get a better idea of the issue.
Cheers!
JosueHi!
A temporary workaround would be to disable the markup on table elements, you can do that by editing /enfold/config-templatebuilder/avia-shortcodes/table.php and replacing the iterations of:
$markup = avia_markup_helper(array('context' => 'table','echo'=>false, 'custom_markup'=>$meta['custom_markup']));By:
$markup = "";Regards,
JosueDoes it get fixed if you revert that modification?
Regards,
JosueMay 5, 2015 at 4:39 pm in reply to: Your Content Element “Separator/White Space” does not work properly #439819Me parece que es por el LayerSlider, es como un “glitch” que sucede con elementos de ancho completo, añade esto al Quick CSS:
#after_layer_slider_1, #after_layer_slider_1 .container, #after_layer_slider_1, #after_layer_slider_1 .content { min-height: initial !important; padding: 0 !important; }Saludos,
JosueYou are welcome, glad to help :)
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueMay 5, 2015 at 3:51 pm in reply to: Is it possible to create a custom page with page builder in place of search.php #439772Please post a link to your site.
Cheers!
JosueMay 5, 2015 at 8:10 am in reply to: URGENT – After Update Enfold theme – woocommerce don't close sesion #439547Hi!
Are you referring to the “Logout” link here? that won’t work, you can’t put PHP code directly into the post content.
Regards,
JosueHi!
If you’re still need help with this please post a link to the pages with the issue.
Best regards,
JosueHey!
Not exactly a theme-related question but you can try one of these plugins:
https://wordpress.org/plugins/duplicator/
https://wordpress.org/plugins/wp-migrate-db/Regards,
JosueHey Katie,
shortcode_exists is a WP native function, perhaps there is a missing WP file, i’d suggest re-installing it (the WP install).
Cheers!
JosueHi,
Hand me a WP admin account, post it here as a private reply.
Regards,
JosueHey Charlotte!
You can’t set the sidebar/content width to a fixed value, in order to keep it responsive it must be set in percentage value relative to the maximum container width.
Regards,
JosueHey!
Use the full video URL, not the shortened one.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueYes, hope you manage to get this issue resolved with them :)
Regards,
JosueMay 5, 2015 at 4:09 am in reply to: Masonry / blog post list with custom post type and custom fields #439477Hey Duncan!
Yes, it’s possible. You’d need to edit the respective shortcode file (/config-templatebuilder/avia-shortcodes/) and include the meta value somewhere in the shortcode output.
Play with it and feel free to ask any questions regarding this but please be specific on what element you’re using.
Cheers!
JosueWe looking forward to hearing from you :)
Regards,
JosueMay 5, 2015 at 4:05 am in reply to: URGENT – After Update Enfold theme – woocommerce don't close sesion #439472Hi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHey!
Put this after line 786 in /config-templatebuilder/avia-shortcodes/masonry_entries.php:
$terms = wp_get_post_terms($id, 'portfolio_entries'); ob_start(); if ($terms) { $out = array(); foreach ($terms as $term) { $out[] = $term->name; } echo join( ', ', $out ); } $the_terms_output = ob_get_clean(); $this->loop[$key]['text_after'] .= $the_terms_output;Best regards,
JosueHey!
It’s because of the item next to the select, as their labels are quite similar; their fields get the same name (
avia_ben_je_in_het_bezit_van_een_1). Changing the first words of this label will suffice:Ben je in het bezit van een cadeaubon? Zo ja, voor welk bedrag of voor welke cursus?Regards,
JosueMay 5, 2015 at 3:23 am in reply to: 'Woocommerce tab manager' plugin stopped working after Enfold update #439463Ok, i’ll report this to Kriesi.
Regards,
JosueHi Charlotte!
Try using this code in Quick CSS:
.sub-menu{ min-width: 320px; border: 0 !important; } .sub-menu a { border: 0 !important; border-bottom: 1px solid white !important; }Best regards,
JosueHey!
It is possible but i don’t think it will work as you think as the whole tile is a hyperlink (pointing to the masonry item), the tags won’t be clickable.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-image-container { margin: 0 !important; }Cheers!
JosueMay 5, 2015 at 1:19 am in reply to: 'Woocommerce tab manager' plugin stopped working after Enfold update #439435Hey Alex!
Try the following:
https://kriesi.at/support/topic/woocommerce-plugin-tab-manager-dont-work/#post-119161Regards,
JosueMay 5, 2015 at 1:18 am in reply to: Your Content Element “Separator/White Space” does not work properly #439433Hola Adolfo,
¿Que tipo de separador estas usando? ¿me puedes hacer un bosquejo de lo que deseas lograr?
Saludos,
Josue -
AuthorPosts
