Forum Replies Created
-
AuthorPosts
-
Hey!
Thanks for the info.
The prices are actually there but there’s a styling issue. These css codes fixed it.
#footer div ul.product_list_widget .star-rating { margin: 0; } #top div ul.product_list_widget li a { height: auto !important; overflow: visible !important; }Best regards,
IsmaelAugust 30, 2018 at 6:16 am in reply to: woocommerce 3.4.4 variable product image not showing Enfold Child #1003368Hi,
Great! Let us know if you encounter any issues. You may need to reconfigure the theme options a bit.
Best regards,
IsmaelHi,
No problem. Glad we could help!
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,
IsmaelHi,
I was able to connect via FTP but I get this error afterwards.
Error: The data connection could not be established: ECONNREFUSED – Connection refused by server
Are certain countries or addresses blocked from the file server? You can find us here: https://kriesi.at/about
Best regards,
IsmaelHi,
Did you enable the Performance > File Compression settings? Please disable it first. If it’s still not working after disabling the compression, please provide another login info because the previous one is invalid.
Best regards,
IsmaelHi,
It’s really strange. The first column becomes the last and its content are being removed. I added the content of the footer in the home page manually and then added the following css code to remove the footer with the missing column.
#home-footer + #footer { display: none !important; }Best regards,
IsmaelAugust 30, 2018 at 1:43 am in reply to: Need immediate help, please-Enfold conflicting with WP-Admin login. Error code #1003321Hey!
The dashboard is loading properly now. @Guenter provided a fix for the theme’s element manager’s auto update and it worked on your installation. It is indeed an issue with the database or at least an issue on how the theme updates it.
Are you using the advance layout builder for any of your products? Next time, maybe we can exclude the product post type from the element manager update.
Cheers!
IsmaelHi,
Thanks for the update.
I added a custom class attribute to the nav tag and then moved the css codes in the Quick CSS field. I think it’s working now. Please note that you can only add css properties and their values in the layer’s custom css field.
Best regards,
IsmaelHi,
and even though the plugin hasn’t changed, it is somehow something they need to fix.
Yes, we do understand that but we can’t provide support for every plugins out there for obvious reasons. As a developer, you know it’s impossible. This is why we always ask the user to contact the plugin author because they are more familiar with their code.
Please ask them where and how the plugin generates the “wri_content_clear_both” container because it breaks the builder layout.
Best regards,
IsmaelHi,
Did you manage to update the theme to the latest version? We are not aware of any duplicate and Themeforest would have noticed if there is, because they check those files before making it available to the users. What was the original issue? I thought you’re having problem updating the theme automatically, so we suggested the manual update.
Best regards,
IsmaelAugust 29, 2018 at 7:04 am in reply to: Custom Fontello Font not displaying correctly on mobile #1003009Hi,
Thanks for the update.
Can I have access to the svg file? I would like to test it on my installation.
Best regards,
IsmaelHi,
Sure. We’ll keep the thread open. Let us know if you encounter any issues on mobile view. :)
Best regards,
IsmaelHi,
Adjust the width of the form element container from 18% to 19%.
Best regards,
IsmaelAugust 29, 2018 at 6:51 am in reply to: How can I move slider below "top bar" and make menu header transparent? #1003000Hi,
Thanks for the update.
We set the header to “Glassy” and then added a few css codes to change the background of the top bar and the font color of the social icons.
#top .av_header_glassy.av_header_transparency .social_bookmarks li, #top .av_header_glassy.av_header_transparency .social_bookmarks li a { border-color: rgba(255,255,255,0.25); color: #000000; } #top .av_header_transparency #header_meta { background: #ffffff; box-shadow: none; border-bottom: 1px solid rgba(255,255,255,0.25); } #top .av_header_glassy.av_header_transparency .header_bg { background-color: #fff; opacity: 0.6; filter: alpha(opacity=60); }Best regards,
IsmaelAugust 29, 2018 at 6:00 am in reply to: Need immediate help, please-Enfold conflicting with WP-Admin login. Error code #1002981Hi,
We don’t need to access the database because we can do the sweep and repair in the plugins’ panel.
I did the sweep and the database repair but to no avail. The server is timing out on the dashboard as soon as the theme is activated. The front end works fine. I’ll ask @Guenter to check the thread. Please wait for his response.
NOTE for moderators:
The dashboard is not accessible when the theme is active. The server times out while querying the database. There are 18,000++ product items and millions of post meta entries and I think the server can’t handle the request. The dashboard is accessible when a default theme is active so I’m not sure what’s on Enfold that’s slowing the query . I also note that it is timing out while doing the update_meta_cache query.
wp-includes > meta.php 831
$meta_list = $wpdb->get_results( “SELECT $column, meta_key, meta_value FROM $table WHERE $column IN ($id_list) ORDER BY $id_column ASC”, ARRAY_A );
Best regards,
IsmaelHi,
child theme’s folders should be structured for the re[placement to work?
You should review the instructions above.
// https://kriesi.at/support/topic/expanding-content-hidden-in-tab-views/#post-1002486
Documentation: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
Best regards,
IsmaelHi,
Thanks for the update.
I can still experience the gateway error even when the theme is deactivated. Please ask your hosting provider if there’s anything wrong with the server and tell them to increase the php memory limit to at least 256M.
Best regards,
IsmaelHi,
Thanks for the update.
I extracted the content of the text block and I found a lot of unclosed container or div. Please be careful with html tags because unclosed tags could break the layout of the builder. I put each section or column on a separate text blocks.
Best regards,
IsmaelAugust 29, 2018 at 3:37 am in reply to: woocommerce 3.4.4 variable product image not showing Enfold Child #1002952Hi,
Yeah, my bad. I thought it’s not the latest version, turned out that version 4.4.2 hasn’t came out yet. Can we have access to the Appearance > Editor panel? Or post the FTP details in the private field.
Best regards,
IsmaelHi,
I didn’t notice that. Is it working properly when you remove the “wc_wc20_variation_price_format” filter?
Best regards,
IsmaelHi,
Thanks for the update.
I checked the “add_image_size” function and it turned out that the “crop” parameter now defaults to “false” instead of “true”. Please install the following plugin and then go to the Settings > Media panel. Tick the “crop” parameter of the “portfolio” and “portfolio_small” thumbnail, update, save and then regenerate the thumbnails. This will crop or resize the images to the exact specified dimension.
// https://wordpress.org/plugins/simple-image-sizes/
add_image_size function: https://developer.wordpress.org/reference/functions/add_image_size/
Best regards,
IsmaelHi,
My bad. I just checked (https://kriesi.at/documentation/enfold/changelog/) and it turned out that that version hasn’t came out yet so you’re actually using the latest version. Please provide the FTP details in the private field so that we can check the files. The video element is rendering a link tag instead of iframe or video tag.
Best regards,
IsmaelHi,
Sorry for the late response. Where do you want to apply that pattern? I checked the custom css of the nav layer but the pattern css is not there.
Best regards,
IsmaelHi,
Thanks for the update.
Unfortunately, that’s not possible because the title and the content of each tab is inside a single container unlike on desktop where the tab title and tab content are on a separate container. You have to set each tab to stack on top of each other just like it does on phone view.
Best regards,
IsmaelHi,
That’s strange. Can you give us an example of the post without the category?
Best regards,
IsmaelAugust 29, 2018 at 2:53 am in reply to: wordpress backend post page do not show good in mobile phone or small screem #1002938Hi,
I agree that those info are important but they’re not really necessary when editing a post or page. Please remove the previous code and then replace them with the following hook.
Here’s how it should look afterwards: https://imgur.com/a/sLiw2eJ
add_action('admin_head', 'custom_admin'); function custom_admin() { echo '<style> @media screen and (max-width: 782px) { .wp-list-table tr:not(.inline-edit-row):not(.no-items) { display: flex; } .wp-list-table tr:not(.inline-edit-row):not(.no-items) .avia-image.column-avia-image { display: none !important; } .wp-list-table .is-expanded .row-actions { display: block !important; position: static !important; } } </style>'; }Best regards,
IsmaelHey Orla,
Thank you for using Enfold.
This should fix the cart issue.
.html_top_nav_header .av-logo-container .inner-container { position: relative; overflow: visible; }And then use this css code to adjust the position of the cart icon on mobile view.
@media only screen and (max-width: 767px) { .responsive.html_top_nav_header.html_cart_at_menu #top #menu-item-shop { right: 0; position: absolute; } }Best regards,
IsmaelAugust 28, 2018 at 5:34 am in reply to: Custom Map Marker Image Size : Won't Display at 80x80px #1002535Hi,
The map marker is set to use the “thumbnail” image size by default. Try to adjust that thumbnail size in the Settings > Media panel from 80x80px to 160x160px and then regenerate the thumbnails. You can use this plugin.
// https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
IsmaelHi,
We would like to check the page but the login credentials above are not working. Please provide a valid login info.
Best regards,
IsmaelAugust 28, 2018 at 4:48 am in reply to: How can I move slider below "top bar" and make menu header transparent? #1002524Hi,
Thanks for the clarification. We set the page’s Layout > Header visibility and transparency to “Transparent Header”. You can add a few css codes to adjust the background of the top bar. Adjust the menu item color in the Enfold > Advanced Styling panel or the Quick CSS field.
Best regards,
Ismael -
AuthorPosts
