alengine
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Sydney] Secondary Menu Bar at the top of the themeThanks Kharis. I was able to get the menu to appear on top but it’s listed in bullet point style. Know an easy way to get it to be listed across like the mainnav is?
Thank you Kharis, that’s exactly what I was looking for. I should learn to search better.
I’m not sure if you can help me with this issue but here goes:
I’m using Sydney Child
The JS snippet works you linked to works fine if I use the Custom Javascript plugin.
If I try to edit my functions.php with:
function myprefix_enqueue_scripts() {
wp_enqueue_script( ‘my-script’, get_stylesheet_directory_uri() . ‘/my-script.js’, array(), true );
}
add_action( ‘wp_enqueue_scripts’, ‘myprefix_enqueue_scripts’ );and add the JS snippet to my-script.js
the changes show in the Customize View (i see the different buttons); but when I visit the actual site the different buttons do not show and I see the default “Click to Begin” CTA button. Do you know what in the theme could be overriding my custom JS?
- This reply was modified 7 years, 4 months ago by alengine.
Forum: Plugins
In reply to: [Form Manager] Form not saving (ajax circle spins) Limit on Form Elements?Recounted: I have 99 form elements.. So it must not be saving because it’s crossing into 3 digits. Anyone know how to fix this?