Forum Replies Created

Viewing 30 posts - 27,811 through 27,840 (of 67,565 total)
  • Author
    Posts
  • Hey EDAudubon,

    Thank you for using Enfold.

    The “tribe-events-full-mobile.css” file is not being loaded. Please post the login details in the private field so that we can check this further.

    Best regards,
    Ismael

    Hi,

    I’ve installed the WP Sweep plugin and the number of unused entries in the database are quite huge. For example, there are “168,847” duplicated post meta and “15,794” unused terms. I would like to sweep or remove it all including the transients but I need to make sure that your hosting provider has a database backup or a site restore point in case something goes missing after the sweep. We’ll also do a database repair afterwards. (see private field)

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    The frontend is loading properly but the dashboard is still not accessible, so we’re back to square one. I get a 504 – GATEWAY TIMEOUT and “Out of memory” error so I tried to set the memory limit to 1024M but it starts to run out of memory after 667MB. I also disabled specific cron jobs run by the theme and the woocommerce plugin but it doesn’t seem to be helping. Please ask your hosting provider if you’re allowed to exceed that limit (667MB). And ask them to upgrade PHP from version 5.6 to 7.1.7. Is the site on a shared hosting?

    NOTE: I’m still looking at the site. I’ll leave an update later.

    Best regards,
    Ismael

    in reply to: Google maps API – billing #995874

    Hi,

    Yes, that’s weird. Please try to contact the Google support. Ask them why the API returns a “deleted project” error even though the API key was generated from a live project.

    Best regards,
    Ismael

    in reply to: Onepager: change h2 title color on focus when scrolling #995873

    Hi,

    I see. I was a little confused with his latest reply. The title should change to green on focus. Yes, avia_waypoints would help. Please try this in the functions.php file.

    add_action('wp_footer', 'ava_inviewport_script', 9999);
    function ava_inviewport_script() {
        ?>
    <script>
        (function($) {
            $('.h2-green').waypoint(function(direction) {
                $(this.element).css('color', 'green');
            }, {offset: 'bottom-in-view' , triggerOnce: true, offset: '30%'});
    
        })(jQuery);
    </script>
        <?php
    }

    Best regards,
    Ismael

    in reply to: Entry Slider / Event Calender #995866

    Hi,

    Awesome! Thanks for the tutorial! Looks good. :)

    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: Blog page layout change #995864

    Hi,

    Are you planning to apply the image on every posts? Please note that setting the blog to use the advance layout builder is not going to affect the post items. That option will only be applied to the blog overview or the main blog page. You can still use the default editor for the posts. If you did enable the advance layout builder for the blog, edit the blog page and then switch to the advance layout builder. Add the Blog Posts element, set it to grid layout and you’re done. You can then customize the main blog page as you wish.

    You have to edit the index.php file manually if you want to customize the blog page without using the advance layout builder.

    Best regards,
    Ismael

    in reply to: Blog use Alternate Content colours #995859

    Hi,

    Thanks for the update.

    I can’t reproduce the issue on my own installation though. I do see a white left border flickering when I resize the browser but it’s barely noticeable. Do you have a dev or staging site where you haven’t applied the changes or fix yet?

    Best regards,
    Ismael

    Hi,

    1.) Is the Enfold > Performance > File Compression options enabled? You won’t see the css changes immediately if that option is enabled. You have to toggle it first or just disable it temporarily while you’re still working on the site.

    2.) Yes, it should be editable in the Appearance > Editor panel. Do you have access to your file server or FTP? Please ask your hosting provider for the login details. They should be able to direct you to the access info.

    Best regards,
    Ismael

    in reply to: Adding Search to the Header Secondary Menu #995851

    Hi,

    Great! Glad we could help!

    Please don’t forget to bookmark Enfold Documentation for future reference.
    And take a moment to review our theme and show your support when you have the time. https://themeforest.net/downloads

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Onepager: change h2 title color on focus when scrolling #995850

    Hi,

    Thanks for the update.

    In the screenshots, the title “Reisen” didn’t change color. It’s black on both screenshots. Is the site live? We may need to see it in order to understand the issue.

    Best regards,
    Ismael

    in reply to: Burger Menu on scroll down for desktop browser #995849

    Hi,

    Thanks for the info.

    We applied the modifications. The burger/mobile menu should be visible on load and then switch to the default/text menu on scroll. Is that what you wanted?

    Best regards,
    Ismael

    in reply to: Headline Rotator Middle Text Color #995844

    Hi,

    I see. Please try this css code to override the inline styling of the rotator text.

    #top .av-rotator-container-inner span {
        color: blue !important;
    }

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    This is what I see on iPad landscape view.

    Screenshot: https://imgur.com/a/94Bln6u

    What is the actual model/version of your iPad device?

    Best regards,
    Ismael

    in reply to: [URGENT]: Header icon displaying & menu changes color #995840

    Hi,

    The editor is accessible but the update button is missing. It’s not enabled.
    Everything should be fixed after removing that css code.

    Best regards,
    Ismael

    in reply to: I couldn\'t get the email from contact form. #995838

    Hi,

    Did you replace the theme’s contact form with WP Forms?
    Looks like you’re using a Gmail account. You really need to setup an SMTP for that because of their security policy. Google won’t accept emails without that authentication. In the WP Mail SMTP, set the “Mailer” settings from PHP to Gmail and then put your username and password in the Gmail section.

    Best regards,
    Ismael

    in reply to: Blog items categories with different colors #995430

    Hi,

    You can’t remove the comma with css, unfortunately. Edit the includes > loop-index.php file, look for this code around line 190:

    $cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
    

    Replace it with:

    $cats .= get_the_term_list($the_id, $taxonomy, '', '','').' ';
    

    Best regards,
    Ismael

    in reply to: Sticky mobile Menu / non sticky #995409

    Hi,

    Thank you for using Enfold.

    You can try these css codes.

    @media only screen and (max-width: 767px) {
    .header-scrolled {
        position: fixed;
    }
    
    .header-scrolled #header_meta {
        display: none;
    }
    }

    Don’t forget to toggle the css/js compression in the Enfold > Performance panel if they’re enabled.

    Best regards,
    Ismael

    Hey 805ITS,

    Thank you for using Enfold.

    The images (see private field) are actually the same but they’re being resized with css. You can add this in the Quick CSS field to adjust the width of the lightbox image.

    img.mfp-img {
        width: 85vw;
    }

    If the image becomes a little blurry, you need to adjust the size of the “Large” thumbnail in the Settings > Media panel and then regenerate the images.

    Best regards,
    Ismael

    Hey Michael,

    Thank you for using Enfold.

    The posts use the single.php file, includes > loop-index.php file and then defaults to the footer.php file to render the footer section. You can find more info in the codex.

    // https://developer.wordpress.org/themes/basics/template-files/

    The theme follows the same structure. If you switch to the advance layout builder, the posts/pages will then use the template-builder.php file.

    Best regards,
    Ismael

    in reply to: Burger Menu on scroll down for desktop browser #995394

    Hey Gust2007,

    Thank you for using Enfold.

    Can we see the site? We need to inspect the default and mobile menu. Please provide the site URL in the private field.

    Best regards,
    Ismael

    in reply to: Changes to Google Maps and API #995388

    Hey BelIblis,

    Thank you using Enfold.

    Yes, you need to set up the billing account in order to create an API key. There’s still a $200 free credit per month, so you’ll still be able to use the map element for free to some extent. You’ll find more info in the new pricing page.

    // https://cloud.google.com/maps-platform/pricing/sheet/

    Check the “Dynamic Maps” and “Geocoding” rows. These are the required APIs to render the theme’s map element.

    Best regards,
    Ismael

    in reply to: Headline Rotator Middle Text Color #995382

    Hey Digital-Saint,

    Thank you for using Enfold.

    Edit the entries inside the Headline Rotator element and then look for the “Custom Font Color” settings. You should be able to change the font color there.
    Unfortunately, I can’t see the color overlay. Can you provide a screenshot? Use imgur or dropbox.

    Best regards,
    Ismael

    in reply to: API services for google map #995379

    Hey lelef,

    Thank you for using Enfold.

    The required APIs should be automatically enabled if you follow the tutorial from the documentation.

    // https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key

    If you’ve already created a project, make sure that the Dynamic or Javascript API and the Geocoding Services API are enabled. There are more info on the documentation.

    Best regards,
    Ismael

    in reply to: Onepager: change h2 title color on focus when scrolling #995378

    Hey Michael,

    Thank you for using Enfold.

    Where can we see the site? Please provide the URL and possibly a screenshot of what you’re trying to do, so that we can understand it better.

    Best regards,
    Ismael

    in reply to: responsive breakpoints top section #995375

    Hey joerainbow,

    Thank you for using Enfold.

    The site is still running on a very old version of the theme, 3.8. You need to upgrade to version 4.4.1 and then add these css codes to force the mobile to display on certain screen width.

    @media only screen and (max-width: 1024px) {
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: block;
    }
    
    .responsive #top .av-main-nav .menu-item {
        display: none;
    }
    
    .responsive #top #wrap_all .container {
        width: 85%;
        max-width: 85%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
    }

    Best regards,
    Ismael

    in reply to: Singlepage scroller with subpages #995371

    Hey softtec,

    Thank you for using Enfold.

    Edit the menu items in the Appearance > Menus panel and then append the domain url to the anchor link. Example.

    https://www.domain.com/#contact&#8221; instead of just “#contact”.

    Best regards,
    Ismael

    Hey Enffie,

    Thank you for using Enfold.

    Where can we see the issue? Is it opening a lightbox? Please try to disable the File Compression options in the Enfold > Performance panel.

    Best regards,
    Ismael

    in reply to: Display font size on mobile #995368

    Hey yohopower,

    Thank you for using Enfold.

    You should be able to change that in the Enfold > General Styling > Fonts panel. Look for the “Default content font size” settings. You can also change the style of certain elements in the Enfold > Advanced Styling panel.

    Best regards,
    Ismael

    in reply to: can't get general styling to work #995366

    Hey Michael,

    Thank you for using Enfold.

    The css/js compression is probably enabled. Please go to the Enfold > Performance panel and then disable the File Compression features. You may need to disable the cache and minification plugins if there’s any.

    Best regards,
    Ismael

Viewing 30 posts - 27,811 through 27,840 (of 67,565 total)