Forum Replies Created
-
AuthorPosts
-
Hey ignrod,
Try removing the comment on the code you have commented in avia.js and replace this code:
$('a[href*="#"]', container).avia_smoothscroll(container);
to this one:
$('a[href*="#"]', 'body.home').avia_smoothscroll('body.home');
Hope this helps.
Best regards,
NikkoDecember 6, 2016 at 1:12 am in reply to: Stop refreshing page after adding a single product to cart #720767Hey SilviaTatti,
I tried to check the backend with the login provided but it doesn’t work, please check. Can you try going to Woocommerce > Settings > Products (tab) > look for Add to cart behaviour and check Enable AJAX add to cart buttons on archives. Hope this helps.
Best regards,
NikkoHey atst,
I’m not sure I understand what you mean, can you post a link to the page mentioned?
Best regards,
NikkoHey Mariken,
You can find it in Weergave > Custom CSS (or you can use the link in private content) then find the code in private content and replace the url.
Best regards,
NikkoHey worldfuturecouncil,
Yes you can, please try to use this plugin: https://wordpress.org/plugins/loco-translate/
Best regards,
NikkoDecember 6, 2016 at 12:48 am in reply to: How to make enfold-social-share-buttons availabe for other custom post types #720759Hey MarcusJeroch,
Try using this code instead and add it to functions.php:
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'tribe_events'; } } }
As for the shortcut in adding Social Share to each event, you can add this code in functions.php:
function add_social_share() { echo "<br>"; echo do_shortcode("[av_social_share title='Share this entry' style='' buttons='' custom_class='']"); }
Let us know if this helps. :)
Best regards,
NikkoHi,
Can you provide ftp access so we can check your files? and see where it is located.
Regards,
NikkoDecember 6, 2016 at 12:25 am in reply to: How to hide fullwith sub menu in the desktop and tablet view #720753Hey!
Try to replace this part of the code:
#top .av-submenu-container { display: none !important; }
to this:
#top .av-submenu-container, .sticky_placeholder { display: none; }
Cheers!
NikkoHi J,
Just adjust the hover image then re-upload again, then you will see this in the code I have given http://yourdomain.com/wp-content/uploads/2016/12/logo_hover.png just replace it with the url of the new image.
Best regards,
NikkoHi!
You’re most welcome :) You can hire a freelancer but we would suggest our partner Codeable for the job: http://kriesi.at/contact/customization :)
Regards,
NikkoDecember 6, 2016 at 12:12 am in reply to: Single Blog Entry – metadata and scial sharing options in single custom post typ #720749Hey dillionline,
I checked the screenshot however it only shows a broken image, can you upload the image in http://imgur.com/ or dropbox then post the link here.
Best regards,
NikkoDecember 6, 2016 at 12:01 am in reply to: Full Width Easy Slider Text Pushed Down On Mobile Version Of Site #720745Hey Chris,
Try adding this code in your Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) { .home #full_slider_1 ul.avia-slideshow-inner { min-height: 300px; } .home #full_slider_1 ul.avia-slideshow-inner li img { height: auto; width: 640px; max-width: none; position: relative; left: 50%; margin-left: -320px; } }
Hope this helps.
Best regards,
NikkoHey blars62,
Try adding this code in Quick CSS (located in Enfold > General Styling):
#top .gallery.gallery-columns-3 .gallery-item { width: 33%; height: auto; }
Hope this helps.
Best regards,
NikkoDecember 5, 2016 at 11:49 pm in reply to: I am having an issue with the sub-menu on my shop link (hover menu) #720739Hi,
Can you try to check it in Appearance > Widgets? probably in 1 of the widget areas, it seems like it uses Enfold likebox. If you can’t find it there, can you provide temporary admin access so we can check your backend.
Best regards,
NikkoHey mcraig77,
Try to upload a larger image around 1600px width.
Best regards,
NikkoHey Taybott,
Instead of using Masonry under Content Elements (which you sort by Date or Title, etc), try using Masonry Gallery instead (under Media Elements), you can order them easily and link each image to another page.
Best regards,
NikkoHi,
Try adding this code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:479px) { .responsive .logo img { max-width: 80%; } }
Let us know if this works, if not can you post a screenshot so we can see how it looks on your end.
Best regards,
NikkoHi,
Sorry for delayed response, I have added this code in your Quick CSS:
.phone-info, #top label, .widget_nav_menu .current-menu-item>a, .widget_nav_menu .current_page_item>a, #top .av-subnav-menu li a > .avia-menu-text { font-weight: 600 !important; }
Should fix the issue you have pointed, let us know if there are still issues in other areas, it would really help if you can also give the link where the issue show.
Best regards,
NikkoHey donitafowler,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
You can upload the image in http://imgur.com/ or dropbox and post the link here, if you want the link to be private (only for moderators) just post the link in the “private content”. Ftp access might be needed also.
Best regards,
NikkoHey Andreinho1992,
You need to edit this file “class-framework-widgets.php” located in enfold\framework\php (in the theme files), and find this code in line 97:
js.src = "//connect.facebook.net/'. $langcode .'/sdk.js#xfbml=1&version=v2.7";
replace it with:
js.src = "//connect.facebook.net/it_IT/sdk.js#xfbml=1&version=v2.7";
Hope this helps.
Best regards,
NikkoHi,
Try using the solution given in this thread: https://kriesi.at/support/topic/search-results-preview-showing-shortcode/#post-423784
Hope this helps.Best regards,
NikkoDecember 5, 2016 at 5:05 pm in reply to: How to hide fullwith sub menu in the desktop and tablet view #720542Hey,
The one in imgur shows a left sidebar, but since you want a right sidebar, you can edit the page and then find Sidebar Settings in Layout box (in the right) and set it to Right Sidebar.
For changing the blue line, just add this css code in your Quick CSS:
.main_color .avia-menu-fx { background-color: #000 !important; }
Regards,
NikkoHi,
You’re welcome, with regards to the live ajax results, 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/
Best regards,
NikkoHey justinsearl,
I have added this code in your Quick CSS (located in Enfold > General Styling):
#header .logo a { position: relative; } #header .logo a:after { background: url("https://yourdomain.com/wp-content/uploads/2016/12/logo_hover.png") left top no-repeat; background-size: auto 100%; content: ""; display: block; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 999; opacity: 0; filter: alpha(opacity=0); visibility: hidden; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; } #header .logo a:hover:after { opacity: 1; filter: alpha(opacity=100); visibility: visible; }
Let us know if it’s good on your end :)
Best regards,
NikkoHi Jim,
Both if possible, we need ftp access and wp-admin login might also be needed.
Cheers!
NikkoHey!
You can use existing classes, for example you can add the class show-desktop to your current slider, then create another slider and add the technology_mobile link then add the class show-mobile, no need to add more classes, the existing ones should work just fine :)
Regards,
NikkoHi!
Glad that this is fixed :)
Cheers!
NikkoDecember 5, 2016 at 1:47 pm in reply to: Custom Searchbar in Header is moving out of the content are in Chrome #720451Hi,
It’s really weird, can you tell your client to try clearing out browser cache and checking it out with another desktop or laptop just to verify if the issue also appears on another pc/laptop. I checked it but when I try to hover over the magnifying class over the search, it just changes the background color, I have posted a link on what it looks on my end (you’ll notice the background color behind the magnifying class is changed).
Best regards,
NikkoHey!
Looking at the code you missed 1 .. I reviewed the page and it seems the solution I gave isn’t possible since you need both color sections and it really needs different id, what I did was to show-desktop class to the main menu link for Technology and created another main menu link, same label Technology, but link is for technology_mobile then added this class show-mobile. I modified your css code in Quick CSS from:
@media only screen and (min-width: 768px) { #technology { display:block !important; } #technology_mobile { display:none !important; } } @media only screen and (max-width: 767px) { #technology { display:none !important; } #technology_mobile { display:block !important; } }
to
@media only screen and (min-width: 768px) { .show-desktop, #technology { display:block !important; } .show-mobile, #technology_mobile { display:none !important; } } @media only screen and (max-width: 767px) { .show-desktop, #technology { display:none !important; } .show-mobile, #technology_mobile { display:block !important; } }
I tested it and it’s working fine. Let us know if its good on your end :)
Regards,
Nikko -
AuthorPosts