Forum Replies Created
-
AuthorPosts
-
I forgot about those settings, glad it’s fixed now :)
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia_ajax_form textarea { background: black !important; }Cheers!
JosueHi Darryl!
It’s CSS:
@media only screen and (max-width: 989px) { .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;} .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;} .html_mobile_menu_tablet #mobile-advanced{display:block;} }Modify the “989px” and put the whole code in Quick CSS.
Best regards,
JosueHey!
The Name parameter should appear regardless a link is set or not, can you post a link to the page where you are trying this?
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Check it now:
http://101.0.67.90/~pqfashio/Changes are applied to the child theme functions.php.
Regards,
JosueHi!
This issue seems to be triggered by a limitation in the server (max_input_vars), refer to this article:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/Regards,
JosueHi @KingConga!
Refer to this topic:
https://kriesi.at/support/topic/use-avia-js-in-child-theme/Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueJuly 3, 2014 at 11:53 pm in reply to: Problem with QuickStyle and Advanced Styling after updating Child Theme #286942The footer styles are applied as expected, at least on my end:

Can you post a screenshot of your view?
Cheers!
JosueHi!
Try with this code:
.inner_sidebar .widget { padding: 20px !important; border: 2px solid #d4c738 !important; margin-bottom: 20px; }Adjust as necessary.
Regards,
JosueJuly 3, 2014 at 11:43 pm in reply to: Center Main Navigation Bar & Reduce white space under header on iPad #286938Hey!
Try adding this code to the Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) { #header_main { max-height: 140px; } }Cheers!
JosueJuly 3, 2014 at 11:40 pm in reply to: Import -> Icon font manager (fontello) shows only squares #286937Hey!
Are you experiencing this issue on a specific browser? i checked it on Chrome and the icons worked fine:

Cheers!
JosueJuly 3, 2014 at 11:34 pm in reply to: Problem with QuickStyle and Advanced Styling after updating Child Theme #286934Hey!
The login details you posted are not working.
Cheers!
JosueJuly 3, 2014 at 11:27 pm in reply to: Layerslider fallback image on mobile devices or hide slide on mobile devices? #286931Hi!
This is a little bit more harder than normal CSS hiding, but i got an idea that may do the trick, add the following to the theme functions.php:
function add_custom_script(){ ?> <script> jQuery(function(){ if(jQuery.avia_utilities.isMobile){ jQuery("#nomobileslide").remove(); } }); </script> <?php } add_action('wp_footer', 'add_custom_script');Set the unwanted layer an ID of “nomobileslide”.
Cheers!
JosueHi Josh!
That would make the logo being on top and the menu below, if you want that behavior you can select that in the Theme Options:

Alternatively you can make the toggle appear sooner, try with this code in Quick CSS:
@media only screen and (max-width: 989px) { .main_menu, #header_main_alternate{display:none;} .container #advanced_menu_toggle, #advanced_menu_hide{display:block;} #mobile-advanced{display:block;} }Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey Rupert!
Try using a Custom Link menu type instead, like this:

Regards,
JosueHey!
Have you tried using the Fullscreen slider? you can put shortcodes in the caption description:

Cheers!
JosueHey!
Try the fixes detailed here:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsBest regards,
JosueYou are welcome Jodi, always glad to help :)
Regards,
JosueHey Chrys!
That remaining space appears when the container wrap doesn’t fill the whole screen (try resizing the window to see what i mean), one thing you can do is select a bigger container width – http://i.imgur.com/ykyztSn.png.
Cheers!
JosueJuly 3, 2014 at 10:52 pm in reply to: Center Main Navigation Bar & Reduce white space under header on iPad #286912Hey!
Try adding this code to the Quick CSS:
.boxed .container { margin: 0 auto !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.all_sort_button, .all_sort_button + span { display: none !important; }Cheers!
JosueHi!
I think it would be best to contact a specialist in this case as this is not exactly a theme issue. Alternatively you can rely on the Google Fonts included with the theme (or add more fonts from the Google library).
Cheers!
JosueJuly 3, 2014 at 10:46 pm in reply to: Layerslider slides won't load after second slide. Stuck on spinning wheel. #286908Hi,
Can you post the link to your website please?
Regards,
JosueI tested in IE11 emulation mode too, let us know how it goes on a native environment :)
Best regards,
JosueYou are welcome Andrew, always glad to help :)
Regards,
JosueHey Chrys!
Try with a code like this:
.logo:hover a:after { content: ""; background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-position: center center; background-size: contain; display: block; position: absolute; top: 0; width: 100%; height: 100%; }Regards,
Josue -
AuthorPosts
