Forum Replies Created

Viewing 30 posts - 22,921 through 22,950 (of 67,510 total)
  • Author
    Posts
  • in reply to: Tag Archive #1109827

    Hi,

    1.) Try to remove the date manually with css.

    time.date-container.minor-meta.updated, .text-sep-date {
        display: none !important;
    }

    2.) Can we see an actual archive or category page from your site? Please post the URL in the private field.

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: contact form – date #1109715

    Hi,

    Thank you for the update.

    That option will only enable the media element scripts, so we’re not sure how it fixed the issue, but glad to hear that it did. Did you confirm that it’s not due to cache?

    Best regards,
    Ismael

    in reply to: Mobile menu settings #1109713

    Hi,

    Thank you for the update.

    Yes, I get what you mean but what I’m telling you is that it’s not possible out of the box without custom modifications. Unfortunately, we won’t be able to help you with that. You can only select an alternate set of menu in place of the main menu for mobile or for the hamburger menu, and possibly hide the secondary menu with css.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Did you copy the code from your email? Please copy it directly from this forum to avoid the conversion of html symbols.

    Or post the WP login details in the private field so that we can check it directly.

    Best regards,
    Ismael

    Hi,

    Awesome! Thank you for your patience as well. Please feel free to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Custom Error 404 Page #1109705

    Hi,

    Glad it works. That token is only applicable for the themes that you own. Let us know if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Event Tracking Social Media Links #1109703

    Hi,

    You’re welcome! Glad we could be of help. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Upcoming Events #1109701

    Hi,

    Thank you for using Enfold.

    Could you give us a link to the actual page where you want to display the upcoming and current events? A screenshot will help as well. Please upload it to imgur or dropbox.

    Best regards,
    Ismael

    in reply to: Change position of post-nav buttons below post #1109700

    Hi,

    Thanks for the update.

    The modification that we originally suggested should position the post navigation between the sharing and comments section, right below the post content. Did you override any templates in your child theme aside from those suggested here?

    Please post the WP and FTP details in the private field so that we can check it.

    Best regards,
    Ismael

    in reply to: auction plugin compatibility with Enfold #1109698

    Hi,

    Thanks for the update.

    The sorting element is displaying properly in the shop page. (see private field)

    // https://imgur.com/a/Dj4sElM

    Is that what you need?

    Best regards,
    Ismael

    in reply to: Tab Section – cant make tabs above/below content #1109696

    Hi,

    Thank you for the update.

    The “Position der Reiter” options came back when we switched the language from “Deutsch (Sie)” to “Deutsch”. Is there any difference between the two?

    We will tag one of our developers to check this.

    Best regards,
    Ismael

    in reply to: A button directly to a picture gallery #1109692

    Hi,

    How I can add an ID to buttons and Galleries ?

    Thank you for the update.

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

    Did you enable the custom css class field? A custom css class attribute will suffice.

    
    $( ".custom-button-class a" ).click(function() {
      $( "#myGallery" ).toggle( "slow", function() {
        // Animation complete.
      });
    });
    
    

    Replace the “custom-button-class” selector with the button’s custom css class attribute.

    Best regards,
    Ismael

    in reply to: Contact Form Not Sending Email #1109690

    Hey Courtney,

    Thank you for using Enfold.

    We would like to test the contact form on a new page, but we can’t create one because we keep getting an error. Please create a test page and deactivate the plugins temporarily.

    Is there a staging site?

    Best regards,
    Ismael

    Hey cristinagrafik,

    Thank you for using Enfold.

    Have you tried removing the time or “t” parameter in the URL? Let us know once the site is live so that we can inspect it.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    We were able to update the page without encountering any errors. We just added a text block at the very bottom of the page. (see private field)

    How can we reproduce the issue? Which element are you trying to edit?

    Best regards,
    Ismael

    in reply to: fixed header not possible on smartphones. Why? #1109661

    Hey!

    Thank you for the update.

    Try double tapping the status bar or at the very top of your device to scroll to the top. That’s a default feature of iOS devices.

    // https://www.youtube.com/watch?v=pvJDXTNblbQ

    You need to add a few css modification if you want the header to scroll with the page on mobile view. A few example can be found in the following threads.

    // https://kriesi.at/support/topic/sticky-header-mobile-2/#post-686480
    // https://kriesi.at/support/topic/mobile-sticky-header-and-non-sticky-top-bar/#post-1068986

    Regards,
    Ismael

    in reply to: Navigation/Menu Issue #1109656

    Hi,

    Thank you for the update.

    We logged in to the site and adjusted the following css code a bit.

    .responsive #top #header #header_main .inner-container .logo {
        order: 3;
        flex-basis: 100%;
    }

    This is how the site looks on mobile view now.

    Screenshot: https://imgur.com/a/PQrhv4I

    Best regards,
    Ismael

    in reply to: Set a specific font on H1/H2/H3 + style on H1/H2/H3 #1109651

    Hey!

    Thanks for the update.

    The “Montserrat” font in the theme only contains the regular or default style, so you have to register the other. You can also use the following filter to override the default font value.

    add_filter( 'avf_available_google_fonts',  'avf_available_google_fonts_mod');
    function avf_available_google_fonts_mod($fonts)
    {
        $fonts['Montserrat'] = 'Montserrat:100,300,400,700';
         return $fonts;
    }

    Best regards,
    Ismael

    in reply to: Polylang vs. Enfold – Overwritting problem #1109648

    Hi,

    We would like to apologize for the delay.

    We tried to access the dashboard but the login account above is invalid. Please check it carefully. And we can’t really tell what’s the issue by looking at the screenshots. Could you explain it a bit?

    Best regards,
    Ismael

    in reply to: Slider Image loss quality #1109644

    Hi,

    Thank you for the update.

    What is the original size of the images? We can’t see anything unusual in the slider image with respect to their quality when we compare them with the original or source images. (see private field)

    Best regards,
    Ismael

    in reply to: Enfold Image Sizes #1109642

    Hi,

    You should not remove the thumbnails because the plugin won’t be able to use them. The Site Accelerator(formerly photon) plugin just transfers the images or thumbnails from your server to their CDN as explained in the following section. It lessens the requests made to your own server and does actually help optimize the site by serving images from a different and more adjacent network.

    Our image CDN (formerly Photon) is an image acceleration and editing service. That means that we host your images from our servers, alleviating the load on your server and providing faster image loading for your readers.

    It filters content but doesn’t change the info in the database.
    It currently only acts on images in posts and pages, as well as featured images/post thumbnails via the image_downsize filter.
    It will apply to old posts and new ones alike and can be turned on or off easily.

    It doesn’t really say anything about generating images or thumbnails “on the fly”.

    Best regards,
    Ismael

    in reply to: Problem with Advanced Avia Editor and products #1109641

    Hey neotronics,

    Thank you for using Enfold.

    The shortcodes in the product page looks broken. Please enable the debug mode so that we can check and repair the shortcodes if necessary.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Best regards,
    Ismael

    in reply to: Private post made public after update #1109639

    Hi,

    Thank you for the update.

    We can’t help you trace back custom modifications that we didn’t made, unfortunately. You need to get in touch with the previous developers.

    What is the purpose of that modification? Maybe. we’ll be able to suggest a more simple solution.

    Best regards,
    Ismael

    in reply to: Set a specific font on H1/H2/H3 + style on H1/H2/H3 #1109486

    Hey Cthulhus,

    Thank you for using Enfold.

    You should register that font first before applying it to the text or heading using css.

    Here’s how: https://www.wpexplorer.com/google-fonts-wordpress/

    Best regards,
    Ismael

    in reply to: fixed header not possible on smartphones. Why? #1109484

    Hey Hermann,

    Thank you for using Enfold.

    In the enfold theme, the main menu (and logo) disappears on smartphones when scrolling down:

    The logo and main menu or the entire header container does not disappear on mobile view. They just stay in their position when you scroll the page. The “sticky” or “fixed” header option is disabled by default because the space is quite limited on mobile. Also, users can instantly go back to the top of the page by tapping their device if they want to access the menu, so having a fixed header is not really necessary.

    Best regards,
    Ismael

    in reply to: Problem with custom design #1109478

    Hi,

    Thank you for the update.

    The class attributes (ui-datepicker-days-cell-over ui-datepicker-today) of the table cells or td tags are missing. Do you have any idea why? Did you install a new plugin?

    Best regards,
    Ismael

    Hi,

    We don’t see any errors in the home page. Where can we see the testimonials and the tab sections?

    Thank you for the update.

    Best regards,
    Ismael

    in reply to: IconFont Manager: Uploading fontello font server error #1109468

    Hi,

    Thank you for the update.

    The site is running on an older version of the theme, 4.5.4. Please upgrade to version 4.5.7 before trying the upload again. If it still doesn’t work, do the upload without any activated plugins. Let us know if that makes any difference.

    Best regards,
    Ismael

    in reply to: Google Map not on mobile version not showing #1109458

    Hi,

    Thank you for using Enfold.

    Add this code in the Quick CSS field.

    .responsive .av-single-event-meta-bar.av-single-event-meta-bar-mobile {
        display: none;
    }
    
    .responsive .av-single-event-meta-bar.av-single-event-meta-bar-desktop{
        display: block;
    }

    That should keep the desktop version of the meta container on mobile view and hide the other.

    Best regards,
    Ismael

    in reply to: Product slider with add to cart buttons #1109457

    Hi,

    Thank you for the update.

    Try to wrap it inside an “after_setup_theme” hook.

    add_action( 'after_setup_theme', function() {
         add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_add_to_cart', 12 );
    }, 999);
    

    Best regards,
    Ismael

Viewing 30 posts - 22,921 through 22,950 (of 67,510 total)