Forum Replies Created
-
AuthorPosts
-
August 27, 2017 at 1:47 pm in reply to: Movie in Color Section – Mobile Website – not running #844512
Hey Corina,
Background videos do not auto play on mobile, this is a device restriction, try using a fallback image.Best regards,
MikeHey Corina,
Is it the phone numbers in the contact section? They are not clickable for me Windows/Chrome
If you are relying on iOS to create links automatically read this info:
https://code.tutsplus.com/tutorials/mobile-web-quick-tip-phone-number-links–mobile-7667Best regards,
MikeAugust 27, 2017 at 1:20 pm in reply to: How to echo result of php script where its needed and in multiple places #844508Hey MAR,
Without seeing the code, or exactly were you want it, it’s kind of hard to say. Try testing line by line, if inside a php function use echo.
Another option would be to create a shortcode for your output in functions.php, then try using the front end to place your shortcode.
Or you could try moving up into place with css with top: -10pxBest regards,
Mike-
This reply was modified 7 years, 10 months ago by
Mike.
August 27, 2017 at 1:10 pm in reply to: How to remove left and right padding on Masonry Gallery – Enfold theme #844506Hi,
From what I could see, below 1440px the elements were center, above there was extra space on the right due to the padding we removed from between the elements. So I wrote this for above 1439px@media only screen and (min-width: 1439px) { #top #main .avia-section .template-page {padding-left: 40px!important; }}
Best regards,
MikeHey JosepLluis,
This could be due to trailing spaces in a php file, if you had edit one, but assuming that you had not then the solutions in the past were:
1: A delay with the host deleting the Server Cache on the server after the theme update.
2: Host had changed/upgraded PHP versions and was re-directing to a new PHP handler in the .htaccess file
3: A bad plugin.
Fixes:
1: Try re-upload your theme and then rename your plugins folder, to plugins2 via FTP: https://vimeo.com/67209750 Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold.
2: Contact Host to clear server cache and check php.
3: Try adding this code at the end of theme / child theme functions.php via FTP:add_theme_support('avia_no_session_support');
This is to get your site online to try to find the issue.
Best regards,
MikeHi,
If you would like your photoshop files converted to Enfold, you should contact our customization team here: http://kriesi.at/contact/customizationBest regards,
MikeHey Fred,
Try this code in the General Styling > Quick CSS field:.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {line-height: 21px!important; }
Best regards,
MikeAugust 27, 2017 at 12:59 am in reply to: How to remove left and right padding on Masonry Gallery – Enfold theme #844471Hi,
Oh that was me, I wrote it for just that page out of habit, just remove the page IDs “page-id-4510” and it should work for all the pagesBest regards,
MikeHi,
No it doesn’t use bootstrap. It is a very powerful multi-purpose theme that can bring your site to life.
See the many demos here but there really is no limit.Best regards,
MikeHi,
We are currently working though the list, Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Perhaps you should try creating two links, for each language, and add it to the footer, then it will show on every page.
Try editing footer.php, on line 137 add your links like this:<dev class="container policy"><a href="https://www.iubenda.com/privacy-policy/8139460?iframe=true" title="Privacy Policy">Privacy Policy</a> <a href="https://www.iubenda.com/privacy-policy/8139460?iframe=true" title="Privacy Policy">Politica Sulla Riservatezza</a></dev>
Then add this code in the General Styling > Quick CSS field:.container.policy {padding-left: 35%;}
Best regards,
MikeAugust 26, 2017 at 11:50 pm in reply to: Custom BG Image for Main Content Overrides Color Section Color #844462Hey JeeBar,
I was not able to reproduce this issue, does this still occur after disabling all plugins and clearing your cache?Best regards,
MikeHey gotocme,
There is no real way to disable by device type, there is only by screen size.Best regards,
MikeHi,
I have read though this thread, but I don’t understand why you don’t just remove the menu item H?
What is it for?Best regards,
MikeHey So Evolve,
I have not seen any, but there could be plugin conflicts. Try disabling your plugins to see if that helps.Best regards,
MikeHey subnoodle,
The single-portfolio.php file gets called if the portfolio item isn’t using the advanced layout editor. When using the regular visual editor then the single-portfolio.php is called for a single portfolio page.
The advanced layout editor uses the file named “template-builder.php” to render the content.
For example, the template-builder.php file is used if a fullwidth element (like “Color Section”, LayerSlider, “Fullwidth Masonry Gallery”) is used in the advanced layout. Otherwise WordPress will use the default single-portfolio.php template.
The single portfolio page uses the single-portfolio.php and the includes/loop-portfolio-single.php file as the main elements.
When adding your modified file to the child theme, you need to match the folder structure to the parent theme.Best regards,
MikeAugust 26, 2017 at 11:08 pm in reply to: Strange behavior of Fullwidth Sub menu in Chrome and Firefox on open the page #844452Hi,
This is due to the order of the stylesheets & page loading, the element is rendering before the rules for it’s placement. I see the same effect on Edge, Firefox, and Chrome for your site. There’s not a lot we can do, you could try using a caching plugin that Minify the HTML and combines the css, such as WP Fastest Cache This may help them load more inline with less time in between.
You could try adding a delay to the element like this:#top .av-submenu-container { visibility: hidden!important; animation: 1s fadeIn; animation-fill-mode: forwards; } @keyframes fadeIn { 99% {visibility: hidden;} 100% {visibility: visible;}}
Best regards,
MikeAugust 26, 2017 at 10:06 pm in reply to: Need to change the color column 1 of the pricing table #844449Hey Trent,
Try this code in the General Styling > Quick CSS field:.avia-highlight-col li.avia-heading-row, .avia-highlight-col .pricing-extra, .avia-highlight-col li.avia-pricing-row {background-color: #3e6d99!important; }
This changes the background-color of the second column to the color it is now, this will allow you to first change the color of both columns to the lighter color you want for the first column in the editor, then use this code.
The second column has additional class called “avia-highlight-col” so we could target it, while targeting the first column changed the colors of both.Best regards,
MikeHi,
You can remove the “zoeken” in the ‘product-searchform.php’ here’s how: https://docs.woocommerce.com/document/overriding-the-product-search-box-widget/Best regards,
MikeHey NicoleVA,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 767px) { #socket .social_bookmarks {margin: -35px 0 0 30px !important;} #socket .sub_menu_socket li {padding: 5px 15px!important;}}
Please see screenshots in Private Content area.
Anther option instead of using the script button, is to use this one to create a lightbox popup of your external link:<a href="https://www.iubenda.com/privacy-policy/8139460?iframe=true" title="Privacy Policy">Privacy Policy</a>
Best regards,
MikeAugust 26, 2017 at 8:29 pm in reply to: Display post meta within post header below (or beside) the headline #844434Hey Ralf_M,
We could try writing some css to move it over, such as negative left and negative top, and while we would use percentage to allow for different screen sizes, it would still be better to code it over there.
How about adding the shortcode to the loop-index.php so it shows after or below the post title?
Check this post: https://kriesi.at/support/topic/enfold-modifying-the-information-displayed-below-post-title/#post-122919
Hope it helps :)Best regards,
MikeHey Kyle,
Try to update manually via FTP: https://vimeo.com/67209750
Or: http://kriesi.at/archives/the-complete-guide-to-updating-enfold
Did this happen by disabling a cache plugin?Best regards,
MikeAugust 26, 2017 at 8:07 pm in reply to: Edit the vertical divider in the header between search and social icons #844431Hey tonydobrevski,
There’s no easy way to do that without editing the theme files.
But you can hide it with:.avia-menu.av-main-nav-wrap {border-right-color: transparent !important; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Mshkat,
Sorry, this is not a service we offer, you will need to hire a freelancer to help you with this.Best regards,
Mike -
This reply was modified 7 years, 10 months ago by
-
AuthorPosts