Forum Replies Created
-
AuthorPosts
-
Hi,
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,
Sorry to have caused you this trouble, the code you removed was a part of the solution.
the “.entry-content p {” only centered the text, I have removed it and the other code that doesn’t work. (listed above)
I wish not upset you, we will provide a solution.
Sorry again.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,
MikeJuly 18, 2018 at 2:24 am in reply to: Hide titles and descriptions when you hover on images or thumbnails of galleries #986705Hi,
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,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Please try this code in the General Styling > Quick CSS field:#top a.av-masonry-entry:hover > .av-inner-masonry .av-masonry-outerimage-container { -webkit-filter: blur(5px); filter: blur(5px); }
Best regards,
MikeJuly 17, 2018 at 11:41 am in reply to: Last updated date insertion / problem with avia blog postings #986362Hi,
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,
MikeJuly 17, 2018 at 11:36 am in reply to: "Couldn't add the font because the server didn’t respond" error when uploading #986358Hi,
Please give anyone with the link access to the file, right now dropbox says I don’t have access.Best regards,
MikeHi,
I took a look and everything looks good, in this case it is normal to get the message “file X already exists…”
Have a great day :)Best regards,
MikeHi,
I may have found a possible solution
you would need to edit the avia.jsBest regards,
MikeHi,
@PierreLeBear The images are used to make a responsive site for other devices, and make the site load more effectively. Removing won’t break the site but may make your users download a very large file when looking at a thumbnail.@sckyeYes deleting a image will also delete the thumbnails.
By the way, the WordPress core also adds thumbnails in the same way.
Best regards,
MikeHi,
Thanks for the login, I added the css to your Quick CSS & cleared your cache plugin and now the text has 20px left side padding.
Please clear your browser cache and check.Best regards,
MikeHi,
To sort the magazine element, Please try adding this code to the end of your functions.php file in Appearance > Editor:add_filter('avf_magazine_entries_query', 'avf_magazine_entries_custom_query'); function avf_magazine_entries_custom_query ( $query ) { $query['orderby'] = 'date'; $query['order'] = 'DESC'; return $query; }
If you wish to edit other aspects of the file, you can add the modified file to your child theme by creating the shortcodes folder and add this code in your functions.php
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1); function avia_include_shortcode_template($paths){ $template_url = get_stylesheet_directory(); array_unshift($paths, $template_url.'/shortcodes/'); return $paths; }
Best regards,
MikeJuly 17, 2018 at 3:54 am in reply to: Hide titles and descriptions when you hover on images or thumbnails of galleries #986205Hi,
I changed the code in your function to work on every image on your site, Please clear your browser cache and check.
Since you won’t have the title under your lightbox image, perhaps you will also wish to hide the “number” of images under the lightbox also.
If so please try this code in the General Styling > Quick CSS field:.mfp-bottom-bar { display: none !important; }
Best regards,
MikeHi,
Please try:h2 a:hover { text-decoration: underline !important; }
Best regards,
MikeJuly 17, 2018 at 3:36 am in reply to: "Couldn't add the font because the server didn’t respond" error when uploading #986198Hi,
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,
Please include a admin login & FTP access in the Private Content area, so we can take a closer look.Best regards,
MikeHi,
I believe this is true, because it is getting a error message on submit, so it’s not telling you that it was successfully sent.
We will keep this open until you can test with the correct SMTP details.Best regards,
MikeHi,
Yes this code is for adding scripts via the functions.php & it’s a good way to add scripts.
The “wp_head” is what puts it in the head, if you want to add it to the footer, use “wp_footer”
Unless there is anything else we can assist with on this issue, shall we close this then?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,
MikeHi,
Glad to hear that you have an answer to the issue.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeJuly 17, 2018 at 2:58 am in reply to: Last updated date insertion / problem with avia blog postings #986185Hi,
Good article, thanks for sharing :)
Unless there is anything else we can assist with on this issue, shall we close this then?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,
Mike -
AuthorPosts