LHFashion
Forum Replies Created
-
Forum: Plugins
In reply to: [ShiftNav - Responsive Mobile Menu] Mobile Menu sizingChris,
Thank you for sharing this information.
I am sharing a few images of what I have in mind. Note that the menu shown on the ‘Home’ page is considerably wider than all others:
HOME
https://postimg.org/image/lmwlqfeol/ALL OTHER PAGES
https://postimg.org/image/asajyiptx/I am wondering if you could share any insight on what is causing this?
Forum: Themes and Templates
In reply to: [Afterlight] Social Media MenuIn case anyone else comes across this, I ended up using the following plugin to complete the creation of my child theme:
Child Theme Configurator
Forum: Themes and Templates
In reply to: [Afterlight] Social Media MenuThank you for your comments.
I can not seem to properly pull all of the .css stylesheets properly.
I currently have:
<?phpfunction theme_enqueue_styles() {
$parent_style = ‘afterlight-style’;
wp_enqueue_style( $parent_style,
get_template_directory_uri() . ‘/style.css’ );
get_template_directory_uri() . ‘/editor-style.css’ );
get_template_directory_uri() . ‘/rtl.css’ );wp_enqueue_style( ‘child-style’,
get_stylesheet_directory_uri() . ‘/style.css’,
get_stylesheet_directory_uri() . ‘/editor-style.css’,
get_stylesheet_directory_uri() . ‘/rtl.css’,
array( $parent_style )
);
}
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );Do you happen to have a guide for including a parent theme with multiple .css files? I have searched online and could not find anything that i was able to successfully apply to my function.php file.
I will comment that I am still learning about this subject and have obviously not perfected the craft so please bear with me.
Thank you.
Forum: Themes and Templates
In reply to: [Afterlight] Social Media MenuI forgot to mark as resolved.
Forum: Themes and Templates
In reply to: [Afterlight] Social Media MenuWEN,
I completed your addition, which pushed the menu bar down a bit. However, I removed the ‘right’ command and that seemed to do the trick. This now shows as:
.site-header .social-navigation {
margin: -32px -13px;
}Thank you for all your help. I hope you have a great week!
Forum: Themes and Templates
In reply to: [Afterlight] Social Media MenuWEN,
I have added the css code and this has brought the social menu to the desired location. However, the alignment is slightly off and runs off the page to the right a bit. Do you happen to have margin coordinates that could Mirror the ‘Primary Menu’ margins?
And thank you so much for helping me find this solution.
Forum: Themes and Templates
In reply to: [Afterlight] Social Media Menu@wen Solutions,
I just gave this a try:
Added before:
</div><!– .site-header-top –>This is where I believe it SHOULD be located, however, this only moves the social menu slightly to the right of it’s current location
Added before:
</div><!– .site-branding-inner –>
This just moves the social menu under the primary menu on a second line.Thank you for your suggestions. Any thoughts?
Forum: Themes and Templates
In reply to: [Afterlight] Center Align Media ImageI appreciate you taking the time to help me out today. The code worked just fine. Thank you for your help. Enjoy your weekend.
Forum: Themes and Templates
In reply to: [Afterlight] Center Align Media Image….i did in the first sentence of my post:
Lusthavefashion.com
the image on the homepage of lusthavefashion.com
Forum: Themes and Templates
In reply to: Center Align Media ImageEsmi,
Thank you for your help.
Enjoy your weekend.
Forum: Themes and Templates
In reply to: Center Align Media ImageEsmi,
I am currently using the Afterlight Theme. I accessed this through the wp admin panel/appearance/themes and selected something minimalistic.
Forum: Themes and Templates
In reply to: Center Align Media ImageThank you for your response. I have applied the aligncenter function to the site. The photo moves over about half an inch. I have left this code on the page for you to view the new page.
I am wondering if there is something going on with the right side of the page somewhere in the code that would make the center of the page alignleft?