Forum Replies Created
-
AuthorPosts
-
Hi jsharpripple,
The problem is this part categories=’cosmetics’ you should use the category ID, based on your portfolio category cosmetics is 68.
So it should be categories=’68’Best regards,
NikkoFebruary 5, 2020 at 5:30 pm in reply to: Header disappearing and the coming back when scrolling #1181845Hi studiono,
I tried to use hide instead of fadeout but would still see the shrinking part.
It will most likely need to modify some core js file do it, since just adjusting the timings doesn’t seem to work (atleast when I tried).
The workaround I can suggest is disable the shrinking header, so you’ll just have the regular showing header and hidden header on scroll down.Best regards,
NikkoFebruary 5, 2020 at 5:25 pm in reply to: Can an Enfold support person please quickly check my CSS #1181841Hi mmsdev,
You can use this CSS code to add slight radius on portfolio sort menu items (just adjust the border-radius value, the higher the value the more rounded the menu item gets):
#choice #js_sort_items a { border-radius: 8px; }Best regards,
NikkoHi Lara,
We’re glad to hear that :D
We’ll be closing this thread then.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi sundara88,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi codemonkeynorth,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey eberswine,
The text seems to be added with spaces, you can verify this if you inspect the tab in the browser.
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
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi Sonja,
Glad that Yigit could help :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi lwebster,
We’re glad to hear that your site is up and running again. :)
Let us know if you still need further assistance.Best regards,
NikkoFebruary 5, 2020 at 10:37 am in reply to: Header disappearing and the coming back when scrolling #1181680Hi studiono,
Can you try adding this code in your child theme’s functions.php:
function hide_show_header(){ ?> <script> jQuery( document ).ready(function( $ ) { var didScroll; var lastScrollTop = 0; var delta = 5; var navbarHeight = $('#header').outerHeight(); $(window).scroll(function(event){ didScroll = true; }); setInterval(function() { if (didScroll) { hasScrolled(); didScroll = false; } }, 250); function hasScrolled() { var st = $(this).scrollTop(); if(Math.abs(lastScrollTop - st) <= delta) return; if (st > lastScrollTop && st > navbarHeight){ $('#header').fadeOut("fast"); } else { if(st + $(window).height() < $(document).height()) { $('#header').fadeIn("fast"); } } lastScrollTop = st; } }); </script> <?php } add_action('wp_footer', 'hide_show_header', 100);Best regards,
NikkoHi jsharpripple,
We apologize for the delayed response.
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
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 5, 2020 at 9:55 am in reply to: Since update to 4.7.2 a lot of things doesn't work any more… #1181671Hey Eric,
We apologize for the delayed response since there are lots of queries lately.
In the meantime, please rollback to the previous version.
Then create a staging site (basically a duplicate of your site placed in your subdomain) where we can investigate the issues.
You can check this article on how to create a staging site: https://themeisle.com/blog/wordpress-staging-site/Best regards,
NikkoHi Anton,
I’m not very familiar with via in facebook but if you want to add it in the url, you can do that, you can use this code (combined with your twitter sharing code above):
function avia_add_social_share_link_arguments($args) { $args['twitter'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://twitter.com/share?text=[title]&url=[shortlink]&via=Anton_Malafeev"); $args['facebook'] = array("encode"=>true, "encode_urls"=>false, "pattern" => "https://www.facebook.com/sharer.php?u=[permalink]&t=[title]"); return $args; } add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);Best regards,
NikkoHi sherrybdesign,
Your code will work but only if it’s on the child theme’s functions.php.
Please use a child theme, it can be downloaded here (includes the instructions in using it as well):
– https://kriesi.at/documentation/enfold/child-theme/Best regards,
NikkoHey KeyshaunSmith,
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
( to 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 an admin user and post the login credentials in the “private data” field.Best regards,
NikkoFebruary 5, 2020 at 9:24 am in reply to: Can an Enfold support person please quickly check my CSS #1181658Hi mmsdev,
We apologize for the delayed response and your hard work reflects on the site which looks great as well. :)
With regards to it affecting only one portfolio sort menu instead of affecting all portfolio sort menus, the only thing that you need to change is add (I got this on the ID of your color section) #choice before #js_sort_items so it would look like this #choice #js_sort_items.
Let us know if this helps.Best regards,
NikkoHey Alex,
Try putting the Video element inside a Grid Row (just remove the extra column).
Hope this helps.Best regards,
NikkoHi 4ROI,
We apologize for the delayed response. Please enable PHP ZipArchive Extension on your site, you may need to ask the help of your hosting provider in enabling it.
Hope this helps.Best regards,
NikkoHi milkrow,
The only part where icons can be inserted is inside the testimonial quote, but it can’t replace the part of the image, unfortunately.
The only workaround, I can suggest is to take a screenshot of the icon then save it as an image and use it.Best regards,
NikkoHi Taber,
We apologize for the delayed response.
I can only see black borders (top, bottom, left and right) which is from the 1/1 Column but not from the Video.
Can you give us a screenshot of how it looks on your end?Best regards,
NikkoFebruary 5, 2020 at 8:51 am in reply to: How to change default WooCommerce shop page to my custom layout? #1181643Hi GB,
Please try to add this PHP code in your child theme’s functions.php
function custom_return_to_shop_redirect() { return site_url() . '/art-shop/'; } add_filter( 'woocommerce_return_to_shop_redirect', 'custom_return_to_shop_redirect' );Best regards,
NikkoHi KeyshaunSmith,
Please add this CSS code in Quick CSS, located in Enfold > General Styling:
#top.single-product .av-woo-purchase-button p.price { visibility: hidden; }Best regards,
NikkoHi KeyshaunSmith,
You can modify avia_woocommerce_breadcrumb which is modified in your other thread: https://kriesi.at/support/topic/woocommerce-breadcrumbs-2/ but it would take some time to do.
Try to find a 3rd party plugin that redirects pages and you’ll just need to specify the category page link then the custom page link it should redirect.Best regards,
NikkoFebruary 5, 2020 at 8:26 am in reply to: Blog archive with white background preview text and dissapearing icons in footer #1181640Hi PresentIT,
I apologize for forgetting to answer issue #1, try adding this CSS code in Quick CSS, located in Enfold > General Styling:
.page-id-945 #main .main_color { background-color: #f0f0f0; } .page-id-945 #main .main_color .container { background-color: white; }Best regards,
NikkoHi whdsolutions,
The about page seems to load only 2 fonts while the homepage loads 3.
Can you give us temporary admin access on the site? so we can try to look into the settings again, hopefully we can find a solution.Best regards,
NikkoHi Jason,
That’s really great to hear and we’re glad that we could help :)
Let us know if you need further assistance or if we can mark this as resolved.Best regards,
NikkoHey KeyshaunSmith,
Unfortunately, you can’t use page builder to create product category pages :(
Best regards,
NikkoHey KeyshaunSmith,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top.single-product form.cart { display: flex; float: none; align-items: center; justify-content: center; } #top.single-product form.cart .quantity, #top.single-product form.cart .quantity * { margin-bottom: 0; }Best regards,
NikkoHey KeyshaunSmith,
In your child theme’s functions.php (at the bottom), please add this PHP code:
– https://pastebin.com/7KLYbMyYreplace 123 with the page ID of your custom shop page:
$shop_id = 123;Hope this helps.
Best regards,
NikkoHey KeyshaunSmith,
Yes, please refer to Woocommerce’s documentation: https://docs.woocommerce.com/document/template-structure/
You’ll most likely deal with the cart folder inside (woocommerce > templates).Best regards,
Nikko -
AuthorPosts
