Forum Replies Created

Viewing 30 posts - 31,831 through 31,860 (of 34,572 total)
  • Author
    Posts
  • 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,
    Mike

    in reply to: Phone Numbers – Mobile View #844510

    Hey 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-7667

    Best regards,
    Mike

    Hey 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: -10px

    Best regards,
    Mike

    • This reply was modified 7 years, 10 months ago by Mike.

    Hi,
    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,
    Mike

    in reply to: Error cache limiter – headers already sent #844505

    Hey 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,
    Mike

    in reply to: Logo not showing #844476

    Hi,
    To change the spacing between cells in the grid row, open the element and change the padding
    2017-08-26_194622
    To change the menu link colors, go to Enfold Theme Options > Advanced Styling, and select the element, such as menu links, and make your selections
    2017-08-26_195141

    Best regards,
    Mike

    in reply to: Coding Desgin #844475

    Hi,
    If you would like your photoshop files converted to Enfold, you should contact our customization team here: http://kriesi.at/contact/customization

    Best regards,
    Mike

    in reply to: Need help formatting menu #844474

    Hey 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,
    Mike

    Hi,
    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 pages

    Best regards,
    Mike

    in reply to: Coding Desgin #844470

    Hi,
    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,
    Mike

    in reply to: Password Protected Content #844468

    Hi,
    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,
    Mike

    in reply to: footer view from mobile all disaligned #844467

    Hi,
    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>

    2017-08-26_183834
    Then add this code in the General Styling > Quick CSS field:

    .container.policy {padding-left: 35%;}

    2017-08-26_184642

    Best regards,
    Mike

    Hey JeeBar,
    I was not able to reproduce this issue, does this still occur after disabling all plugins and clearing your cache?

    Best regards,
    Mike

    in reply to: Enfold App Demo – Issue with Large Tablets #844461

    Hey gotocme,
    There is no real way to disable by device type, there is only by screen size.

    Best regards,
    Mike

    in reply to: Center part of the menu #844459

    Hi,
    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,
    Mike

    in reply to: Edits to page disappearing #844457

    Hey So Evolve,
    I have not seen any, but there could be plugin conflicts. Try disabling your plugins to see if that helps.

    Best regards,
    Mike

    in reply to: customize portfolio grid #844456

    Hey 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,
    Mike

    Hi,
    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,
    Mike

    in reply to: Add onclick event to certain contact forms #844450

    Hi,
    Try opening your page, then the Developers Tools (F12 – Windows) or Ctrl+Shift+I
    then find your element and look for the unique class, In my screenshot it is “avia-builder-el-4”
    2017-08-26_161535

    Best regards,
    Mike

    in reply to: Need to change the color column 1 of the pricing table #844449

    Hey 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,
    Mike

    in reply to: widget header #844442

    Hi,
    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,
    Mike

    in reply to: Password Protected Content #844441

    Hi,
    shall we close this then?

    Best regards,
    Mike

    in reply to: footer view from mobile all disaligned #844440

    Hey 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,
    Mike

    Hey 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,
    Mike

    in reply to: Styling ignored. #844432

    Hey 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,
    Mike

    Hey 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,
    Mike

    in reply to: Where can I find the enfold/js file? #844425

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Coding Desgin #844424

    Hey Mshkat,
    Sorry, this is not a service we offer, you will need to hire a freelancer to help you with this.

    Best regards,
    Mike

    in reply to: Blog Post Number #844423

    Hi,
    Please try setting your blog page in the wordpress settings
    2017-08-26_132534

    Best regards,
    Mike

    in reply to: Make numbers smaller #844406

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 31,831 through 31,860 (of 34,572 total)