This topic has 32 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
HOW CAN I DISPLAY TOP BAR FEATURES I’M CURRENTLY USING HEADER VARIANT 9 AND ALSO IS ANY SHORTCODE TO BRING SHOPPING CART AND SEARCH ICON TO TOP BAR
Hello,
Sorry for the delay.
Unfortunately, can’t see your screenshot.
You can try to add this code in custom css http://prntscr.com/ftrj2q:
.top-bar {
display: block !important;
}
Go to Appearance > Widgets > add needed elements in Top bar area.
Regards,
Rose Tyler.
this is the mock up
Can you explain The DDD neede elements, Where in widgets can I add it?
Hello,
Please see screenshots http://prntscr.com/ftwt51 http://prntscr.com/ftwtgs https://prnt.sc/ftwz5y
Regards,
Rose Tyler.
Hello,
By default, these are not possible display top bar with this header type, so we add the css code. To display elements as you want now, you also need use custom code. Please provide link to your site and describe needed result, I will give you the example of code.
Regards,
Rose Tyler.
Hello,
Please provide screenshot of the arrows in the menu.
Please use this code to change search color:
.fa-search {
color: red;
}
To change the cart you can upload new image http://prntscr.com/funyht
Regards,
Rose Tyler.
Rose Thank you I think I figure it out, one last question;
Is any function or what would be the best way to change the word “cart” to Shopper in all pages
Hello,
You can change strings of theme via translation plugin https://www.8theme.com/demo/docs/classico/#translation https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Regards,
Rose Tyler.
Hey Thank You Rose
I also add css text content on the header bar but overlap the Cart icon do you know any solution this is the screen shot
http://prntscr.com/fv8x4d
and this is the link if you have time to check the site
http://www.michaelharlan.com/wp/story/
Hello,
Please try to change your code to http://prntscr.com/fv98r0
position: absolute;
left: 50%;
top: 25px;
transform: translateX(-50%);
Regards,
Rose Tyler.
The logo in the header links to home page but I’m using home page as an intro page how can I swicth the link from the logo to link to other page and same think for the Breadcrumbs and one more thing;
I’m using [share] shortcode in the footer in a static block but the function share the link to the static block page not the current page like in the demo
Hello,
To change logo link and link in breadcrumbs you need to edit etheme_logo
and etheme_breadcrumbs
functions (located in theme-functions.php file). We recommend you to make changes in a child theme.
The question is a bit unclear. Could you provide link to your site?
Regards
Please provide wp-admin access in Private Content.
Regards
thank YOU
Thanks, seems [share] shortcode works fine. Could you describe your problem with more details?
Regards
the share shortcode in the footer is part of a static block used as footer content but the problem is the share button link the static block page but I want it to link to the current page
I think I figure out the etheme_logo function but the etheme_breadcrumbs function is more complex can you help me with
Please check [share] now.
Regards
awesome
do you have any output about etheme_breadcrumbs function
which line I should change
Hello,
Simply change this line http://prntscr.com/fxy7fa to https://prnt.sc/fxy7aw (add your link)
Regards
You must be logged in to reply to this topic.Log in/Sign up