Forum Replies Created
-
AuthorPosts
-
Hi Chris,
This is fixed. I have commented out your h1 code and added this code to Simple Custom CSS:
h1 { font-family: Times, Helvetica, serif !important; }
I have tested the font you used and the websafe font it is similar but the websafe font fixes the issue you have. Please let us know if there’s any issues related to this topic that you are still experiencing.
Best regards,
NikkoHi,
Try to add this code in Quick CSS:
@media only screen and (max-width:1300px) { #main main.content { min-height: 439px; } }
Hope this helps. :)
Best regards,
NikkoOctober 21, 2016 at 12:08 pm in reply to: Save tables making in Avia Layout Builder as shortcode #702321Hi,
Glad that it’s fixed. You can also convert tables to shortcode by switching from Advance Layout Builder to Default Editor. :)
Best regards,
NikkoHey jb84,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .responsive #top .logo { padding-right: 40px; } }
Hope this helps :)
Best regards,
NikkoHi,
Kindly add this code to your Quick CSS:
.html_header_top.html_logo_center #top .logo { left: 0; -webkit-transform: translate(0,0); -ms-transform: translate(0,0); transform: translate(0,0); } #top .logo a { max-height: none !important; } #top .logo img { height: auto !important; max-height: none !important; width: 100%; }
Best regards,
NikkoOctober 21, 2016 at 11:21 am in reply to: How to align the page counter into center in mobile view #702298Hi,
The link you’ve posted requires a password to view. Can you post the password in the Private Section?
Best regards,
NikkoHey ginigarbick,
This is outside the scope our support but we would gladly give you some ideas. The codes there should be placed inside .htaccess file (same location where you can find wp-config.php, most likely in public_html via cpanel or ftp). I think you may want to try to use a wordpress plugin instead for that job, you might like to check Wordfence.
Best regards,
NikkoHi,
I have replaced the code based on the thread to this:
#top .av_font_icon, #top .avia-image-container, .avia_transform .avia_start_animation.left-to-right.avia_image, .avia_transform .avia-icon-list .avia_start_animation .iconlist_icon, .avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image { -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; animation: none !important; opacity: 1 !important; -webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; -o-transform: scale(1) !important; transform: scale(1) !important; }
Kindly check if there are still animations that you want to be removed and post a link to the Private Content when you reply.
Best regards,
NikkoHey aggro,
Unfortunately this feature is not available in the Contact Form of the theme, you can try to use third party plugin for this feature like Contact Form 7. As for the feature that you want, you can submit a feature request here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
NikkoOctober 21, 2016 at 10:20 am in reply to: Bold words 'glued' with previous and ensuing in portfolio ajax preview #702272Hi!
This should be fixed, kindly check on your end. If it’s not working try to clear the cache in wp rocket. I have added this code in your Quick CSS:
@-moz-document url-prefix() { .portfolio-preview-content strong, .portfolio-preview-content b{ display: inline-block; padding-left: 3px; padding-right: 3px; } }
Please let us know if you still experience any issues related to this topic :)
Cheers!
NikkoHi Corina,
Glad we could help :)
Regards,
NikkoHey cipriana,
Glad we could help :)
Regards,
NikkoHey AlanGRutter,
I have added this code in functions.php of your Child Theme:
add_filter('avia_breadcrumbs_trail', 'avia_change_breadcrumb', 20, 1); function avia_change_breadcrumb($trail) { if(is_single() && get_post_type() == "portfolio") { $newtrail = array(); $portfolio_id = 77; //change portfolio id here $frontpage = avia_get_option('frontpage'); $newtrail[0] = '<a href="' . get_permalink( $frontpage ) . '" title="Home" rel="nofollow">Home</a>'; $newtrail[1] = '<a href="' . get_permalink( $portfolio_id ) . '" title="' . esc_attr( get_the_title( $portfolio_id ) ) . '" rel="nofollow">' . get_the_title( $portfolio_id ) . '</a>'; $newtrail['trail_end'] = $trail['trail_end']; $trail = $newtrail; } return $trail; }
This should fix the issue. Please let us know if you experience any issues on the breadcrumb after this code has been added :)
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko.
Hi Trender,
It’s a great solution, you only need to remove the extra styling when using the
< pre >code. I have added this code in your Quick CSS (located in Enfold > General Styling):
.avia-table pre { background: transparent; border: 0; line-height: inherit; margin: 0; padding: 0; }
I hope this resolves the problem. Please let us know if there are any related issues :)
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko. Reason: formatting
Hey Brendon,
The login details doesn’t seem to work. As for your request, If I’m not mistaken you want something like this: http://kriesi.at/themes/enfold/pages/ (referring to sidebar menu)? If yes, try to use this instruction (:
- Create a Menu, Add Menu Items and Save
- Go to Widgets, Add a New Widget Area, Use Custom Menu widget and put it inside the new widget area you created, select the menu you have created
- Edit the page add a 1/4 or 1/3 grid (depends on your preference) put a Widget Area and choose the widget area you created and Update
Hope this helps :)
Best regards,
NikkoHi Justing,
Using gifs on Enfold’s Gallery will surely work great. You can try to test it with Gallery or Masonry Gallery. :)
Best regards,
NikkoOctober 21, 2016 at 8:19 am in reply to: Advanced Layout Editor (disabled) for Shop page workaround #702204Hey virtualbis,
Can you post a link to the pages you have mentioned and also create a temporary admin access? so we can inspect further. Please post the links and the login details in the Private Content section when you reply.
Best regards,
NikkoOctober 21, 2016 at 8:13 am in reply to: Making Photos Fit into slider so they won't crop the picture #702202Hi,
The login details you’ve given doesn’t seem to work.
Best regards,
NikkoHi,
I have added this code snippet at the bottom of Quick CSS (located in Enfold > General Styling):
.page-thumb img { display: block; margin: 0 auto 8px; }
Please let us know if you find any issues related to this. :)
Best regards,
NikkoHi,
I have this code in Quick CSS:
@media only screen and (min-width:768px) { #top .logo { width: 150px; } #top .av_header_transparency .logo { height: 200px; width: 340px; } #top #header_main > .container, #top #header_main > .container .main_menu ul:first-child > li > a, #top #header_main #menu-item-shop .cart_dropdown_link { height: 91px !important; line-height: 100px !important; } #top .av_header_transparency #header_main > .container, #top .av_header_transparency #header_main > .container .main_menu ul:first-child > li > a, #top .av_header_transparency #header_main #menu-item-shop .cart_dropdown_link { height: 120px !important; line-height: 180px !important; } } @media only screen and (max-width:767px) { .responsive #top .logo { margin-left: 0; } .responsive #top .logo img { max-height: 80px !important; } }
and have commented this code out:
.logo > a > img { max-width: 150px; } .logo, .logo a, .logo a img { width: 340px; height: 200px; }
With those codes added the Desktop, Tablet and Mobile versions should look good, you can play on the values as you see fit. Please let us know if there’s any issues with it and we would be glad to answer. :)
Best regards,
NikkoHi!
I checked you’re site but it’s down, It only shows this when browsing using Chrome: This site can’t be reached.
Best regards,
NikkoHi,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
#top .avia-tooltip, #top .avia-tooltip .avia-arrow { background: rgba(0,0,255,0.5); }
Just play around with the background color. If you need any help regarding it, just let us know :)
Best regards,
NikkoHey cipriana!
Sorry it was already too late in the evening when I replied yesterday. I have used Masonry Gallery on your page and it works out well, you can check the link in the private content, I created that page on your site.
Best regards,
NikkoOctober 21, 2016 at 6:26 am in reply to: colum in a grid row not stacking on tablet portrait view #702167Hi Oghi!
Glad we could help :)
Cheers!
NikkoHi!
You can use this post as a reference on learning how to use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
NikkoHi Thomas,
This is fixed. I have added this code in your Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) { #top .phone-info, #top .phone-info span { height: 30px; line-height: 30px padding: 0; } }
Hope this fixed it on your end also :)
Best regards,
NikkoHey lssu,
Kindly add this code to Quick CSS (located in Enfold > General Styling):
.av-main-nav .menu-item-top-level-4 ul.sub-menu { left: auto; right: 0; }
Hope this helps. :)
Best regards,
NikkoHey jb84,
Enfold doesn’t have that feature/functionality you might want to try Contact Form 7 (I’m pretty much sure it has this functionality) or use other third party plugins.
Best regards,
NikkoHey nicholast10,
Can you give us a link to your site? so we can inspect further. Kindly place the details in the Private Section in your reply.
Best regards,
Nikko -
AuthorPosts