Forum Replies Created
-
AuthorPosts
-
Hi Mehraj,
I think you can improve it by using sharper images and probably using custom google fonts.
You may also check for some designs in our demo: https://kriesi.at/themes/enfold-overview/
Also check out some links posted by other users in this thread which also showcase a lot of great design ideas :)Best regards,
NikkoJanuary 18, 2019 at 4:32 pm in reply to: Sticky Footer and Socket while Overlapping Content #1055496Hi AK,
Glad that we could help you :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi kcloud3,
Glad that we could help. :)
Let us know if you need further assistance or if we can close this thread.Best regards,
NikkoJanuary 17, 2019 at 6:28 pm in reply to: I need to centre buttons in portrait version of website #1055108Hi Kim,
Glad that we could help :)
Feel free to create a new thread if you need assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi mary301187,
Glad that we could help :)
Best regards,
NikkoJanuary 17, 2019 at 6:23 pm in reply to: Layer slider – mobile settings (hide layer) and shadow #1055104Hi c3idesign,
Glad that you found an alternative solution. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi unicaweb,
Looks great! :)
Thanks for sharing it.Best regards,
NikkoJanuary 17, 2019 at 6:08 pm in reply to: Sticky Footer and Socket while Overlapping Content #1055096Hi ak-muc,
I have added this css code on top of Quick CSS:
#footer { min-height: 268px; } #footer .container { position: fixed; bottom: 54px; } #socket { min-height: 54px; } #socket .container { position: fixed; bottom: 0; } #main > div { position: relative; z-index: 5; } #main #footer, #main #socket { z-index: 1; }
However I did need to disable CSS Merge in Enfold > Performance since it still fetches the old css even when cache is flushed out.
Best regards,
NikkoJanuary 17, 2019 at 11:34 am in reply to: "Share this Entry" – any way to use permalinks rather than plain links? #1054942Hi mkammes,
Can you try adding this php code in functions.php:
function avia_add_social_share_link_arguments($args) { $args['twitter']['pattern'] = 'https://twitter.com/share?text=[title]&url=[permalink]'; return $args; } add_filter('avia_social_share_link_arguments', 'avia_add_social_share_link_arguments', 10, 1);
Hope it helps.
Best regards,
NikkoHi kanedaham,
Can you give us a screenshot when logged in and logged out? I see the same on both.
The only reason I could think of why that is happening is because of caching.
Some hosting have caching enabled by default even without installing a plugin on your site.
Try using another browser which haven’t opened your site before and check.Best regards,
NikkoHi mary301187,
Go to Settings > General > Site Language > set to: English (United States)
Best regards,
NikkoHi Manfredi,
I apologize for the late response.
However I could not seem to login to your site with the credentials you gave, please check.Best regards,
NikkoJanuary 17, 2019 at 10:11 am in reply to: I need to centre buttons in portrait version of website #1054909Hi Kim,
Can you give a screenshot on how it looks on your end? since I can’t seem to see it on my end.
Would you prefer if the font size is adjusted? maybe that’s causing the issue or maybe just change the 3 columns to 1?Best regards,
NikkoHi yasodaran,
I have checked your site with https://www.seocentro.com/tools/search-engines/metatag-analyzer.html and I don’t see anything wrong and regarding the links you mentioned are you referring on:
URLs found in the page. Found 163 urls from where 128 unique.
or the header results (screenshot in private content), however I couldn’t really find any issue.
.htaccess file seems fine.Best regards,
NikkoHi Manfreddi,
You should see it just below the textarea/editor you’re using to reply to us.
Here is a screenshot showing it: https://imgur.com/a/fyWcZ2XRegards,
NikkoHi jenzai,
Glad that it is resolved :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Dizasta,
I’m not really sure why that’s happened but some inline css is causing it.
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.As for your 2nd question it’s possible.
Best regards,
NikkoHi kcloud3,
Try to add this code in functions.php:
add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['square'] = array('width'=>250, 'height'=>250); return $size; }
then you’ll need to re-add the image for it to trigger this function.
However if you have already lots of images uploaded, you should use this plugin: https://wordpress.org/plugins/regenerate-thumbnails/ to regenerate images.Best regards,
NikkoJanuary 15, 2019 at 10:15 am in reply to: "Share this Entry" – any way to use permalinks rather than plain links? #1054036Hey mkammes,
It should share the url based on the permalink set.
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,
NikkoHey fusedmanagement,
Slider Images will stretch images depending on the size of the slider though the source image will be changed.
If you want to shrink the size, you’ll need to put the easy slider inside a column like 1/2 column.
Hope this helps.Best regards,
NikkoHey Elisabeth,
Can you try to add this code in functions.php:
function av_custom_excerpt_length( $length ) { return 80; } add_filter( 'excerpt_length', 'av_custom_excerpt_length', 999 );
Just replace 80 (words) with any number, just increase or decrease it as you like.
Best regards,
NikkoHey BSHosts,
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,
NikkoHi fusedmanagement,
Glad that we could help :)
Enfold in it’s latest update has backend for disabling gutenberg, you should find it in Enfold > Theme Options > Select Your Editor > Use WP Classic Editor.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey kashcroft,
I checked the buttons and it’s linked to #tale however there’s no section with an ID of tale that’s why it’s not working.
Try creating a section and the Developer ID set to taleBest regards,
NikkoHey mary301187,
You should be able to find it in Advanced Layout Builder > Content Elements > Social Share buttons.
Hope this helps.Best regards,
NikkoHey kanedaham,
I have checked your backend especially Enfold > Footer however Default Footer & Socket Settings is set to Show Footer Widgets & Sockets.
Setting that to Select a page to display as a footer should work properly, I have tested it and returned it back to its original setting.Best regards,
NikkoHi Art,
Glad to hear that it’s working fine again.
Thanks for using Enfold and have a great day!Best regards,
NikkoHey stratpricing,
I tried to login with the login credentials you gave however it doesn’t work, please check.
Best regards,
NikkoHey TheGrinch18,
I tried to check on your site however it returns:
DNS Lookup for "www.yoursite.com" failed. System.Net.Sockets.SocketException No such host is known
Best regards,
NikkoHey thibmedia,
I tried to login with the credentials you gave however I could not login with it, please check.
I think it’s not because of WordPress is updated but because PHP is updated to 7.2 which deprecates the create_function.
I have checked that you are already using Enfold 4.5 and looking into this version’s config-layerslider > Layerslider > wp > widgets.php line 4 and couldn’t find the create_function.Best regards,
Nikko -
AuthorPosts