Forum Replies Created
-
AuthorPosts
-
Hi,
That’s the actual color of the images. The image overlay is no longer there. (see private field)
Do they look different from the original images?
Best regards,
IsmaelHi,
Could you provide links to the posts or portfolio items with the issue? Please note that the navigation will display on posts but not on pages.
Thank you for the update.
Best regards,
IsmaelHi,
Thank you for the update.
You have to update the header.php template file in the child theme to re-enable the lightbox. It’s still the old version.
Best regards,
IsmaelHi,
Thank you for the update.
We just noticed that the site is still using an old version of the theme, 4.5.3. Please upgrade to version 4.5.7, then translate the page again. A patch for this particular issue has been included in version 4.5.
// https://kriesi.at/documentation/enfold/changelog/
Best regards,
IsmaelHi,
Thanks for the update.
Try to include the $avia_config global variable in the template, right above the get_header function.
global $avia_config;Best regards,
IsmaelHi,
Thanks for the update.
Are you referring to the animating text while scrolling down the page? That is a css animation. You can place an element inside a column, edit the column element, go to the Animations tab and select your preferred animation.
Best regards,
IsmaelHi,
Sorry for the delay.
We adjusted the code a bit to remove the large gaps between the masonry gallery items.
.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { bottom: 1px; }Screenshot: https://imgur.com/a/d8AJHFG
Best regards,
IsmaelHi,
Thanks for the update.
There was an extra curly brace in one of the css media queries. We removed it to fix the css code.
// https://imgur.com/a/1wyQxXR
Best regards,
IsmaelJune 24, 2019 at 1:47 am in reply to: ENFOLD + WPML, the english version of pages is not posibble to "save changes" #1112792Hi,
Thank you for the update.
It turned out to be an issue with Yoast and the new block editor. We switched the editor to the classic editor to work around the issue.
Best regards,
IsmaelJune 24, 2019 at 1:14 am in reply to: Responsive Problem with the Ipad and Iphone with the fullscreen slider #1112789Hi,
I have a problem with the responsive mode on an ipad and an iphone with a fullscreen slider.
Did you switch the slider from “Fullscreen” to “Fullwidth”? That’s what we see in the home page.
Screenshot: https://imgur.com/a/51c2kde
Best regards,
IsmaelJune 24, 2019 at 12:58 am in reply to: Background FIXED so that the info is scrollable over the top of the image #1112788Hi,
We are not seeing the errors when the shortcodes.js file in the child theme is deactivated.
I think it would be better if you leave the parallax effect disabled on mobile devices.
Best regards,
IsmaelHey!
Thank you for the update.
Have you tried using the function in the hook above?
function avia_woocommerce_auction_hooks() { add_action('woocommerce_before_shop_loop','woocommerce_auctions_ordering', 20); remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20); } add_action( 'init', 'avia_woocommerce_auction_hooks');Best regards,
IsmaelHi,
You have to upload the product image again or regenerate the existing thumbnails. The product in the screenshot already exists before we did the modification. Did you check the dummy product that we added?
Thank you for the update.
Best regards,
IsmaelJune 24, 2019 at 12:41 am in reply to: Optimizing images: Should I use more than 1 version? #1112783Hi,
Did you compress or optimize the images before and after uploading them?
Where we can we see the Fullwidth Easy Slider? Please provide the actual link to the page.
Best regards,
IsmaelHi,
Thank you for the update.
That option is actually ignored or not in used when the background attachment is set to parallax because the background container is going to be wrapped inside the actual parallax container, which is then resized with a script, so it becomes larger than the actual color section container. This parallax container then transforms on scroll creating a parallax effect.
Best regards,
IsmaelHi,
Thank you for the update.
Have you tried enabling the custom css class field? You should be able to apply a unique class attribute to a specific element and use it to adjust its style.
Best regards,
IsmaelJune 21, 2019 at 9:43 am in reply to: Code Block Element doesn't handle shortcodes properly #1112250Hi,
You can find links to the latest versions of the video.php and video.js file in the private field.
Best regards,
IsmaelHi,
I think you forgot to include the user name. Please add it in the private field.
Thank you for the update.
Best regards,
IsmaelHi,
Thank you for the update.
Can you ask the plugin author what function to use in order to render the sorting element for the auction page? We can use that as a callback for the action hook. Example:
function avia_woocommerce_auction_hooks() { add_action('woocommerce_before_shop_loop','function_or_callback_to_use', 20); } add_action( 'init', 'avia_woocommerce_auction_hooks');Best regards,
IsmaelJune 21, 2019 at 9:07 am in reply to: N°3 – notification update extension dashboard but no update disable #1112234Hi,
Thanks for the update.
We don’t see any notifications in the dashboard related to the layer slider. Is this fixed?
Best regards,
IsmaelHi,
You can actually disable the block or Gutenberg editor from the Enfold > Theme Options panel. Just look for the “Select your Editor” settings. Or install the “Classic Editor” plugin.
Thanks for the update.
Best regards,
IsmaelHey erkuto,
Thank you for using Enfold.
Could you give us access to the site so that we can check the content? Are you using the translation management plugin from W P M L?
// https://wpml.org/documentation/translating-your-contents/
Best regards,
IsmaelHi,
Thank you for the update.
Do you want to remove the first row or the column title? You can use this css code for that.
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead > tr { display: none !important; }If you want to remove the quantity button, just add this.
#top .main_color .quantity input.plus, #top .main_color .quantity input.minus { display: none !important; }Best regards,
IsmaelHi,
Thank you for the update.
You should be able to adjust the excerpt length with the following filter.
// https://codex.wordpress.org/Plugin_API/Filter_Reference/excerpt_length
Example:
function avf_custom_excerpt_length( $length ) { return 20; } add_filter( 'excerpt_length', 'avf_custom_excerpt_length', 999 );Let us know if it helps.
Best regards,
IsmaelHey Kelly,
Thank you for using Enfold.
What do you mean by “PHP” page? Is it not the same as those generated by WordPress? Try to use the get_header() function in the template.
get_header(); // page content hereBest regards,
IsmaelHi,
Thank you for the update.
The “studio” demo is using the “Roboto” font. You can set that in the Enfold > General Styling > Fonts panel. Look for the “Heading Font” and “Font for your body text” settings. You can also adjust the heading and body font settings in the Enfold > Advanced Styling panel.
Best regards,
IsmaelHi,
Sorry for the delay.
Would you like to remove the default margin of the items? Please use the following code in the Quick CSS field or the child theme’s style.css file.
@media only screen and (max-width: 479px) { .responsive #top #main .products .product { margin: 0; } }Best regards,
IsmaelHi,
Thank you for the update.
Where did you add the custom css class attribute? We can’t find it in the special heading element. Please apply the “left-title” class attribute to the special heading element and then use the following css code to align the title to the left.
#services .left-title { text-align: left !important; }Or set the “Heading Style” to the second option (Heading Style Modern(left)).
Best regards,
IsmaelHi,
Great! Glad it’s fixed. Please don’t hesitate to open a new thread if you need anything else.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
You have to translate the media files in your installation. Please follow the instructions provided in the following thread.
// https://kriesi.at/support/topic/alb-elements-are-missing-in-translated-pages-wpml/#post-995955
Best regards,
Ismael -
AuthorPosts
