Forum Replies Created
-
AuthorPosts
-
Ya, allí lo active para que se active solo en smartphones.
Hola,
El acceso que pusiste en tu primer mensaje ya no me funciona.
Saludos,
JosueHola,
Tal vez es por esta opción – http://screencast.com/t/VVThz2SYs
He intentado logearme en el sitio pero cuando voy al /wp-admin me sale una pantalla blanca.
Saludos,
JosueHi!
Check it now, width is now 1310px.
Cheers!
JosueDale, me avisas.
Hey!
Can you please paste the code you are referring to here?
http://littledigitalagency.com/Client/openfin/screenshots/image-3.png (shows both the desktop Slideshow AND the mobile image showing at the same time – I got code from here to make it only show 1 at a time depending on the user viewing on desktop or phone)
Best regards,
JosueHi!
Refer to this on how to adjust your media queries to target landscape/portrait modes:
http://css-tricks.com/snippets/css/media-queries-for-standard-devices/Regarding the footer text, try disabling all third-party plugins to see if it gets fixed.
Cheers
JosueNo logro reproducir el error en mi tableta Nexus 7, ¿lo has probado en otros dispositivos? ¿en que navegador mobil te pasa esto?
Hola,
Acabo de probarlo con mi cuenta de gmail y si me llego el mensaje, prueba cambiar el destino a un gmail/yahoo para descartar.
Saludos,
JosueHi!
This will do it:
@media only screen and (max-width: 767px) { .responsive #top .av-menu-mobile-active .av-subnav-menu { display: block; overflow: hidden; max-height: 0; transition: max-height 0.15s ease-out; } .responsive #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu { max-height: 300px; transition: max-height 0.25s ease-in; } }Cheers!
JosueHey Jeen!
Try copying the modified
avia_google_author_imageto your child theme functions.php:function avia_google_author_image() { $icons = avia_get_option('social_icons'); if(is_array($icons) && !empty($icons)) { foreach($icons as $icon) if($icon['social_icon'] == 'gplus') $url = $icon['social_icon_link']; } if(!empty($url)) { //add author url as described here: http://yoast.com/push-rel-author-head/ echo '<link rel="author" href="'.$url.'"/>'; } }Regards,
JosueHey!
Can you please close the demo bar and paste the link again so we can see which page you are referring to?
Best regards,
JosueHello,
You’d need to have some PHP knowledge in order to implement the idea i gave you, as you may already know we are unable to provide additional help in this case as it falls beyond our support scope (heavy theme customisation), you can contact a developer from Envato Studio or Codeable to help you with this.
Best regards,
JosueHi!
Check it now, i changed the code to:
<style>.avia-button { width: 400px !important; }</style>Cheers!
JosueHi DrNoge!
The issue was caused by some Enfold files you had in the root of the WordPress installation, i’ve removed them and now your site is running the latest version of WordPress and Enfold without issue. Sorry for taking this long to resolve the problem.
Regards,
JosueHi!
Latest version of Enfold is 3.0.4. You can find written tutorials and videos here:
http://kriesi.at/documentation/enfold/Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.image-overlay { display: none !important; }Cheers!
JosueDecember 21, 2014 at 10:26 am in reply to: How to change the standard email adress of the contact formular #371242Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueDecember 21, 2014 at 8:32 am in reply to: Fallback Image is not responsive on mobile devices #371234It would be a matter of reducing the height there, try adding this to Quick CSS:
@media only screen and (max-width: 480px) { #top .av-section-mobile-video-disabled { max-height: 220px; } }Regards,
JosueDecember 21, 2014 at 8:29 am in reply to: I just updated to WP 4.1 – Now Avia Editor Won't "Move" Items :( #371233Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi!
You need to specify the background image URL, for example:
#header_main_alternate { background: url('http://streetfood.ae/wp-content/uploads/2014/12/background-cardboard-1024x630.jpg') !important; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueYes, i see. One thing that could work is to have the default menu enabled (but hidden with CSS) and using a custom jQuery function to make the click event on the full-width submenu toggle trigger the default mobile menu toggle, something like this (child theme / theme functions.php):
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('.av-submenu-container .mobile_menu_toggle').on('click', function(){ $('#advanced_menu_toggle').trigger('click'); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Also, to make sure that the default fullwidth submenu never gets shown:
.av-open-submenu{ display: none !important; }Regards,
JosueHey!
It’s doable but it would require some custom work. Feel free to request it here as a new feature, if people like the idea Kriesi may consider it :)
Best regards,
JosueHi!
You can find more useful code snippets here:
http://kriesi.at/documentation/enfold/code-snippets/Best regards,
JosueDecember 21, 2014 at 7:40 am in reply to: header/logo area background / Can background remove when the mobile menu activat #371221Hey!
No, the socket does not have such classes, you’d need to use #socket:
@media only screen and (max-width: 768px) { #socket { background: #FFFFFF; } }Cheers!
JosueHi,
Can you post the link to your website?
Regards,
JosueHey!
Have you considered moving down the menu items instead?
.main_menu ul:first-child > li a { line-height: 300px; }Regards,
Josue -
AuthorPosts
