Forum Replies Created
-
AuthorPosts
-
Hi Lyse,
Glad we could help :)
Best regards,
NikkoHi,
I can confirm the issue and checked also the files via ftp however, I couldn’t see any error and a bit hesitant to disable plugins, would you give us permission to disable plugins, it seems like something is blocking it from reflecting the changes.
Best regards,
NikkoHi,
I tried to access your site, however I couldn’t login with the login details you gave, please check. Also give us permission to disable plugins if necessary.
Cheers!
NikkoFebruary 17, 2017 at 10:58 pm in reply to: Insert Youtube video pointing to HTTP instead of HTTPS? #748692Hi,
Glad it’s fixed :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHi,
It seems like the shortcode is wrong, though I couldn’t see it in the link you have given. If the issue is still there, can you give us temporary admin access? and point us to the right page.
Regards,
NikkoHi,
Try adding this css code and see if it helps :)
#header_main { overflow-x: hidden; } .html_header_sidebar #header .av-main-nav > li { float: left !important; width: 100%; } .html_header_left .av-main-nav ul.sub-menu { margin-bottom: 0 !important; }
Regards,
NikkoFebruary 17, 2017 at 10:37 pm in reply to: display several lines of texts in the same text widget? #748674Hi,
Sorry for the delay in getting back to you since there are lot of queries lately. Can you post a link to your page? so we can accurately give you css code to fix it, and also we can see the proper structure via web inspector.
Regards,
NikkoHi!
Try to replace the code I gave you:
@media only screen and (max-width:767px) { .responsive #top .cart_dropdown { margin-right: 0 !important; } }
To this one:
@media only screen and (max-width:767px) { #top #header_main { z-index: 20; } .responsive #top .cart_dropdown { margin-right: 0 !important; top: -100px !important; right: 1% !important; } }
Hope this helps :)
Best regards,
NikkoHi,
Sorry I missed this thread. I checked what you have mentioned and I can see the error. I tried the again the ftp access you gave but it returns
530 Login authentication failed
Best regards,
NikkoFebruary 17, 2017 at 10:18 pm in reply to: Partner/Logo Element – in the editor disappears element #748666Hi,
Actually it’s really a weird issue and honestly I couldn’t figure out the problem since I can’t reproduce on my end and also on your end, it is true for the imported saved templates. Another thing about that is no error is showing up when you update the page, making it hard to figure out what caused the issue.
Regards,
NikkoHi!
Thanks for using Enfold :)
Best regards,
NikkoHi Claudia,
We have reported this bug. Hopefully this would be fixed in the future release of Enfold.
Best regards,
NikkoFebruary 17, 2017 at 9:25 pm in reply to: Making this responsive without breaking out of its line. #748653Hi,
Sorry we weren’t able to answer your question. Glad that you found a workaround for this.
Best regards,
NikkoHey Pascal,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top.home .flex_column.av_one_half { width: 49%; margin-left: 2%; } #top.home .flex_column.av_one_half.first { margin-left: 0 !important; }
Let us know if this helps :)
Best regards,
NikkoHi Danielle,
Thanks for patiently waiting. I have added this css code in your Quick CSS:
#top #footer .avia_partner_widget { margin: 0 !important; } #top #footer .avia_partner_widget a { padding-bottom: 0 !important; } #top #footer .avia_partner_widget img { position: static; }
Let us know if it’s good :)
Best regards,
NikkoHey roeless,
Yes, it’s possible to import that demo but you would need to get the export file for that layerslider demo. There’s an import/export option in the layerslider which you can use for this, the only problem is we don’t own that demo and can’t provide that for you.
Best regards,
NikkoFebruary 17, 2017 at 8:30 pm in reply to: Link portfolio item to external URL doesn't work with AJAX #748634Hi,
Sorry for taking a bit long getting back at you. I just checked the custom link and it’s supposed to link to an external url for either image or video, however it isn’t the case in your portfolio. Try to use an image or video in the custom link and it should work fine.
You can learn more about this on this post: http://kriesi.at/documentation/enfold/create-new-portfolio-item/
Best regards,
NikkoHi,
Sorry I missed this thread, can you try this css code:
#top .sidebar_left .content { padding-left: 0; }
Hope this helps :)
Best regards,
NikkoHey jam62,
Yes, we would like to help you. I have checked it and I also tested the plugin WP Accessibility on my local server and the problem is when the plugin (WP Accessibility) is enabled, the link that opens in new tab doesn’t open in new tab, I have also tested this with a default theme twentyfifteen and it doesn’t work also. Can you try to ask the plugin author regarding this.
Best regards,
NikkoFebruary 17, 2017 at 7:54 pm in reply to: Quick CSS for increasing line-height on icon lists #748619Hi,
Just checked your site and it seems this is already done. Let us know if you need anything else related to the topic.
Best regards,
NikkoHi,
Try adding this css code in QUick CSS:
@media only screen and (max-width:767px) { #top .avia-testimonial h1 { font-size: 24px !important; } }
Just adjust the font size. Hope this helps.
Best regards,
NikkoFebruary 17, 2017 at 7:40 pm in reply to: header widget to be below logo & menu on mobile view #748609Hi Dave,
For centering the menu, try adding this css code:
#avia-menu { text-align: center; } #avia-menu li { float: none; display: inline-block; }
As for the header widget just adjust the right and bottom positions and for mobile device you can use media queries: https://www.w3schools.com/cssref/css3_pr_mediaquery.asp Hope this helps.
Best regards,
NikkoHi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
a.small-preview { display: none !important; }
Hope this helps.
Best regards,
NikkoHi,
You can add a class in Links & Attributes (for example you have a class of hideme) then add this in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1300px) { #top .hideme { display: none !important; } }
Hope this helps :)
Best regards,
NikkoFebruary 17, 2017 at 7:19 pm in reply to: Slider Preview Looks good, but the end result on website is different?? #748593Hey brettb112,
The tag you used fetches color from the theme options, to fix this I added this css code in Quick CSS:
.ls-inner strong, .ls-inner b { color: inherit !important; }
Hope it’s all good :)
Best regards,
NikkoHey DROR,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.rtl .post-meta-infos time { float: none; display: block; }
Hope this helps :)
Best regards,
NikkoHey leRenaar,
I checked it and the problem is your shortcode [alto-posts], it should display (similar to echo) but only return the value, for example you have written it like this:
function alto_posts_shortcode( $args ) { //some codes here ?> <div class="myclass">text here</div> <?php }
it should be like this:
function alto_posts_shortcode( $args ) { //some codes here $output = "<div class="myclass">text here</div>"; return $output; }
Try to rewrite your code to something like this and it should fix it :)
Best regards,
NikkoFebruary 17, 2017 at 10:52 am in reply to: Whitespace links u. rechts in der Sidebar verringern #748321Hi,
Try using this css code also:
.responsive .container { padding: 0 30px; } .container .av-content-small.units { padding-left: 0 !important; padding-right: 0 !important; }
Hope this helps.
Best regards,
NikkoHi,
Sorry I missed this thread :( Try this css code:
.toggle_content { background: transparent !important; }
Best regards,
Nikko -
AuthorPosts