Forum Replies Created
-
AuthorPosts
-
June 9, 2016 at 12:58 pm in reply to: Hide time (not date) in posts widget in Child theme of Enfold #645408
Thank you Peter Dude…I love that you often supply the function, I find this a much better approach than hiding source with css. Much appreciated.
Darryl@hurricaneweb, that has happened to me in the past and I tried the upload in 2 other ways. One way I tried that worked was to update through the theme options, and 2 another way I tried was to delete the folder via ftp (not just renaming), then uploading a zip file via my cpanel, and extracting the zip via cpanel (only works if you have this type of control panel or equivalent).
@pako69, I deleted the enfold directory, then reuploaded it fresh and it worked for me.
Hi…I have the same error after upgrading to v3.6
May 26, 2016 at 12:44 am in reply to: Contact form 'Autoresponder text' spacing is too large #638353Gday Eliiot and/or anyone else reading this.
I have had multiple upgrades since this post, but the autoresponse email spacing issue persists. Today I have made a screenshot of the issue, showing what I receive in my email client (Apple Mail): http://screencast.com/t/HrhlZWxFDZiJ
Does anyone know if there is a way to manage this spacing, my goal is to decrease the spaces.
p.s. please note that the ‘reproduction’ of the original email has correct spacing (see below the red box shown in the screenshot) .
cheers
Darryl- This reply was modified 8 years, 5 months ago by itchybrain. Reason: provided extra info for context
Thanks guys. I’m familiar with specifiying fonts using CSS, my confusion came from my dev site retaining the ‘previously set’ fonts even after I put the function in, so I thought it hadn’t worked. But it did, and I can manage the fonts ok. What I was hoping to find was an option in the Google font pulldown lists that just said ‘don’t use any of these’ or some such button to check/uncheck usage of the facility. Maybe a wishlist item, i’ll pop it in the wishlist.
Thanks for your responses, much appreciated.@Jason E… mine didn’t disable either… what were the CSS important tags you mentioned?
Howdy guys. I have the same issue, but seems the ‘no font’ choice no longer exists in the menu? Also, I tried to select the ‘select’ heading or anything that wasn’t a font name, but couldn’t find a way to do so.
- This reply was modified 8 years, 8 months ago by itchybrain.
December 22, 2015 at 5:28 am in reply to: How to display Portfolio items as a List, not a Grid #556331Awesome, thanks Elliot, I didn’t realise that was hidden away in the blog setting…much appreciated.
Thanks for your help with this Josue, I’m learning more all the time and appreciate any such pointers.
cheers
DarrylGday Josue
I think that is a much better solution than hiding elements with CSS. As you know, the function will remove the html from being output, and assists with page load times and such. It may even be more appropriate from an accessibility/reader device point of view, I suspect these can still read the code even though visually hidden.
Thank you for your fix, I was racking my brain trying to solve it using woocommerce hooks and didn’t realise Enfold had it’s own. Do you have documentation or a reference list of the changes unique to Enfold?
cheers
DarrylGday guys
I’m wondering how to remove the same elements as the original post (category images atop category page) using a function rather than a css display property…any ideas?
Here is a screenshot of the element, which Yigit correctly identitied as the archive page-thumb
http://screencast.com/t/PBHjiONvTlC
cheers
DarrylNovember 3, 2015 at 12:51 am in reply to: Some Enfold Masonry Gallery items not opening in lightbox #528902Hi Elliot, upon investigation many of our public are uploading files with the .JPG extension.
Enfold is resizing the images and renaming with a lowercase extension, which is great.
Any images that are small when uploaded (eg. the two uploaded were 900px wide and smaller) Enfold has no need to resize them, and so the .JPG is kept, creating a problem.
Do you know the cut-off point in pixel dimensions for when Enfold starts to resize images?
cheers
DarrylNovember 3, 2015 at 12:36 am in reply to: Some Enfold Masonry Gallery items not opening in lightbox #528897Thank you Elliot. I did notice the change of case, but didn’t realise it would affect things. This particular website allows the images to be uploaded by the public, so we don’t have control over the extension case, which means your js file change is the only way to go. Thanks Elliot, much appreciated.
Gday Enfold support
Can this sidebar effect be achieved as a function in a child theme? If so, can somebody create a sample of the code?
cheers
Darryl
Yigit! Thanks so much, this is perfect…thanks for your prompt reply.
cheers
DarrylCool idea, thanks Elliot, I’ll give that a go. Perhaps I can still blend this with a function, since the client can still manage the menu, but I can use a function to put it on every page. I saw an article about putting a new widget (sidebar) element in the header, and will try the same approach, popping a custom menu in the widget, and the function to override the header.
Much appreciated.
DarrylAugust 13, 2015 at 7:42 am in reply to: Enfold Social Share buttons, Facebook 401 Unauthorised #486972Basilis! You are the best! Thank you very much, it is all fixed now…woohoo!
August 13, 2015 at 7:21 am in reply to: Enfold Social Share buttons, Facebook 401 Unauthorised #486960Gday Dake
thanks for your help with this, the link and your access details are in the private reply.
Much appreciated.
Darryl
UPDATE: Elliot posed a solution that does work https://kriesi.at/support/topic/automatic-email/
Thanks Elliot!Gday Enfold
Could I pls have someone check whether the code from point 4 above (contact form autoresponder subject line) actually does work? I can’t get it to work in my functions.php file. The default message still occurs.This was suggested by Ismael, but I can’t get it to work:
function avia_change_contact_form_args($form_args) { $form_args['autoresponder_subject'] = __('Thank you for being awesome!','avia_framework' ); return $form_args; }
I also tried the suggestion by Dude at: https://kriesi.at/support/topic/contact-form-customise-recipients-emails-subject/ but it didn’t work either:
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { $subject = 'My email subject'; return $subject; }
I have a child theme, with functions that are working for other aspects, but I can’t get either of these to work.
Thanks for any help you can provide me.
cheers
Darryl- This reply was modified 9 years, 3 months ago by itchybrain. Reason: Adding extra info after finding Dude's suggestion at https://kriesi.at/support/topic/contact-form-customise-recipients-emails-subject
Hi Josue
Thanks for the screenshot…it is indeed working, thanks for your help guys, much appreciated.
cheers
DarrylAh! Thanks Yigit…It was 644, I’ve made it 755 now, is that correct?
Ah! Thanks so much Ismael, much appreciated. I’m sorry that I didn’t notice that myself, and will pay more attention to my existing plugins in future. Thanks again.
cheers
DarrylHiya Ismael, thanks for checking this. I can assure you that was already done before I wrote the post. When it didn’t show in the lightbox that’s when I realised there was an issue. I have attached the admin details and greater description above for Rikard.
I expect that is how it is meant to operate…any other ideas why it may not be working properly?
cheers
DarrylThank you Rikard. The page is on a dev site at http://itchybrain.com.au/dentalex/before-and-after-photos/tooth-whitening/
A WP login has been set up, details added in private content.
Much appreciated for your help with this.cheers
DarrylAh! Thanks Elliot…I did work that out after seeng the solution from your other comment: https://kriesi.at/support/topic/replace-blog-title-with-category-of-each-post/#post-474964
Very much appreciated!
cheers
DarrylYou beauty Elliot, thanks so much for this! It will make my client very happy…much appreciated.
I have also been able to follow your logic and reproduce this for post tags as well.
Thanks again, not only the best theme, but also the best support.
cheers
Darryl
Thanks for your help with this Andy, I’ll check that one out, much appreciated.
cheers
DarrylGday Enfold users
When I try this method, the testimonials all need to be created at once, making it hard for me to understand how my client would add a new testimonial at a future date without having to recreate all of them again? Am I misunderstanding what needs to be done?
cheers
Darryl
-
AuthorPosts