Menu does not show on TOP PRIMARY
-
After setting up my first two items, i went to create a regular WP Menu, I selected TOP PRIMARY, but, it doesn’t show. I also selected Secondary (SideBar) and it works fine there.
I deactivated ALL woo-customize plugins like Boost etc…
Currently installed and active plugins are:
Loginzer
SG Optimizer(site ground)
WordFence
Updraft backup
i left those on because menus worked fine with these on…ADDITIONAL CSS:
input.vsubmit.submit {
display: block;
margin: 0 auto;
}.tfwc {
max-width:900px!important; }CHILD THEME STYLES.CSS:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twenty-fourteen-child
*/
@import url(“../twentyfourteen/style.css”);/*This section sets page to 100% width */
.site {
background-color: #fff;
max-width: 100%;
position: relative;
}
/*This section sets page header to 100% width */
.site-header {
background-color: #000;
max-width: 100%;
position: relative;
width: 100%;
z-index: 4;
}
.site-content .entry-content,
.page-content {
margin: 0 auto;
max-width: 80%;
}.gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail, .gallery-columns-4.gallery-size-thumbnail {
display: table;
margin: 0 auto 40px;
text-align: center;
font-size: 0;
line-height: 0;
}.tfwc {
max-width:900px!important; }FUNCTIONS:
* Make Twenty Fourteen available for translation.
*
* Translations can be added to the /languages/ directory.
* If you’re building a theme based on Twenty Fourteen, use a find and
* replace to change ‘twentyfourteen’ to the name of your theme in all
* template files.
*/
load_theme_textdomain( ‘twentyfourteen’, get_template_directory() . ‘/languages’ );// This theme styles the visual editor to resemble the theme style.
add_editor_style( array( ‘css/editor-style.css’, twentyfourteen_font_url(), ‘genericons/genericons.css’ ) );// Add RSS feed links to <head> for posts and comments.
add_theme_support( ‘automatic-feed-links’ );// Enable support for Post Thumbnails, and declare two sizes.
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 672, 372, true );
add_image_size( ‘twentyfourteen-full-width’, 1038, 576, true );// This theme uses wp_nav_menu() in two locations.
register_nav_menus( array(
‘primary’ => __( ‘Top primary menu’, ‘twentyfourteen’ ),
‘secondary’ => __( ‘Secondary menu in left sidebar’, ‘twentyfourteen’ ),
) );/*
* Switch default core markup for search form, comment form, and comments
* to output valid HTML5.
*/
add_theme_support( ‘html5’, array(
‘search-form’, ‘comment-form’, ‘comment-list’, ‘gallery’, ‘caption’
) );/*
* Enable support for Post Formats.
* See https://codex.wordpress.org/Post_Formats
*/
add_theme_support( ‘post-formats’, array(
‘aside’, ‘image’, ‘video’, ‘audio’, ‘quote’, ‘link’, ‘gallery’,
) );// This theme allows users to set a custom background.
add_theme_support( ‘custom-background’, apply_filters( ‘twentyfourteen_custom_background_args’, array(
‘default-color’ => ‘f5f5f5’,
) ) );// Add support for featured content.
add_theme_support( ‘featured-content’, array(
‘featured_content_filter’ => ‘twentyfourteen_get_featured_posts’,
‘max_posts’ => 15,
) );// This theme uses its own gallery styles.
add_filter( ‘use_default_gallery_style’, ‘__return_false’ );// Indicate widget sidebars can use selective refresh in the Customizer.
add_theme_support( ‘customize-selective-refresh-widgets’ );
}?>
The page I need help with: [log in to see the link]
-
### WordPress Environment ### Home URL: http://rickybonilla.com Site URL: http://rickybonilla.com WC Version: 3.2.3 Log Directory Writable: ✔ WP Version: 4.8.3 WP Multisite: ✔ WP Memory Limit: 768 MB WP Debug Mode: – WP Cron: ✔ Language: en_US ### Server Environment ### Server Info: Apache PHP Version: 5.6.31 PHP Post Max Size: 128 MB PHP Time Limit: 120 PHP Max Input Vars: 3000 cURL Version: 7.53.0 OpenSSL/1.0.2k SUHOSIN Installed: – MySQL Version: 5.6.36 Max Upload Size: 1 MB Default Timezone is UTC: ✔ fsockopen/cURL: ✔ SoapClient: ✔ DOMDocument: ✔ GZip: ✔ Multibyte String: ✔ Remote Post: ✔ Remote Get: ✔ ### Database ### WC Database Version: 3.2.3 WC Database Prefix: wpyo_ Total Database Size: 27.01MB Database Data Size: 21.36MB Database Index Size: 5.65MB wpyo_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB wpyo_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB wpyo_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB wpyo_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.05MB wpyo_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB wpyo_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB wpyo_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB wpyo_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB wpyo_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB wpyo_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB wpyo_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB wpyo_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB wpyo_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB wpyo_woocommerce_log: Data: 0.02MB + Index: 0.02MB wpyo_blogs: Data: 0.02MB + Index: 0.03MB wpyo_blog_versions: Data: 0.02MB + Index: 0.02MB wpyo_commentmeta: Data: 0.02MB + Index: 0.03MB wpyo_comments: Data: 0.02MB + Index: 0.08MB wpyo_links: Data: 0.02MB + Index: 0.02MB wpyo_loginizer_logs: Data: 0.00MB + Index: 0.00MB wpyo_options: Data: 4.02MB + Index: 0.09MB wpyo_postmeta: Data: 2.52MB + Index: 3.80MB wpyo_posts: Data: 5.45MB + Index: 0.39MB wpyo_registration_log: Data: 0.02MB + Index: 0.02MB wpyo_revslider_css: Data: 0.11MB + Index: 0.00MB wpyo_revslider_layer_animations: Data: 0.02MB + Index: 0.00MB wpyo_revslider_navigations: Data: 0.02MB + Index: 0.00MB wpyo_revslider_sliders: Data: 0.11MB + Index: 0.00MB wpyo_revslider_slides: Data: 2.25MB + Index: 0.00MB wpyo_revslider_static_slides: Data: 0.30MB + Index: 0.00MB wpyo_signups: Data: 0.02MB + Index: 0.06MB wpyo_site: Data: 0.02MB + Index: 0.02MB wpyo_sitemeta: Data: 0.20MB + Index: 0.03MB wpyo_termmeta: Data: 0.02MB + Index: 0.03MB wpyo_terms: Data: 0.02MB + Index: 0.03MB wpyo_term_relationships: Data: 0.02MB + Index: 0.02MB wpyo_term_taxonomy: Data: 0.02MB + Index: 0.03MB wpyo_usermeta: Data: 0.02MB + Index: 0.03MB wpyo_users: Data: 0.02MB + Index: 0.05MB wpyo_wfBadLeechers: Data: 0.02MB + Index: 0.00MB wpyo_wfBlockedCommentLog: Data: 0.02MB + Index: 0.00MB wpyo_wfBlockedIPLog: Data: 0.08MB + Index: 0.00MB wpyo_wfBlocks: Data: 0.02MB + Index: 0.02MB wpyo_wfBlocksAdv: Data: 0.02MB + Index: 0.00MB wpyo_wfConfig: Data: 0.02MB + Index: 0.00MB wpyo_wfCrawlers: Data: 0.02MB + Index: 0.00MB wpyo_wfFileMods: Data: 2.52MB + Index: 0.00MB wpyo_wfHits: Data: 1.02MB + Index: 0.23MB wpyo_wfHoover: Data: 0.02MB + Index: 0.02MB wpyo_wfIssues: Data: 0.02MB + Index: 0.00MB wpyo_wfKnownFileList: Data: 1.52MB + Index: 0.00MB wpyo_wfLeechers: Data: 0.02MB + Index: 0.00MB wpyo_wfLockedOut: Data: 0.02MB + Index: 0.00MB wpyo_wfLocs: Data: 0.02MB + Index: 0.00MB wpyo_wfLogins: Data: 0.14MB + Index: 0.06MB wpyo_wfNet404s: Data: 0.02MB + Index: 0.02MB wpyo_wfNotifications: Data: 0.02MB + Index: 0.00MB wpyo_wfPendingIssues: Data: 0.02MB + Index: 0.00MB wpyo_wfReverseCache: Data: 0.02MB + Index: 0.00MB wpyo_wfScanners: Data: 0.02MB + Index: 0.00MB wpyo_wfSNIPCache: Data: 0.02MB + Index: 0.05MB wpyo_wfStatus: Data: 0.14MB + Index: 0.09MB wpyo_wfThrottleLog: Data: 0.02MB + Index: 0.02MB wpyo_wfVulnScanners: Data: 0.02MB + Index: 0.00MB ### Post Type Counts ### attachment: 324 custom_css: 1 customize_changeset: 30 feedback: 1 jetpack_migration: 2 jp_img_sitemap: 1 jp_sitemap: 1 jp_sitemap_master: 1 nav_menu_item: 3 page: 13 post: 28 product: 8 product_variation: 771 revision: 481 shop_order: 1 ### Security ### Secure connection (HTTPS): ❌Your store is not using HTTPS. Learn more about HTTPS and SSL Certificates. Hide errors from visitors: ✔ ### Active Plugins (16) ### Jetpack by WordPress.com: by Automattic – 5.4 Loginizer: by Raj Kothari – 1.3.8 Sassy Social Share: by Team Heateor – 3.1.4 SG Optimizer: by SiteGround – 3.3.4 Social Icons: by ThemeGrill – 1.6.0 WooCommerce PayPal Powered by Braintree Gateway: by WooCommerce – 2.0.4 – Not tested with the active version of WooCommerce WooCommerce Stripe Gateway: by WooCommerce – 3.2.3 – Not tested with the active version of WooCommerce WooCommerce Services: by Automattic – 1.8.2 – Not tested with the active version of WooCommerce Slider Revolution: by ThemePunch – 5.4.6.2 Wordfence Security: by Wordfence – 6.3.21 UpdraftPlus - Backup/Restore: by UpdraftPlus.Com DavidAnderson – 1.13.12 Loginizer: by Raj Kothari – 1.3.8 SG Optimizer: by SiteGround – 3.3.4 WP Ultra simple Paypal Cart: by Mike Castro Demaria Franck Maussand – v4.3.9.7 Jetpack by WordPress.com: by Automattic – 5.4 WooCommerce: by Automattic – 3.2.3 ### Settings ### API Enabled: ✔ Force SSL: – Currency: USD ($) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) ### WC Pages ### Shop base: #956 - /shop/ Cart: #957 - /cart/ Checkout: #958 - /checkout/ My account: #959 - /my-account/ Terms and conditions: ❌ Page not set ### Theme ### Name: Twenty Fourteen Child Version: 1.0.0 Author URL: http://rickybonilla.com Child Theme: ✔ Parent Theme Name: Twenty Fourteen Parent Theme Version: 2.0 Parent Theme Author URL: https://wordpress.org/ WooCommerce Support: ✔ ### Templates ### Overrides: – ### Braintree (PayPal) ### Environment: Tokenization Enabled: – Debug Mode: OffHi @rickaero,
My Primary menu settings look like this
Due to which I get a primary menu like this
Can you recheck your menu settings so that it is similar to above? if the issue persists then I believe that it could be a conflicting code in the child theme or one of the plugins installed, so it would be best to deactivate one by one to check what is causing this behavior.
Cheers.
Hi thanks for your help, Praveen. Yes, my menu settings look like yours.
http://rickybonilla.com/wp-content/uploads/2017/11/menu-ss.pngI noticed that the first MENU i ever created with HOME as the link, is no longer available in my MENU settings, yet, it appears on the website. I cannot add a SubCat to the HOME Cat because the HOME category is no longer in the settings.
__
If i deactivate Woocommerce, will i lose all Variables that i entered? and products? thanks again!
The topic ‘Menu does not show on TOP PRIMARY’ is closed to new replies.