izbryte
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Additional Headers – Reply-To Syntax errorsthank you!
Yes, thanks for the bug fix!
Forum: Fixing WordPress
In reply to: Has a fix for tags aever been found?I’m having the same issue. SHIFT enter isn’t working at all. If you find a solution let me know.
Forum: Fixing WordPress
In reply to: Can't Close Distraction Free Writing PopupI’m using the Flare theme. There are a BUNCH of plugins installed. I can list them all out if you really think it will help?? But why would this be the ONLY popup I can’t close? Can I disable this somehow?
Thanks for your response by the way! ??
Forum: Fixing WordPress
In reply to: Can't Close Distraction Free Writing PopupYes, but nothing happens when I click on it. I can close all/any other WordPress box that pops up but the Distraction Free Writing Popup won’t go away. ??
Forum: Plugins
In reply to: [SlimStat Analytics] Number of hits on specific page?Done! ??
Forum: Plugins
In reply to: [SlimStat Analytics] Number of hits on specific page?Thanks! I knew it was something simple like that! ??
Thanks! I’ll read about the custom page templates. In the functions.php file, it’s anything that says “member” or “membership”. This is for a school that teaches a massage/detox technique and I guess the board is very picky about the wording. I’m not familiar with translation files or filters. Is there more you could share with me on that? Thanks for all of your help by the way! I really appreciate it!
Thanks for replying Jess! I found the email templates mod which is a GREAT for emails. I also need to change the wording on the pages in the “pages” folder like: account.php, billing.php, cancel.php. Also includes/functions.php has text that doesn’t fit my purpose and I’ve had to change that also. I understand the issue with updating the core files which is point of my post. Are there any plans to allow users of the plugin to create their own verbiage through out? This is even something I’d be willing to pay for. ??
Of course! Here you go!
function register_my_menus() { // This theme uses wp_nav_menu(). register_nav_menu( 'primary', 'Primary Menu'); register_nav_menu( 'top-menu', 'Top Menu'); register_nav_menu( 'footer-menu', 'Footer Menu'); register_nav_menu( 'mobile-menu', 'Mobile Menu'); } add_action( 'init', 'register_my_menus' );
Can I just go into the database and change the id #’s assigned to the menus or will that create an issue?
I have several custom menus and I had assumed it would pick up the Main Menu but it picks up the Footer Menu. Here is the screenshot: https://eyesbryte.com/ps.jpg.
This theme is a custom theme I created using the _s theme from https://underscores.me/.Yes I am. I had to change the code in the jetpack plugin to pick up the correct menu, which, obviously isn’t optimal. What do you need?
Forum: Plugins
In reply to: [HMS Testimonials] PaginationNever mind! I figured it out! Thanks for all your help!
Forum: Plugins
In reply to: [HMS Testimonials] PaginationThanks! I’m sorry I missed that in the documentation! I’m trying to set the character limit to char_limit=380 but when I click on the “read more” link the text is still cut off at 380 characters. What am I doing wrong? You can see what I mean here: https://eyesbrytedesigns.com/majestic/testimonials/
Forum: Fixing WordPress
In reply to: Hide Title on Static Home PageOh, ok. I was just looking for help. Thought someone here might know. Thanks anyway.