may2017
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Kahuna] Child themeThank you so much for answering to my question!!!!
It worked. It worked. That’s what I needed to change when I am copying that line!!
Thank you. Thank you. Thank you.
I will relay your kindness to others. 🙂
(…meaning that when I can help I will help others, too)
Forum: Themes and Templates
In reply to: [Kahuna] Child themeYes I did use the plugin to create the child theme, and the child theme is fine.
I am asking how to edit function.php in the child theme so that I can ‘pull’ a file that is not a standard WordPress file.
Can you please read my question carefully?
- This reply was modified 8 years ago by may2017.
Forum: Themes and Templates
In reply to: [Kahuna] Child themeCould it be achieved by just copying and pasting the following into the child theme’s function.php??
require_once( get_template_directory() . "/includes/landing-page.php" );Forum: Plugins
In reply to: [AddToAny Share Buttons] Is it possible to add extra share icons? If so, how?Thank you sooooo much for the prompt reply. I really, really appreciated. You are super!
Hello again, is MailChimp Extension provided for free? or is it only in pro version?
Thank you very much for the quick reply. I have been looking for a plugins that allow me to create a landing page with a sign-up form to collect email addresses for newsletter. With WP, something that should be easy is very difficult, and something that takes time is very easily achieved.
You seem to be providing a great free plugins with an option of upgrading for pro version. You wrote for this plugin’s database list, there will be no confirmation sent and subscriber is added right away. In your pro version, will it be made possible?
Thank you in advance.
Forum: Themes and Templates
In reply to: [One Page Express] side bar widget (tag cloud)Hello,
Thank you for the reply. Would you please check if the tag list on the side bar displays properly?
It’s not live yet (I am creating it on my computer with MAMP). A list of tags on the sidebar on the post page does not display properly when I add it to the sidebar. Any other sidebars display fine.
I have not modified any coding, so I thought it is by default like that and need a fix.
thank you for replying. A totally different topic, can you please direct me as to where I can ask questions about Twenty Seventeen customization?
Thank you for taking the time to respond. Thanks for telling me Twentyseventeen is not really a compatible theme, that I will loose the settings after each theme update. Sounds like I should try a different theme.
Going back to the theme Twentyseventeen, I did try the method you mentioned above, but it did not work. I replaced the line 15 with
<?php if ( twentyseventeen_is_frontpage()) { echo do_shortcode("[masterslider id='#']"); } else the_custom_header_markup(); ?>[Moderator note: code fixed. Please wrap code in the backtick character or use the code button.]
but the header image section just turned grey and no image slides appeared. Do you have any idea as to What mistakes I’ve made here? Should I use “” or ”?
I thank anyone in advance for helping me learn WP.