Forum Replies Created
-
AuthorPosts
-
January 7, 2019 at 3:32 pm in reply to: Sorting Portfolio Items differently in different cases #1050917
Hi,
I’m sorry but I don’t understand what you’re saying. Maybe, it’s the translation? Is it working properly on your end now?
Best regards,
IsmaelHi,
You have to edit the html and remove this inline style:
display: inline-block;Best regards,
IsmaelHi,
@amintab2001: We’ll surely forward your request. Thank you for the translation.Best regards,
IsmaelJanuary 7, 2019 at 3:24 pm in reply to: Inserting Google Captcha in the Enfold contact form #1050910Hi,
I’ll try to integrate V3 on it but I don’t think this is going to be a part of the core because Kriesi thinks that it will create more complexity for a lot of users. It may take a while but I will leave an update once it’s available.
Best regards,
IsmaelHi,
You can create a script that will apply an onclick attribute to the button. Example:
// https://kriesi.at/support/topic/adwords-conversion-tracking-on-catalogue-links/#post-853121
Best regards,
IsmaelJanuary 7, 2019 at 3:15 pm in reply to: Autoplay Vimeo video added to homepage with Avia Video block #1050904Hi,
There’s a minor error in the console. Please look for this line:
const button = slide.querySelector('.avia-slideshow-button');Replace it with:
let button = slide.querySelector('.avia-slideshow-button');Best regards,
IsmaelJanuary 7, 2019 at 1:57 pm in reply to: Speed values went down the gutter after updating Enfold #1050876Hi,
Do you have a staging site that is using an older version of the theme? This article should help:
// https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow
Best regards,
IsmaelJanuary 7, 2019 at 1:48 pm in reply to: Photos taking up a huge amount of space on my site storage – anything I can do? #1050873Hi,
1.) You have to include the last 3 thumbnails (shop_thumbnail, shop_catalog & shop_single) from that list.
remove_image_size(‘shop_thumbnail’); remove_image_size(‘shop_catalog’); remove_image_size(‘shop_single’);2.) That is the action priority. You don’t have to change that.
3.) Yes, you need to regenerate the images to remove the unwanted thumbnails.
Best regards,
IsmaelHi,
The site is running on a very old version of the theme, version 3.8. You have to upgrade to version 4.5.2 and switch to the advance layout builder. The page is using the new block editor and that is why it’s blank.
Best regards,
IsmaelHi,
The site redirects to the maintenance mode page whenever the option is enabled on my own installation, so a plugin is probably causing your sites not to redirect to the maintenance mode page. Please deactivate the plugins temporarily.
Best regards,
IsmaelJanuary 7, 2019 at 1:31 pm in reply to: Need to remove portfolio link at left for restricted blogger access #1050868Hi,
I adjusted the code a bit and it worked properly on my end. Please try it again.
Best regards,
IsmaelHi,
Do you have a test page where we can see the current layout? Please post the url in the private field.
Best regards,
IsmaelHi,
Why are you using the “Bakery Page Builder”? The theme has its own page builder.
Best regards,
IsmaelJanuary 7, 2019 at 4:09 am in reply to: Latest Enfold [5.+] not working with H5P plugin [no errors in console] #1050731Hi,
Thanks for the update. The “wp-admin” page is not found and I also tried “wp-login” but it still doesn’t work. Please provide a valid login url.
For additional help, please contact the plugin authors.Best regards,
IsmaelHi,
Thanks for the info.
This css code should help.
.main_color .products .product a:hover { color: #12a19c; }Best regards,
IsmaelJanuary 7, 2019 at 3:57 am in reply to: prevent whitespace between masonry grid posts being part of the link? #1050729Hey Birdster,
Thank you for using Enfold.
You have to decrease the default width of the columns and add a margin based on the deducted width.
.av-masonry-col-3 .av-masonry-entry { width: 30.3%; margin-right: 2%; }Default width is 33.3%.
Best regards,
IsmaelHey npmcgrew,
Thank you for using Enfold.
Use this css code to remove those elements.
div #reviews #comments ol.commentlist li .avatar, .comment-likes-widget-placeholder .loading { display: none !important; } #top div div.product .woocommerce-tabs .panel #reviews:before { content: ''; display: block; width: 50px; height: 500px; background: #f8f8f8; position: absolute; right: 0; z-index: 100; } #top div div.product .woocommerce-tabs .panel #reviews { position: relative; }Best regards,
IsmaelHey mwvcaa,
Thank you for using Enfold.
You have to add a custom script to trigger the tab titles when clicking on a custom link. This thread should help:
// https://kriesi.at/support/topic/tab-section-link-from-content-in-one-tab-to-another-tab/#post-909792
Replace the “#top .iconbox_top a” selector with the actual class attribute of the link.
Best regards,
IsmaelHey Dee007,
Thank you for using Enfold.
1.) That button is hidden by default. You can use this css code to re-display it:
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: none; } }2.) Set the table’s Table Options > “Responsive Styling” to the second option (“scrollable”).
Best regards,
IsmaelHi,
Do you have a test page where we can see the distortion? I don’t see the issue when I add the css via the browser inspector.
Best regards,
IsmaelHi,
Did you set the pages in the full width sub menu as child page of the “Menu” page?
Best regards,
IsmaelHi,
The hover effect is working properly. This sets the overflow property to hidden.
.avia-image-container.av-hover-grow.av-hide-overflow, .avia-image-container.av-hover-grow.av-hide-overflow .avia-image-overlay-wrap a.avia_image { overflow: hidden; }Best regards,
IsmaelHi,
The comments section is not included in the page template by default. You have to modify the includes > loop-page.php file. Look for this code around line 25:
//display the actual post content echo ' <div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>'; the_content(__('Read more','avia_framework').'<span class="more-link-arrow"></span>'); echo '</div> ';Below, add the comments template:
//wordpress function that loads the comments template "comments.php" comments_template();Best regards,
IsmaelJanuary 7, 2019 at 2:20 am in reply to: Fullwidth Easy & fullscreen slider video don’t work on smartphone #1050707Hi,
Did you add any scripts or custom modifications in your installation? Please upgrade the theme to version 4.5.2 and then temporarily deactivate the plugins afterwards.
Best regards,
IsmaelHi,
Thanks for the update.
1.) Edit the icon box element, go to the Colors panel and set the “Icon Colors” to “custom colors”. You can set the icons’ border color same as the section’s background color.
2.) You have to reset the installation if you want to import another demo.
// https://kriesi.at/documentation/enfold/import-demos/#remove-demo-data
Best regards,
IsmaelJanuary 4, 2019 at 7:35 am in reply to: Speed values went down the gutter after updating Enfold #1049859Hey MarcusJeroch,
Thank you for using Enfold.
Looks like the script is from a third party video player plugin. Did you install a new plugin? Did you enable the theme’s Enfold > Performance > File Compression settings? You may need to toggle it again after the update.
Best regards,
Ismael -
AuthorPosts
