Forum Replies Created
-
AuthorPosts
-
Amol
ParticipantDear Jhon,
We are not using woocommerce.
We need to add a header script for taxonomy=category. Unlike the post and pages, the header script box is not available for taxonomy in the genesis sample theme.
Any idea how to get it done?
Thanks
What’s Beneath the Webface
Amol
ParticipantThank you so much got it
What’s Beneath the Webface
Amol
ParticipantThank you Brad Dalton. You are always there to help the studio press community.
The script is page specific so we could not use the Header script box which is common for the entire site. Any idea how to resolve this.
Thank you.
What’s Beneath the Webface
Amol
ParticipantFixed the issue by changing the featured image size in function.php from 702 to 1263.
Thank you so much for your support.
What’s Beneath the Webface
Amol
ParticipantDear Anita,
The image dimension are minimum 1920 x 1080 px.
By default the image gets cropped to 702 x 526 pixel. This is featured image dimension set in customizer.
I did use simple image plugin to reset the image as per the container size & different images. Even after that the image keeps getting blur.
Please advice.
Thank you.
What’s Beneath the Webface
Amol
ParticipantDear Victor,
Thanks for the help & apologies for late reply. I did went through the funtcion.php files and was able to find the following code;
// Add support for structural wraps.
add_theme_support( 'genesis-structural-wraps', array(
'header',
'menu-primary',
'menu-secondary',
'footer-widgets',
'footer',
) );
// Enable custom navigation menus.
add_theme_support( 'genesis-menus' , array(
'primary' => __( 'Header Menu', 'business-pro' ),
) )I did try to add 'secondary' => __( 'After Header Menu, 'business-pro' ),
It causes error. If you may help me with this will really appreciate it. Only reason i need 2 navigation coz i have lot of menu & Mega menu is not real solution for me.
Thanks So Much
What’s Beneath the Webface
Amol
ParticipantFound a way around. Thanks everyone.
What’s Beneath the Webface
Amol
ParticipantThis reply has been marked as private.Amol
ParticipantThanks it is the same tutorial which genesis has mentioned. unfortunately something is not right. Any idea?
What’s Beneath the Webface
Amol
ParticipantThanks Christoper. it works unfortunately it says unable to crop error. Any advice.
Thanks
What’s Beneath the Webface
Amol
ParticipantThanks for your time to review my work.
What’s Beneath the Webface
Amol
ParticipantHello,
Responsive-Menu.js is different file.
Take backup of your website first before creating global.js file
Paste this code in that js file
$( ‘.nav-primary .genesis-nav-menu, .nav-secondary .genesis-nav-menu’ ).addClass( ‘responsive-menu’ ).before(‘<div class=”responsive-menu-icon”><span class=”menu-text”>Menu</span></div>’);
Hope it helps.
What’s Beneath the Webface
Amol
ParticipantThis reply has been marked as private.Amol
ParticipantThanks found the code causing problem.
What’s Beneath the Webface
Amol
Participant@christop
Thanks for your time. it worked.
What’s Beneath the Webface
Amol
ParticipantYes their is problem in all the browser. Tried to play around with code no luck.
Thanks once again
What’s Beneath the Webface
Amol
Participantjust uploaded the file to child theme js folder.
What’s Beneath the Webface
Amol
ParticipantThanks Braddalton,
The js file is loaded in Genesis Extender.
Thanks a lot
What’s Beneath the Webface
Amol
Participant@ Matthew Snider,
Thanks.
What’s Beneath the Webface
Amol
Participant@ Victor Font
Thanks victor I would love to change the text with some nice punch line.
Thanks for talking time to answer my question.
Amol
What’s Beneath the Webface
-
AuthorPosts