Forum Replies Created
-
in reply to: Removing Testimonials
Thank you Ruco.
I would like to deregister codeless_testimonial_type.php from the child theme. I’ve done this for front side scripts, but I am not sure how to do this for the admin panel. How would I go about doing that?
in reply to: Removing TestimonialsThis reply has been marked as private.in reply to: Removing TestimonialsThis reply has been marked as private.in reply to: Removing TestimonialsThank you for providing those code changes, however it looks like the testimonial menu still appears after I have modified the file.
Additionally, will I be able to add this file under tower-child/includes/core, as I don’t want to have to make this adjustment after each release?
in reply to: Issue with Mega Menu and Child MenusThanks for accommodating that in the most recent version. I just tested it out and it all looks good!
in reply to: Issue with Mega Menu and Child Menus<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Yes. I installed version 1.3.4 and I still have the same issue as seen in the screenshots at the very top of this thread.</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Each release, Edit the fie /js/main.js and replace this code: https://www.codeshare.io/lMkqL with this code https://www.codeshare.io/nOBtf</p>in reply to: Issue with Mega Menu and Child MenusHello,
I just wanted to check in and see if the coding adjustments as specified in this thread will be applied to the next version release of this theme.
Specifically, here are the adjustments:
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Edit the fie /js/main.js via FTP. Find the code: https://www.codeshare.io/lMkqL</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>and replace with this one https://www.codeshare.io/nOBtf</p>
<p style=”box-sizing: border-box; color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>Also add this css code at Custom css code at Specular general options:</p><pre style=”box-sizing: border-box; overflow: auto; font-family: Inconsolata, Consolas, Monaco, ‘Lucida Console’, monospace; font-size: 15px; color: #444444; padding: 5px 10px; border: 1px solid #dddddd; max-width: 95%; vertical-align: middle; margin-top: 0px; margin-bottom: 24px; background: #f9f9f9;”>.header_8 nav .menu > li > ul.sub-menu ul {
top: -10px;
}in reply to: Issue with Mega Menu and Child MenusI installed version 1.3.4 and I still have the same issue as seen in the screenshots at the very top of this thread.
Each release, I have to add in the code changes expressed in this topic.
Thanks.
in reply to: Issue with Mega Menu and Child MenusHi Ruco,
I installed version 1.3 and I noticed that the changes discussed in this thread didn’t make it to that build. Will you have it in the next version?
in reply to: Breadcrumb trail – Use menu name instead of titleI figured out how to do it so I thought I would post it here for anyone that has a need for this.
I added the following to the chilf theme’s functions.php:
// Show menu label in breadcrumb trail
function get_menu_label_by_post_id($post_id, $menu) {
$menu_title = ”;$nav = wp_get_nav_menu_items($menu);
foreach ( $nav as $item ) {
if ( $post_id == $item->object_id ) {
$menu_title = $item->post_title;
break;
}
}
return ($menu_title !== ”) ? $menu_title : get_the_title($post_id);
}
After copying includes/view/page_header.php to the child folder, make the following adjustment.
Find:
<li class=”active”>“><?php echo esc_html($title) ?>and replace with:
<li class=”active”>“><?php echo get_menu_label_by_post_id($post->ID, ‘Main Menu’) ?>Where ‘Main Menu’ is declared, change this to the menu name being used in Appearance > Menus.
in reply to: Issue with Mega Menu and Child MenusThanks Ruco!
in reply to: Issue with Mega Menu and Child MenusHi Ruco,
I recently installed 1.2.7 and I see that the changes that we discussed were not applied. Would it be possible to add this to the official release? Otherwise, I need to adjust the files each time.in reply to: Unable to Import dummy dataThanks Ruco, that worked!
I did have some errors that popped up, but I think I have everything that I need. Here are those errors for your records:
Failed to import “Woo Logo”: Invalid post type product
Failed to import “Premium Quality”: Invalid post type product
Failed to import “Ship Your Idea”: Invalid post type product
Failed to import “Ninja Silhouette”: Invalid post type product
Failed to import “Variation #23 of Ship Your Idea”: Invalid post type product_variation
Failed to import “Flying Ninja”: Invalid post type product
Failed to import “Premium Quality”: Invalid post type product
Failed to import “Woo Ninja”: Invalid post type product
Failed to import “Woo Album #1”: Invalid post type product
Failed to import “Woo Album #3”: Invalid post type product
Failed to import “Woo Single #1”: Invalid post type product
Failed to import “Woo Ninja”: Invalid post type product
Failed to import “Happy Ninja”: Invalid post type product
Failed to import “Ship Your Idea”: Invalid post type product
Failed to import “Woo Ninja”: Invalid post type product
Failed to import “Patient Ninja”: Invalid post type product
Failed to import “Happy Ninja”: Invalid post type product
Failed to import “Ninja Silhouette”: Invalid post type product
Failed to import “Woo Logo”: Invalid post type product
Failed to import “Ship Your Idea”: Invalid post type product
Failed to import “Woo Logo”: Invalid post type product
Failed to import “Woo Album #2”: Invalid post type product
Failed to import “Woo Album #4”: Invalid post type product
Failed to import “Woo Single #2”: Invalid post type product
Failed to import “Variation #24 of Ship Your Idea”: Invalid post type product_variation
Failed to import “Contact form 1”: Invalid post type wpcf7_contact_form
Failed to import “Variation #41 of Ship Your Idea”: Invalid post type product_variation
Failed to import “Variation #42 of Ship Your Idea”: Invalid post type product_variation
Failed to import “Offer Form”: Invalid post type wpcf7_contact_form
Failed to import “Order – January 30, 2015 @ 08:16 AM”: Invalid post type shop_orderin reply to: Unable to Import dummy dataI installed the theme on localhost and I attempted to do an import and it stopped at 30%.
Can you send me an archive of the database and I’ll just restore that into localhost.
in reply to: Issue with Mega Menu and Child MenusHi Ruco,
I just installed 1.2.5 and noticed that the changes discussed in this topic where not applied. Will they be added in the next version?