Forum Replies Created
-
AuthorPosts
-
Hey Willem7904,
Try to edit this file in the enfold theme folder: js/shortcodes.js and find this code (line 2605 on enfold 4.0.5):
thisheading.on('click', function()and replace it with this code:
thisheading.on('mouseover', function()Let us know if this helps :)
Best regards,
NikkoHi,
You’re welcome and thanks for using Enfold :)
Best regards,
NikkoMay 1, 2017 at 4:09 pm in reply to: Category & tag archive page: how to make post images less high? #785823Hey Chris,
If you are using Simple Image Sizes, just go to Settings > Media, then find this size portfolio size change it’s maximum height from 400 to a lower value then regenerate the images. Hope this helps :)
Best regards,
NikkoHey Joe,
The latest version 4.0.5 is compatible with woocommerce 3.0, you can refer on the changelog: http://kriesi.at/documentation/enfold/enfold-changelog/ there are still minor issues which we are currently dealing but rest assured that Kriesi and our devs are working to fix the said those minor issues.
Best regards,
NikkoHi,
Try inserting this css code in the media query (max-width:480px):
#av_section_titles { min-height: 140px; }Hope this helps.
Best regards,
NikkoMay 1, 2017 at 3:49 pm in reply to: Some Issues with Visual compose environment of Text Block element #785805Hi,
I’m not really sure why but for some reason deferring the javascript on your backend causes some issue and produces some js error, the only solution I made was to make sure not to defer javascript when in the wp dashboard but still allow it on the frontend. :)
Best regards,
NikkoMay 1, 2017 at 3:42 pm in reply to: Set hover and active colors for all children of a parent page #785797Hey 1lizcollins,
Try using this css code:
#top.parent-pageid-xxxx .sidebar a { color: #000 !important; }just replace xxxx with the page id of the parent page and adjust the color as you see fit. Hope this helps :)
Best regards,
NikkoHi,
I have checked your site and the credit cards and copyright line aren’t linked to amazon, I think it’s cached on your end. Try checking it with browser that you haven’t used to open the site and check if the issue is still showing up.
Best regards,
NikkoHi,
Glad to hear that! Thanks for using Enfold :)
Best regards,
NikkoHey Rupert,
Try to check this post: https://scotch.io/tutorials/removing-wordpress-header-junk
Hope this helps :)Best regards,
NikkoHey YongyanLi,
It seems that the difference is the previous one uses only http while the new one uses https, you can instead search for
http://bylees.com/and replace it with:
https://bylees.com/and select all the tables not only wp_links or wp_posts. Hope this helps.
Best regards,
NikkoMay 1, 2017 at 6:14 am in reply to: remove "Cannot modify header information – headers already sent by" #785500Hi,
Can you give us ftp access and a temporary admin access to your site? so we can check further and try to debug. Just post the login details in “private content” so only moderators can see.
Best regards,
NikkoHey J,
Try adding this code at the bottom of functions.php:
function add_custom_script(){ //Your Custom Code Here } add_action('wp_footer', 'add_custom_script');Just replace
//Your Custom Code Herewith your php code. Hope this helps :)
Best regards,
NikkoHi mensmaximus,
Yes, I did try the solution you posted and the part to fix blurry images is perfect! Thanks for helping out :)
Best regards,
NikkoMay 1, 2017 at 6:03 am in reply to: Saving incoming messages from default Enfold contact form #785494Hey vadikcoma,
I think there’s a way but it would take a lot of time and is outside the scope of our support. I would suggest using this contact form plugin: https://wordpress.org/plugins/contact-form-7/ partnered with this addon plugin: https://cfdbplugin.com/
Hope this helps :)Best regards,
NikkoHey vadikcoma,
Try using the Accordion from Advanced Layout Builder, that should do it (probably with few css tweaks).
Best regards,
NikkoHi,
I also find it confusing since it doesn’t show any errors also but I could not reproduce the same issue on my end. Can you try to deactivate all plugins and check if it fixes the issue, if yes, try to activate the plugins one by one to know what plugin is causing it.
Best regards,
NikkoMay 1, 2017 at 5:30 am in reply to: product gallery doesnt work anymore with woocommerce and enfold #785482Hi Angelo-ufirst,
Glad to hear that it worked :)
@mensmaximus: Thanks for providing the fix :)Best regards,
NikkoHi,
Thanks for providing the login, I have added this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) { .responsive #top .header_bg { background-color: #fff; } .responsive.html_mobile_menu_tablet .main_menu .avia-menu, .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, .responsive.html_mobile_menu_tablet #header_main_alternate { display: none; } .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide { display: block; } }Let us know if it’s all good :)
Best regards,
NikkoHey rikv,
I’m not sure if I understood correctly, are you referring to making secondary menu visible in mobile phones?
As for Enfold knowing how to switch to mobile, it using Media Query which is very popular in making sites responsive. Hope this information is helpful :)Best regards,
NikkoHey Philipp,
Can you try to update it to the latest version of Enfold (4.0.5)? if there’s still the spam issue, I would suggest to use plugins that are focused on contact forms like https://wordpress.org/plugins/contact-form-7/ which should can be integrated with google recaptcha.
Best regards,
NikkoHi,
Sorry for the late response, I have tried the login but it doesn’t work, but I don’t think it’s needed anymore since the issue seems to be fixed, I clicked on the buttons and the pdf is working fine.
Best regards,
NikkoHey Malene,
The code should work, but since it doesn’t work, can you try to disable caching plugins? if you have one, if that doesn’t help, can you give us temporary admin access? just post the details in “private content” so only moderators can see.
Best regards,
NikkoHey Demaup,
Can you post the link to the page where the css should apply? so we can take a closer look and find out why it’s not working.
Best regards,
NikkoHey FlatText,
I don’t think :visited would work, since that will only work if the link is visited (clicked), I think you will probably do lots of manual coding which would involve using a web inspector or firebug, and use combination of body class and menu link id for it for example on page 2 (private content), you would use this css code:
.page-id-1688.paged-2 #menu-aml #menu-item-1654 { display: block; }And on page 3, you need to add this code:
.page-id-1688.paged-3 #menu-aml #menu-item-1654, .page-id-1688.paged-3 #menu-aml #menu-item-1655 { display: block; }And so on, which is a long list of code
Best regards,
NikkoMay 1, 2017 at 4:32 am in reply to: Instagram feed in footer widget: how to make a box with margin around each pic? #785460Hi,
Try using this css code:
.av-instagram-item { border: 1px solid #8c919b !important; margin: 0 0 8px !important; padding: 4px !important; max-width: 19%; margin-right: 1% !important; display: block; float: left; }Let us know if this helps :)
Best regards,
NikkoHi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-post-nav { padding: 15px 25px; } #top .avia-post-nav .entry-title { font-size: 16px; line-height: 1.2; }Let us know if this helps :)
Best regards,
NikkoMay 1, 2017 at 4:13 am in reply to: Saving didn't work! Please reload the page and try again #785455Hey xansdesign,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
Don’t forget to make a backup first. :)
Best regards,
Nikko-
This reply was modified 8 years, 6 months ago by
Nikko.
May 1, 2017 at 4:09 am in reply to: Some Issues with Visual compose environment of Text Block element #785454Hi,
Thanks for providing the login, I’ve checked the backend and I can see this js error:
Uncaught TypeError: Cannot read property 'canvas' of undefined at Function.b.closeAllTags (quicktags.min.js?ver=4.7.4:1) at d (editor.min.js?ver=4.7.4:1) at HTMLDocument.<anonymous> (editor.min.js?ver=4.7.4:1) at e (tinymce.min.js?ver=4506-20170408:2) at HTMLDocument.m (tinymce.min.js?ver=4506-20170408:2) at Object.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:3) at Object.a.event.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:9) at HTMLButtonElement.<anonymous> (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:3) at Function.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:2) at a.fn.init.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:2)I have found out this code in your functions.php that’s causing the issue:
function defer_parsing_of_js ( $url ) { if ( FALSE === strpos( $url, '.js' ) ) return $url; if ( strpos( $url, 'jquery.js' ) ) return $url; return "$url' defer "; } add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );I have replaced it with this code which should fix the issue:
if (!(is_admin() )) { function defer_parsing_of_js ( $url ) { if ( FALSE === strpos( $url, '.js' ) ) return $url; if ( strpos( $url, 'jquery.js' ) ) return $url; return "$url' defer onload='"; } add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 ); }Let us know if it’s all good :)
Best regards,
NikkoHey fponce,
Try adding this code at the bottom of functions.php:
function move_postmeta(){ ?> <script> (function($){ $("#top.single").find(".post-meta-infos").insertAfter("h1.post-title.entry-title"); })(jQuery); </script> <?php } add_action('wp_footer', 'move_postmeta');Let us know if this helps :)
Best regards,
Nikko -
This reply was modified 8 years, 6 months ago by
-
AuthorPosts
