Forum Replies Created
-
AuthorPosts
-
Hey Snerp,
Can you tell us where you put the share code? like what page or post and it’s specific location.
Best regards,
NikkoHey amerisource,
Can you elaborate more on the issue? like what device and browser you are using and also post a link to your site.
Best regards,
NikkoHey brettb112,
I checked your page and I don’t see any video. Have you removed it?
Best regards,
NikkoHey Dee007,
Try the following css codes and add it on Quick CSS:
1.)#top #main input.wpcf7-text { font-size: 18px; padding: 10px 20px; }
2.)
#top #main textarea.wpcf7-textarea { height: 80px; }
3.)
#top #main .wpcf7-submit { margin-left: auto; margin-right: auto; display: block; }
Hope this helps :)
Best regards,
NikkoHi,
I just checked your site and tested it out and I think the reason it doesn’t make any progress is because it’s still the same page just new content being fetched inside gravity forms. I don’t have a gravity form plugin that I could test, but if you could give us temporary admin access so we can have a quick look on the settings, we’ll try to give it a shot. You might also want to try this plugin for the gravity form’s progress bar: https://wordpress.org/plugins/gravity-forms-start-progress-bar-at-zero-percent/
As for the buttons, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .gform_wrapper .button { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 13px; border-radius: 3px; }
Best regards,
NikkoJanuary 9, 2017 at 7:35 am in reply to: Blog post pagination at bottom of page reloads to top of page #731002Hey m,
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/
The only workaround I could suggest is to create a blog page and on that long page you can create a section with a some texts and a link (or a button) linking to the blog page. Hope this helps.
Best regards,
NikkoHi,
The account you gave is not an admin account so I could not take a look at your backend. Also if I check the css being fetched in Quick CSS (refer to the link below “private content”) this code needs to be removed:
.av-masonry-image-container:hover { filter: grayscale(0%); -webkit-filter: none; -moz-filter: none; -ms-filter: none; filter: none; }
and I can see this code being fetched missing a } (closing curly brace):
.av-masonry-image-container { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); filter: grayscale(100%); filter: gray; /* IE 6-9 */
Cheers!
NikkoHi,
I have added this css code in Quick CSS located in Enfold > General Styling:
#header .inner-container:before { content: ''; display: block; height: 100%; width: 100px; position: absolute; left: -100px; background: #b2b6bd; }
Let us know if it’s good :)
Best regards,
NikkoHey macmutsaers,
I just checked your site and it seems you have already done it by modifying the image.
Best regards,
NikkoJanuary 6, 2017 at 9:04 am in reply to: Remove sidebar on single post but keep on single portfolio #730237Hey Krzysztof,
The Sidebar in Enfold Settings is for setting the default setting for sidebar, you can either go to each single post or portfolio and edit the setting on that post or portfolio then set sidebar to “No Sidebar”.
Best regards,
NikkoHey!
Can you give us temporary admin access? so we can atleast check the backend and probably find what’s causing it not to work.
Cheers!
NikkoHi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
#header .widget { position: static; padding: 0; transform: translate(0,0); width: 250px; margin: 0 auto; }
As for the video slider, what isn’t working? is it autoplay?
Best regards,
NikkoHey Joe,
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.
Best regards,
NikkoHi,
Would you be okay with the text being forced to break if it occupies more than the space it is allocated? if it’s okay, just add this code in Quick CSS:
.page-id-267 .flex_column_table.av-equal-height-column-flextable { word-break: break-all; }
the reason it’s not breaking by default because it’s a single word. If the solution isn’t good then I would suggest making it to a 1 or 2 columns.
Best regards,
NikkoHi,
Is the page still there? I tried to check it but it returns this:
Nothing Found Sorry, the post you are looking for is not available. Maybe you want to perform a search?
Best regards,
NikkoHey justmind,
Can you try to upload images with atleast 400px in width and height for team members? this would make it look better for both desktop and mobile, if you can’t produce the image size I have mentioned and desktop is okay, you can try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { img.avia_image.avia_image_team { width: 100%; } }
Hope this helps :)
Best regards,
NikkoHey justmind,
The images inserted/uploaded are not using the same image size. Can you try to re-upload all images using same image sizes, use 180x180px dimension. Hope this helps. :)
Best regards,
NikkoHi,
I have checked it and could confirm it doesn’t work, I tried it on my end using the hotel demo but it’s working on my end, I do notice that some css is overriding it. Can you try to delete this file: wp-content/uploads/dynamic_avia/enfold.css and try it again. If it doesn’t work would a workaround be okay as a solution?
Best regards,
NikkoHi,
You can hide the logo in the homepage by adding this in QUick CSS:
.home .logo { display: none; }
As for the styling it apart from the logo, can you show us what style you want to achieve? you can post a screenshot or an image so we can visualize it.
Best regards,
NikkoHi,
The code I gave should affect only the testimonial author’s name and make it centered, you can undo what I did and check if it fixes the responsiveness in other pages. I remembered making the 3 icon boxes with equal sizes, that code affected the homepage icon boxes responsiveness and it’s fixed I have enclosed it in:
@media only screen and (min-width: 768px) { }
so it should only work on tablet and desktop versions.
The iframe is fixed, I added this code:
.fb-page.fb_iframe_widget, .fb-page.fb_iframe_widget span { position: static !important; width: 100% !important; } iframe { width: 100% !important; }
inside this media query:
@media only screen and (max-width: 767px) { }
As for the video, I couldn’t see any issue, can you post a screenshot?
Best regards,
NikkoJanuary 6, 2017 at 6:13 am in reply to: Partner/Logo Element Grid Display not showing all logos #730175Hi,
It should show up now. It doesn’t show up because same image file is used, I have re-uploaded houzz logo and used it and that fixed the problem.
Best regards,
NikkoHi,
No luck yet, however I found out this error on the console:
Failed to decode downloaded font: http://yourwebsite.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff?v=3 (index):1 OTS parsing error: incorrect file size in WOFF header
Have you updated the theme via ftp? you have similar issue in this post: https://css-tricks.com/forums/topic/custom-fonts-returns-failed-to-decode-downloaded-font/#post-238852 can you try the solution posted there?
Best regards,
NikkoJanuary 6, 2017 at 5:40 am in reply to: Show only certain posts in Post slider/post grid – or – not current post #730166Hi,
Try adding this code in functions.php:
add_filter('avia_masonry_entries_query', 'avia_masonry_custom_query'); function avia_masonry_custom_query( $query ) { global $post; $exclude_ids = array('post__not_in' => array($post->ID)); $query = array_merge((array)$exclude_ids, (array)$query); return $query; }
Let us know if this helps :)
Best regards,
NikkoHey Ikyo,
You can add this code in functions.php:
add_filter('avf_parallax_speed','avia_change_parallax_ratio', 10, 2); function avia_change_parallax_ratio($ratio, $id){ $ratio = "0.3"; return $ratio; }
Just change 0.3 to adjust the speed. Hope this helps.
Best regards,
NikkoJanuary 6, 2017 at 5:14 am in reply to: Stretched layout with background image for whole site #730159Hi,
Thanks for sharing your solution. I noticed that the logo is out of place, try adding this css code in Quick CSS (located in Enfold > General Styling):
strong.logo { top: 20px; } .logo img { max-height: 100px; }
Just adjust it as you see fit. Hope this helps :)
Best regards,
NikkoHi,
The login details doesn’t work, please check.
Best regards,
NikkoJanuary 6, 2017 at 4:53 am in reply to: YouTube video on Fullwidth Easy Slider in responsive mode not working #730146Hey alonarad,
You can refer to this topic: https://kriesi.at/support/topic/home-page-video-on-mobile-phone/
1.) I checked that there is a missing image icon in android phone, can you give us temporary admin access? so we can have a closer look. Please place the details in “private content” section.
2.) I can’t see this on my end. Is it fixed already?
Best regards,
NikkoHi,
Try adding this css code in Quick CSS:
#header .logo { overflow: visible !important; }
Hope this helps :)
Best regards,
NikkoHi,
Try adding the css code below in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .av-catalogue-image { float: none; margin-left: auto; margin-right: auto; display: block; } .responsive .tabcontainer .tab_content { padding: 0 5px; } .av-catalogue-content p { font-size: 10px !important; } }
Then try to adjust the content by removing some of the dots in … Hope this helps. :)
Best regards,
NikkoHi,
I have commented out this css code in Quick CSS:
.avia-testimonial-meta { left: -25px; }
and
@media only screen and (max-width: 767px) { .responsive .avia-grid-testimonials .avia-testimonial-meta { margin-left: 130px; }}
and added this css code in Quick CSS:
.avia-testimonial-meta { margin-left: 0; text-align: center; }
Let us know if this helps :)
Best regards,
Nikko -
AuthorPosts