Forum Replies Created
-
AuthorPosts
-
Hey Lissasan,
Thank you for using Enfold.
Did you add any modifications to the theme? Please provide the login details in the private field. We would like to check the theme options.
Best regards,
IsmaelHey Marssolutions,
Thank you for using Enfold.
Do you see a [object Object] text inside the slider on mobile view? This modification should fix it.
Best regards,
IsmaelHey capuchin,
Thank you for using Enfold.
The “hide_this” container should be hidden on page load. Use this css code.
.hide_this { display: none; }Best regards,
IsmaelHi,
This css code should help.
#top #wrap_all .caption_left .avia-slideshow-button { margin-left: 15px; }If this is not what you want, please provide a screenshot of the element.
Best regards,
IsmaelHi,
Where did you add the “code-block-justify-text” css class attribute? Have you tried define a specific width to the code block?
.code-block-justify-text { width: 50%; }Best regards,
IsmaelHi,
Thank you for using Enfold.
This css code should fix the background issue.
.flex_cell { will-change: transform; }This is a known issue on Chrome. https://stackoverflow.com/questions/20268962/fixed-attachment-background-image-flicker-disappear-in-chrome-when-coupled-with
Best regards,
IsmaelHi,
Are you referring to the 3D transitions? Those transitions are available by default. There’s no extra charge.
Best regards,
IsmaelHi,
Thanks for the update. Please disable the security block temporarily so that we can check the dev site. Or post the content of the code block on pastebin.com and then we’ll test it on our installation.
Best regards,
IsmaelAugust 1, 2018 at 9:21 am in reply to: Blog dates not showing on translation page and blog notifications to subscribers #992274Hey Simplequery,
Thank you for using Enfold.
1.) I would like to check one of the posts but I can’t access the dashboard via “wp-admin” or “wp-login”. What is the login url?
2.) One of these plugins should help you do just that.
// https://wordpress.org/plugins/wysija-newsletters/
// https://wordpress.org/plugins/wp-post-email-notification/
// https://wordpress.org/plugins/email-posts-to-subscribers/Best regards,
IsmaelHi,
Glad it worked! :)
You need to create a folder called “shortcodes” inside the child theme directory. Copy the magazine shortcode files inside that folder and then add this filter to enable it.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
Best regards,
IsmaelHey DROR,
Thank you for using Enfold.
Turn on the custom css class field and then apply a unique selector to that element.
Set the “Form Element Width” to 2/3 to decrease the width of the fields.
Best regards,
IsmaelAugust 1, 2018 at 8:28 am in reply to: Empty background-image property on each section element #992250Hi,
Thanks for the info.
We’ll forward this issue to the team. Please edit the config-templatebuilder > avia-shortcodes > section.php, line 827.
if($background) $background = "style = '{$background}'";Replace it with..
if($src != "") $background = "style = '{$background}'";Best regards,
IsmaelHey panoramist,
Thank you for using Enfold.
1.) This is possible with the Masonry Gallery because you can apply a Custom Link to the gallery items. The items will then direct to those links instead of opening a larger version of the image on a lightbox. You can also use the Image element.
2.a) Use this css code to adjust the width of the container on mobile view.
@media only screen and (max-width: 767px) { .responsive #top.page-id-3650 #wrap_all .flex_column.av_one_fourth { width: 24%; margin-left: 1%; } }2.b) I’m not sure why it would resize like that. Please try to upload a larger version of the image, twice that of the current one.
Best regards,
IsmaelHi,
Yeah, that would be great. Unfortunately, you can’t edit the shortcode once it’s added in the editor. You have to use the advance layout builder for that.
Best regards,
IsmaelHey ProTravelGolf,
Thank you for using Enfold.
Have you tried using the “Custom Login Page Customizer” plugin?
// https://wordpress.org/plugins/login-customizer/
Best regards,
IsmaelAugust 1, 2018 at 7:54 am in reply to: Increasing the Excerpt length for Masonry Blog Layout #992223Hey brandaspect,
Thank you for using Enfold.
This filter should increase the excerpt length.
add_filter('avf_masonry_excerpt_length','avia_change_masonry_excerpt_length', 10, 1); function avia_change_masonry_excerpt_length($length) { $length = 200; return $length; }Default value is 60.
Best regards,
IsmaelAugust 1, 2018 at 7:50 am in reply to: How to change the color of a contact form submit button? #992219Hey DROR,
Thank you for using Enfold.
It’s already white. Did you figure this out? If you want to change the style of that specific contact form, enable the custom css field.
Best regards,
IsmaelAugust 1, 2018 at 7:46 am in reply to: wp_enqueue_media() not working on frontend after latest update #992216Hi,
Awesome! 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,
There’s a few invalid css codes on the Quick CSS field, which is why the site is not rendering correctly.
I corrected those css codes. The site looks exactly like when the parent theme is activated.Best regards,
IsmaelHi,
Do you own the peepso.com site? Maybe, the link embed is disabled there. The site is not using the Enfold theme.
Best regards,
IsmaelHi,
Great! The “mod_sec” rule is indeed creating a lot of issues on WordPress these days. Thanks for the info. :)
Best regards,
IsmaelAugust 1, 2018 at 7:33 am in reply to: [URGENT]: Header icon displaying & menu changes color #992205Hi,
Did you toggle the css/js compression after adding the code? Please purge the cache as well.
Best regards,
IsmaelHi,
The code works when I try it on the browser inspector. Did you copy the code from your email? Please provide the login details in the private field.
Best regards,
IsmaelHi,
Why did you add the script in the first place? The theme should automatically calculate the top padding of the main container. Did you do any custom modifications to the header?
Best regards,
IsmaelHi,
We’ve added the necessary css codes and removed those that were no longer needed.
This is how it should look. https://imgur.com/a/0kpnbluBest regards,
IsmaelAugust 1, 2018 at 7:14 am in reply to: Need immediate help, please-Enfold conflicting with WP-Admin login. Error code #992190Hi,
We would like to apologize for the troubles and for the late response.
I’ve tried every login details in this thread but none of them worked. Please provide another login details in the private field so that we see what’s going on with the site. We can’t help without access to the dashboard. Make sure that both WP and FTP login details are included.
Best regards,
IsmaelHi,
Thanks for the update.
It’s being pushed by the menu items. Try to adjust the padding of the menu item link.
.av-main-nav>li>a { padding: 0 8px; }The specified background image doesn’t exist. (see private field)
Best regards,
Ismael -
AuthorPosts
