Forum Replies Created
-
AuthorPosts
-
Hey mickfollari,
Can you give us a link to your site? so we can check further.
Best regards,
NikkoApril 5, 2018 at 5:12 am in reply to: Adding elements automatically to layout builder to apply to every post #937440Hey adventuresoflilnicki,
Unfortunately there’s no way to do this because using the Advanced Layout Builder will set your page/post to a blank state and whatever is added in the builder are the only things that will be shown except for header and footer. If you need to access the ALB elements, you can use the Default Editor and use the Magic Wand icon which will generate the shortcode for element you want to use. Hope this helps :)
Best regards,
NikkoHey sky19er,
Yes, it’s possible and the solution given on the thread you gave is the best solution to it however you can just create this function in your child theme:
function avia_default_title_filter($current_post) { //Your code here }
This should be used instead of the avia_default_title_filter in the Enfold theme. Hope it helps :)
Best regards,
NikkoApril 5, 2018 at 4:56 am in reply to: Enfold product purchase button not working with variable products #937432Hey butiken_ipsc,
Sure, 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 TheMyersRobertsCollective,
I have checked it and removed the animation which it doesn’t show the hotspots anymore instead of being invisible and once scrolled to the image, it would animate and appear, however I couldn’t figure out what causes it to stop animating, since a lot of js are included. I have also changed Show Tooltips from Always to Mouse Hover.
Hope this helps.Best regards,
NikkoHi,
Glad that it worked and yes you’re right, you can add that php code in functions.php (child theme). Let us know if you need further assistance :)
Best regards,
NikkoHi,
Glad that it’s fixed. :)
Thanks for using Enfold and have a great day!
Best regards,
NikkoHey Momentummediaab,
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,
NikkoApril 4, 2018 at 2:18 pm in reply to: Masonry gallery lightbox linking not getting deactivated #937175Hey Garima,
I have checked the link and tested the masonry gallery below the: What Teachers Are Doing On SetMyTest and it’s already opening in new tab/window. It seems it’s already fixed, let us know if you need further assistance. :)
Best regards,
NikkoHey bobfurgo,
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,
I apologize for the delay, can you remove the previous ip and use this one, since I had a intermittent internet connection yesterday.
Best regards,
NikkoHi,
Yes, I have modified the css code to this :)
#top .avia-team-member img, #top .avia-image-container .avia_image { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 500ms; -moz-transition: all 500ms -o-transition: all 500ms; transition: all 500ms; } #top .flex_column:hover img, #top .avia-image-container .avia_image:hover { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: grayscale(0%); }
Best regards,
NikkoHey Lorra,
We are sorry for the inconvenience, but can you give us a link to your site? so we can see and try to login.
Best regards,
NikkoHey HeeHA,
I’m not sure what you’re trying to achieve, but if I try to understand what you described, basically the default is the main menu is located on the right side of the logo, and another menu on the side of the main menu, why not use a single menu instead and maybe we can use some css codes to create a separation that makes it look like there’s 2 menus? maybe a screenshot or mockup of what you want to achieve would help us visualize better.
Best regards,
NikkoHey hanyin83,
Can you try the solution posted in this thread: https://kriesi.at/support/topic/cant-resolve-warnings-locked-out-of-site/
Hope it helps :)Best regards,
NikkoApril 2, 2018 at 12:47 pm in reply to: I need quick CSS to show custom fields on products, Any takers? #936038Hi,
Yes, that looks right, you can also try this one so it has labels with it:
add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_extra_info', 2 ); function woocommerce_output_extra_info() { echo '<p><strong>Chakra:</strong> ' . get_field('chakra') . '</p>'; echo '<p><strong>MoHs:</strong> ' . get_field('mohs') . '</p>'; echo '<p><strong>Measurements:</strong> ' . get_field('measurements') . '</p>'; echo '<p><strong>Origin:</strong> ' . get_field('origin') . '</p>'; echo '<p><strong>Grade:</strong> ' . get_field('grade') . '</p>'; }
Hope it helps :)
Best regards,
NikkoHey MAR,
It’s not a footer error, and a site should have a closing body and html tag, can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.responsive .boxed#top, .responsive.html_boxed.html_header_sticky #header, .responsive.html_boxed.html_header_transparency #header { width: 100%; } .responsive .container { max-width: 100%; width: 100%; } #top .main_color { background: #fff; }
Let us know if this helps.
Best regards,
NikkoApril 2, 2018 at 12:25 pm in reply to: Portfolio Raster shows only 1 column when set to 2 when it is put in a 2/3 col #936023Hi,
I see, you can also wrap your code inside this, so it applies only on firefox:
@-moz-document url-prefix() { #top .no_margin.av_one_half { width: 49%; } }
Or try 49.5%, Hope this helps :)
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,
NikkoApril 2, 2018 at 12:22 pm in reply to: Logo/header container pops up at screen widths below 990px #936020Hi,
I see, can you try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width: 989px) and (min-width: 768px) { #top #wrap_all #header { position: absolute; } }
Hope it helps :)
Best regards,
NikkoApril 2, 2018 at 9:58 am in reply to: [Avia Editor] Media query not work in block of text screen options #935991Hi,
Glad that you have fixed it, let us know if you need further assistance or if we can close this thread :)
Best regards,
NikkoHi,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
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)
Also, don’t forget to make a backup first before updating.
Best regards,
NikkoHi bakbek ,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-large-testimonial-slider .avia-testimonial-meta-mini { float: none; text-align: center; } #top .av-large-testimonial-slider .avia-testimonial-name { margin-top: 0; margin-bottom: 20px; position: static; }
Hope it helps :)
Best regards,
NikkoHi,
Glad we could help! Feel free to come back if you need further assistance. :)
Thanks for using Enfold and have a great day!
Best regards,
NikkoHi,
Glad we could help. Let us know if you need further assistance :)
Best regards,
NikkoHi,
I can see it fixed on your one site, the other site stil has the mixed content but if I check on the style.css it’s already in https whether I check it via web inspector (screenshot in private content) or if I check page source.
Best regards,
NikkoHi bakbek,
I have tried to check the page but I can’t find the buttons, the code Yigit gave should only enlarge the font size of the buttons and not add gap.
Best regards,
NikkoHey sambo258,
Can you try adding this php code at the bottom of functions.php:
add_filter('woocommerce_get_catalog_ordering_args', 'am_woocommerce_catalog_orderby'); function am_woocommerce_catalog_orderby( $args ) { $args['orderby'] = 'date'; $args['order'] = 'desc'; return $args; }
Hope it helps :)
Best regards,
NikkoHi,
Sure, my temporary public ip is in private content.
Best regards,
Nikko -
AuthorPosts