Tagged: enfold theme
-
AuthorPosts
-
May 13, 2021 at 2:13 pm #1300158
I want to breadcrumbs only product page but when i enable option header > show title and breadcrumbs it show all pages….How can i show breadcrumbs only product page…here product page, please give me guidance how can i add breadcrumbs only product page?
May 14, 2021 at 5:35 pm #1300390Hi jskindustrial,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoMay 14, 2021 at 7:27 pm #1300414I posted
May 15, 2021 at 2:59 pm #1300488no response till?
May 17, 2021 at 5:09 am #1300640Hi jskindustrial,
We apologize for the delayed response.
Please add this code in your child theme’s functions.php file:function enfold_title_args($args) { if( ! (is_shop() || is_product()) ) { $args['html'] = ''; } return $args; } add_filter('avf_title_args','enfold_title_args', 10, 1);
Best regards,
NikkoMay 17, 2021 at 6:56 am #1300650it doesnt’ work, can you help me?please
May 17, 2021 at 7:24 am #1300654Hi jskindustrial,
Yes, please give us FTP access.
Just post the credentials in private content.Best regards,
NikkoMay 17, 2021 at 7:38 am #1300655I already posetd and again i will please let me know you can see it or not
May 17, 2021 at 8:44 am #1300658Hi jskindustrial,
The one you posted is user access and we don’t have access to the Theme Editor.
In order for us to properly see why the code is not working is either check the code via FTP or upgrade the user access you gave to an administrator.Best regards,
NikkoMay 17, 2021 at 9:46 am #1300669did you try again? bcoz i changed the role
May 17, 2021 at 1:14 pm #1300727Hi jskindustrial,
Yes, I have checked on it again and it’s now fixed.
The reason why it doesn’t seem to work is because of this code in Quick CSS:.title_container { display: none; }
I have commented it out.
Please review your site.Best regards,
NikkoMay 17, 2021 at 1:23 pm #1300730Thank you so much but it is show may be wrong path “should You are here:Home/Ceramic Ball/0.1-55MM 94.5% ZRO2 YTTRIA STABILIZED ZIRCONIA BALL”
but it shows “You are here:Home/Footer/Ceramic Ball/0.1-55MM 94.5% ZRO2 YTTRIA STABILIZED ZIRCONIA BALL”May 17, 2021 at 1:34 pm #1300735Hi jskindustrial,
It’s showing that because the Shop Page is set to Footer.
You can verify this in Woocommerce > Settings > Products > Shop page.
Once you fixed this, this should also reflect in the permalink.Best regards,
NikkoMay 17, 2021 at 2:08 pm #1300744Thank you so much…it works fine
- This reply was modified 3 years, 6 months ago by jskindustrial.
May 17, 2021 at 2:25 pm #1300749How can i add image below breadcrumbs?
May 17, 2021 at 11:31 pm #1300827Hi jskindustrial,
Can you give us a screenshot or mockup? so we can have a visual image of what you’re trying to achieve.
Best regards,
NikkoMay 18, 2021 at 6:59 am #1300873May 18, 2021 at 10:47 am #1300929Hi jskindustrial,
You should be able to set it in Settings > Permalinks > Product permalinks.
Hope it helps.Best regards,
NikkoMay 18, 2021 at 11:55 am #1300963I set it but it didn’t work, any idea? and how can i add background image in breadcrumbs?
May 18, 2021 at 1:46 pm #1300987Hi jskindustrial,
It seems to be the correct breadcrumb.
You are here:Home/Ceramic Ball/0.1-55MM 94.5% ZRO2 YTTRIA STABILIZED ZIRCONIA BALL since the permalink is /shop/%product_cat%/Best regards,
NikkoMay 21, 2021 at 1:09 pm #1301616how can i add background image in breadcrumbs?
May 22, 2021 at 4:11 pm #1301753Hi jskindustrial,
Is this also done?
I have checked it and it seems you already added a background image to the title container.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.