Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • in reply to: Menu on Mobile #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

    in reply to: Menu on Mobile #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

    in reply to: Menu on Mobile #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');
    	}
    ?>
    in reply to: Menu on Mobile #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?

    in reply to: Controlling Size of Blog Previews in Blogs Feed #2232
    neilrichards
    Participant
    in reply to: Controlling Size of Blog Previews in Blogs Feed #2231
    neilrichards
    Participant

    Hi,

    I was pretty sure it was – sorry (not sure how that was created then), so I have just added a new page, added the title ‘Blogs’ changed the template to ‘Blog With Right Sidebar’, and saved. This is the resulting page:

    https://encounter.uk.com/blog/

    It does now show just a summary as expected, but I guess my other question still remains – is there a way of controlling how much of the blog text is shown in the summary?

    Thanks again,
    Neil

    in reply to: Controlling Size of Blog Previews in Blogs Feed #2227
    neilrichards
    Participant

    Here’s the url:

    https://encounter.uk.com/blog/

    Many thanks,
    Neil

    in reply to: Logo Size #2048
    neilrichards
    Participant

    Hi,

    Regarding the change to functions.php to resize the logo image, the logo still seems proportionally small in mobile mode, and I’m not using a page builder…. just clicking Pages–>Add New, entering a title (with template=’Default Template’, or for example ‘Page with Right Sidebar’) and clicking publish gives me this problem.

    Thanks,
    Neil

    in reply to: Logo Size #1997
    neilrichards
    Participant

    sorry – haven’t received anything (not in spam either)

    in reply to: Slider Images Not Showing Out of the Box #1974
    neilrichards
    Participant

    Hi,

    I’m not talking about a slider any more, as that issue is resolved. The problem I have now is that every page I create displays ‘No Image Found’ above the footer. I have sent an email to [email protected] with login credentials.

    in reply to: Logo Size #1973
    neilrichards
    Participant

    Hi,

    I sent my details in the email referenced above. I am sending again now.

    Thanks,
    Neil

    in reply to: Slider Images Not Showing Out of the Box #1956
    neilrichards
    Participant

    Hi,

    I longer have a slider issue, but every page I create still has ‘No Image Found’ above the footer. Is there an easy fix, or would you still need to review by logging into my account? I have sent an email to [email protected] with login credentials.

    Many thanks,
    Neil

    in reply to: Logo Size #1955
    neilrichards
    Participant

    Hi,

    Sent email to [email protected] as requested above on Nov 23rd. If you are able, could you please fix?

    Many thanks,
    Neil

    in reply to: Right Margin in tablet/phone mode #1833
    neilrichards
    Participant

    Hi,

    Child theme had additional CSS in the style.css even though ‘Additional CSS’ tab was empty :).

    .container {
    padding:0px !important;
    }

    was the offending line.

    Thanks,
    Neil

    • This reply was modified 5 years, 5 months ago by neilrichards.
    in reply to: Right Margin in tablet/phone mode #1821
    neilrichards
    Participant

    Hi,

    There is a gap between the edge of the page and the edge of the display:

    Margin issue

    This does not exist in desktop mode, but does in tablet and phone mode. I’d like the page to display across the complete width of the viewport.

    Thanks,
    Neil

    • This reply was modified 5 years, 5 months ago by neilrichards. Reason: image too large
Viewing 15 posts - 1 through 15 (of 23 total)