Forum Replies Created
-
AuthorPosts
-
How can I add the screen shots to my post ?
;-)Thanks a lot Yigit !
You really rock guys :-)
Best regards
BlaiseWonderful !
Still another detail ;-)
Is it possible to remove the link attached to the date and time of the comment ?Hi Yigit,
You’re right, in a way.
The fact that I put it in the functions.php of the child as I let it also in the functions.php of Enfold parent created a conflict !
Now it’s working great :-)Just one more thing.
As you can see on my test page
http://latransition.be/
I placed the comment form above the comments. But I’d like to have a bit of room between the button of the form and the first comment.
How could I do that ?Hi Yigit
I copied this in the functions.php file of the child theme, in order to have the comments displayed in descending order of dates :
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}if (!function_exists(‘iweb_reverse_comments’)) {
function iweb_reverse_comments($comments) {
return array_reverse($comments);
}
}
add_filter (‘comments_array’, ‘iweb_reverse_comments’);But when I do that, I get this error message when I refresh the page :
Fatal error: Cannot redeclare enfold_customization_header_widget_area() (previously declared in /htdocs/wp-content/themes/enfold-child/functions.php:10) in /htdocs/wp-content/themes/enfold/functions.php on line 570I finally found the solution here :
Everything works fine now.
Hi there,
I eventually found how to place the comment form at the top of the comments in a previous post. That’s done !
But I still don’t know how to display the comments in a descending order of dates.
Can anyone help on this ?Gosh ! It’s really hard for me ;-)
Sorry John, I made some changes to my “website” test page.
You can access it here :
latransition.be/
But the Ted Talks example is still here :
https://www.ted.com/talks/triona_mcgrath_how_pollution_is_changing_the_ocean_s_chemistryCan you keep me posted about the solutions you could suggest ?
Thanks a lot !
Best regardsSorry John, I made some changes to my “website” test page.
You can access it here :
latransition.be/
But the Ted Talks example is still here :
ted.com/talks/triona_mcgrath_how_pollution_is_changing_the_ocean_s_chemistry#t-12580Can you keep me posted about the solutions you could suggest ?
Thanks a lot !
Best regardsOops ! Not sure you can access the websites with these frames…
I try something else, just in case.
This is my so-called website link : latransition.be/test-comments/
And the Ted Talks example : ted.com/talks/triona_mcgrath_how_pollution_is_changing_the_ocean_s_chemistry#t-12580
Hope it will be usefulHi John,
It’s not really a website, yet ! I’m just preparing the whole stuff now. But here it is :In fact I would like the comments’ area to display like the one of the Ted Talks sample here :
As I wrote previously, the Comment form should be above the comments themselves, and the comments should be sorted in a descending order of dates.
I’d be glad if you can help me on this !
Best regards
BlaiseOk… I got it.
I have to use the magic wand in the Default Editor ;-)
Thks anyway !Hi Ismael,
Thanks for this quick answer.
Can you just tell me where and how I can get this shortcode, once I have inserted it in a page, in order to place it in the caption text ?Best regards
BlaiseI hoped it would work within Enfold itself.
Thks, Ismael !Hi Elliot,
I changed the line 334 of the file contact.php in “wp-content -> themes -> enfold -> config-templatebuilder -> avia-shortcodes”.
$form_args = array(
“heading” => $title ? “<h3>”.$title.”</h3>” : “”,
“success” => “<h3 class=’avia-form-success’>”.$sent.”</h3>”,
“submit” => $button,
“myemail” => $email,
“action” => get_permalink($post_id),
“myblogname” => get_option(‘blogname’),
“autoresponder” => $autorespond,
“autoresponder_subject” => __(‘Merci pour votre message !’,’avia_framework’ ),
“autoresponder_email” => $email,
“subject” => $subject,
“form_class” => $meta[‘el_class’].” “.$color,
“multiform” => true, //allows creation of multiple forms without id collision
“label_first” => true,
“redirect” => $redirect,
“placeholder” => $hide_labels
);The fact is that my site is a one page site (you can see it here : lewokdeblaise.be). So ideally I shouldd identify the form ID to be able to differentiate the two that I have on this page. But I really don’t know how I can find it, neither how I could use that information for the coding :-(
Your help is very welcome !
Best regards
BlaisePerfect !
Thanks a lot, Yigit.Regards
BlaiseHi Rikard,
Sure ! Here : lewokdeblaise.be
Regards
Blaise- This reply was modified 9 years, 8 months ago by blaisejadoul.
Hi Elliot !
I’ve been out for a while…
Well, no ! The “e-mail subject” that I can edit through the contact form settings is the subject that is set for the e-mail that I receive, as administrator.
The subject of the confirmation e-mails that my clients receive from “me” is set by the auto responder.
I changed it in the php file. But my problem is how can I have different auto responder subjects, depending on the form the client is submitting, “Contact form”, “Order Form”, etc…March 6, 2015 at 8:08 am in reply to: Willing to analyse the structure and elements of the Enfold Restaurant One Page #406854Hi Elliot,
You’re, of course, totally right :-)
The page was in the trash, perfectly restorable. I certainly made some mistake previously.
I’m ready now to take the best advantage of this wonderful theme.
Thank you so much ! -
AuthorPosts