Home Support Multipurpose Blog Pro Menu on Mobile

Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #2835
    neilrichards
    Participant

    Hi,

    I’m having an issue with the menu on a mobile, where not all of the menu item texts are showing up – some do, some don’t, and it’s not consistent as to which ones show and which ones don’t. If I hold my finger down on one that is not showing, it does then display, but obviously this is not ok. Could you please have a look and advise? It happens on any page, and the url below is a test page with no content other than a title….

    https://encounter.uk.com/menu-test/

    #2836
    Shop Manager
    Keymaster

    Hi,

    Thanks for reaching out.

    We are updating the theme.We will provuide you the update as soon as possible.

    Thank You

    #2842
    Shop Manager
    Keymaster

    Hi,

    We have updated the theme. Kindly update the theme to take the advantages of the new features.

    Kindly take the backup if you have hardcoded anything.

    The files will be overridden after updating the theme.

    Thank You.

    #2843
    neilrichards
    Participant

    When you say hardcoded anything – do you just mean amended any of the theme configuration files etc?

    I have added custom CSS, and I do have a child theme where I have added a few changes – I’m assuming that is ok?

    #2844
    Shop Manager
    Keymaster

    Hi,

    Where you have added the extra things?

    Thank You

    #2845
    neilrichards
    Participant

    I’ve added additional CSS in Appearance–>Customise–>Additional CSS, and I’ve added this to my child theme’s functions.php:

    <?php
    	add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
    	function my_theme_enqueue_styles() {
    	    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    	}
    	function multipurpose_blog_pro_setup() {
    		$GLOBALS['content_width'] = apply_filters('multipurpose_blog_pro_content_width', 640);
    		load_theme_textdomain('multipurpose-blog-pro', get_template_directory().'/languages');
    		add_theme_support('automatic-feed-links');
    		add_theme_support('post-thumbnails');
    		add_theme_support('woocommerce');
    		add_theme_support('wc-product-gallery-zoom');
    		add_theme_support('wc-product-gallery-lightbox');
    		add_theme_support('wc-product-gallery-slider');
    		add_theme_support('title-tag');
    		add_theme_support('custom-logo', array(
    				'height'      => 839,
    				'width'       => 839,
    		/*		'height'      => 240,
    				'width'       => 240,*/
    				'flex-height' => true,
    			));
    	/*add_image_size('multipurpose-blog-pro-homepage-thumb', 240, 145, true);*/
    	add_image_size('multipurpose-blog-pro-homepage-thumb', 839, 77, true);
    
    		register_nav_menus(array(
    				'primary'   => __('Primary Menu', 'multipurpose-blog-pro'),
    				'footer'    => __('Footer Menu', 'multipurpose-blog-pro'),
    				'mega_menu' => __('Mega Menu', 'multipurpose-blog-pro'),
    			));
    		add_theme_support('custom-background', array(
    				'default-color' => 'f1f1f1',
    			));
    		add_editor_style('editor-style.css');
    	}
    ?>
    #2847
    Shop Manager
    Keymaster

    Hi,

    Thank you for choosing us!

    Take up the backup of this file and replace it after updating the theme.

    Thank You

    #2896
    neilrichards
    Participant

    Hi,

    WordPress is not telling me that there are any outstanding updates. I’m using v1.03, and v.1 for Multi-Purpose Blog Pro Child Theme. If there are updates to apply, how to I get them when there is no update option in my admin console?

    Thanks,
    Neil

    #2905
    Shop Manager
    Keymaster

    Hi,

    You have to download the theme again and upload and activate it.

    You will find the updated theme in your account.

    Thank You.

    #2935
    neilrichards
    Participant

    Hi,

    It appears that my subscription has expired – I see in your FAQs that I should have received a discount code for renewal but I don’t seem to have had one. Would you be able to send one please?

    Thanks,
    Neil

    #2936
    Shop Manager
    Keymaster

    Hello,

    We have sent you an email regarding your query, please check and reply on it.

    Thanks

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.