Forum Replies Created
-
AuthorPosts
-
Hi czssen,
Have you enabled Maps JavaScript API and Geocoding API? make sure these are enabled since it’s need for the map to work properly.
Best regards,
NikkoAugust 9, 2018 at 8:06 am in reply to: combine fullwidth submenu with mainmenu on mobile devices #995271Hey Ariane,
Can you give us a link to your site? so we can take a closer look.
Best regards,
NikkoAugust 9, 2018 at 7:56 am in reply to: How to center socket on all smartphones and tablet portrait #995267Hey Sophie,
Can you try using this css code:
@media only screen and (max-width:959px) { #socket .sub_menu_socket { float: none; width: 100%; clear: both; } #socket .sub_menu_socket #avia3-menu { margin: 6px 0; text-align: center; } #socket .sub_menu_socket #avia3-menu li { float: none; display: inline-block; } }
Hope it helps.
Best regards,
NikkoHi FloppySocks,
Glad that Ismael helped you :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi,
Can you try to check the solution posted on this thread:
Hope it helps.
Best regards,
NikkoAugust 8, 2018 at 5:05 pm in reply to: Disabling Next/Prev. navigation arrows for "Porftfolio Items" #995071Hey Orkun,
Try using this css code in Quick CSS (located in Enfold > General Styling):
#top.single-portfolio .avia-post-nav { display: none !important; }
Hope it helps :)
Best regards,
NikkoAugust 8, 2018 at 5:01 pm in reply to: Flexible font size – smaller sizes in pull-down menu? #995068Hi Donkies11,
I see thanks for clearing that out, you can open heading.php found in enfold\config-templatebuilder\avia-shortcodes\heading folder (line 55):
__("Flexible font size (adjusts to screen width)" , 'avia_framework') => AviaHtmlHelper::number_array(3,7,0.5 , array(), "vw", "", "vw"),
and replace it with:
__("Flexible font size (adjusts to screen width)" , 'avia_framework') => AviaHtmlHelper::number_array(1,7,0.5 , array(), "vw", "", "vw"),
this should include 1vw, 1.5vw, 2vw and 2.5vw.
The customization would be lost during the Enfold theme update, so I suggest using a child theme then follow the instructions here: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
Hope this helps.Best regards,
NikkoHi fashiontribe,
Please remove this code I gave:
@media only screen and (max-width:767px) { .responsive #top.page-id-4283 .slideshow_caption .avia-caption-content { padding-left: 55%; } }
and replace it with:
@media only screen and (max-width:767px) { .responsive #top.page-id-4283 #full_slider_1 .avia-slideshow.av_slideshow_full, .responsive #top.page-id-4283 #full_slider_1 .avia-slideshow.av_slideshow_full .avia-slideshow-inner, .responsive #top.page-id-4283 #full_slider_1 .avia-slideshow.av_slideshow_full .avia-slideshow-inner li { overflow: visible !important; } .responsive #top.page-id-4283 .slideshow_caption .slideshow_align_caption { text-align: left; } .responsive #top.page-id-4283 #full_slider_1 .caption_fullwidth, .responsive #top.page-id-4283 #full_slider_1 .caption_fullwidth .slideshow_caption { position: static !important; } .responsive #top.page-id-4283 #full_slider_1 img { width: 100% !important; } }
Hope this helps.
Best regards,
NikkoAugust 8, 2018 at 4:32 pm in reply to: contact form – possibility in the text-block is disappeared #995050Hey Carsten,
I’m not really sure what you meant, but the contact form shortcodes still works.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi,
Can you try to modify loop-index.php located in enfold\includes folder and find this code (line 66):
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
to:
$size = 'full';
Please flush out cache if you have caching plugin, hope this helps.
Best regards,
NikkoHi plichart1,
You will need to replace this code in single.php line 11:
$title = __('Blog - Latest News', 'avia_framework'); //default blog title
I would suggest using a child theme: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#why-child-theme so you can safely update the Enfold theme without losing the changes made.
Hope this helps.Best regards,
NikkoAugust 8, 2018 at 4:14 pm in reply to: Flexible font size – smaller sizes in pull-down menu? #995033Hey Greg,
I’m not really sure where to find the vw based font size since we used px.
If the size you want to use isn’t defined in the dropdown selection, I would suggest using Quick CSS found in Enfold > General Styling.
Can you give us a link to your site and point us what text/content you want to change the font size and we’ll help provide the css code that should work.Best regards,
NikkoHey Marssolutions,
Instead of using Fullscreen Slider, try using a Color Section with Background Video that should make the video loop endlessly.
Let us know if this helps.Best regards,
NikkoHey honkatech,
I’ve checked your site using IE 11, Microsoft Edge, Chrome and Firefox, it does look great.
What version of IE are you using?
Probably it’s just a caching issue.Best regards,
NikkoHi digioiarte,
I checked your site and I could see the submenu on my end.
Can you post a screenshot showing the issue? you can upload it here: https://imgur.com/ or other online image sharing sites.
If you want the screenshot to be seen only by moderators, just post the link in private content.Best regards,
NikkoHi creativeyes,
I have checked it on my end and it seems to have moved down.
It may just be a caching issue, if you have a caching plugin try to flush out the cache and temporarily disable it, also clear your browser cache or try to use a different browser which you haven’t used to open your site or chrome icognito mode. Hope this helps.Best regards,
NikkoHi Nautrino,
Glad to hear that it’s all good :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi etcc_1002,
Can you try to deactivate all plugins first then check if it works properly?
If it does, enable the plugins one by one to know which plugin causes the issue.
Make sure to flush the caching plugin first.Best regards,
NikkoAugust 8, 2018 at 3:36 pm in reply to: Problem with the images of the Masonry gallery and simple image #995011Hi UNBUENPLAN GROUP,
I’ve compared the code you gave with the header.php of the latest version of Enfold and there are a lot of difference, if you’re using a child theme, you can copy header.php from the latest version and just get the script above the
</head>
in the code you posted and place it again on the same place. Hope this helps.
Best regards,
NikkoHi anweb,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoAugust 8, 2018 at 3:24 pm in reply to: Enfold settings can't be saved anymore after installing Woocommerce #995005Hey sterqonline,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Dorothea,
Glad to hear that :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi realfloasis,
Glad that Rikard helped you :)
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi UNBUENPLAN GROUP,
You can use this css code:
@media only screen and (max-width: 767px) { #top .header_color .av-hamburger-inner, #top .header_color .av-hamburger-inner::before, #top .header_color .av-hamburger-inner::after { background-color: blue; } }
Best regards,
NikkoHi Sascha,
The background color you have on your top header is white so I don’t think you should use white font color, but here is the code which you can use, just replace the color as you see fit:
#top #header_meta .phone-info a:hover { color: white !important; } #top #header_meta .phone-info a:hover { color: red !important; }
Hope it helps.
Best regards,
NikkoHi Freek,
Can you try to use this css code:
#top #main > div { border-left: 15px solid #c53734!important; }
Hope it helps.
Best regards,
NikkoHi anweb,
Can you try to use this code:
@media only screen and (max-width: 767px) { .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a { color: #444 !important; } }
Hope it helps.
Best regards,
NikkoHey Ayumi,
Can you give us the link of the page where we can see the slider and those buttons?
You can put the link in private content if you want it to be seen only by moderators.Best regards,
NikkoHi fashiontribe,
Can you try adding this css code in Quick CSS:
@media only screen and (max-width:767px) { .responsive #top.page-id-4283 .slideshow_caption .avia-caption-content { padding-left: 55%; } }
Best regards,
NikkoHi soundstrat,
You can try to use this plugin: Simple Image Sizes
Then go to Settings > Media > then change the width and height for entry_with_sidebar size
Save it then Regenerate Thumbnails.
Hope this helps :)Best regards,
Nikko -
AuthorPosts