Forum Replies Created
-
AuthorPosts
-
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelJune 13, 2019 at 5:56 am in reply to: how to take off the white over on navigation menu's widget #1109709Hi,
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,
IsmaelJune 13, 2019 at 5:53 am in reply to: Masonry Gallery mobile Version do not work like the desktop Version #1109706Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
How I can add an ID to buttons and Galleries ?
Thank you for the update.
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,
IsmaelHey 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,
IsmaelJune 13, 2019 at 4:57 am in reply to: Problemi visualizzazione video Youtube in ambiente WordPress locale – iMac #1109671Hey 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,
IsmaelJune 13, 2019 at 4:45 am in reply to: ENFOLD + WPML, the english version of pages is not posibble to "save changes" #1109665Hi,
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,
IsmaelHey!
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-1068986Regards,
IsmaelHi,
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,
IsmaelHey!
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelHey 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,
IsmaelHey 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,
IsmaelHi,
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,
IsmaelJune 12, 2019 at 12:59 pm in reply to: Background FIXED so that the info is scrollable over the top of the image #1109473Hi,
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,
IsmaelJune 12, 2019 at 12:43 pm in reply to: IconFont Manager: Uploading fontello font server error #1109468Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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 -
AuthorPosts
