jbento
Forum Replies Created
-
Forum: Plugins
In reply to: [Appointment Calendar] Change the size of the calendarHey Frank,
I can’t tell which file I need to find to edit from the snap image you sent?Forum: Plugins
In reply to: [Contact Form 7] Captcha form field in Contact Form 7I had to modify what you gave me to this, in order for it to work:
.wpcf7 input.wpcf7-captchar { width: 100px; }
Thanks so VERY MUCH for your help!!!
Forum: Fixing WordPress
In reply to: Show entire post with shortcodeThank you so much!
Forum: Fixing WordPress
In reply to: Sub Menus Not Workingi just emailed you with the information.
Forum: Fixing WordPress
In reply to: Sub Menus Not WorkingIf you give me your email address I can send you access to it.
Forum: Fixing WordPress
In reply to: Sub Menus Not WorkingHere is the screenshot: https://www.jerpat.org/menuScreenshot.png
Forum: Fixing WordPress
In reply to: Sub Menus Not WorkingHere is the theme: https://www.templatesold.com/p_details.php?id=5770
Yes it does support.
Forum: Fixing WordPress
In reply to: Remove Comments 0….how to?Had to upload some fresh pages.
Did the below from another posting I found:
You’ll need to edit your theme template files (start with index.php) and remove reference to <?php comments_popup_link()?>.
That did the trick.
Thanks for all your help!
Forum: Fixing WordPress
In reply to: Remove Comments 0….how to?I did it in the comments.php file.
Forum: Fixing WordPress
In reply to: Remove Comments 0….how to?I deleted this line:
<?php printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'adventurejournal' ), number_format_i18n( get_comments_number() ), '<em>' . get_the_title() . '</em>' ); ?>
but it is still there.
Forum: Fixing WordPress
In reply to: Remove Comments 0….how to?yes i do
Forum: Fixing WordPress
In reply to: deleting a pageI found the solution and this works:
https://blogworkz.co.uk/how-to-remove-the-default-home-page-in-wordpress
Thank you for your assistance!
Forum: Fixing WordPress
In reply to: deleting a pageIf you click on the actual “Home” link it will take you to the page that I actually want to be my domain, but if you go to: https://www.healinghandsinternational.com, it goes to that default home page, which I don’t want.
Forum: Fixing WordPress
In reply to: deleting a pageI just found this out, to delete the following code and I deleted it from the functions.php, but it deletes it from the navigation, but not the actual page:
<li <?php if ( is_single() || is_front_page() ) { echo 'class="current_page_item current-menu-item"'; } ?>> <a href="<?php echo get_home_url(); ?>"> <strong><?php _e( 'Home','graphene' ); ?></strong> <?php if ( $graphene_settings['navmenu_home_desc']) {echo '<span>'.$graphene_settings['navmenu_home_desc'].'</span>';} ?> </a> </li>
Forum: Fixing WordPress
In reply to: deleting a pageSamuel I just tried that plugin and it doesn’t work for me.
It still goes to that page and when I tried to update the page I wanted to be for the main domain, that page does not show up at all now.