Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for updating the PHP, I have uploaded all of the demo images via FTP and then installed the demo.
Please clear your browser cache and check.Best regards,
MikeHi,
This is the css for the green success message (add to cart) & the red error messages (in the check out)
please adjust the colors to suit:##top div.woocommerce-message { border-color: #8BAF5B !important; background-color: #E0F1B5 !important; color: #4F5F39 !important; } ul.woocommerce-error { background-color: #F0DCDB !important; color: #941210 !important; }
*Please note that I may have completed a order in your cart while testing, sorry :)
Best regards,
MikeDecember 2, 2018 at 6:35 pm in reply to: reduce the space between column product elements in the mobile version #1040004Hey Roger,
Thanks for the login, I added this css to your Quick CSS:@media only screen and (max-width: 767px) { #top.page-id-129 .flex_column_div.el_before_av_one_third, #top.page-id-129 .av_fullwidth.av-catalogue-column, #top.page-id-129 .av-catalogue-container.av-catalogue-container-woo { margin-bottom: 0px !important; } }
This seems to be working for your page, but I added the page ID to each rule so it would not interfere with other pages, Please clear your browser cache and check.
Best regards,
MikeHey ssmith007,
Thanks for the login, Please include FTP access in the Private Content area and I will upload the images for the church demo.
I may need to reinstall the demo for the images to be included in the database, will this be alright?
Is this a Godaddy “managed” hosting account?Best regards,
MikeHey J,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:blockquote { border-right-style: solid !important; border-right-width: 7px !important; border-left-style: none !important; border-left-width: 0px !important; padding-right: 20px !important; margin-left: 1em !important; padding-left: 0px !important; margin-right: 0em !important; }
Best regards,
MikeHi,
The errors that I see are your images a loading from http but your site is https, so you are getting a mixed content error, this is why your media library is not loading.
I recommend trying the plugin Really Simple SSL, did you move this site from somewhere else or did you just install the ssl?
You are also getting jQuery errors from your Yoast plugin, please try disabling your plugins, until your images are showing again.Best regards,
MikeHi,
If I understand correctly, the arrows are showing by default and you would like to hide them for all categories except one?
We could hide the arrows from certain categories by first adding the category class to the body tag, with adding this code to the end of your functions.php file in Appearance > Editor:// add category class on single post page add_filter( 'body_class', 'add_category_class' ); function add_category_class( $classes ) { if( is_single() && has_category('news') ) $classes[] = 'news-cat'; return $classes; }
Then adding the category class to the css like this:
#top.news-cat .avia-post-nav { display: none !important; }
This hides the arrows on the one category, and you could add more category classes to the rule, or you could use the “:not()” to hide the arrows for all classes except one, like this:
#top:not(.news-cat) .avia-post-nav { display: none !important; }
Best regards,
MikeHey cipriana,
Please include a admin login & FTP access in the Private Content area so we can take a look, please ensure that you have made a full backup, I recommend using the backup solution that your webhost has available.
Since you have gone back I assume you have done this before.Best regards,
Mike0December 1, 2018 at 10:26 pm in reply to: Anchor Links within Main Nav Menu Not Working Properly & Old Customized Scripts #1039740Hi,
Sorry for the late reply, if I understand correctly the jumping to anchors is solved now by removing the above script, but you still need to solve the linking to tab section?
Which page has the tab section? I didn’t see it on the “products” page.Best regards,
MikeHi,
Sorry, I wish I had better news for you, but the spam you are experiencing is not a result of the contact form, it’s a result of a spambot targeting your site. You could block these bots with many good plugins or you could check out these 6 Modern Solutions to Protect Web Forms from Spam these are also some good tips tooBest regards,
MikeHi,
I assume you tried disabling your plugins to rule that out?
Can you please include a admin login in the private content area so we can take a closer look?Best regards,
MikeHey djsmbd,
Was it one background image for the whole page, or each section had a background image?
Do you happen to have a screenshot of how it was?Best regards,
MikeHi,
I thought the problem was that spambots are targeting your site and contact form?
Google Recaptcha is not 100%, no captcha is, even a honeypot is not 100% but it should help.
Unfortunately we don’t have this as an option in Enfold yet.Best regards,
MikeDecember 1, 2018 at 6:59 pm in reply to: Custom 404-Page is redirected with wrong HTTP-Status-Code #1039718Hi,
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
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
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,
MikeDecember 1, 2018 at 6:48 pm in reply to: Contakt form: Autoresponder does not generate eMail #1039710Hi,
Sorry for the late reply, I have tested your contact form using the WP Mail Log plugin that you installed, what it shows is that the contact form is sending the first message but not the autoresponder, which would show in the mail log plugin, but it is not giving any errors, also you are not getting ant errors from the page/site.
This tells me that the error is in WordPress itself, not in the mail server. I didn’t find any customizations in the functions.php
I suspect your Redux plugin since that is just about your only plugin, but typically Redux is part of something else, which is why it doesn’t have an un-installer. Please try to un-install.Best regards,
MikeHi,
Sorry for the late reply, Please link to the page that has you masonry element, I didn’t find one in the source of your homepage.
The masonry element does have the author included and typically just requires some css like this:.av-masonry-text-sep.text-sep-author, .av-masonry-author { display: block !important; }
Best regards,
MikeDecember 1, 2018 at 4:49 pm in reply to: Custom 404-Page is redirected with wrong HTTP-Status-Code #1039682Hi,
Sorry for the late reply, I see that the dev team has opened a issue for this and is working on it. I’m sure they will post here once they have a solution, but I will also try to keep you informed of updates.Best regards,
MikeHey VizuallElisa,
Sorry for the late reply, are you using the Smart Variations Images plugin? I was researching your question and found that was the issue for someone else
Here is another possible solution
Have you tried disabling your plugins? This is the solution for many people, if this resolves the issue, reactivate each one individually until you find the cause.Best regards,
MikeHi,
Here is a idea to block the spambots, try using the Contact Form 7 plugin with the Contact Form 7 Honeypot when a spambot fills in a hidden field that valid users can’t see it verifies that the submitter is a spambot, and the form is rejected as spam.
Spambots blindly fill in all fields, regardless of if the field should be filled in or not.Best regards,
MikeHi,
Glad to hear, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function change_logo_zindex_on_menu_hover(){ ?> <script> (function($){ $(function() { $('.main_menu li a').hover(function() { $('.logo').css('z-index', '0'); }, function() { $('.logo').css('z-index', '1'); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'change_logo_zindex_on_menu_hover');
Please see the screenshot in Private Content area.
Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:.wpcf7#wpcf7-f468-p367-o1 p:nth-child(even) { width: 100% !important; float: left !important; }
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.
Best regards,
MikeDecember 1, 2018 at 8:01 am in reply to: Remove Bottom Border for Blog Posts (Single Author, Big Preview Pic) #1039532Hey kamcmillan,
Please include the url to the page in question so we can take a closer look, I don’t seem to have this border on my demo.Best regards,
MikeHi,
Thanks for the link it did help lead me to the correct function, so what you will need to do is ensure that WordPress > Settings > General > Timezone is set correctly, there is a info box that tells you what WordPress thinks is the local time which updates when you save the settings:
Then change the function to this one:function mm_post_date_time( $formatted, $format, $the_post = false ) { if ( ! $the_post ) { global $post; $the_post = $post; } $post_date = get_post_time( 'M d Y g:i:s a', $gmt = 0, $the_post); $output = $post_date; return $output; } add_filter( 'the_time', 'mm_post_date_time', 10, 2 ); add_filter( 'get_the_time', 'mm_post_date_time', 10, 3 ); add_filter( 'the_date', 'mm_post_date_time', 10, 2 ); add_filter( 'get_the_date', 'mm_post_date_time', 10, 3 );
Best regards,
MikeHey xxtita,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed !important; } .responsive #top #wrap_all #header #header_meta { z-index: 1 !important; } .responsive #top #wrap_all #header .social_bookmarks { float: none !important; } .av-burger-menu-main.menu-item-avia-special { top: -60px !important; } .responsive #top #wrap_all #header #header_main { height: 0px !important; } .responsive #top .logo { display: none !important; } }
Then please clear your browser cache and check.
Please see the expected results screenshot in Private Content area.Best regards,
Mike -
AuthorPosts