Forum Replies Created
-
AuthorPosts
-
Hey Todo,
You can check https://kriesi.at/support/topic/recommended-plugins/ for user reports, or use the search box.
One plugin you may wish to look into is: https://wordpress.org/plugins/wp-job-manager/Best regards,
MikeSeptember 30, 2017 at 10:17 pm in reply to: Pre Sale question about GRAVITY FORMS LIST & EDIT #858831Hey Pierre QUINTANA,
Sorry our theme doesn’t edit the gravity avatar, you must login to your account to do that.Best regards,
MikeHi,
Please review this page test
I would try to remove the affiliate js script, it loading twice and slowly, also why do you have a 301 redirect on your domain name? Your main images are loading slowly, and seem very large at 1600px
Please check the Performance ReviewBest regards,
MikeHey welti,
Are you using the Masonry element or the Portfolio grid? Is the title under the image or over the image?
Please include the url to the page in question so we can give you a accurate answer.Best regards,
MikeHi,
Have you tried disabling your plugins? If that resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHey newki75,
If I understand correctly, you are working on a site that someone else built and the Enfold contact form is also sending a copy of the email to the visitor. Which you would like to stop.This sounds like a custom function was placed in the functions.php, or a plugin was added.
I would look in the functions.php file to remove the code.Best regards,
MikeHey keifygeorge,
I don’t believe that either of these will add to Enfold, they are both page builders to help create landing pages, but they are not elements that can easily be used side by side on the same page with Enfold. We have a great post on creating a landing page:I believe you can take these principles and build your own landing page with Enfold.
Best regards,
MikeHi,
Try adding this code to the end of your functions.php file in Appearance > Editor:add_action('admin_head', 'my_custom_fonts'); function my_custom_fonts() { echo '<style> #wpbody-content div.layerslider_notice {display:none!important;} span.update-plugins {display:none!important;} </style>'; }
Best regards,
MikeHey arundhuti,
To disable the ‘enlarge image/zoom in’ effect on the masonry gallery, Try this code in the General Styling > Quick CSS field:.avia_desktop .av-masonry-entry:hover .av-masonry-image-container { -webkit-transform: none!important; transform: none!important; }
Best regards,
MikeSeptember 30, 2017 at 8:18 pm in reply to: Do not use column padding under a certain screen width. #858812Hey Granis,
Try adding your css rule inside of this media rule and make your padding zero:@media only and (min-width: 500px) screen and (max-width: 767px) { /* your rule here */ }
adjust sizes to suit
Best regards,
MikeHey tliebl,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHey jefftawater,
I went into your catalog page and found the shortcode wand, please see screenshot in Private Content area.
As for your plugin that needs an update, it is an error that sometimes happens when the plugin author makes an error, while you can uninstall each one, then reinstall them again to resolve this, most find it easier to wait for the next update that often solves this.Best regards,
MikeSeptember 30, 2017 at 7:53 pm in reply to: Layerslider WP – after Update the background-images are zoomed in #858806Hey JFKommunikation,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHey bitinteractive,
Please include the url to the page in question so we can take a closer look.Best regards,
MikeHey Martina,
Sorry, editing my host file didn’t work. Can you explain in more detail with screenshots?Best regards,
MikeHey Amyadelaide,
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed.avia-menu-fx { bottom: 15px; }
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey targetsystems,
One option would be to follow this post: https://kriesi.at/support/topic/style-css-with-version-number/
Or you could add this to your .htaccess to expire css after a set time.ExpiresActive on ExpiresDefault “access plus 8 hours” ExpiresByType text/css “access plus 3 hours”
Best regards,
MikeHi,
I was able to create a new page and add content and save with not errors.
How can I recreate your error?Best regards,
MikeSeptember 30, 2017 at 6:33 pm in reply to: Three separate code blocks are using same images? #858790Hey ACJJ619,
Have you considered using three gallery elements in three 1/3 columns, with the “Big image only, other images can be accessed via lightbox” option?
You could remove the padding between them with this css:#top div .av_one_third.el_after_av_one_third, #top div .av_one_third.el_before_av_one_third{ margin-left: 0px!important; width: 33% !important; } #top div .avia-gallery .avia-gallery-big {padding: 0px!important; }
I would recommend adding page_id’s to the code so it won’t conflict with other pages.
Best regards,
MikeHi,
Strange, the file is still not writable, please provide ftp access in the Private Content area.Best regards,
MikeHi,
You could use the plugin GA Google Analytics it gives the option to use the header or footer.Best regards,
MikeHi,
We can offer some code to change the font size, but I didn’t find the shop page, please include the url to the page and the size you would like the font so we can assist.Best regards,
MikeSeptember 30, 2017 at 4:35 pm in reply to: Make custom post types appear in slider, article list etc… #858775Hi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I wanted to Enable Avia Layout Builder Debug in your functions.php
but the file is not writable, this is not normal. Please try this fix so we can help: Fix File and Folder Permissions
Best regards,
MikeSeptember 30, 2017 at 4:05 pm in reply to: slider text gets cut off on left when window is resized #858771Hi,
Try this code in the General Styling > Quick CSS field:.header_color div {border-bottom-color: transparent !important; } .avia-menu.av-main-nav-wrap {top:-50px} .container .av-content-full.units {padding-top: 0!important; }
please see screenshot in Private Content area
Best regards,
Mike -
AuthorPosts