Forum Replies Created
-
AuthorPosts
-
Hey James,
Can you post a link of the page mentioned? so we can take a closer look.
Best regards,
NikkoNovember 22, 2017 at 6:29 am in reply to: Need Help with Layout of Fullwidth Easy Slider on Mobile #880087Hey Kim,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) { .page-id-3708 #full_slider_1 .slideshow_caption { padding-top: 20px !important; } }Let us know if it helps.
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHey jelle,
Unfortunately there’s no easy way to disable the enfold gallery, if it’s just css conflict I think we can help you with it, can you give us a link showing envira gallery site, so we can check if the conflict is just css or if its js.
Best regards,
NikkoHi,
You can use text widget and paste this code https://pastebin.com/dbd0TWZm
just replace the links/url. Hope this helps.Best regards,
NikkoHey rastarava,
I don’t think we can help you with that since it’s outside the scope of our support, you can however try to hire a developer or contact our partner Codeable: https://kriesi.at/contact/customization :)
Best regards,
NikkoHey frosch178,
How can I change the space between your toogle elements? I want this space between the steps smaller.
You can change it via Quick CSS (located in Enfold > General Styling), just add this css code:.toggle_content { margin-bottom: 2px !important; }How can I change the color + and – react ? .toggle .vert_icon .hor_icon its not working.
Still in Quick CSS, just add this:#top .toggle_icon .hor_icon, #top .toggle_icon .vert_icon { border-color: blue !important; }
Is it possible to close the border if the toggle is open? There is a little space.
Can you post a screenshot on what you meant on this.Best regards,
NikkoHi,
I have checked your site and waited for about 2mins and it was working fine. Can you try other browsers like chrome or firefox? and check if it still stuck on your end.
Best regards,
NikkoNovember 22, 2017 at 5:32 am in reply to: Special Heading Title disappearing behind header – only on potrait < 800px #880047Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoNovember 22, 2017 at 5:31 am in reply to: Price table in responsive view : Repeat description column #880046Hi,
Thanks for the admin access, I have added this css code in your QUick CSS:
@media only screen and (max-width:767px) { #top.page-id-3392 .pricing-table>li, #top.page-id-3392 .pricing-table > li td { padding: 50px 0 30px !important; position: relative; } #top.page-id-3392 .pricing-table > li:nth-child(3), #top.page-id-3392 .pricing-table > li:nth-child(4) { padding: 0 !important; } #top.page-id-3392 .pricing-table > li:after, #top.page-id-3392 .pricing-table > li td:after { display: block; color: #000; font-weight: bold; position: absolute; top: 10px; width: 100%; text-align: center; } #top.page-id-3392 .pricing-table > li:nth-child(3) td:after { content: "Objectifs"; } #top.page-id-3392 .pricing-table > li:nth-child(4) td:after { content: "Utilisateur habituel"; } #top .pricing-table > li:nth-child(5):after { content: "Diagnostic via un RDV tél."; } #top .pricing-table > li:nth-child(6):after { content: "Accès aux Guides"; } #top .pricing-table > li:nth-child(7):after { content: "Identification des cibles"; } #top .pricing-table > li:nth-child(8):after { content: "Approche des cibles"; } #top .pricing-table > li:nth-child(9):after { content: "Organisation des RDV"; } #top .pricing-table > li:nth-child(10):after { content: "Interprétariat lors des RDV"; } #top .pricing-table > li:nth-child(11):after { content: "Suivi des affaires"; } #top .pricing-table > li:nth-child(12):after { content: "Garantie Parteneo"; } }And it worked, you might need to change the content on other languages. Let us know if you need further assistance :)
Best regards,
NikkoNovember 22, 2017 at 4:46 am in reply to: Enfold mobile search logo DE -> EN overlay with WPML #880033Hi Peter,
I’ve checked both sites (the other one is the en), the original does have the code but the en doesn’t have it. Can you give us temporary admin access? so we can check further.
Also these codes in your Quick CSS is redundant:
@media only screen and (max-width: 479px) { .responsive .logo img { width: 45%!important; }} @media only screen and (max-width: 479px) { .en .responsive .logo img { width: 45%!important; } } @media only screen and (max-width: 479px) { .en .responsive .logo img { width: 45%!important; } }just remove it and replace it with:
@media only screen and (max-width: 479px) { .responsive .logo img { width: 45% !important; } }Best regards,
NikkoHi sandra1307,
I apologize but Enfold doesn’t have that feature that you mentioned above, so I don’t think we can help you with that, I think it would be better to ask the plugin support on how to turn off that feature (or just turn off the plugin that automatically sends newsletter).
Best regards,
NikkoHi Patricia,
Glad to hear that. Just let us know if you need further assistance :)
Best regards,
NikkoHi,
I would suggest adding an id for sections that have those columns, for example heading-col then go to Quick CSS (located in Enfold > General Styling) and add this css code:
@media only screen and (max-width:959px) { .responsive #top #wrap_all #heading-col .flex_column { margin: 0 0 20px; width: 100% !important; } }Make sure to add that heading-col id since it will only affect sections that has that id. Also just to make your columns look better, add this css code in QUick CSS:
#top .flex_column_table { border-collapse: collapse; }Please add at the top of the first code I gave. Hope this helps :)
Best regards,
NikkoHi,
Thanks for providing admin and ftp access. I have added this php code at the bottom of functions.php:
function avia_get_post_list( $avia_new_query , $excerpt = false) { global $avia_config; $image_size = isset($avia_config['widget_image_size']) ? $avia_config['widget_image_size'] : 'widget'; $additional_loop = new WP_Query($avia_new_query); if($additional_loop->have_posts()) : echo '<ul class="news-wrap">'; while ($additional_loop->have_posts()) : $additional_loop->the_post(); $format = ""; if(get_post_type() != 'post') $format = get_post_type(); if(empty($format)) $format = get_post_format(); if(empty($format)) $format = 'standard'; echo '<li class="news-content post-format-'.$format.'">'; //check for preview images: $image = ""; if(!current_theme_supports('force-post-thumbnails-in-widget')) { $slides = avia_post_meta(get_the_ID(), 'slideshow'); if( $slides != "" && !empty( $slides[0]['slideshow_image'] ) ) { $image = avia_image_by_id($slides[0]['slideshow_image'], 'widget', 'image'); } } if(!$image && current_theme_supports( 'post-thumbnails' )) { $image = get_the_post_thumbnail( get_the_ID(), $image_size ); } $time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_get_post_list' ); $nothumb = (!$image) ? 'no-news-thumb' : ''; echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>"; echo "<span class='news-thumb $nothumb'>"; echo $image; echo "</span>"; echo "<strong class='news-headline'>".avia_backend_truncate(get_the_title(), 54," "); echo "<span class='news-time'>".get_the_time($time_format)."</span>"; echo "</strong>"; echo "</a>"; if('display title and excerpt' == $excerpt) { echo "<div class='news-excerpt'>"; the_excerpt(); echo "</div>"; } echo '</li>'; endwhile; echo "</ul>"; wp_reset_postdata(); endif; }Let us know if you need further assistance :)
Best regards,
NikkoHi,
Glad we could help and thanks for using Enfold :)
Best regards,
NikkoHi,
Glad to hear that it’s working. Thanks for using Enfold :)
Best regards,
NikkoHi George,
Thanks, it would surely be helpful :)
Best regards,
NikkoHi,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Can you give us temporary admin access? so we can check further.
Best regards,
NikkoHi,
Can you give us temporary admin access? so we can check further, I tried the link you gave above but it doesn’t give us admin access.
Best regards,
NikkoHi,
Glad that Ismael helped you. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHi,
Glad we could help. THanks for using Enfold :)
Best regards,
NikkoHey DROR,
Just add this css code in Quick CSS (located in Enfold > General Styling):
#top #scroll-top-link { display: none !important; }Hope this helps :)
Best regards,
NikkoHi,
Thanks for using Enfold :)
Best regards,
NikkoHi,
Let us know if you need further assistance.
Best regards,
NikkoHi,
Glad to hear that. Thanks for using Enfold :)
Best regards,
NikkoHey Wolf,
Glad that you figured it out. Let us know if you need further assistance. :)
Best regards,
Nikko -
AuthorPosts
