Forum Replies Created
-
AuthorPosts
-
Hola,
Crea una cuenta de administrador y ponla en este hilo como una respuesta privada por favor.
Saludos,
JosueYou are welcome, glad we could help :)
Regards,
JosueDecember 12, 2013 at 1:55 am in reply to: Creating two buttons side-by-side in 1/2 layout element #199297Hey!
Try adding this code to the Quick CSS:
.avia-button-wrap.avia-builder-el-5, .avia-button-wrap.avia-builder-el-6{ float: left; width: 50%; } @media only screen and (max-width: 767px) { .avia-button-wrap.avia-builder-el-5, .avia-button-wrap.avia-builder-el-6{ float: none; width: 100%; } }
Cheers!
JosueEste seria entonces:
jQuery(function() { jQuery("article.post a.aligncenter, a.avia_image").on("click", function(e) { e.preventDefault(); }); });
Lo que va a hacer es desactivar el linkeo en enlaces que tengan la clase .aligncenter y .avia_image, los cuales me parece son solo imagenes.
Saludos,
JosueHmm, cambia el código por este:
jQuery(function() { jQuery("article.post a.aligncenter").on("click", function(e) { e.preventDefault(); }); });
Saludos,
JosueHi,
Open this file http://www.acmena.com.au/wp-content/themes/acmena/style.css and add this code at the very end:
.sidebar a.avia-button { color: white !important; }
Regards,
JosueHola Jose,
Prueba lo siguiente, abre el js/avia.js y añade este código al final:
jQuery("article.post a.aligncenter").on("click", function(e) { e.preventDefault(); });
Saludos!
JosueDecember 12, 2013 at 1:15 am in reply to: Removing specific portfolio items from portfolio grid #199279Hi,
I performed a test locally before posting it, can you create an administrator account and post it here as a private reply?
Regards,
JosueHi,
Can you post the link to your website please? specifically to a single post page.
Regards,
JosueDecember 11, 2013 at 8:12 pm in reply to: Creating two buttons side-by-side in 1/2 layout element #199168Hi Josh!
Put the two buttons in your page and provide us with the link so we can give you a custom CSS code.
Best regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHi Steve!
I guess you can try it, upload it to /config-layerslider/LayerSlider.
Cheers!
JosueHey!
That featured is not available at the moment, feel free to request it here.
However, every ALB element gets a automated class based on their order, you could check them with the Dev Tools:
Best regards,
JosueHi,
Open js/avia.js and add this at the very end of the file:
jQuery(".avia-image-container").each(function(){ jQuery(this).append("<div class='wp-caption-text'>"+jQuery(this).find("img").attr("title")+"</div>") });
That will add a caption based on the contents of the title attribute of the image.
Regards,
JosueYou could start here: /config-templatebuilder/avia-shortcodes/portfolio.php
But you’d also need to edit the WordPress thumbnail functionality to enable Embeds, i think meta boxes could be a good option.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia-logo-element-container { margin: 0 !important; }
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Add a padding rule with !important:
.sidebar_right .widget{ padding: 20px !important; }
Regards,
JosueDecember 11, 2013 at 1:19 am in reply to: drop shadows on easy slider and image media elements #198776Hey!
Try adding this code to the Quick CSS:
img.avia_image, .avia-slideshow { box-shadow: 2px 2px 20px black; }
Cheers!
JosueHi!
By Image Description you mean the Alt text? how would you like to display it?
Best regards,
JosueHey cloverco!
Try this:
.sidebar_right .widget{ }
If that doesn’t work, please post a link to your website.
Best regards,
JosueHi!
Yeah, but the problem persists even with the Default WP theme, so is not theme-related, have you tried disabling all third-party plugins?
Regards,
JosueHey!
Hmm, is a WordPress/server thing then, is necessary to do this?
But I have changed the WordPress URL and the Site URL under General Settings to the new URL – and it worked for several days. SO I’m curious as to why it has suddenly stopped working here.
I think i’d be safer to have the both setting in the same domain.
Best regards,
JosueHi!
Not possible at the moment, see Peter’s response: https://kriesi.at/support/topic/previousnext-buttons-on-portfolio-items-restrict-to-1-category/#post-177888
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
We need to discard if the issue is theme-related, switch back to the default WordPress theme and see if the issue persists.
Cheers!
JosueHi,
Does it happen with the default WordPress theme?
Cheers!
Josue -
AuthorPosts