Forum Replies Created
-
AuthorPosts
-
May 7, 2018 at 5:00 am in reply to: 1 Photo upload create in the /wp-content/uploads/* folder a lot of files #952478
Hey br50com,
WordPress creates many different image sizes when you upload a image and chooses the appropriate file to show depending on screen size the device viewing the site, and the element showing the image. This is normal and intended. Although you can change these sizes using a plugin such as Simple Image Sizes or writing some code, but both of these options are meant for advanced users, most users will find the built in sizes are the best option.
I hope this helps explain it.Best regards,
MikeHi,
You to add your own choice of icon fonts from fontello.com in to the theme at Enfold Theme Options > Import/Export > Iconfont Manager
Please read more hereBest regards,
MikeMay 7, 2018 at 4:40 am in reply to: Enfold footer theme not displaying correctly on the site #952468Hey woveon,
The footer widgets you were seeing are the defaults when there are no widgets in the footer, I added 3 blank widgets and it removed the defaults, please replace the blank widgets with your own. The footer background color was set to white via Enfold Theme Options > General Styling > Footer
I changed it to the darker color as shown in the demo, “#35383C” Please adjust to suit.Best regards,
MikeMay 7, 2018 at 4:27 am in reply to: Parse error: syntax error, unexpected T_FUNCTION on update #952461Hey Kathleen,
Thank you for the FTP login & password, but can you please include the ftp address.
Also include admin login, so we can investigate by temporary disabling the theme.Best regards,
MikeHey rmatus,
Do you mean the blue strip “She’s the same person”
Try this code in the General Styling > Quick CSS field:#top.home #av_section_1 .container {padding: 0px !important; margin: 0px !important; width: 100% !important; max-width: 1900px !important; }max-width: 1900px works for my screen, but feel free to adjust to suit.
Best regards,
MikeHi,
The WordPress search function is pretty simple / limited, have you considered trying a more advanced search plugin?Best regards,
MikeHi,
Unfortunately, that’s not possible at the moment. Please request for the feature here.
One workaround is to hide the tab section on mobile and then replace it with a different element (ex. tabs or accordion) using the same content. Use the elements’ Screen Options to show or hide per screen size.Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHi,
I’m not sure I understand correctly, if you want to use the 2/3 column for the tabs element, then please try adding the element to a 2/3 column. The css code above wouldn’t change. Sorry I must be missing something?
Before we start a new request lets solve the tab section first, thank you.Best regards,
MikeHi,
I see that you have a web socket error:WebSocket connection to blob:https://public-api.wordpress.com/02dd9a78-a971-4551-9cb1-803b66a2f59a:164 WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake: Unexpected response code: 403My research points to a JetPack error where the solution is:
If you use the Jetpack plugin on your site, go to this page and deactivate the Notifications feature:
https://yoursite.com/wp-admin/admin.php?page=jetpack_modulesI know you said you tried disabling all plugins, but perhaps this worth a try.
Another thought is your host caching at the server level, perhaps with varnish or something else?Best regards,
MikeHi,
@id8872 If you include the admin login & FTP login in the Private Content area I can try a manual install of the 2017 Demo.
Please note that you will lose all content, setting, users, etc. After the install I will naturally add your user as admin.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad Rikard could help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Seems that user id is not valid. Do you login at “kriesi.at/support” ?Best regards,
MikeHi,
@otavioef Glad we could help, Thank you for using Enfold.
@FionaH did this also work for you?Best regards,
MikeHi,
To have your logo and burger menu show between 767px & 988px, which is where it is now showing as white on white, Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 768px) and (max-width: 988px) { .av_header_transparency div .av-hamburger-inner,.av_header_transparency div .av-hamburger-inner::before,.av_header_transparency div .av-hamburger-inner::after { background-color:#000 !important; } .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img { opacity: 1 !important; } }Please put at the end of all of your css code. If this doesn’t help, please try placing the code in: WordPress > Customize > Additional CSS
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
and the video tutorials here
And if there are features that you wish Enfold had, you can request them and vote the requested ones here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Thank you for the login, I do see that you are getting a “mixed content” warning forwp-admin/plugins.php?plugin_status=all&paged=1&sPlease try using a plugin such as Really Simple SSL to correct your mixed content. You could also try disabling your plugins to find any conflicts, or try adding this code to your child theme functions.php to hide it:
add_action('admin_enqueue_scripts', 'ds_admin_theme_style'); add_action('login_enqueue_scripts', 'ds_admin_theme_style'); function ds_admin_theme_style() { echo '<style>#wpbody-content .notice.notice-info.avia-admin-notice.is-dismissible { display: none !important; }</style>'; }I tried to add it to test but I received an error that WordPress couldn’t write to functions.php, which you may wish to check into your file permissions, unless this is is for security.
Best regards,
MikeHi,
Thank you for making it live so we can help. Right now it looks like the HR has a margin of -50px, and it looks as though you set this in the element, so the following code will remove the padding from the container that the HR is in.#top.home #after_layer_slider_1 .content { padding: 0px !important; }Please change the HR to whatever height you would like.
Best regards,
MikeHi,
OK, I see you have an advanced setup on your homepage, with 3 sliders for the top that show at different screen sizes, and then a color section that is always hidden, which was the target of the “next section” arrows.
I moved the hidden color section below the next visible color section to show the arrow will now work, but please consider removing the hidden color section. Please see screenshot in Private Content area.The slider for the desktop will work because it is on bottom of all the sliders, the tablet & mobile sliders arrow will still not work because they are pointing the hidden desktop slider. I believe the real solution for this is to remove all of the arrows of all of the sliders, and create a “code block” with the ID “next-section-arrow” arrow with this code:
<a href="#true-next" title="" class="scroll-down-link av-control-hidden" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>then add this ID to the target section below all of the sliders:
true-nextThen add this css to move the arrow up over the sliders:
/* code block arrow */ #top.home .avia-fullscreen-slider{ z-index: 1; } #top.home #top .scroll-down-link { top: -130px; } #top.home #after_full_slider_3 .content {padding: 0px !important;}This is an example for the homepage, and I have added this to your site so you can see how it works.
So if you wish to use this for other pages, you can follow these steps, Or now that you know how the hidden elements are affecting the arrow link you can consider a different approach, such as one slider of all screen sizes, or only using the arrow for desktop devices.
Best regards,
MikeHey studioinktvis,
Try this code in the General Styling > Quick CSS field:#header_main_alternate .container:after {display: none !important;}Best regards,
MikeHey intimadecom,
Try this code in the General Styling > Quick CSS field:.header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a { background-color:rgba(255, 255, 255, 0.5) !important; } .header_color.av_header_transparency .header_bg, .header_color.av_header_transparency .main_menu ul ul, .header_color.av_header_transparency .main_menu .menu ul li a, .header_color.av_header_transparency .pointer_arrow_wrap .pointer_arrow, .header_color.av_header_transparency .avia_mega_div, .header_color.av_header_transparency .av-subnav-menu > li ul, .header_color.av_header_transparency .av-subnav-menu a { background-color:transparent !important; border-color: transparent !important; } .header_color .main_menu .menu ul li a {color: #fff !important;}Best regards,
MikeHey per_bressendorff,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Vrout,
To reduce the space between columns on your page, Try this code in the General Styling > Quick CSS field:#top.page-id-3719 .flex_column_table { width: 80%!important; margin: auto!important; }Please see screenshot in Private Content area of expected results.
Best regards,
MikeHey diefleischerei,
To hide the menu, please try this code in the General Styling > Quick CSS field:.main_menu {display: none !important;}For the cookie info please try this code:
#cookie-notice.cn-bottom.bootstrap {background-color:#fff !important; color: #000 !important;}Best regards,
MikeHey vinayb,
Please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/
This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most.Best regards,
Mike -
AuthorPosts
