Tagged: x
-
AuthorPosts
-
January 2, 2017 at 8:50 am #1312624
ianizaguirreParticipant1) I think I found a bug? if I click in the comments box and then click outside of it, the footer extends down breaking the site, here is a picture (http://iamdentistry.com/wp-content/uploads/2017/01/Ethos-1Bug.png) . I am using firefox. If I refresh the page the site goes back to normal, but as soon as i click the comments box then click outside the footer goes downwards a whole lot like the picture shows.
2) How can I change the words “Submit” to something different on the comment button?
3) How can I add related posts and make that appear under posts automatically, i am surprised it does not have that feature built in?
4) is the only way to get rid of those next article arrows from auto appearing next to the post title on an open post by using:
.x-nav-articles { display: none; }or is there a more proper way or a built in option I can use to turn it off?
5) What size ( width and height ) for a featured image should I have for my posts? because a lot of my featured images come up short on width with this theme when I open a post. and I already “regenerated thumbnails” using that plugin.
6) How can I remove the website field from showing in the comment options form ?
7) Is there any way I can replicate the ethos 1 homepage but do it using a static page and using the cornerstone builder elements? Because the recent posts element from that looks nothing like the recent posts on ethos-home or on a category page. I would want to maintain the same style but don’t want to select my homepage as my latest posts because eventually I might want to add a box or two of information and under that have the latest posts but that would be impossible if I make the latest posts my homepage since i cant edit anything since there is no containers.
-> I read this (https://community.theme.co/forums/topic/how-to-edit-the-front-home-page-in-the-ethos-1-stackdemo-starter/) what I want I think is easyer because I dont care about sliders I just want to have the same “style” the blog posts show to match a recent post widget ?
8) There are no post tags that show in the front end or an option to enable that ability?
Thank you in advance for any help 🙂
January 2, 2017 at 10:46 am #1312825
ChristianModeratorHey there,
1. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to the problem page
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
2. Add the code below in your functions.php
function comment_form_submit_button( $button ) { $button = '<input name="submit" type="submit" id="entry-comment-submit" class="submit" value="Change_Submit">' . get_comment_id_fields(); return $button; } add_filter('comment_form_submit_button', 'comment_form_submit_button');Change
Change_Submitto your text.3. This is plugin level functionality and would require custom development for integration. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/
Also, if you’re in a web host such as WP Engine, they don’t allow internal related post feature for performance reasons.
4. There’s no option for this but you can add this code in your functions.php
function x_entry_navigation() { return ''; }5. Give us the URL of the problem page
6. Add this code in your functions.php
function change_comment_form( $fields ) { unset($fields['url']); return $fields; } add_filter( 'comment_form_default_fields', 'change_comment_form' );7. This would require custom development which is outside the scope of our support.
8. Give us the URL of the problem page
Thanks.
January 10, 2017 at 3:06 pm #1324520
ianizaguirreParticipantHi regarding #6 , I put that into my functions and it had no effect as it did NOT remove the website field ?
January 10, 2017 at 11:16 pm #1325029
LelyModeratorHi There,
Is this your site:http://iamdentistry.com/archive/general-health/septoplasty-sinus-surgery-recovery/ ? Upon checking, I can see that you have caching. Please try clearing cache and then check. Do let us know how this goes.
January 13, 2017 at 8:27 pm #1329466
ianizaguirreParticipantno it did not work. I had the code in my child functions.php and cleared my cache many times and no changes took effect
January 13, 2017 at 8:27 pm #1329467
ianizaguirreParticipantAnd yes that is my site
January 14, 2017 at 1:41 am #1329657
RadModeratorHi there,
Hmm, I can’t tell what’s the issue since it’s implemented internally. Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks!
January 15, 2017 at 1:39 am #1330560
ianizaguirreParticipantThis reply has been marked as private.January 15, 2017 at 2:51 am #1330613
ChristopherModeratorHi there,
No, please set replay as private to share credentials with support staffs.
Thanks.
January 16, 2017 at 12:48 pm #1332419
ianizaguirreParticipantThis reply has been marked as private.January 17, 2017 at 2:27 am #1333188
ChristianModeratorSorry for the confusion. Please delete the code given in #6 previously and copy wp-comments.php from x\framework\views\ethos to the same folder in your child theme x-child\framework\views\ethos. Open the copied file in a code editor, delete this block of code then save the file.
, 'url' => '<p class="comment-form-url">' . '<label for="url">' . __( 'Website', '__x__' ) . '</label>' . '<input id="url" name="url" type="text" value="' . esc_attr( $commenter['comment_author_url'] ) . '" placeholder="' . __( 'Your Website', '__x__' ) . '" size="30" />' . '</p>'Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1312624 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
