Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueRemove this code i previously suggested:
.single-post .entry-content div { clear: both; }Have you tried using Columns Shortcodes (1/2) via the Magic Wand tool?
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueThe link you posted is not loading for me, please re-check.
Entonces ya estaríamos, lo acabo de añadir al Quick CSS.
You are welcome, glad we could help :)
Regards,
JosueTe refieres a esto?

Si, es posible pero tendrías que escribirle a Kriesi (en inglés):
http://kriesi.at/contactHey!
Yeah that’s the source of the problem, try adding this code to the Quick CSS:
#top .wp-caption img { padding: 0; margin: 0 auto; width: auto !important; padding-top: 4px; }Cheers!
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueNo, eso no es posible, lo que pasa es que el comportamiento de scroll en móvil y desktop es muy distinto, es por eso que por defecto el header en móvil esta estático, cosa que he alterado en tu caso.
Hey!
I’d suggest optimizing your images and using a caching/minification plugin like https://wordpress.org/plugins/bwp-minify/
Best regards,
JosueHey Brian!
Try adding this code to the Quick CSS to shrink the boxes of each text:
.sub-menu li a{ padding: 2px 5px !important; }Cheers!
JosuePero, esta este error interrumpiendo el funcionamiento del site? por lo que veo es de hace 2 días.
26-Aug-2014 11:55:59 UTC] PHP Fatal error: Class ‘ShortcodeHelper’ not found in /home2/presume1/public_html/presumedebebe.es/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 328″
I tested that code on my local install and it worked, check your PHP error log for some insight.
Hi Marlon!
I think that can be fixed with CSS, can you post a link to the page where you are trying this?
Cheers!
JosueHey!
Not sure what you mean by “upload speed”, are you referring to the upload of media files from the Dashboard?
Cheers!
JosueHi,
Open js/shortcodes.js and look for this line:
if(!value.match(/^(\d|\s|\-|\/|\(|\)|\[|\]|e|x|t|ension|\.|\+|\_|\,|\:|\;)*$/))Replace it by this:
if(value == '' || !value.match(/^(\d|\s|\-|\/|\(|\)|\[|\]|e|x|t|ension|\.|\+|\_|\,|\:|\;){8}$/))Change {8} by the valid number of digits you want to validate.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Also, your website is currently returning a 403 Forbidden error.
Regards,
JosueHmm, chécalo ahora, agrege este código:
@media only screen and (max-width: 1024px) { .html_header_transparency .header_bg { background: rgba(0, 0, 0, 0.7) !important; } }Hi,
Open js/avia.js and look for lines:
if(transparent) { if(st > 50) { header.removeClass('av_header_transparency'); } else { header.addClass('av_header_transparency'); } }Replace them by this:
if(transparent) { header.addClass('av_header_transparency'); }Regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
Hi!
Try re-installing the theme via FTP, according to that error this file isn’t present:
/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php
Regards,
JosueHi!
If you want it to show on the main header area you’d need to use another approach, try adding this to theme / child theme functions.php:
function add_stuff_to_header(){ echo do_shortcode("[put shortcode here]"); } add_action('ava_after_main_menu', 'add_stuff_to_header');Cheers!
JosueHi Lionel!
That’s very weird, i tried reproducing that on my end, please see: http://screencast.com/t/AimD9DSy8uu
Cheers!
JosueHi Alex!
Try changing it in the database:
http://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_databaseCheers!
JosueHey!
Try the solutions provided in this article:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsRegards,
Josue -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
