Forum Replies Created
-
AuthorPosts
-
June
ParticipantHi 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,
JuneJune
ParticipantPlease can I have feedback for the above?
June
ParticipantHi WEN Solutions,
This is urgent, please can I have some feedback?
Regards,
JuneJune
ParticipantHi 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,
JuneJune
ParticipantHi 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,
JuneJune
ParticipantAnother 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:
June
ParticipantHi WEN Solutions,
The menu is the primary menu that appears in the header on every page.
Below is a screenshot for more clarity.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,
JuneJune
ParticipantHi WEN Solutions,
Do you please have feedback for the above?
Regards,
JuneJune
ParticipantTo 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
June
ParticipantHi WEN Solutions,
That did the trick yes.
Thanks,
JuneJune
ParticipantYes, the site is set as Fluid.
June
ParticipantThanks WEN Solutions
June
ParticipantHi 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,
JuneJune
ParticipantHi WEN Solutions,
That seemed to do the trick, thanks for the assistance!
Kind Regards,
JuneJune
ParticipantHi 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:
Below the customization options when the child theme is activated:
I’d appreciate a solution for this problem.
Thanks,
JuneJune
ParticipantHi 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,
JuneJune
ParticipantHi 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 -
AuthorPosts