Forum Replies Created

Viewing 30 posts - 27,631 through 27,660 (of 67,565 total)
  • Author
    Posts
  • in reply to: Mobile header/menu questions #1002523

    Hi,

    We adjusted the code a bit and added it on the Quick CSS field.

    @media only screen and (max-width: 767px) {
        .responsive #top .logo img {
            max-height: 120px !important;
        }
    
        .responsive #top .logo {
            height: 120px !important;
        }
    }

    Best regards,
    Ismael

    in reply to: Page builder keeps loading #1002522

    Hi,

    Thanks for the update.

    I managed to access the dashboard but I couldn’t get anywhere because of a 502 Bad Gateway error. Please enable the debug mode and then check the error logs. Add this code in the wp-config.php file.

     // Enable WP_DEBUG mode
    define( 'WP_DEBUG', true );
    
    // Enable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', true );
    
    // Disable display of errors and warnings 
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', true );

    Best regards,
    Ismael

    Hey tixxpff,

    Thank you for using Enfold.

    Did you put the WordPress files on a different domain? You wouldn’t be having this issue if the resources are located on the same domain.
    I’m not seeing the issue right now. The CORS directive in your .htaccess enables other sites or domains from accessing resources from the site where the font files (ttf|otf|woff) are located. There’s no security risk in there unless scripts are allowed but you’re just allowing font files so it’s quite safe. You can also configure it so it will only allow a specific domain.

    Header set Access-Control-Allow-Origin: https://www.this-site-can-access-me.com
    

    Best regards,
    Ismael

    in reply to: Reader View on iPhone Safari #1002514

    Hi,

    Alright. Thanks for the update. Let us know what the geniuses say. :)

    // https://www.apple.com/retail/geniusbar/

    Best regards,
    Ismael

    in reply to: How to get video playing on Smartphone? #1002513

    Hi,

    Yes, @Guenni007’s right. You can actually use the layer slider instead of the color section to add a video background, which works well on mobile.

    Best regards,
    Ismael

    in reply to: KinesiologyZone – Editing problem #1002512

    Hi!

    Thanks for the update.

    We would like to set the builder to debug mode but we can’t edit the functions.php file via Appearance > Editor panel. Please add this code in the functions.php file then we’ll check the page’s shortcodes again.

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    Best regards,
    Ismael

    in reply to: LayerSlider Menu issue #1002511

    Hey!

    You’re welcome! Yes, it’s going to be a little bit slower but you can always enable the css/js compression once you’re done with the site or the modifications. It was not working before because the site was using the old merged stylesheets.

    Regards,
    Ismael

    in reply to: No shop-filters in sidebar #1002509

    Hi,

    Those filters will only work for the default shop and product category pages. They’re not going to display on a custom page with products.

    Best regards,
    Ismael

    in reply to: Experiencing problem with footer page on homepage #1002507

    Hi,

    I noticed that there’s a footer.php file in the child theme. What did you change there?

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    The site is currently running on an old version of the theme, 4.2.2. Please upgrade to version 4.4.2 and then get back to us. We’ll inspect the issue again afterwards.

    Best regards,
    Ismael

    in reply to: Enfold Widget Nav Menu #1002503

    Hey LeoDental,

    Thank you for using Enfold.

    You have to toggle the theme’s Performance > File Compression panel to regenerate the stylesheets. Purge the cache afterwards.

    Best regards,
    Ismael

    in reply to: Comment form is like WordPress form #1002498

    Hi,

    Thanks for the update.

    This should center align the pagination numbers.

    .pagination .numbers {
        top: 10px;
        left: 6px;
        position: relative;
    }

    Best regards,
    Ismael

    in reply to: widget .star-rating css #1002497

    Hi,

    This css code works for the live site.

    #footer div ul.product_list_widget .star-rating {
        margin: 0;
    }

    The staging site’s widget markup is a little different.

    Best regards,
    Ismael

    in reply to: underline categories / wishlist and related products #1002491

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    Hi,

    Thank you for using Enfold.

    It’s a cache issue. Please purge the cache or re-minify the scripts and stylesheets. Don’t forget to toggle the theme’s Performance > File Compression options.

    Best regards,
    Ismael

    in reply to: LayerSlider Menu issue #1002489

    Hey Zetrh,

    Thank you for using Enfold.

    Did you enable the theme’s Performance > File Compression options? If you did, please disable it first before adding the custom css codes again.

    Best regards,
    Ismael

    in reply to: Woocommerce widget #1002487

    Hi,

    Thanks for the info.

    We adjusted the code a bit. Let us know if it helps.

    input:focus,
    select:focus,
    textarea:focus,
    button:focus,
    form:focus {
        outline: none !important;
    }

    Best regards,
    Ismael

    in reply to: Expanding Content Hidden in Tab Views #1002486

    Hi,

    I copied the portfolio folder from the enfold theme (wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio) to my child theme

    Create a folder called “shortcodes” inside the child theme directory and then copy the “portfolio” folder along with its content inside that folder. You don’t need to copy the whole config-templatebuilder directory. Please review our previous reply.

    // https://kriesi.at/support/topic/expanding-content-hidden-in-tab-views/#post-998237

    Best regards,
    Ismael

    Hi,

    I noticed that you have two languages in your installation and one of them doesn’t have any pages on it. Why is that?
    I’m not really sure where to check, unfortunately. What do you mean by “it becomes positive”?

    Best regards,
    Ismael

    in reply to: Video is not work #1002484

    Hi,

    Sorry for the delay. Please upgrade the theme from version 4.4.1 to 4.4.2 and provide the FTP details in the private field. We would like to check the files and do a few tests.

    Best regards,
    Ismael

    in reply to: Problem with Contact Form 7 in Footer #1002482

    Hi,

    Great! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    The fallback image is going to be displayed in place of the video background on smaller screens because videos inside the sliders are disabled on mobile devices by default. It’s not going to display as a featured image or video preview. There’s a workaround but you have to insert the “video” shortcode manually.

    // https://codex.wordpress.org/Video_Shortcode

    Add the “poster” option or parameter.

    Best regards,
    Ismael

    in reply to: Symmetrical portfolio #1002479

    Hi,

    Thanks for the update. The grids are not using the “portfolio” thumbnail. Please provide the login details in the private field so that we can check it further.

    Best regards,
    Ismael

    in reply to: Website won't display in mobile view #1002477

    Hi,

    Great! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Menu with center logo and Shrinking Header #1002476

    Hi,


    @graffi
    : The site is not loading properly on my end. Did you block certain countries from accessing the site? You can find us here:

    // http://kriesi.at/about

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    1.) You can try these css codes to change the header background on scroll.

    .header-scrolled .header_bg {
        background-color: #666666;
        color: #ffffff;
    }
    
    .header-scrolled.header_color .av-subnav-menu a:hover, .header-scrolled.header_color .main_menu ul:first-child > li a:hover, .header-scrolled.header_color .main_menu ul:first-child > li.current-menu-item > a, .header-scrolled.header_color .main_menu ul:first-child > li.current_page_item > a, .header-scrolled.header_color .main_menu ul:first-child > li.active-parent-item > a {
        color: #ffffff;
    }
    
    .header-scrolled.header_color .sub_menu>ul>li>a, .header-scrolled.header_color .sub_menu>div>ul>li>a, .header-scrolled.header_color .main_menu ul:first-child > li > a, #top .header-scrolled.header_color .main_menu .menu ul .current_page_item > a, #top .header-scrolled.header_color .main_menu .menu ul .current-menu-item > a, #top .header-scrolled.header_color .sub_menu li ul a {
        color: #a40633;
    }

    2.) And then use this css code to adjust the h1 font size on mobile view.

    @media only screen and (max-width: 767px) {
        .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 1.3em;
        }
    }

    Best regards,
    Ismael

    in reply to: Symmetrical portfolio #1002260

    Hi,

    I’m not really sure why the grid resizes like that in your installation. We need to inspect the markup first. Please update us once the site is live.

    Best regards,
    Ismael

    in reply to: Change heading stylings without CSS #1002257

    Hi,

    This is the default style of the h3 tag in your installation.

    h3 {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.1em;
        margin-bottom: 8px;
        color: #222222;
        font-family: 'Lato','HelveticaNeue','Helvetica Neue',Helvetica,Arial,sans-serif;
    }

    Best regards,
    Ismael

    in reply to: Blog post contents not visible #1002256

    Hi,

    Thanks for the update.

    The content of the advance layout builder is not going to display on the blog overview page. You need to add an excerpt manually.

    Best regards,
    Ismael

    in reply to: Layer Slider Full Size #1002251

    Hi,

    The demo is using the theme’s Full Width Slider element, not the layer slider. In your layer slider settings, the background position is set to “Right Center” so the left portion is cut off on smaller screens. Try to adjust the background size settings.

    Best regards,
    Ismael

Viewing 30 posts - 27,631 through 27,660 (of 67,565 total)