Forum Replies Created

Viewing 30 posts - 38,851 through 38,880 (of 66,745 total)
  • Author
    Posts
  • in reply to: Dual Site-wide persistent navigation. #700535

    Hi!

    You can use the following css code to remove the border of the submenu items.

    #top .av-subnav-menu > li > a {
        border-left: 0;
    }

    Best regards,
    Ismael

    in reply to: White space below Colour Sections (on Mobile Devices) #700530

    Hey blaaklistwriters!

    Thank you for using Enfold.

    Looks like you have set the background size to “contain” and then applied a minimum height to the color section. On mobile view, in order to preserve its aspect ratio, the background shrinks and it leaves spaces underneath. The workaround is to remove the background image, insert an Image element instead and then disable the Section Minimum Height option.

    Cheers!
    Ismael

    Hi!

    That is an if else statement. :)

    I’m sorry but I’m not sure why it’s not working for you. We get the height of the av-frame-top container if it exists, if not set the value to zero.

    fixed_frame	= $('.av-frame-top').length ? $('.av-frame-top').height() : 0,
    

    .. and then add it to the top position value of the sticky menu.

    this.css({top: modifier - bordermod + fixed_frame, position: 'fixed'}); fixed = true
    

    Cheers!
    Ismael

    in reply to: Table width #700519

    Hi!

    Please add this css code in the Quick CSS field to increase the width of the table columns on mobile view.

    @media only screen and (max-width: 767px) {
    .responsive .avia_scrollable_table .avia-data-table > thead > tr > th, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > th, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th, .responsive .avia_scrollable_table .avia-data-table > thead > tr > td, .responsive .avia_scrollable_table .avia-data-table > tbody > tr > td, .responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td {
        white-space: normal;
    }
    
    div .avia-table {
        min-width: 568px;
    }
    }

    Adjust the width value if necessary.

    Cheers!
    Ismael

    in reply to: portions of Advanced Slider cut-off on SurfacePro #700513

    Hey!

    If the maximum width of the device is 2160px, the css code should be applied to it. Please try the follwing css media query instead.

    @media (min--moz-device-pixel-ratio: 1.5),
           (-o-min-device-pixel-ratio: 3/2),
           (-webkit-min-device-pixel-ratio: 1.5),
           (min-device-pixel-ratio: 1.5),
           (min-resolution: 144dpi),
           (min-resolution: 1.5dppx) and 
           (min-width: 1500px) and (max-width : 2160px) and
           @-ms-viewport {
    {
     /** Surface Pro styles here **/
       #layerslider_8 .ls-bg {
           margin-top: 0 !important;
       }
    }

    Based on this thread. http://stackoverflow.com/questions/19855268/surface-and-css-media-queries

    Regards,
    Ismael

    in reply to: Word Wrap Titles in Mega Menu #700502

    Hi Scott!

    Thank for using Enfold.

    Wrap the text that you want to go to the second line inside a span tag. Example here: https://kriesi.at/support/topic/word-wrap-in-menu-or-have-the-menu-on-two-lines/#post-283385

    Cheers!
    Ismael

    Hi,

    The user added that line in the child theme’s function.php file. Please try to add it in your own child theme’s functions.php file using the “ava_after_content_ticket” hook.

    Best regards,
    Ismael

    in reply to: Change "New" Hamburger Menu as Text Button #700472

    Hi,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .av-hamburger-inner::before {
        content: "MENU";
    }
    
    .header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
        background-color: transparent;
    }

    Best regards,
    Ismael

    in reply to: Problem with form options on iphone #700456

    Hey!

    I tried to login to the site but I got redirected to a forbidden error page.

    Forbidden
    « Back
    

    Regards,
    Ismael

    in reply to: tema Enfold duvidas #700452

    Hi!

    We noticed that this thread has gone on for a few days without reply and we would like to apologize for it. We also noticed that this is a presale question so we would like to ask you to register for an account in the forum and then open new posts regarding your inquiries. Thank you for your understanding.

    // https://kriesi.at/support/register/

    Cheers!
    Ismael

    in reply to: Enfold Polylang plugins problem #700437

    Hey!

    It looks like most of the thumbnails are missing when you switch to another language. I’m not sure if this is going to work but please try to regenerate the thumbnails. https://wordpress.org/plugins/regenerate-thumbnails/

    If the image regeneration doesn’t work, you might need to re-upload the images in the masonry gallery. For more info, please contact the plugin or script author.

    Cheers!
    Ismael

    in reply to: Google Microdata for Condition #700432

    Hi!

    Are you working on a WooCommerce site? The instructions in the page is not clear because the author didn’t define where to add the snippet. There are available instructions for magento, opencart, osCommerce and shopify but nothing about WordPress or WooCommerce. Note that the theme has its own basic schema markup. You can find these markups in the includes > helper-markup.php file.

    Regards,
    Ismael

    in reply to: Masonry Gallery inside Ajax Portfolio preview won't display #700409

    Hey!

    Thank you for the info. Please add this in the Quick CSS field.

    .av-masonry-entry {
        visibility: visible !important;
        opacity: 1;
    }

    Best regards,
    Ismael

    in reply to: Custom CSS not working in Chrome, Firefox #700408

    Hey!

    I don’t see anything different with your WordPress installation that will create this kind of issue but updating it is worth a try. Why did you deactivate version 3.8?

    Regards,
    Ismael

    Hi!

    What is the css code that you used? Did you set a “red” background color value in the Enfold > General Styling panel?

    Cheers!
    Ismael

    in reply to: Pinterest hover button on images #700392

    Hi!

    Thank you for using Enfold.

    1.) Did you use a “pinterest” plugin? The theme doesn’t have a pinterest script by default. And I don’t see the “pin” when I checked the page on firefox.

    2.) Please remove the css modification and replace it with the following code.

    #top .main_color .portfolio-preview-image .image-overlay {
        visibility: hidden;
    }

    Best regards,
    Ismael

    Hey!

    That’s a pretty nice solution. Thanks for sharing. :)

    Cheers!
    Ismael

    in reply to: Add a mobile sticky menu with a search option #700389

    Hey OcasioConsultingLLC!

    Thank you using Enfold.

    Please follow the instructions in the following thread. https://kriesi.at/support/topic/search-box-in-header-on-mobile/#post-582862

    Cheers!
    Ismael

    in reply to: Any type slider disappear after update Enfold 3.8 #700371

    Hi!

    Is this a shared hosting? It takes a while before any page loads and sometimes the site can’t be reached because it’s taking too long to respond. Did you try @Vinay’s suggestion regarding the plugins? We see a lot of js errors which are not related to the theme.

    Regards,
    Ismael

    in reply to: header issue on tablet #700370

    Hey!

    If it is not possible to let the logo disappear on pc as wel as on tablet when scrolling down,

    We modified the code again in the Quick CSS field.

     .header-scrolled .logo {
         opacity: 0;
     }

    This css code will hide the logo on scroll. You’ll see the logo diminish in size until it disappears completely while scrolling.

    Regards,
    Ismael

    in reply to: Main Menu Parent Highlight while sub or child is selected #700368

    Hey!

    Have a look at this link… the parent is not highlighted when selected.

    Thank you for the info. Please add this css code in the Quick CSS field.

    #top #header .av-main-nav>.current-page-ancestor>a {
        background-color: #e3e3e3;
    }

    It will apply the background to the parent or ancestor menu item.

    // http://blank-it.com/blank-it/case-studies/

    Cheers!
    Ismael

    in reply to: No images shown in the media library modal #700366

    Hey!

    Did you modify anything, in the database perhaps, or install a plugin prior to the issue? I would like to check it again but I can’t get in using the login credentials above.

    Regards,
    Ismael

    in reply to: Contact form Mail User #700365

    Hey!

    I see. Where can we see that form again? I’m sorry but it’s not in the contact page. http://www.soniavoice.it/contatti-intrattenimento-matrimonio/

    Regards,
    Ismael

    Hey!

    I’m sorry but there is no option for that by default so you have to add this css code in the Enfold > General Styling > Quick CSS field.

    body#top .footer_color .widgettitle {
        border-color: #ffffff;
    }

    Cheers!
    Ismael

    in reply to: Scrolled header transparency and picture focus #700363

    Hi davidtagmose!

    Thank you for using Enfold.

    We would like to check the site but we are getting this error.

    
    Fatal error: Class 'NF_Admin_Menus_Forms' not found in /home/content/p3pnexwpnas01_data03/47/3633347/html/wp-content/plugins/ninja-forms/ninja-forms.php on line 184
    

    1.) Please use this css code to remove the white background.

    .html_header_transparency.header_bg {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    2.) We would like to check the color section but we can’t view the page because of the error.

    Cheers!
    Ismael

    in reply to: Other Video player #700362

    Hi!

    I’m sorry but we don’t provide support for third party plugins as stated on our support policy. Please contact the script or plugin author for more info. Or use the default editor instead of the advance layout builder.

    Regards,
    Ismael

    in reply to: Bold in Chrome #700361

    Hey!

    We set the font to Raleway and the strong or bold texts are different from the default font.

    // http://imgur.com/a/v6UnW

    Best regards,
    Ismael

    in reply to: Gmap with Caption #700356

    Hi!

    Insert an image in the Custom Map Marker Image option and then adjust the Custom Map Marker Image Size.

    Cheers!
    Ismael

    in reply to: portfolio advance thumbnail #700353

    Hey!

    Will the code you’ve added impact this in any way?

    The post navigation is not available for pages so the code won’t affect it. And please note that the post navigation will retrieve posts that are adjacent to the current one. It is not relative or connected to the drop down menu in any way.

    Regards,
    Ismael

    in reply to: How to delete/change the page counter #699792

    Hey pimroll!

    Thank you for using Enfold.

    How do you want to change it? You can hide it by using the following css.

    .pagination-wrap.pagination-slider {
        display: none;
    }

    Best regards,
    Ismael

Viewing 30 posts - 38,851 through 38,880 (of 66,745 total)