Home › Forums › Themes Support › Gecko › Add title of product at the top of title bar on Product Details page
- This topic has 9 replies, 2 voices, and was last updated 8 years, 1 month ago by
Harry.
-
AuthorPosts
-
-
June 8, 2017 at 12:56 pm #5181
Is it possible to make the title of the product appear above the breadcrumbs on the Product Details page? I would like the title bar to stay consistent across the site.
-
June 8, 2017 at 6:32 pm #5191
Hi,
You can add below code to file functions.php in gecko-child included in package you download from ThemeForest
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 9, 2017 at 1:46 pm #5225
Thanks so much. Looks good although I now have two title bars 🙂
You can see what I mean here http://test.islandprinting.com.au/product/standard-pull-up-banner/
On another related note… I am wanting to use the WooCommerce Product Addons plugin. Functionally it works fine but I want the dropdowns to appear the same as they do for variable products. Is that something you are able to help with?
Additionally, when I view the site on my iPhone the logo doesn’t have any padding above or below it when it is in ‘sticky header’ mode… is this meant to do this or should it look the same as the desktop version with a bit of padding to show some white space?
Finally. The MailChimp signup form in the footer of the site is looking strange do you know why it would be doing this?
Thanks heaps!
-
June 9, 2017 at 5:10 pm #5229
Could you send us your ftp account as private reply.
I added some code, now it make new bug.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio-
June 9, 2017 at 5:49 pm #5231This reply has been marked as private.
-
-
June 9, 2017 at 5:54 pm #5232
Hi,
Your issue fixed.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 11, 2017 at 6:26 am #5260This reply has been marked as private.
-
June 11, 2017 at 11:04 am #5261
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-addon .form-row {
position: relative;
color: #999;
border: 1px solid #999;
}
.product-addon .form-row:after {
content: ‘\f107’;
position: absolute;
font-family: ‘FontAwesome’;
right: 10px;
top: 7px;
pointer-events: none;
}
.product-addon .form-row select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
border: 0;
outline: 0;
padding: 0;
color: #999;
font-size: 14px;
cursor: pointer;
width: 100%;
height: 38px;
line-height: 38px;
padding: 0 30px 0 10px;
}You’re welcome.
Hope our love our theme and consider give us good review and 5 stars rating at https://themeforest.net/downloads we really appreciate.
Thank and have a nice weekend!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
June 12, 2017 at 12:58 pm #5301This reply has been marked as private.
-
June 12, 2017 at 6:00 pm #5309
Thank you so much for your rate and your kind words.
You can add custom css in JanStudio > Theme Options > General Layout > Custom CSS
.shop_table .product-quantity { display: none;}
.mini_cart_item .quantity {text-indent: -999em;}
.mini_cart_item .quantity .woocommerce-Price-amount.amount {text-indent: 0; display: block;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
-
-
AuthorPosts
You must be logged in to reply to this topic.