Forum Replies Created
-
AuthorPosts
-
September 9, 2017 at 3:24 pm in reply to: Woocommerce – "lost password" in "my account" page position crosses error #849950
Hey dpstud10s,
Try this code in the General Styling > Quick CSS field:.woocommerce .login .lost_password {padding-top: 20px!important; }
Best regards,
MikeSeptember 9, 2017 at 3:19 pm in reply to: Don't receive emails with contact forms information #849948Hey Samuel,
Have you tried disabling your plugins? If that resolves the issue, reactivate each one individually until you find the cause.
When testing try the WP Mail Logging plugin to see if your site is sending the emails.
Perhaps try using the WP SMTP plugin to have WordPress use SMTP instead of PHP mail.
Here’s some more info: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 633px) and (max-width: 1439px) { .read-more-link {display: inline-block!important;}}
Please clear your cache :)Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:@media only screen and (max-width: 989px) { .responsive .av-frame.av-frame-left, .responsive .av-frame.av-frame-right, .responsive .av-frame.av-frame-bottom { display: inherit!important; } .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu { right: 30px!important; }}
Best regards,
MikeHey Peter,
Sorry, that feature is not available yet, but I did some testing and found that if you order by “last modified” and simply “update” the posts you want at the top, or use the “quick edit” to change the published date or time, you can force the order.
While there are plugins such as: https://wordpress.org/plugins/wp-most-popular/ I don’t believe they will work with the Masonry element, but please try.Please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
MikeHi,
I added this code in the General Styling > Quick CSS field for each of the languages that had the wrong colors:#top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text, #top .av_header_transparency .social_bookmarks li a, .header_color .sub_menu>ul>li>a, #top #wrap_all .header_color.av_header_transparency .phone-info.with_nav span {color: #fff !important;}
Please clear your cache
Best regards,
MikeHi,
To change the word “Blog” to another word such as “News” in the top left of your posts pages try adding this code to the end of your functions.php file in Appearance > Editor:add_filter('avf_title_args', 'fix_single_post_title', 10, 2); function fix_single_post_title($args,$id) { if ($args['title'] == 'Blog') { $args['title'] = "News"; $args['link'] = get_permalink($id); } return $args; }
Before:
After:
I’m not sure if this is the solution your looking for because you said that when you click on a category you see “Blog – [category]” and on my demo I see “Archive for category: [category]”
If this was not the right solution please see our 2017 Demo and link to the page you meant.Best regards,
MikeHi,
I believe the code your asking about is in /enfold/css/shortcodes.css
Were you not able to make the changes you wanted directly in the element?
Perhaps if you explained exactly what you wanted to do we could help better.Best regards,
MikeSeptember 8, 2017 at 10:24 pm in reply to: Please read – Regarding Wordfence LayerSlider warning on Enfold 4.0.3 #849734Hi,
From what I can see, there are several LayerSlider fixes and looks like an update for the next Enfold update. Typically we do update LayerSlider with Enfold updates.Best regards,
MikeHi,
With your permission, I’m willing to copy your site to my localhost and check there. But I have not found an error on your site to compare against my localhost, other that it being slow which my localhost will naturally run quicker. Is there an exact url that will not work for you (and me) so I can test?
Please provide exact url:
exact change to make that you can’t do:
screenshots would be nice.
permission to copy to my localhost.Best regards,
MikeSeptember 8, 2017 at 9:48 pm in reply to: Thank you Message after suscribing to the Newsletter #849721Hi,
Do you mean that you changed theme files directly, or that you added HTML within the builder?
You can check how updates will effect your site on your desktop with a localhost app, such as the free version of MAMP for Mac or XAMPP for Windows, or LAMP for Linux :)
I use the portable UwAmp on Windows 10
To copy your current site to your localhost for testing, I recommend using https://wordpress.org/plugins/duplicator/ then download your update from ThemeForest and apply it to your www/wp-content/themes/emfold/ folder just as if you were using FTP.
You can also use this setup to test new plugins and changes before doing so on your live site.Best regards,
MikeHi,
There are quiet a few changes between v3.6.1 & v4.1.2 most note worthy is the mobile menu. You should definitely test on a testing site. A new version should be coming out very soon that fixes a few bugs in the last version, and should make your transition easier.
Sorry we don’t have a demo version to give you, have you tried going to your ThemeForest account and seeing if you can download the latest version there?Best regards,
MikeSeptember 7, 2017 at 2:48 am in reply to: Automatic apostrophe replacement in a special header #848909Hi,
Glad you are back,
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,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeSeptember 7, 2017 at 2:44 am in reply to: Some items of menu does not expand in mobile view since updating to 4.1.2 #848905Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeSeptember 7, 2017 at 2:32 am in reply to: Need to change the color column 1 of the pricing table #848900Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeSeptember 6, 2017 at 11:13 am in reply to: Need to change the color column 1 of the pricing table #848539Hi,
OK, I have checked your Quick CSS and found you have javascript mixed in braking the css rules. I moved the css above the javascript and it works fine now. Please see screenshot in private content area. Please clear your cache.Best regards,
MikeSeptember 5, 2017 at 11:06 am in reply to: Need to change the color column 1 of the pricing table #848038September 5, 2017 at 10:55 am in reply to: WordPress- AND FTP-Account needed for best support? #848032Hi,
Is there anything else we can help with, or shall we close this?Best regards,
MikeHi,
I’m Sorry, I might be getting confused here, can you confirm that we are talking about the 3 blue, red, & green text blocks that over lap the slider?Best regards,
MikeHey Peter,
For technical support please register here kriesi.at/support/register with your item purchase code .Go to https://kriesi.at/support/ select the theme you purchased bookmark the URL.
Example: https://kriesi.at/support/enfoldScroll to the bottom of the page to open a new ticket.
Best regards,
MikeSeptember 4, 2017 at 6:20 pm in reply to: Failed to load resource: the server responded with a status of 403 (Forbidden) #847855Hi,
@databuzz we could assist better if you opened a new ticket detailing this with a admin login in the private content area so we can take a closer look.Best regards,
MikeSeptember 4, 2017 at 6:16 pm in reply to: Menu icon not centered when reducing header on mobile #847850Hey piero_fioretti,
Your fix seems to be working, but if you want to try something else, I noticed that this element was 80px and dropping down:@media only screen and (max-width: 767px) { .responsive #top #wrap_all .main_menu { height: 30px!important; }
It might be a replacement for your code, hard to tell with it in place.
Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I’m sorry, but I don’t see it, did you see it in the video? How many pixels high is it?Best regards,
MikeHey hdst,
1) Try this: https://kriesi.at/support/topic/ajax-search-translation-handling-probs/#post-128625
2) Try this code in the General Styling > Quick CSS field:.template-search .post-meta-infos {display:none!important;}
3) Sorry, try a plugin such as https://wordpress.org/plugins/relevanssi/
Best regards,
MikeHey jelle,
We can copy the page for you via debug mode and you could paste it into a new page via debug mode.
Enable Avia Layout Builder Debug
To be clear, you want this page: http://kriesi.at/themes/enfold/homepage/home-v3-3-column-with-blog/
Doing this won’t give you the images too, but you can download them from the link.Best regards,
Mike -
AuthorPosts