Forum Replies Created
-
AuthorPosts
-
Hi Richard,
I tried checking your site again, however I’m getting:
Error establishing a database connection
Let us know if we are able to check again your site.
Best regards,
NikkoHi Arlinx,
Yes, I have created a test page which is basically a clone of the homepage (link in private content).
I did test on mouse scroll again on the slider and it seems to be working fine now, is it also fixed on your end?Best regards,
NikkoHi dondela,
I think a part of the shortcode might be causing the issue but most of the time it doesn’t really cause that issue.
Can you try adding the shortcode bit by bit? what I mean is to add probably just a single section of the shortcode, maybe this way we know which part of the shortcode is causing the issue and maybe we can do some workaround it.Best regards,
NikkoHi Richard,
I think you’re referring on the icon cart on top which shows the Cart page.
Can you try going to Enfold > Shop Options > Header Shopping Cart Icon set to: Always Display attached to the main menu and Save.
Let us know if this helps.Best regards,
NikkoHi Victoria,
I apologize for the late response however I couldn’t access your site using the credentials you gave, please check.
Also, can you try using a code block first? or you can also try to add the code in footer or header: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-footer-sectionBest regards,
NikkoHi smoothbob,
Thanks for sharing that information :)
Glad that it’s all good on your end.
Feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Nathan,
The links for the screenshots you posted can’t be viewed since it’s just on your local computer.
Can you upload it on https://imgur.com/ then post the link here?
You can put the link in private content, if you want it to be seen by moderators only.Best regards,
NikkoOctober 22, 2018 at 2:31 pm in reply to: Update 4.5 – where has the 402 x 325px Portfolio image size gone? #1024874Hi Swarez,
No worries, I’m just glad that the image size issue is cleared out :)
As for overriding it in the child theme, I apologize I’m wrong regarding it, can you try adding this in your child theme’s functions.php:add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 ); function enfold_customization_modify_thumb_size( $size ) { $size['portfolio'] = array('width'=>402, 'height'=>325); return $size; }
Let us know if this helps.
Best regards,
NikkoHi xtenz,
Yes please do give us admin access, so we can check the backend and inspect further.
Just post the credentials in private content, so it’s only visible to the moderators.Best regards,
NikkoOctober 22, 2018 at 7:26 am in reply to: Firefox (Mac): caption at the top of big image instead of being in the center #1024710Hi zizibe1,
Glad to hear that :)
Feel to comeback if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi xtenz,
I can see this css code being added, probably in Quick CSS:
h1, h2, h3, h4, h5, h6, #top .title_container .main-title, tr.pricing-row td, #top .portfolio-title, .callout .content-area, .avia-big-box .avia-innerbox, .av-special-font, .av-current-sort-title, .html_elegant-blog #top .minor-meta, #av-burger-menu-ul li.oswald { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
To fix it, you can add this css code:
#top .av-special-font { font-family: inherit; }
Hope it helps.
Best regards,
NikkoHey Gitte,
Can you give us a link to your site? so we can check further.
Best regards,
NikkoHi claychurchill,
Glad to hear that.
As for the header video issue, we’d like to check your backend however the login credentials doesn’t work anymore.
Please post the credentials in private content.Best regards,
NikkoHi Justin,
Can you try to use this link on your button?
https://youtube.com/watch?v=le0c8IC8zwA%3Fautoplay%3D1%26iframe%3Dtrue
Let us know if this helps.Best regards,
NikkoHi mikeens,
1. Can we request a screenshot of it? I couldn’t see it from my end.
2. You need to modify footer.php and find the code I gave you and just remove it there.Best regards,
NikkoOctober 22, 2018 at 6:49 am in reply to: Update 4.5 – where has the 402 x 325px Portfolio image size gone? #1024690Hi Swarez,
I have no intention of giving you a link that doesn’t work, it’s a thread in the forum from 4 years ago, if you can’t see try checking it with this link (or the link in private content):
https://goo.gl/fgwsw8
or you can search through Enfold or google with the keywords Enfold Image Size and you’ll see it hasn’t changed.Best regards,
NikkoHi Richard,
I have added a postslider folder under the shortcodes folder of your child theme and copied postslider.php from the enfold theme.
Then after this code (line 468-480):if($format == 'link') { $current_post = array(); $current_post['content'] = $entry->post_content; $current_post['title'] = $entry->post_title; if(function_exists('avia_link_content_filter')) { $current_post = avia_link_content_filter($current_post); } $link = $current_post['url']; }
I added this code:
if( get_field( 'download_report') ) { $link = get_field( 'download_report'); }
Let us know if you need further assistance.
Best regards,
NikkoOctober 19, 2018 at 8:24 pm in reply to: Update 4.5 – where has the 402 x 325px Portfolio image size gone? #1024207Hi Ed,
I don’t think the information I gave is wrong since I never changed the value.
Also you can check it in this thread which is 4 years ago that 495 x 400 has already been the size of the portfolio:I understand that you’d like to override it in the child theme, however there’s no hook where we can override it, that’s why I suggested to use the plugin mentioned above instead.Best regards,
Nikko-
This reply was modified 6 years, 8 months ago by
Nikko.
Hi KunaCustoms,
That’s great to hear. :)
Feel free to post a new thread if you need further assistance.
Thanks for using Enfold and have a great weekend!Best regards,
NikkoHi CloudChoice,
Glad that we could help. :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Richard,
I think that’s better.
Since you are using Blog Posts, you can override config-templatebuilder > avia-shortcodes > blog to your child theme.Best regards,
NikkoHey Clay,
Yes’ you’re right about the border it’s in “after_full_slider_1, you can remove the border by adding this code in Quick CSS (Located in Enfold > General Styling):
#top #after_full_slider_1 { border: none; }
Regarding the error you’re seeing, try clearing out the browser cache, I didn’t see it on page load and when I viewed the page source.
As for the videos, can you give us a screenshot?Best regards,
NikkoHey Greg Moss,
I’ll be closing this post since you have already created a similar thread with the same title.
Best regards,
NikkoHey Greg Moss,
Corona is compatible with php 7+ however we would recommend purchasing Enfold instead since we update it regularly unlike Corona which doesn’t have any additional updates except for compatability updates for the latest php versions.
Best regards,
NikkoHi salai_com,
Inside the WP Dashboard, go to Enfold > Performance > CSS file merging and compression and set to Disable – no CSS file merging and compression then Save.
Hope this helps.Best regards,
NikkoOctober 19, 2018 at 5:32 pm in reply to: I can’t validate my Envato private token, after having updated to enfold 4.5 #1024085Hi,
Glad to hear that it’s working fine :)
Feel free to create a new thread if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi frost2001,
Glad to hear that :)
Feel free to create a new thread if you need further assistance.
Thanks for using Enfold and have a great day!Best regards,
NikkoHi Malene123,
Try adding this also in Rikard’s code:
-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
Hope it helps.
Best regards,
NikkoHi CloudChoice ,
Try adding this code at the bottom of your functions.php:
add_filter('avf_favicon_final_output','avia_favicon_link'); function avia_favicon_link($icon_link) { $icon_link = '<link rel="icon" href="http://www.yoursite.com/favicon.ico?v=2" type="image/x-icon">'; return $icon_link; }
You’ll need to change the href value.
Let us know if this helps.Best regards,
NikkoHey Arlinx,
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 -
This reply was modified 6 years, 8 months ago by
-
AuthorPosts