Forum Replies Created
-
AuthorPosts
-
September 4, 2014 at 1:53 am in reply to: ENFOLD / MASONRY PROBLEM ON FIREFOX + INTERNET EXPLORER #313154
Hi Damien,
Please create us a temporary administrator account, post it here as a private reply.
Regards,
JosueHey Cerasela!
Try adding this at the very end of your theme / child theme functions.php file:
add_action('ava_after_content', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { if($context == "post") avia_social_share_links(); } add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 10, 1); function avia_add_social_toolbar_template_builder($content = "") { $content .= avia_social_share_links(array(), false); $content .= '<div style="height:1px; margin-top:50px;" class="hr"></div>'; return $content; }Cheers!
JosueSeptember 4, 2014 at 1:43 am in reply to: Same Lightbox for Featured Image and Gallery Images #313151Hey!
I can’t login, the form asks for “Google Authenticator code”.
Regards,
JosueHi!
If you used HostGator WP Quick Install tool you’ll get WP-Super-Cache installed and activated by default.
Best regards,
JosueHi!
Your site is now retuning a database error, make sure your WordPress configuration is properly set-up.
Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 4, 2014 at 1:15 am in reply to: Problemas con imagenes en el Shop y estilo en Contacto #313143De nada, paso a cerrar este thread.
Saludos,
JosueHey Josh!
It’s not working neither in Chrome, and its because the font is not getting included, i’d suggest using this plugin to include a custom font-face: https://wordpress.org/plugins/wp-font-face/
Cheers!
JosueSeptember 3, 2014 at 11:53 pm in reply to: я не могу настроить картинку в редакторе она есть а дальше ее нет #313134Hi!
Use this kind of br tags instead:
something<br> elseWithout the trailing slash.
Regards,
JosueSeptember 3, 2014 at 8:35 pm in reply to: я не могу настроить картинку в редакторе она есть а дальше ее нет #313093September 3, 2014 at 8:04 pm in reply to: Problemas con imagenes en el Shop y estilo en Contacto #313079Lo que quieres es que no sea cliqueable? prueba con esto:
.woocommerce-main-image { pointer-events: none; }September 3, 2014 at 7:41 pm in reply to: я не могу настроить картинку в редакторе она есть а дальше ее нет #313075Try setting a custom fixed size (in pixels) to both the height and width value, initially you only set height.
September 3, 2014 at 6:45 pm in reply to: я не могу настроить картинку в редакторе она есть а дальше ее нет #313062Hey!
Check it now, the image is now showing, you needed to set this settings for the image layer – http://screencast.com/t/HNZLUHflTDB
Regards,
JosueSeptember 3, 2014 at 6:19 pm in reply to: Problemas con imagenes en el Shop y estilo en Contacto #313042A mi si me sale:
http://screencast.com/t/hnEXf8jGHi!
Check with this code:
.header-scrolled .logo img { opacity: 0; } .header-scrolled .logo a { background-image: url("http: (Email address hidden if logged out) "); background-repeat: no-repeat; background-size: contain; background-position: top left; }It’s a different method but it achieves the same purpose, what do you think?
Cheers!
JosueSeptember 3, 2014 at 6:55 am in reply to: Problemas con imagenes en el Shop y estilo en Contacto #312661Ya, era cosa de regenerar los thumbnails con crop activado:
http://www.carrazart.com/shop/Hey!
Perhaps the problem is that your CDN is fetching an old dynamic style without the new code:
http://drfl887i3kkdr.cloudfront.net/wp-content/uploads/dynamic_avia/enfold.css?ver=1Best regards,
JosueSeptember 3, 2014 at 5:57 am in reply to: Problemas con imagenes en el Shop y estilo en Contacto #312634Ya esta, utilice este codigo:
function wc_thumbnail_func() { return "full"; } add_filter('single_product_large_thumbnail_size', 'wc_thumbnail_func');Good, maybe there was a typo in your Quick CSS that was blocking that.
Regards,
JosueSeptember 3, 2014 at 2:38 am in reply to: Problemas con imagenes en el Shop y estilo en Contacto #312586Llama a la misma imagen con o sin el codigo que te proporcione, no creo que eso haya sido la causa del problema, pero tengo un par de ideas que pueden funcionar, dejame ver esto ahora y te cuento.
Hi!
If you use ID the code should be:
#confia { background:linear-gradient(to bottom, #ffffff 0%,#ffffff 28%,#d3e2f5 100%) }Cheers!
JosueSeptember 3, 2014 at 1:52 am in reply to: Problemas con imagenes en el Shop y estilo en Contacto #312577Hola,
Revisalo, creo que asi esta mejor, lo deje en columnas de 6 y 6.
Saludos,
JosueHi!
WordPress first, then the theme. Also, update any plugins that may have updates available.
Cheers!
JosueHey Adamantum!
If your custom CSS was put in Quick CSS only you shouldn’t worry but that, nevertheless i highly suggest to do a backup of your /wp-content folder before.
Cheers!
JosueHi!
No needed, after you added that code you just need to have a /shortcodes folder and a magazine.php file.
Best regards,
JosueSeptember 2, 2014 at 11:23 pm in reply to: How to display the caption that WordPress stores for an image? #312547Hey!
If you use a child theme you can modify the av_image shortcode to your needs, refer to this article:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Cheers!
JosueSeptember 2, 2014 at 9:41 pm in reply to: Custom sticky footer navigation isn't displaying properly #312502Let us know when you go live so we can help you with this issue.
Regards,
JosueHey!
Yeah, it should be on the three lines, try with this:
add_theme_support('add_avia_builder_post_type_option'); add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post', 'portfolio', 'event'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post', 'portfolio', 'event'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post','portfolio', 'event'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Cheers!
JosueSeptember 2, 2014 at 9:13 pm in reply to: я не могу настроить картинку в редакторе она есть а дальше ее нет #312495Hi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueSeptember 2, 2014 at 7:19 pm in reply to: Problemas con imagenes en el Shop y estilo en Contacto #312470Pasame el admin en una respuesta privada.
-
AuthorPosts
