Forum Replies Created
-
AuthorPosts
-
Hi,
You’re very much welcome. Glad that it’s fixed :)
Regards,
NikkoDecember 7, 2016 at 8:40 pm in reply to: How to hide fullwith sub menu in the desktop and tablet view #721703Hey!
You’re very much welcome. :)
Cheers!
NikkoHi!
Glad we could help :)
Best regards,
NikkoHi!
Glad we could help :)
Cheers!
NikkoHey Morcy,
Glad we could help :)
Regards,
NikkoHi Morcy,
Try adding this at the bottom of functions.php:
add_action( 'pre_get_posts', 'my_change_sort_order'); function my_change_sort_order($query){ if(is_category()): $query->set( 'order', 'ASC' ); endif; };
Let us know if it helps :)
Best regards,
NikkoHey mcraig77,
Try adding this code in your Quick CSS (located in Enfold > General Styling):
#socket .social_bookmarks li { margin-right: 8px !important; }
Just adjust the right margin as you see fit. Hope this helps :)
Best regards,
NikkoHey mcraig77,
Try adding this in your Quick CSS (located in Enfold > General Styling):
#top #wrap_all .social_bookmarks li a { background-color: #c6aa58; color: #000; }
Let us know if it helps :)
Best regards,
NikkoHey k593,
Try adding this code in Quick CSS:
#top #wrap_all .related.products h3 { color: #fff !important; }
Let us know if it helps :)
Best regards,
NikkoHey kilimats,
What version of IE is it not working?
Best regards,
NikkoDecember 7, 2016 at 4:04 pm in reply to: How to hide fullwith sub menu in the desktop and tablet view #721541Hey!
Sure, I have replaced the code I gave to this:
@media only screen and (min-width: 768px) { #top .av-submenu-container, #top .sticky_placeholder { display: none !important; } }
Regards,
NikkoDecember 7, 2016 at 2:57 pm in reply to: How to hide fullwith sub menu in the desktop and tablet view #721501Hi pimroll,
Just replace this part of the code I gave (the latest):
#top.page-id-2947 .av-submenu-container, #top.page-id-2947 .sticky_placeholder
to this:
#top .av-submenu-container, #top .sticky_placeholder
Cheers!
NikkoHey!
I have added this code in your Quick CSS (located in Enfold > General Styling):
.html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child { height: auto !important; } .html_header_top.html_bottom_nav_header .main_menu ul#avia-menu:after { content: ""; display: table; clear: both; }
This is to make the height of the menu flexible. And have added this code in functions.php:
function adjust_header(){ ?> <script type="text/javascript"> (function($){ function adjust_header() { var $header_height = $("#header").height(); jQuery("#main").css({"padding-top": $header_height + "px"}); } adjust_header(); })(jQuery); </script> <?php } add_action('wp_footer', 'adjust_header');
To adjust the padding based on the height of the header, to test this you need to resize the browser then refresh the page since the code only runs when the page is being loaded. Let us know if this is good on your end.
Cheers!
NikkoHi,
Sorry for the delayed response, I have checked your site and it really is too slow, I did notice this error in the console when in the dashboard of wordpress (all plugins deactivated):
Uncaught ReferenceError: jQuery is not defined
For this, can you try to re-update Enfold, you can use this link as a reference: http://kriesi.at/archives/the-complete-guide-to-updating-enfold (and don’t forget to backup)As for the speed, I tried to changing the theme to default wordpress theme such as twentysixteen and it seems the performance didn’t improve, can you try to test on this as well? can you try to increase memory limit: https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Cheers!
NikkoDecember 7, 2016 at 1:13 pm in reply to: How to hide fullwith sub menu in the desktop and tablet view #721466Hey!
I have added this code in Quick CSS (I have adjusted the code to make it specific only for the page):
@media only screen and (min-width: 768px) { #top.page-id-2947 .av-submenu-container, #top.page-id-2947 .sticky_placeholder { display: none !important; } }
I have compared both and the only difference is the submenu module isn’t showing in both desktop (my reference page is the one in the private content).
Regards,
NikkoHey!
I checked your site and I don’t see what I have mentioned before and can see this taking effect:
.pyb-text-block h2 { font-family: "abolition" !important; font-size:48px !important; color:#005CA9 !important; text-transform:none !important; letter-spacing:1px !important; }
I think it’s already good now, let us know if there’s anything else you need help regarding this topic.
Regards,
NikkoHi Hanna,
You’re very much welcome. Glad we could help and thanks for using Enfold :)
Best regards,
NikkoHi!
I have added this code in your functions.php:
add_action('wp_head','hook_font'); function hook_font() { $output="<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=Open+Sans:300,700' type='text/css' media='all'/> "; echo $output; }
This should fix it, I have checked the pages you have listed and it seems everything is good, let us know if this is also fixed on your end :)
Cheers!
NikkoHi!
You’re welcome. Just checked your site and it seems the image looks sharper and better. Let us know if you need anything that is related to this topic.
Best regards,
NikkoHi,
Glad that you fixed it.
Cheers!
NikkoHey!
You’re very much welcome. Glad we could help :)
Best regards,
Nikko- This reply was modified 8 years, 1 month ago by Nikko.
Hey!
I have removed cache files and uploaded the frameworks in the Enfold theme and it’s working fine now, let us know if it’s all good :)
Best regards,
NikkoDecember 6, 2016 at 2:35 am in reply to: Two seperate columns on desktop are merged when viewed responsively. #720780Hey kenwcmg,
Can you try to put the title and the pricelist below it in a single column and single row, so there should just be a single row with 2 columns, currently you have 2 rows and columns, that’s why the titles are stacked above each other and it can’t be fixed by just css.
Best regards,
NikkoHey m,
Can you post a link to your site? so we can check further.
Best regards,
NikkoHey -rene-,
Try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 479px) { .responsive #socket .sub_menu_socket { display: block; float: left; } }
Hope this helps.
Best regards,
NikkoHey alexbog,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
NikkoHey barbarajermini,
Thanks for using Enfold, can you try use video in slideshow instead of pictures and music.
Best regards,
NikkoHey laptophobo,
There’s no revision manager that’s recommended for Enfold, since wordpress already has a built-in revision.
Best regards,
NikkoHey tennetno,
Try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 989px) and (min-width: 768px) { .page-id-17 .avia-builder-el-30, .page-id-17 .avia-builder-el-31, .page-id-17 .avia-builder-el-33, .page-id-17 .avia-builder-el-35 { clear: none !important; width: 25% !important; margin: 10px 0 0 !important; } }
Best regards,
NikkoHey MichelleACN,
Try editing the Map then Edit Map Location by clicking on an address then find Insert Marker Image button, click it and upload the image that you want to replace.
Best regards,
Nikko -
AuthorPosts