Forum Replies Created

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: Header content not aligning with page container #123600
    June
    Participant

    Hi WEN Solutions,

    I did not ask for the container to be made fullscreen, I asked how can I increase the size? Ie how can I adjust the width to a certain size.

    Regards,
    June

    in reply to: Header content not aligning with page container #123549
    June
    Participant

    Please can I have feedback for the above?

    in reply to: Header content not aligning with page container #123512
    June
    Participant

    Hi WEN Solutions,

    This is urgent, please can I have some feedback?

    Regards,
    June

    in reply to: Header content not aligning with page container #123473
    June
    Participant

    Hi WEN Solutions,

    I managed to figure out how to solve the above issue.

    Now I need to increase the container size of my pages, how can I do that?

    Regards,
    June

    in reply to: Header logo and menu not displaying evenly #123029
    June
    Participant

    Hi WEN Solutions,

    I done some research and realised the changes that needs to be made is to the theme’s sticky header code.
    When scrolling down I don’t want the sticky header to change color or move the logo/menu. It should stay the same. There is no customization option for this in WEN business pro’s theme settings.

    Please send me the code necessary to make the sticky header’s appearance stay the same when scrolling.

    Thanks,
    June

    in reply to: Header logo and menu not displaying evenly #122679
    June
    Participant

    Another issue with the primary menu is that when scrolling down on a page, the logo (because it is part of the sticky header) then jumps a little to the right and the navigation menu can not be seen properly. Illustrated by the arrows in the below screenshot:

    sticky header misaligned logo and navigation pane

    in reply to: Header logo and menu not displaying evenly #122673
    June
    Participant

    Hi WEN Solutions,

    The menu is the primary menu that appears in the header on every page.
    Below is a screenshot for more clarity.

    Screenshot with arrows indicating alignment and menu pane

    The red lines running horizontally, is where the menu’s grey outline should be. The menu items (Welcome Products Events Contact Us) should be aligned horizontally to the logo (as indicated by the arrow pointing down).

    I have disabled the under-construction setting. Kindly provide me a speedy reply so that I can enable the under-construction mode as soon as possible.

    Regards,
    June

    in reply to: Header logo and menu not displaying evenly #122499
    June
    Participant

    Hi WEN Solutions,

    Do you please have feedback for the above?

    Regards,
    June

    in reply to: Header logo and menu not displaying evenly #122433
    June
    Participant

    To clarify: The grey area encasing the menu bar must run across the entire screen so that the logo will appear on top of it on the left side. The grey menu bar must thus be wide enough to encase the logo completely, and be aligned horizontally to the actual menu

    in reply to: Website not displaying full screen #122428
    June
    Participant

    Hi WEN Solutions,

    That did the trick yes.

    Thanks,
    June

    in reply to: Website not displaying full screen #122331
    June
    Participant

    Yes, the site is set as Fluid.

    in reply to: Logo quality too low #122244
    June
    Participant

    Thanks WEN Solutions

    in reply to: Logo quality too low #122170
    June
    Participant

    Hi WEN Solutions,

    Thanks for the feedback.

    Is there a way to add the Navigation menu to the header (I customized the header to be sticky) so that the menu will display on the right side of the logo?

    Thanks,
    June

    in reply to: Wen Business Pro Child theme error #122037
    June
    Participant

    Hi WEN Solutions,

    That seemed to do the trick, thanks for the assistance!

    Kind Regards,
    June

    in reply to: Wen Business Pro Child theme error #122014
    June
    Participant

    Hi WEN solutions,

    I have tried amending the code as suggested but I am still not seeing the full customization options when trying to use the Child theme, compared to the Parent theme.

    To illustrate:
    Below the customizations options when the parent theme is activated:
    Customization options of WEN Business Pro parent theme

    Below the customization options when the child theme is activated:
    Customization options of WEN Business Pro child theme

    I’d appreciate a solution for this problem.

    Thanks,
    June

    in reply to: Wen Business Pro Child theme error #121982
    June
    Participant

    Hi WEN Solutions,

    I do not want to use a Child theme plugin.

    As per WordPress instructions in: https://codex.wordpress.org/Child_Themes, I successfully created a Child theme by creating a style.css file for the new WEN Business Pro Child directory. However, the enqueue functions.php file does not seem to be working, as it is not pulling the functions from the parent theme. Below is the functions.php code that I created as per the wordpress codex instructions.

    <?php
    function my_theme_enqueue_styles() {

    $parent_style = ‘wen-business-style’; // This is ‘wen-business-style’ for the WEN Business Pro Theme.

    wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘child-style’,
    get_stylesheet_directory_uri() . ‘/style.css’,
    array( $parent_style ),
    wp_get_theme()->get(‘Version’)
    );
    }
    add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
    ?>

    Please advise why the above code is not working successfully.

    Thanks,
    June

    in reply to: Wen Business Pro Child theme error #121981
    June
    Participant

    Hi WEN solutions,

    I would have preferred creating a child theme according to WordPress Codex as it contains detailed information on how to edit the relevant files’ code.

    However, I have installed the WP Child Theme Generator and will try it out. Please send me instructions as to which files I should edit in order to customize code for the Child Theme.

    Thanks,
    June

Viewing 17 posts - 1 through 17 (of 17 total)