Forum Replies Created

Viewing 30 posts - 29,281 through 29,310 (of 67,591 total)
  • Author
    Posts
  • in reply to: Table doesn't look right #971997

    Hey ohmani,

    Thank you for using Enfold.

    It’s a styling issue. The theme has its own table element and the style of that particular element is being applied to the plugin’s table. How would you like the table to look? Do you want to remove the border? You can use a css like so.

    tr th:first-child, tr td:first-child {
        border: 0;
    }
    
    .tablepress tbody td, .tablepress tfoot th {
        border-top: 0;
    }

    Best regards,
    Ismael

    in reply to: Logo + Header Social Icons + Burger Menu overlapping #971996

    Hi,

    Glad it worked. Please add these css codes to get them beside each other.

    #top #wrap_all #header #av-burger-menu-ul .only-mobile {
      display: inline-block;
      border-bottom: 0;
    }
    
    #top #wrap_all #header #av-burger-menu-ul .only-mobile a {
      padding: 20px;
      border: 0;
    }

    2 – Also, they are collored like the main color of my site. How can I apply my own color to each one?

    Each icon has its own unique css class attribute. Example.

    #top #wrap_all #header #av-burger-menu-ul .social_bookmarks_twitter a {
     color: red;
    }
    
    #top #wrap_all #header #av-burger-menu-ul .social_bookmarks_dribble a {
     color: green;
    }

    Best regards,
    Ismael

    in reply to: removing php session #971994

    Hi,

    The theme is still using PHP sessions for the portfolio breadcrumb. You can still use the following filter to disable it.

    add_theme_support('avia_no_session_support');
    

    The portfolio breadcrumb on single pages will not work as expected though.

    Best regards,
    Ismael

    in reply to: Hiding the Additional Items #971993

    Hi,

    Thanks for the update. The above css code should have not affected the mega menu. I don’t see the extra header in the page now. Is this fixed?

    Best regards,
    Ismael

    in reply to: Shpw breadcrumbs in a custom postiions: #971992

    Hey 4EPIU,

    Thanks for the update.

    You can create a custom shortcode based on the breadcrumb or title function like so.

    add_shortcode( 'bread_crumb', 'avia_title' );
    

    Use the [bread_crumb] shortcode in a text or code block.

    Best regards,
    Ismael

    in reply to: [WPML / WP All Import] Code Blocks Failing on Import #971991

    Hi,

    We can’t enable the ALB when we try to edit the page. It switches back to the default editor after the update. We deactivated the plugins temporarily but then we encountered another error with the header.php file which is related to the ITI plugin? What does that plugin do?

    Please disable the modifications in the child theme folder temporarily including the functions.php file.

    Best regards,
    Ismael

    in reply to: Missing Heading at the partner elemnt #971989

    Hi,

    I’m sorry for the late response. The login token has expired. Please create another with a longer expiry. Did you remove the css code that we mentioned?

    #top .avia-smallarrow-slider-heading {
        display: none;
    }
    

    Best regards,
    Ismael

    in reply to: do not crop thumbnail not working , woocommerce #971988

    Hi,

    Thanks for the follow up.

    How do you update the shop data? Could you provide a screenshot? Use imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Google Fonts are not displaying #971987

    Hi,

    Thanks for the update. Did you try to disable the Google font plugin? You may also need to temporarily turn off the css and js compression in the Performance panel.

    Best regards,
    Ismael

    in reply to: Link to privacy policy without checkbox #971986

    Hi,

    To contribute to the discussion:: GDPR does not require you to add a checkbox to every form on your website.

    Thanks for the info. Please open a ticket on our feature requests page. Could you provide any reference pertaining to this so that we could learn more?

    Best regards,
    Ismael

    in reply to: Custom CSS down work after update (4.3) #971985

    Hi,

    Thanks for the update.

    We modified the css code a bit.

    .logo img, .logo a {
        max-height: none !important;
    }
    
    .logo, .logo a {
        overflow: visible;
    }
    

    Best regards,
    Ismael

    in reply to: Show image slider on mobile and hide video #971984

    Hi,

    Thanks for the update.

    We disabled the Performance options temporarily. The changes should take effect immediately now. Please enable the script and stylesheet compression again when you’re done with the site.

    Best regards,
    Ismael

    in reply to: How to change theme font family #971983

    Hi,

    Thanks for the update. The Appearance > Editor panel is not accessible though. Please enable it or provide the FTP details. You should add that filter in the child theme’s functions.php file. Don’t forget to refresh the page afterwards.

    Best regards,
    Ismael

    in reply to: Enfold 4.4 – Smooth Scroll on column link? #971964

    Hi,

    Thanks for the update. We removed the modification from the functions.php file temporarily. Please apply the link or anchor to the images instead of the column and then purge the cache again.

    Best regards,
    Ismael

    in reply to: header menu invisible until scroll #971960

    Hi,

    Thanks for the update. Yes, it’s possible. Please try this css code on the Quick CSS field.

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header.av_header_transparency {
        position: absolute;
        opacity: 0;
        margin-top: -250px !important;
      }
    
      .responsive #top #wrap_all #header {
        position: fixed;
        opacity: 1;
        top: 0;
      }
    }

    Best regards,
    Ismael

    in reply to: Contact form not sending auto-reply emails #971941

    Hi,

    Thanks for the update. We’ll forward this to the dev team. :)

    Best regards,
    Ismael

    in reply to: Accordion Slider showing imagens only on mobile #971560

    Hi,

    You can replace the accordion with an “Easy Slider” or a “Full Width Easy Slider” on mobile view. Use the Screen Options panel to toggle the elements visibility.

    Best regards,
    Ismael

    in reply to: Search bar inside burget menu #971557

    Hi,

    Thanks for the update. I’m not sure if you still need some help with this though. Please feel free open a new thread. We’ll close this one for now. :)

    Best regards,
    Ismael

    in reply to: Social Media links don't have rel="noopener" #971556

    Hi,

    Did you purge the cache after adding the script? Please provide a link to a page with the social media links.

    Best regards,
    Ismael

    in reply to: Error "Error 404 Page" #971549

    Hey!


    @prudsys
    : Thanks for the info. I notified @Gunter about this. The wp_redirect function has a parameter called “status” so that may be used to set the header status to 404 when doing a custom 404 page redirect.

    // https://developer.wordpress.org/reference/functions/wp_redirect/

    Regards,
    Ismael

    Hi,

    My previous statement is no longer valid. Youtube parameters are now allowed in a lightbox. This is the accepted format.

    https://www.youtube.com/watch?v=G0k3kHtyoqc&autoplay=1&rel=0
    

    Best regards,
    Ismael

    Hi,

    My previous statement is no longer valid. Youtube parameters are now allowed in a lightbox. This is the accepted format.

    https://www.youtube.com/watch?v=G0k3kHtyoqc&autoplay=1&rel=0
    

    Best regards,
    Ismael

    in reply to: Enqueue jquery #971538

    Hi,

    Thanks for the info. I was able to to reproduce the issue and this is what I got from the console.

    jssor.js?ver=1.0.0:69 Uncaught Error: Cannot scale jssor slider, 'width' of 'outer container' not valid. 'width' of 'outer container' should be positive number. e.g. 'width: 600px;'
        at Object.$Fail (jssor.js?ver=1.0.0:69)
    

    It’s a script error from a slider called “jssor”. The error points to an invalid container width and it makes sense because the error only occurs when the screen width is smaller than usual (e.g less than 789px). This is the same error @victoria reported. I know this may seem like we’re pointing figures, not seeing the problem as it is, etc etc but you can’t ignore the fact that the script error comes from the slider which is affecting the rest of the scripts including GF’s.

    Have you tried to disable that slider before? Let’s see if the form works without the script error.

    Best regards,
    Ismael

    Hi,

    We are not sure why the auto update is not visible on your server but it’s usually due to database transients or cached entries. Please try to sweep the database.

    // https://wordpress.org/plugins/wp-sweep/

    Best regards,
    Ismael

    in reply to: WPML flags missing #971531

    Hi,

    Did you purge the cache? Please make sure that you’re not looking on a cached version of the page.

    Best regards,
    Ismael

    in reply to: How to add a enfold icon to the menu link #971527

    Hi,

    Have you tried using the actual icon shortcode instead of extracting the rendered html? That should work.

    Best regards,
    Ismael

    in reply to: Modify LayerSlider Width #971526

    Hi,

    What are the errors when you update the theme to 4.4? This is quite normal because a lot has changed since that version. Please update the theme regularly or every time a new patch is available to avoid the same situation in the future.

    Best regards,
    Ismael

    in reply to: strange anchor menu behaviour #971525

    Hi,

    The “OVER MIJ” menu item is highlighted when I clicked it. Isn’t that what you’re expecting? It’s the same when I clicked the “Contact” menu item. Both items are using absolute url.

    Best regards,
    Ismael

    in reply to: Image mouseover overlay is smaller than the image #971514

    Hi,

    The image increases in width, which breaks the look I’m after.

    The option “slightly increase image” does that which is what was set in the first place. Please try this css code to limit the width of the image container.

    .av-hover-grow {
        max-width: 180px;
        max-height: 180px;
    }

    You may need to apply a unique css class attribute to those images because this modification will affect every image element in the site.

    // https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#turn-on-custom-css-class-field-for-all-alb-elements

    Best regards,
    Ismael

    in reply to: Title caption on fullscreen slider #971513

    Hi,

    Thanks for the update. Please edit the slider and then go to the Caption panel. Set the “Caption Positioning” to “Center”.

    Best regards,
    Ismael

Viewing 30 posts - 29,281 through 29,310 (of 67,591 total)