Forum Replies Created
-
AuthorPosts
-
Hey carmen,
Can you try the solution posted here: https://kriesi.at/support/topic/how-to-set-nofollow-for-button-links/
Hope this helps :)Best regards,
NikkoHi Peter,
Sure, can you try adding this css code:
.page-id-1053 .social_bookmarks .social_bookmarks_facebook a { background-color: #37589b !important; } .page-id-1053 .social_bookmarks .av-social-link-mail:hover a { background-color: ##9fae37 !important; }Hope this helps. :)
Best regards,
NikkoFebruary 19, 2018 at 5:36 pm in reply to: Making one_fourth column display as a one_half column on Tablet #914408Hi,
Thanks for giving the link, can you try to replace the code I gave with this:
#top.page-id-196 .flex_column_table { display: block !important; } .responsive #top .flex_column.av_one_fourth { width: 48%; float: left; display: block; margin-bottom: 20px; margin-left: 1% !important; margin-right: 1% !important; }Let us know if this helps :)
Best regards,
NikkoHi,
It seems you are referring to a Separator (it shows like a line in ALB), can you try to remove it in the backend, that should fix it. Let us know if you need further assistance :)
Best regards,
NikkoHey TanjaEnvato,
Can you give us a link to the page having issues? so we can take a closer look.
Best regards,
NikkoHey kasperdue,
I have checked it and I couldn’t figure out why it’s not working on mobile since it’s working properly on ipad/tablet. Can you try to disable minification and flush out the cache? Let us know if this helps.
Best regards,
NikkoHi,
Can you try to remove the bottle from layerslider, then add it as an image, just add some class name to it, set it to position absolute and adjust it’s positioning, then for the text block, just set the width and that should be it. Let us know if this helps.
Best regards,
NikkoHey brandhands,
Try adding this php 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() >= 5) { $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):
#top #header.hasScrolled .logo, #top #header.hasScrolled .logo a { height: 80px !important; } #top #header.hasScrolled .logo img { content: url('image'); max-height: 80px; }Just replace image with the logo you posted in private content. Hope this helps :)
Best regards,
NikkoHi,
It seems you are experiencing the same issue as this jetpack users: https://github.com/Automattic/pinghub/issues/8#issuecomment-361821044
The solution stated there was:For those who have a Jetpack plugin installed on WordPress:
Eventually I can resolve the problem by reactivating (deactivate, then activate again) the Jetpack plugin. The error mentioned is gone now.Let us know if this helps.
Best regards,
NikkoHey MarcusEls,
If you have followed the instructions here: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/ then probably cached but I’m sure it’s allowed. Can you give us ftp access to check if it’s correct and also wp-admin access to test if it’s working or not.
Best regards,
NikkoHi,
Do you want to apply it on the Special Heading? also it’s on mouse hover. The code should look something like:
#top .av-special-heading:hover, #top .av-special-heading:focus { box-shadow: 0 0.1875rem 0.625rem 0 rgba(79,90,109,0.3); color: inherit; }if it’s not working or not the special heading, please give us a link and point us where you want it applied.
Best regards,
NikkoHi,
I have checked it and initially I can’t see the problem but if I hover it multiple times, I could see the issue which is weird, I’ve tested this on my end, however I couldn’t reproduce the same issue. Can you give us access again to your site? since the one you posted doesn’t work now, so we can check further and allow us to deactivate plugins so we can try to isolate if the issue is on the theme or plugin conflict. This is out of topic, but I just want to let you know that there are mixed content errors on your site.
Best regards,
NikkoHi,
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,
NikkoFebruary 19, 2018 at 4:10 pm in reply to: Image gallery | Onlick Image link Copy with status message #914353Hey cccmosgroup,
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. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoHi,
Can you try this css code:
.html_elegant-blog .avia-content-slider .slide-entry-title { text-transform: none !important; }Let us know if thie helps.
Best regards,
NikkoHey Coursemaker,
Can you try this css code instead:
.page-id-1053 .av-hamburger-inner, .page-id-1053 .av-hamburger-inner::after, .page-id-1053 .av-hamburger-inner::before { background-color: #f2771f !important; }Hope this helps :)
Best regards,
NikkoFebruary 19, 2018 at 3:26 pm in reply to: How to change the vertical align of text beside dropcaps? #914298Hi,
Can you try this css code:
#top span.av_dropcap2 { margin-top: -15px; }Hope this helps.
Best regards,
NikkoHey vadikcoma,
I think it’s possible however you would need to write some js code which would take a lot of time, 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. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoHey Sigmund,
You can change it by installing this plugin: https://wordpress.org/plugins/simple-image-sizes/ after activating it go to Settings > Media, adjust the sizes then click on regenerate thumbnail button. Hope this helps :)
Best regards,
NikkoHey Saint Michel,
Thanks for contacting us! You need to register first on our forum: https://kriesi.at/support/register/ and use the purchase code you posted so you can register.
Best regards,
NikkoHey wmeida,
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 ologbo88,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
You are still using version 3.4.7 the current version is 4.2.3, please backup your site first before updating since there are lot of changes from the version you’re using and the latest version.
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
Best regards,
NikkoHey uuniversal,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-special-heading .av-special-heading-tag { margin-bottom: 10px; }Just adjust the bottom margin. Hope this helps :)
Best regards,
NikkoHi,
Try to create a php file in your root folder, call it test_ziparchive.php and add this code:
<?php if( class_exists('ZipArchive') ) { echo "ZipArchive Enabled!"; } else { echo "ZipArchive Disabled!"; } ?>If it’s disabled (or probably not installed) try to contact your webhost and ask to install and enable ZipArchive. Hope this helps.
Best regards,
NikkoHi,
I see can you try to replace the code I gave you with this one:
@media only screen and (max-width:479px) { #top .avia-fullwidth-slider a.avia-slideshow-button.avia-button { float: none !important; margin-left: auto !important; margin-right: auto !important; } }Best regards,
NikkoHey Weblet,
I think it’s possible however you would need to write a js script to do that and some css codes, 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. If that’s something you really need you can always try to hire a developer for the task :)
Best regards,
NikkoFebruary 19, 2018 at 5:08 am in reply to: Adding a contact form on top of a background image #914122Hey aevans130,
Yes, it’s possible, try using a Color Section, add a background image then add the Contact Form (you can also add a 1/4 column and add the contact form inside it). Let us know if this helps :)
Best regards,
NikkoFebruary 19, 2018 at 5:06 am in reply to: Making one_fourth column display as a one_half column on Tablet #914121Hi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) and (min-width:768px) { .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div { margin-left: 4%; width: 48%; } .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div { margin-left: 0%; clear: both; } }Hope this helps :)
Best regards,
NikkoHey Danny,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) { #top .avia-fullwidth-slider a.avia-slideshow-button.avia-button { margin-left: auto !important; margin-right: auto !important; } }Hope this helps :)
Best regards,
NikkoHey chriscowley,
I have checked it but you used a class name instead of an id. Try to use a Color Section and put test123 to For Developers: Section ID and put the 2/3 and 1/3 section inside it and that should work. Hope this helps.
Best regards,
Nikko -
AuthorPosts
