Forum Replies Created
-
AuthorPosts
-
Hey Jonas,
What IE version are you using and can you post a screenshot?
Best regards,
NikkoHey adferger1,
In the WP Dashboard go to Appearance > Editor and edit this file comments.php, then find this code (line 166):
echo "<span class='minitext'>".__('Want to join the discussion?','avia_framework')." <br/>".__('Feel free to contribute!','avia_framework')."</span>";
You can replace or remove it.
Best regards,
NikkoHi!
I have added this in your Quick CSS (located in Enfold > General Styling):
.active_tc .toggle_wrap { position: static; visibility: visible; left: 0; width: auto; z-index: 1; display: block !important; height: auto !important; } .active_tc .toggle_wrap { display: block !important; }
This has fixed the problem, though I need to disable that opening animation since it’s not functioning correctly. As for is that possible to make the Accordion toggle as: accordion collapse?, Yes, just edit accordion and set Initial Open to 1.
Regards,
NikkoHi,
Sorry I forgot about the layerslider not allowed in two columns, I think Easy Slider can still do the job though it’s a bit limited where the caption is placed.
Best regards,
NikkoHi,
Sorry for the late response, did you set Header Title and Breadcrumbs to Display Title and Breadcrumbs, this would be needed to allow the title and breadcrumbs to appear, if this is not set then that’s the reason why it’s not appearing, also breadcrumbs and title doesn’t show up in the homepage. If it’s still not showing on pages except the homepage kindly give us temporary admin access so we can check the backend, just place the details in the “private content” when you reply.
Best regards,
NikkoHey!
No problem. Glad we could help :)
Cheers!
NikkoHey!
It’s not working because there’s a ; before !important, this is what I see you have added:
.main_color .grid-content, .grid-entry .main_color .avia-arrow, .main_color .grid-entry-title{ background: #3f3f3f;!important; }
Kindly replace it with the code I gave above.
Regards,
NikkoHey!
Can you post a link to your site showing where the breadcrumb should appear?
Cheers!
NikkoHey mtnet!
I would probably recommend fullscreen slider but since you might not want it in full width, the best one I think is layerslider.
Best regards,
NikkoHi Christian,
Try adding this code in Quick CSS(located in Enfold > General Styling):
#top .title_container { display: none; } @media only screen and (max-width:989px) { #top .title_container { display: block !important; } }
Let us know if it works :)
Regards,
NikkoHey!
Yes, I did test it just to verify and you can use it there :)
Best regards,
NikkoHey YongyanLi!
I’m not sure what you meant by Accordion Toggle Frustrated, can you elaborate on that? as for making the font size of the toggle, try adding this in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { #top .taglist a { font-size: 12px; } }
Hope this helps.
Best regards,
NikkoHey isasmar!
Just go to Enfold > Demo Import > at the bottom you should see Import: Health Demo hover over the image and click on the Click to Import button. Hope this helps :)
Best regards,
NikkoHi!
I have checked it and when you edit the cells from the grid content, you will see the first one has 0 padding while the other three has 30px padding (top, bottom, left, right), I modified it and changed it to 0, that should make them all the same now.
Regards,
NikkoHi!
The way the table is structured in mobile it’s not compatible with the html tags added in the title, so the better way to use it is to just put just the content and no html tags in the header and then just use css to style it, I have removed the center and b tags and have added this in Quick CSS (located in Enfold > General Styling):
.avia-heading-row th { color: #911391; font-weight: 700; text-align: center; }
It should work fine now, let us know if it’s good.
Cheers!
NikkoHey!
Try adding this code in Quick CSS:
@media only screen and (max-width:767px) { .responsive #top #main { padding-top: 82px !important; } }
Let us know if it helps :)
Cheers!
NikkoHi!
Can you give us a temporary admin access and ftp access? so we can have a closer look why it’s not functioning as it should. Please place the details in the “private content” section when you reply so only moderators can see.
Regards,
NikkoHey!
Glad we could help :)
Best regards,
NikkoHey!
Glad we could help :)
Best regards,
NikkoHi!
Please remove the code I gave and replace it with:
.archive .post-meta-infos span.text-sep { display: none !important; }
Let us know if it works fine. :)
Best regards,
NikkoHey mleite1,
Try to add !important to the background, the code should look like this:
.main_color .grid-content, .grid-entry .main_color .avia-arrow, .main_color .grid-entry-title { background: #3f3f3f !important; }
Hope this helps :)
Best regards,
Nikko- This reply was modified 8 years, 1 month ago by Nikko.
Hey M|C,
When adding class in the menu (via Appearance > Menus) it would be added to li tag, still try to add a unique class to it, for example popup-link-wrap then add this code at the bottom of functions.php:
function add_custom_script(){ ?> <script type="text/javascript"> (function($){ function myfunction() { $("top").find(".popup-link-wrap a").addClass("your-class-here"); } myfunction(); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Just replace your-class-here with the name of the class you want to use.
Best regards,
Nikko- This reply was modified 8 years, 1 month ago by Nikko.
November 29, 2016 at 10:29 am in reply to: issues with single post and advanced layout editor #718144Hey thanp73,
Advanced Layout Builder allows you to have full control over the page, so if it is enabled the default layout of a single post which consists of the things you have mentioned would definitely be overriden.
Best regards,
NikkoHey mcraig77,
Try adding this code in Quick CSS (located in Enfold > General Styling):
.av_one_fifth .av-special-heading { margin-top: 12px; }
Let us know if it helps. :)
Best regards,
NikkoHi,
Can you give us ftp access? so we can check your uploads folder. Let’s hope it’s not deleted in the database or being removed. For the meantime, can you try doing switching Enfold to any default wordpress themes, twenty-sixteen, twenty-fifteen, etc, and check the media library if the images shows up.
Best regards,
NikkoHey jnightingale,
It should be good now. The reason it’s not using the Caveat font is you have set “Open Sans” as it’s font, you could see this in Enfold > Advanced Styling > H3 – Change the styling for your H3 Tag footer was checked, I have unchecked it and that fixed it.
Best regards,
NikkoNovember 29, 2016 at 9:31 am in reply to: Youtube video too wide in Woocommere product drescription area. #718134Hi,
Try adding this code in Quick CSS:
#top .embed-youtube iframe { height: 360px; }
If that doesn’t work try using this instead:
#top .embed-youtube iframe { height: 360px !important; }
Hope this helps. :)
Best regards,
NikkoHi,
1. Try adding this code in Quick CSS(located in Enfold > General Styling):
#top #avia-menu .sub-menu, #top #avia-menu .sub-menu li a { background: transparent !important; } #top #avia-menu .sub-menu li a { color: #fff; }
2. In Enfold > Header > Extra Elements > Phone Number or small info text just use this format:
<a href="mailto: (Email address hidden if logged out) "> (Email address hidden if logged out) </a>
Or you can use the one I placed in the “private content”.
Hope this helps :)
Best regards,
NikkoHey adrianmoll,
Yes, you can refer to our partner: http://kriesi.at/contact/customization
Best regards,
NikkoNovember 29, 2016 at 9:08 am in reply to: Remove Line In header between the menu and social icons #718131Hey mcraig77,
Try adding this code in Quick CSS (located in Enfold > General Styling):
#top .avia-menu.av_menu_icon_beside { border: 0 !important; }
Let us know if it works :)
Best regards,
Nikko -
AuthorPosts