lcatterton7
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Help with File Upload ManagementYou are so right, Takayuki. I switched the forms and I now can receive attachments. I also added AI, eps, psd files and sent a psd file and it came through. On the support page, these file types aren’t listed so just making sure that we won’t have any problems with these file types? Here is the tag that I change it to: <p class=”text_cont”>[file* your-file filetypes:png|jpg|jpeg|pdf|eps|ai|psd limit:10mb]</p>
Sorry to have you review and thank you for your time!
Forum: Plugins
In reply to: [Contact Form 7] Help with File Upload ManagementThanks, I saw these instructions and I have done these steps. In my form tags I set up this: [file* your-file filetypes:png|jpg|jpeg|pdf limit:10mb] and added the [your-file] tag to the file attachments. Any other suggestions?
Forum: Plugins
In reply to: [Menu Swapper] Please help – Menu swapper doesn't work on my siteAny additional help with the code that I currently placed to include more than one menu would help too.
Here is my code that I currently have:
<?php wp_nav_menu( array(‘theme_location’ => ‘primary-menu’,’menu_id’ => ‘main-nav’,’menu_class’ => ‘sf-menu’)); ?>
<?php wp_nav_menu( array(‘theme_location’ => ‘secondary-menu’,’menu_id’ => ‘main-nav’,’menu_class’ => ‘sf-menu’)); ?>
<?php wp_nav_menu( array(‘theme_location’ => ‘third-menu’,’menu_id’ => ‘main-nav’,’menu_class’ => ‘sf-menu’)); ?>Should I be adding conditional logic here? If so how should it look like?
Thank you for any help!!
Forum: Plugins
In reply to: [Menu Swapper] Please help – Menu swapper doesn't work on my siteI have the same problem. None of the custom menu plugins I’ve uploaded are working for my site. I am trying to update the header.php file but with no coding experience, I am at a loss. Penelope, how did you tag your pages?
Forum: Plugins
In reply to: [Page Specific Menu Items] Tailored menus are not responsive/mobile-friendlyThank you for your response! Would you recommend any plug-ins to convert the current menu into responsive?
Thanks!