Forum Replies Created
-
AuthorPosts
-
Hi,
I think this part of the code should be changed:
.logo a:hover, a:visited, a:link { text-decoration: none; font-size: 24px; }
to
.logo a { text-decoration: none; font-size: 24px; }
the old css code would resize links that aren’t in the logo.Best regards,
NikkoHi waveshaper,
Glad we could help :)
Cheers!
NikkoJanuary 30, 2017 at 1:25 pm in reply to: How to make the background photo smaller for mobile devices in color section #740166Hi,
I’m not sure you would like the result if we change the background size not to show bigger than the full width of the mobile device, but try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .avia-section { background-size: 100% auto !important; } }
Best regards,
NikkoHi,
To create a tertiary menu you would need to do the following things:
- Use a child theme. Check here: http://kriesi.at/documentation/enfold/using-a-child-theme/
- Copy Enfold theme’s header.php and paste in the child theme
- Register the Menu in your child theme’s functions.php, check here for more details: https://codex.wordpress.org/Navigation_Menus
- Display the menu in the theme, refer to https://codex.wordpress.org/Navigation_Menus
Just place the code the display the menu below this line of code in header.php:
<div id='main' class='all_colors' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'>
Hope this helps :)
Best regards,
NikkoHi,
This might help:
- Log in to your GoDaddy account.
- Click Web Hosting.
- Next to the hosting account you want to use, click Manage.
- In the Tools section, click File Manager.
Best regards,
NikkoHey waveshaper,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-411 #av_section_2 .av_one_third .iconbox { position: static; } .page-id-411 #av_section_2 .av_one_third .iconbox_content { padding-bottom: 50px; border-bottom: 0; box-shadow: none; } .page-id-411 #av_section_2 .av_one_third .iconbox_content .avia-button-wrap { position: absolute; bottom: 15px; left: 50%; margin-left: -61px; }
Let us know if this helps :)
Best regards,
NikkoHey Emma,
I just checked your site and it seems that the 3/4 for main content and 1/4 for sidebar works well. If you still want to have that column that will take up the remaining space of the page while having a sidebar (which should be fixed width), it is also possible, we can still use the same setup as now with 3/4 and 1/4 but Custom CSS Classes should be enabled so we can work it with some css tweaks, check it here: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Add a class for 3/4 for example my-custom-content and for the 1/4 my-custom-sidebar, also add an id to the section for example my-custom-section and add this css code in Quick CSS (located in Enfold > General Styling):#my-custom-section .container { width: 100% !important; padding: 0; position: relative; } #my-custom-section .my-custom-content.av_three_fourth { box-sizing: border-box; width: 100%; padding-right: 300px; } #fullwidthsection .my-custom-sidebar.av_one_fourth { position: absolute; top: 0; right: 0; width: 300px; }
This is assuming that the width of sidebar is 300px. Just adjust the code as you see fit. Hope this helps. :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) { #top .slideshow_caption { width: 100% !important; } #top #wrap_all .slideshow_caption h2.avia-caption-title { font-size: 28px !important; } .responsive #top .slideshow_caption .avia-caption-content { font-size: 18px !important; } }
Just adjust the font sizes as you see fit. Hope this helps.
Best regards,
NikkoJanuary 30, 2017 at 11:50 am in reply to: URGENT – front page listed wrong on admin, redirect on google #740136Hey Nancy,
Can you try to re-upload Enfold theme. Also I tried to check your site and access the backend but I only get:
This site can’t be reached
Best regards,
NikkoHi,
I see it’s the content below the posts, you might need Yoast SEO plugin for that (I’m not sure about the settings) or you can place that content on a separate page from the blog with pagination.
Best regards,
NikkoHi,
You’re very much welcome :) This is already reported to our devs and will most likely be included in the future updates. If it isn’t added yet on the next release, you would need to do the same thing.
Best regards,
NikkoHi,
Can’t view it, I think it has some privacy restriction, can you upload it on http://imgur.com/ instead.
Best regards,
NikkoHey,
Glad we could help :)
Regards,
NikkoJanuary 30, 2017 at 10:44 am in reply to: Video in EasySlider: how to remove black space on top and bottom of the video #740114Hi,
Can you give us temporary admin access? so we can check why it’s not working. Just put the details in Private Content when you reply.
Best regards,
NikkoHi,
Can you give us a link where we can see the floating button you mentioned?
Cheers!
NikkoHi,
Glad we could help :)
Cheers!
NikkoHey,
Glad we could help :)
Best regards,
NikkoHi,
Glad that it’s fixed :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoJanuary 28, 2017 at 9:31 pm in reply to: Enfold Creative Studio : adjust text in Lightbox Main Menu #739794Hey valentin,
Try going to Appearance > Menus, then select the Main Menu, you should find it there. Hope this helps :)
Best regards,
NikkoJanuary 28, 2017 at 9:29 pm in reply to: HOWTO: Centre align a woocommerce product loop within a fullwidth colour section #739793Hi,
Glad that we could help :)
Best regards,
NikkoHi Dara,
Inside WordPress Dashboard, you go to Settings > Permalinks, set it to default then save changes, then set it back to the ones you have before and save it again.
Best regards,
NikkoHey Rio1,
I tried checking your site however it shows this instead:
This site can’t be reached
Best regards,
NikkoHey Rio1,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #socket .sub_menu_socket { display: block; } }
Hope this helps :)
Best regards,
NikkoHey Rio1,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #scroll-top-link { display: block; } }
HOpe this helps :)
Best regards,
NikkoHey Rio1,
Try checking out this thread: https://kriesi.at/support/topic/how-can-i-disable-the-masonary-gallery-portfolio-animation/
Best regards,
NikkoHey dwg2014,
You can change it in Settings > Permalinks.
Best regards,
NikkoHi,
Glad it’s fixed. Some css might be loaded or not loaded in Preview and Non-Preview.
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
Nikko -
AuthorPosts