Forum Replies Created
-
AuthorPosts
-
January 9, 2015 at 10:14 am in reply to: Anchor links to Full width grid row not working for me. #377285
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJanuary 9, 2015 at 8:11 am in reply to: How to invoke lightbox from image but show different content in Lightbox? #377240Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { function inIframe () { try { return window.self !== window.top; } catch (e) { return true; } } if(inIframe){ $('html').css('cssText', 'margin-top: 0px !important'); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey!
The space difference is caused by these heading elements (by default they have a 50px margin top), try adding this code to the Quick CSS:
#top .av-special-heading{ margin-top: 20px; }Adjust as needed.
Cheers!
JosueHey!
You can also set a custom class (ex:
animated_number_align_right) to the last animated number element:.animated_number_align_right { float: right; }Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi Antonio,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
The problem arose because apparently the domain of the install was changed but the font files are still being called using the old domain (http://screencast.com/t/9jFgmm0gK3a) and the server doesn’t allow this by default, the fix is to tell the server to allow this (Cross-origin resource sharing).
Here’s a guide on how to edit the .htacess file (you can also use a plugin):
http://teamtreehouse.com/library/quick-tips/how-to-create-and-edit-an-htaccess-fileIf you are still having trouble editing the .htaccess you can hand us a temporary FTP account and we can do it for you.
Regards,
JosueHey!
Here’s a workaround, modify line 2651 in js/shortcodes.js from this:
element.text( text.replace(/./g, "0"));To:
if(window.addEventListener) element.text( text.replace(/./g, "0"));That will make the final number to show on IE8 (only).
Best regards,
JosueHello,
Support for third-party plugins is beyond the support scope we can offer. You can contact a developer to help you debug the plugin if needed.
Regards,
JosueHey!
I checked your site and the videos did pop as lightbox – http://screencast.com/t/6WdVPPhHymZ5
Best regards,
JosueHi!
Add these codes to Quick CSS:
@media only screen and (min-width: 480px) and (max-width: 767px) { .responsive #scroll-top-link{display: block;} } @media only screen and (max-width: 989px) { .flex_column.av_one_fourth.first { width: 48%; } }Cheers!
JosueJanuary 8, 2015 at 8:23 pm in reply to: Feature Request for Enfold! "Some times small thing makes it Look very Big!" #377070Hey!
Feel free to request it here as a new feature, if people like the idea it may get considered by Kriesi.
Best regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply. Also, have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi Orit!
I’m still unable to connect to your server, also there is no child functions.php here.
Cheers!
JosueSi, en ultima lo mejor (y lo normal) es tener redireccionado el sitio ya que causa este tipo de problemas, de todos modos prueba con el metodo que te comparti en el jsbin y me cuentas como te va.
Hey Doroth!
Change this piece:
###.header-scrolled .logo img { margin-top: -10px; }###To this:
.header-scrolled .logo img { margin-top: -15px; }Best regards,
JosueHi!
You were using a 1/1 column, i changed it to a color section and now the container width is 800px as you set it in Quick CSS. If you want to change the inner container background, use:
#boxed-section .container { background: black; }Cheers!
JosueHi!
Include this in the media query you have in style.css, that will make the submenu visible on mobiles:
.html_header_sidebar.html_header_left.avia_mobile .av-main-nav ul{ left: 40%; }Please note that this is not meant to be a final solution but a workaround until Kriesi releases a definitive fix.
Regards,
JosueJanuary 6, 2015 at 12:52 am in reply to: Easy Way to Add Youtube and Vimeo to the Slider for Mobile Devices #375429Hey!
i checked your website on an Android phone (Chrome) and the video played as expected.
Best regards,
JosueHey!
Refer to this topic:
https://kriesi.at/support/topic/inline-content-in-magnific-popup/The idea is to wrap the content to be lightboxed inside a color section (with a custom ID) and then simply put a link like this:
<a class="open-popup-link" href="#contact-form">Regards,
JosuePlease post a link to your site.
Hey Soren!
Try using a Grid Row element (Layout elements).
Best regards,
JosueHello!
It’s not possible out of the box, it would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Best regards,
JosueHey!
Check it now, i changed the widget text to this:
<ul class="noLightbox social_bookmarks icon_count_3"><li class="social_bookmarks_facebook av-social-link-facebook social_icon_1"><a target="_blank" href="https://www.facebook.com/CasinoLoutraki?fref=ts" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a></li><li class="social_bookmarks_youtube av-social-link-youtube social_icon_2"><a target="_blank" href="https://www.youtube.com/channel/UC5kk3PC5TexNs_R8e2EEljQ" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube"><span class="avia_hidden_link_text">Youtube</span></a></li><li class="social_bookmarks_five_100_px av-social-link-five_100_px social_icon_3"><a target="_blank" href="https://foursquare.com/v/club-hotel-casino-loutraki/4ce3bb0fb4dc59410cb209ae" aria-hidden="true" data-av_icon="" data-av_iconfont="fontello" title="Five_100_px"><span class="avia_hidden_link_text">Five_100_px</span></a></li></ul>Cheers!
JosueHi!
I was able to reproduce this on my end, i’ve reported this to Kriesi, please wait for his response.
Best regards,
JosueHi Jon,
Open js/shortcodes.js and look for this line:
currentSlide.on('av-video-play-executed', function(){ setTimeout(function(){ self.pause() }, 100); });Replace it by this:
//currentSlide.on('av-video-play-executed', function(){ setTimeout(function(){ self.pause() }, 100); });Regards,
JosueHi,
I was able to test your site on an iPad 4 running iOS 7.1.2 and the header responded as expected on orientation change, there was some delay but i believe that’s expected. On which version of iOS are you experimenting this issue?
Regards,
JosueHola,
La verdad que aun no logro dar con porque no esta enviando, para no dar mucha vuelta te recomendaria transicionar a CF7 donde si funciona enviar los dos mensajes al mismo tiempo, ya hice varias pruebas yo, ademas aplique unos CSS para que el estilo sea el mismo que el de Enfold, el form también esta duplicado ya, solo tienes que poner este shortcode en un Bloque de Texto en la pagina de contacto:
[contact-form-7 id=”3887″ title=”Formulario de contacto 1″]
Saludos,
Josue -
AuthorPosts
