1st- I have 6 Main categories and only 3 of them are showing on my homepage. I have checked everything and by all accounts, they should be showing.
2nd- This is a redesign of my old site were i used storefront boutique I am in the process of retaking pictures to the correct parameters so they should show up correctly but I think that is not the issue. Reason being as all of the pictures on my shop page have been fixed and they are still staggered. I have used a snippet that should get them to be unstaggered but it hasn’t worked. They are supposed to be 4 or 5 across but they are only 3 to 4 across.
Not all of the pictures have been retaken on sub categories or reordered into their sub-categories but they are still off as well.
If you can give me any suggestions on why this is still happening I would be grateful.
]]>I added in functions.php –
function output_metaslider() {
echo do_shortcode(“[metaslider id=2964 restrict_to=home]”); // change 123 to your slider ID
}
add_action( ‘woo_main_before’, ‘output_metaslider’ );
In CSS Stylesheet Editor added
.metaslider .flex-direction-nav a {
text-indent: 0;
}
Created a page entered the short code – [metaslider id=2964]
Even gone to Appearance – Customize added [metaslider id=2964] in Static Front Page
Does not show up. What am I missing, or what needs to be changed?
https://www.ads-software.com/plugins/ml-slider/
]]>Please do you have deli child theme? I will need help with the deli child theme.
Thank you so much.
]]>