Forum Replies Created
-
AuthorPosts
-
July 4, 2018 at 2:40 pm in reply to: Google web fonts still loading despite Custom Font Manager #981228
Hi Sophie,
Thanks for the reminder, you can add it on all selectors you used a custom font, for example the code I gave:
blockquote { font-family: 'chelsea-market-v5-latin-1'; }
should be changed to:
blockquote { font-family: 'chelsea-market-v5-latin-1'; font-weight: 400; }
Best regards,
NikkoHi Mike,
It’s not really the fault of website, but I think the changes within php version 7.2 does not allow the __return_true function, which is defined in the wordpress core.
So the only alternative is to create a function that just returns a true value and use it.Best regards,
NikkoHi Banshee350,
Can you post the shortcode given by the plugin?
Maybe we can use Code Block instead and try to add some html code.Best regards,
NikkoJuly 4, 2018 at 11:41 am in reply to: How to make a Header Picture in Masonry Style with Text Captions and links #981101Hey Tanja,
Can you provide us a mockup/screenshot or probably a site which shows what you are trying to achieve?
So we can evaluate what needs to be done.Best regards,
NikkoHi Semito,
I have tried to access the ftp with the details you gave however it doesn’t work.
Also I checked your site, which text did you use the Cinzel font? I do see Cormorant font used.Best regards,
NikkoHi Mike,
I might not have explained it clearly, first edit product_snippet_review.php on line 80 and you should find this code:
add_filter('comments_open', __return_true);
replace it with:
add_filter('comments_open', 'fn_true');
then at the bottom of functions.php add this:
function fn_true() { return true; }
let us know if this helps.
Best regards,
NikkoJuly 4, 2018 at 11:24 am in reply to: Google web fonts still loading despite Custom Font Manager #981094Hi swotes,
You may need to use a caching plugin for it so it loads the fonts faster, since it uses alternative fonts first when the primary font you want to use is still not loaded.
Another option I would suggest is to use Page Preloading in Enfold > Theme Options, so it shows a preloader first and once the site is properly loaded the page is revealed.
Hope this helps.Best regards,
NikkoHi Timo,
Can you try to copy portfolio.php from enfold > config-templatebuilder > avia-shortcodes > portfolio folder, then apply the modifications there instead.
The modified portfolio.php you have currently might not be updated with recent changes.Best regards,
NikkoHi Ariane,
Glad that you have managed to adjust the style for the Events Calendar.
I’m not sure what you meant with Enfold only partially working with Events Calendar, can you elaborate on it more? or give us some screenshot, maybe we can report it if it’s a bug in the theme.
We do have a demo where we used the Events Calendar: https://kriesi.at/themes/enfold-church/events/month/ and it doesn’t seem to have any issues.Best regards,
NikkoJuly 4, 2018 at 10:58 am in reply to: Hide titles and descriptions when you hover on images or thumbnails of galleries #981078Hi zizibe1,
Can you try to use this code instead:
function remove_title_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('#wrap_all img.avia_image').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'remove_title_attr');
Hope it helps :)
Best regards,
NikkoHi jakemobley,
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,
NikkoJuly 4, 2018 at 10:55 am in reply to: "Database error, server shutdown in progress…." in error log #981074Hi Rob,
I understand. Did the suggestion I gave worked?
Since you have mentioned on that other thread that the staging site had those errors until Gunter made some fixes to it, which most likely would fix the issue on your live site as well.Best regards,
NikkoHey eVirtualRich,
You only need to go to Enfold > Demo Import > then select a demo and import it and you should be able to download the demo with all its pages.
What demo are you trying to use?Best regards,
NikkoHi kabukcu,
Are you using godaddy?
Maybe the solution on this post would help: https://ph.godaddy.com/community/Managing-WordPress/Wordpress-theme-upload-error-quot-The-link-you-followed-has/td-p/101292Best regards,
NikkoHey scaico,
Unfortunately there’s no option to do that.
The only way to do it is to use a child theme then tweak the Masonry element and place it in the child theme.
The instructions can be found here: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#add-elements-to-alb
Hope it helps.Best regards,
NikkoHi klangbildREC,
Glad that it’s working :)
Let us know if you need further assistance.Best regards,
NikkoHey jakemobley,
On your menu links, can you try for example instead of using:
https://growthspurtconsulting.com/#philosophy
try using only:
#philosophy
Hope this helps
Best regards,
NikkoJuly 2, 2018 at 5:20 pm in reply to: Hide titles and descriptions when you hover on images or thumbnails of galleries #980159Hey zizibe1,
Can you try to give us a link to the page where you want it to be applied? so we can take a closer look and try to modify the code based on what you need.
You can post the link in private content if you want it to be seen only by the moderators.Best regards,
NikkoHi Rob,
Can you try to use the Enfold theme modified by Gunter from the stage site and use it on your live site?
Let us know if this helps.Best regards,
NikkoHey momoko-enfold,
I tried to check your site and setting the footer page doesn’t seem to work on your site.
Probably due to some plugin conflict, I tested this on my end and it does work properly so it’s not a bug.
Can you try to disable all plugins then check if the footer page shows properly please enable the plugins one by one to know which is causing the issue.
If it doesn’t please give us permission to disable plugins temporarily and give us ftp access, to try to check the error logs.Best regards,
NikkoJuly 2, 2018 at 4:34 pm in reply to: How to disable multiple image sizes generation while uploading to Gallery #980141Hey Jeff,
This is most likely a wordpress issue, you can try to check this post: https://www.wpbeginner.com/wp-tutorials/how-to-prevent-wordpress-from-generating-image-sizes/
or try to use this plugin Stop Generating Image Sizes: https://wordpress.org/plugins/image-sizes/
As for unused images you can remove them manually or you can try some plugins like: https://wordpress.org/plugins/media-cleaner/ for it
Hope this helps.Best regards,
NikkoHey Timo,
You can create a folder called portfolio in the shortcodes folder of your child theme and inside it you can put the modified portfolio.php.
I have tested this on my end and it works fine.Best regards,
NikkoHi Mike,
Can you try to replace __return_true of
add_filter('comments_open', __return_true);
to use a function instead that returns a value of true.
Hope this would help.Best regards,
NikkoJuly 2, 2018 at 3:18 pm in reply to: Overriding The Events Calendar in Child Theme not working #980114Hi Ariane,
Try to edit functions.php (line 605) and remove this code:
require_once( 'config-events-calendar/config.php' );
Let us know if this helps.
Best regards,
NikkoHey Ariane,
Yes, that’s correct. Enfold removes these 3 styles because Enfold integrates its design to the Events Calendar.
If you want to remove this integration and use the defaults of Events Calendar Pro, you can go to functions.php (line 605) and remove this code:require_once( 'config-events-calendar/config.php' );
Hope it helps.
Best regards,
NikkoHi CloudChoice,
The footer is wrapped inside the section above it.
I tried to login to your site however I got this error:Persona non grata - Abusive behavior You are out dude!
Best regards,
NikkoHi Steve,
I don’t think we will need ftp logins since we could not check the site.
Can you tell us what code did you add in the codeblock to show the ajax search?Best regards,
NikkoHi Halloblauw,
It’s only half shown because it’s set as a background image and since it doesn’t have any content and not enough height to show the whole image, only a portion of the image is shown, try adding this css code also in your Quick CSS:
@media only screen and (max-width: 768px) { .home #av-layout-grid-3 .flex_cell.av_two_fifth.avia-builder-el-28 { min-height: 400px; background-size: auto 100% !important; background-position: center center !important; } }
Hope it helps :)
Best regards,
NikkoHi ehdavies,
Glad that it’s resolved.
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoJuly 2, 2018 at 2:35 pm in reply to: "Database error, server shutdown in progress…." in error log #980094Hi Rob,
We apologize for the late response.
What php version are you using?
Also, 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,
Nikko -
AuthorPosts