Forum Replies Created
-
AuthorPosts
-
Hi Lara,
Left and Right Sidebar doesn’t work properly on some ALB Elements that’s why it usually shows below after all the elements, can you try to change it to No Sidebar instead and use 1/3 Column width Widget Area to fix it. Hope it helps :)
Best regards,
NikkoHi,
No worries, glad that you figured it out. Let us know if you need further assistance :)
Best regards,
NikkoHi,
We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.
But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented.Best regards,
NikkoMarch 12, 2018 at 11:54 am in reply to: Horizontal gallery – Need the lightbox to open when the picture is clicked #925456Hey chiligroupharstad,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-horizontal-gallery-link { width: 100% !important; height: 100% !important; background: transparent !important; transform: none !important; }
Hope it helps :)
Best regards,
NikkoHi,
Thanks, you can use this html code:
<div style="padding-bottom:20px;font-size:34px;" class="av-special-heading av-special-heading-h2 blockquote modern-quote modern-centered av-inherit-size "> <span class="av-icon-char av-icon-char-custom" style="font-size:20px;line-height:20px;width:20px;" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> <h2 class="av-special-heading-tag " itemprop="headline">מה אומרים בוגרי הקורס שלנו?</h2> <div class="special-heading-border"><div class="special-heading-inner-border"></div></div> </div>
Hope this helps :)
Best regards,
NikkoHi,
You’re welcome, try adding this css code:
.responsive .single #header .container, .responsive .single #av_section_1 .container, .responsive .single #footer .container, .responsive .single #socket .container { max-width: 1130px !important; }
Let us know if this helps :)
Best regards,
NikkoHey sasha,
Can you give us a link to your site? also please give us ftp access, so we can try to debug and check further. Please post the details in private content, so it’s visible only to moderators.
Best regards,
NikkoHey marsh1984,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.header-scrolled .logo a { background-image: none !important; } .header-scrolled .logo img { opacity: 1 !important; }
Hope it helps :)
Best regards,
NikkoMarch 12, 2018 at 9:59 am in reply to: Hide date, author and category description in post listed #925409Hi,
Glad that Rikard helped you and thanks for using Enfold, have a great day! :)
Best regards,
NikkoMarch 12, 2018 at 9:58 am in reply to: How make the image take the full width of the column? #925407Hi,
You’re welcome, glad we could help :)
Best regards,
NikkoHi,
Can you try Yigit’s solution in this thread: https://kriesi.at/support/topic/fatal-error-cant-use-function-return-value-enfold-header-php-on-line-6/#post-922937
Hope it helps :)Best regards,
NikkoHi Adam,
Glad that Victoria helped you :) Thanks for using Enfold and have a great day!
Best regards,
NikkoHi,
Glad that you figured out what’s causing the issue. Let us know if you need further assistance :)
Best regards,
NikkoHi,
Glad that Mike helped you :) Let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoMarch 12, 2018 at 9:51 am in reply to: Search field on mobiles has been disappeared after last Enfold's update #925401Hi Nick,
Glad that Ismael helped you, he’s an excellent and great support:) Thanks for using Enfold and have a great day!
Best regards,
NikkoHi,
Glad that you figured it out! Thanks for using Enfold and have a nice day :)
Best regards,
NikkoHi,
Can you try this one:
.responsive .single .container { max-width: 920px; }
if that doesn’t help, please use this instead:
.responsive .single .container { max-width: 920px !important; }
Hope it helps :)
Best regards,
NikkoHi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoHey dkepler,
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,
NikkoHey Giorgione15,
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 hurbis,
Just to confirm, is it fixed on your end now? or do you still need 4.2.3?
Best regards,
NikkoHi,
Glad that Yigit helped you :) Let us know if you need further assistance :)
Best regards,
NikkoHi,
By the default the header is sticky only in desktop and not in mobile device. Can you try adding this code at the bottom of functions.php:
function add_custom_script(){ ?> <script> var $document = $(document), $element = $('#header'), className = 'hasScrolled'; $document.scroll(function() { if ($document.scrollTop() >= 50) { $element.addClass(className); } else { $element.removeClass(className); } }); </script> <?php } add_action('wp_footer', 'add_custom_script');
then add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top #header.hasScrolled .logo { height: 50px !important; } .responsive #top #header.hasScrolled .container.av-logo-container, .responsive #top #header.hasScrolled .logo a, .responsive #top #header.hasScrolled .logo a img { height: 50px !important; line-height: 50px !important; } #top #header.hasScrolled #avia-menu > li > a { height: 50px !important; line-height: 50px !important; } }
Let us know if this helps :)
Best regards,
NikkoHey Raffaello1996,
I think you can use Section with background image and Special Heading in it. Then use Fullwidth Submenu as substitute to the Main Menu and Hide header on the page you want to implement this style. Hope this helps :)
Best regards,
NikkoHey rfarthofer,
Are you referring to this text?
This content is password protected. To view it, please enter your password below:
if yes, you should find it in the wordpress codex: https://codex.wordpress.org/Using_Password_Protection#Customize_the_Protected_Text
Hope it helps.Best regards,
NikkoHey kevinjd91,
Team Member doesn’t have that feature and I don’t think we can help integrate ratings with team members as it would take some time to do and is outside the scope of our support but please feel free to request – or vote if already requested – such feature on Enfold feature request form.
I recommend using a posts rating plugin and probably assign a category for employee then use something like masonry to show it, however rating for each employee might require going to single post page.
Best regards,
NikkoHi joannapurosto,
Can you give us ftp access? so we can check further.
@ak-muc: can you create a new thread? and give us temporary admin and ftp access and post it in private content, so it is only visible to the moderators and the thread creator.Best regards,
NikkoMarch 12, 2018 at 8:45 am in reply to: How can I add the Author name below single post content using ALB? #925371Hey bluecafe,
I would suggest using shortcode also since you will really need it to manually insert into pages or posts even via ALB, but I think we add it via hook/filter to add it automatically after the content of posts, would you prefer to this option?
Best regards,
NikkoHi,
Glad that it’s fixed and thanks for your kind words :) We appreciate it a lot.
Best regards,
NikkoMarch 12, 2018 at 8:31 am in reply to: How make the image take the full width of the column? #925368Hey DROR,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.page-id-948 #av_section_1 .flex_column.av_one_half { padding-left: 0 !important; padding-right: 0 !important; } .page-id-948 #av_section_1 .flex_column.av_one_half .av-special-heading, .page-id-948 #av_section_1 .flex_column.av_one_half .avia-icon-list-container { padding-right: 50px; padding-left: 50px; }
Hope this helps :)
Best regards,
Nikko -
AuthorPosts