Forum Replies Created
-
AuthorPosts
-
Hi Michael,
What I’m suggesting is not making 2 widgets inline but use 1 widget and put terms, privacy and copyright, you will need to write a bit of html just like this one and put this code in an html widget:
<a href="https://www.vinsight.co/terms/">Terms</a><a href="https://www.vinsight.co/privacy/">Privacy</a><span>© Copyright - Vinsight 2016</span>
Hope this helps :)Best regards,
NikkoHi!
I’m very sorry you have to do that, I have tested in an ipad, and the save button disappears while typing because of the keyboard but when you hide it after typing the save button should still show up.
Best regards,
NikkoNovember 15, 2016 at 4:18 am in reply to: Need help removing the white space above my banner #712300Hey!
I have checked the backend and added the 2nd block of code I have given and that fixed the issue. :)
Best regards,
NikkoHey!
Try to compress your images in https://tinypng.com/ it should reduce the amount and the quality will still be almost the same.
Best regards,
NikkoHey!
Yes, that should fix the issue. :)
Best regards,
NikkoHi!
Try to replace the code I gave you to this one:
@media only screen and (min-width: 768px) { #top .sidebar .widget_shopping_cart .button { width: 100% !important; height: auto; display: inline-block; margin-bottom: 10px; float: none; } }
Let us know if it works.
Regards,
NikkoHey Robi,
Glad we could help :)
Best regards,
NikkoHi!
Glad that you fixed it :)
Regards,
NikkoHi!
Glad we could help :)
Cheers!
NikkoNovember 14, 2016 at 10:36 am in reply to: After the enfold newest update the text changes after website gets fully loaded #711851Hi!
After re-reading the issue, I think I misunderstood it before. Can you try to deactivate and uninstall WP Super cache as instructed here: https://wordpress.org/plugins/wp-super-cache/other_notes/ to make sure that no cache files remains which most of the times causes weird issuess. If the issue still persists try to deactivate all plugins and check, let us know if it’s fixed after doing these procedures.
Cheers!
NikkoHey!
Thanks for providing admin access :) I was able to check your Quick CSS and found out this code block have two } which is causing the problem:
figcaption.av-inner-masonry-content.site-background { background-color: #ffffff!important;} }
It’s now working properly and cleaned up your Quick CSS a bit by adding some indents so it’s easier to read. You can adjust the values now and it should take effect properly :)
Best regards,
NikkoHi Helle,
Glad we could help :)
Best regards,
NikkoNovember 14, 2016 at 9:53 am in reply to: Need help removing the white space above my banner #711841Hi!
We apologize if we can’t respond as soon as you reply since there are lots of queries lately and we are trying to answer them one by one which also takes time. Please add this code in Quick CSS, if there’s no logo white space should be removed.
#top #header_main > .container { height: auto !important; } @media only screen and (min-width:768px) { .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 50px !important; } }
Let us know if it works, if not kindly give us temporary admin access so we can atleast check the backend.
Cheers!
NikkoNovember 14, 2016 at 9:47 am in reply to: help to: Add an attribute to google Javascript maps #711839Hey!
Glad we could help :)
Regards,
NikkoHey!
Glad we could help :)
Best regards,
NikkoNovember 14, 2016 at 9:46 am in reply to: How to add social share counter into the blog bost? #711837Hey!
Glad we could help :)
Regards,
NikkoNovember 14, 2016 at 9:43 am in reply to: After the enfold newest update the text changes after website gets fully loaded #711836Hi pimroll!
I’m not sure what happened, and I see the same problem as you have described. When I check on page source, they are wrapped in , can you remove it in the backend? and check if the issue still persists.
Best regards,
NikkoNovember 14, 2016 at 9:32 am in reply to: How to hide the floating cart icon on top-right or disable the cart function? #711830Hi!
Glad we could help :)
Best regards,
NikkoNovember 14, 2016 at 4:53 am in reply to: Need help removing the white space above my banner #711753Hey!
The whitespace there is based on the height of the logo you used, if you want the whitespace removed, then the logo will be removed also. Try using Logo left, menu right.
Best regards,
NikkoHi!
Glad we could help :)
Cheers!
NikkoNovember 14, 2016 at 4:39 am in reply to: Problem with logo shrinking when scrolling down the homepage #711749Hi Tarakbc!
Try to add this code in Quick CSS (located in Enfold > General Styling):
#header .logo a, #header .logo img { max-height: 88px !important; min-height: 88px; } #header.header-scrolled .logo img { margin-top: -44px; }
Hope this helps :)
Best regards,
Nikko- This reply was modified 8 years, 2 months ago by Nikko.
Hey!
Try adding this code in Quick CSS:
.home .team-member-name, .home .team-member-description { display: block; width: 300px; margin-left: auto; margin-right: auto; }
Hope this helps :)
Regards,
NikkoHey!
Try to add this code in Quick CSS:
@media only screen and (min-width: 768px) { #top .sidebar .widget_shopping_cart .button { width: auto; height: auto; display: inline-block; margin-bottom: 10px; float: none; } }
Let us know if it works :)
Best regards,
NikkoHi Mel,
You’re welcome. Let us know if you need more assistance regarding this topic :)
Regards,
NikkoHi!
Glad that it’s fixed :)
Best regards,
NikkoHi!
Can you give us a temporary admin access? so we can inspect further. You can post it in the “private content” section when you reply.
Regards,
NikkoHi!
It should work now. I have replaced this code:
#top .avia-content-slider a:hover .thumbnail_container img { -webkit-transform: scaleX(1.2,1.2); -ms-transform: scaleX(1.2,1.2); -o-transform: scaleX(1.2,1.2); transform: scaleX(1.2,1.2); }
To this code:
#top .avia-content-slider a:hover .thumbnail_container img { -webkit-transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); transform: scale(1.2,1.2); }
Best regards,
NikkoHey!
Try using this code snippet in Quick CSS:
#top #header .av-main-nav li a { font-weight: bold; font-size: 14px; }
Hope this helps :)
Regards,
NikkoNovember 14, 2016 at 4:04 am in reply to: help to: Add an attribute to google Javascript maps #711740Hey!
You can find it in enfold/config-templatebuilder/avia-shortcodes/google_maps.php, it should be in line 31-50:
function extra_assets() { if(is_admin() && isset($_POST['action']) && $_POST['action'] == "avia_ajax_av_google_map" ) { $prefix = is_ssl() ? "https" : "http"; $api_key = avia_get_option('gmap_api'); $api_url = $prefix.'://maps.google.com/maps/api/js?v=3.24'; if($api_key != ""){ $api_url .= "&key=" .$api_key; } wp_register_script( 'avia-google-maps-api', $api_url, array('jquery'), NULL, true); $load_google_map_api = apply_filters('avf_load_google_map_api', true, 'av_google_map'); if($load_google_map_api) wp_enqueue_script( 'avia-google-maps-api' ); } }
Hope this helps.
Cheers!
NikkoHi Jason!
I could not find “No current openings” but I could see “There Are No Current Special Events Opportunities” with a read more link, if you want to remove it try using this code in Quick CSS:
.post-entry-3451 a.more-link { display: none; }
Hope this helps. :)
Cheers!
Nikko -
AuthorPosts