So Hi I contacted via the themeforest listing and asked about the blogs appearance. Themeforest username elephant2009
- I asked about the gap between the blog sidebar and main right hand side content. I’ve currently got mine set to 70% and added .mb__100 { margin-left: 40px !important; } to my custom css. You said this will cause issues. http://idleuwi.com/blog/ If you could have a look and tell me what would be best. I like its current appearance so if it could look like this but not cause issues this would be great.
- I also asked about tags been shown under the post on the main blog list page. You answered “Please copy file content.php in claue > views > post to claue-child > views > post
and add below code to line 11
<?php jas_claue_get_tags();?>”
Where exactly is this please, I couldn’t find it, is this going to effect updates, would I need to do this each time I update the theme?
- On the http://idleuwi.com/blog/ page also, how do I get rid of the + icon next to category options, I’d rather use something else here like – or if not have nothing at all.
- On a page with a video http://idleuwi.com/ducktails-map-to-the-stars-official-video/ there a big space at the top from the title and video, is this because of featured image, can this be reduced for when no featured image is used?
- Lastly is a question about the video on http://idleuwi.com/ducktails-map-to-the-stars-official-video/ again, can the video and content below be aligned as currently is show the video in the middle but the content is wider.
Kind Regards,
Phil
Hi,
Sorry for the late response. We will add the parameter to enable/disable the product review tab in next update. Now if you want to disable you can use the custom CSS code below
.tab__nav > ul > li:last-child { display: none; }
Hi Spring Clean,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.jas-branding a { pointer-events: none !important; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi,
I have replaced with the new terms but I cannot see the difference with the original terms of woocommerce.
The link drops down instead of opening in a new tab.
And it carries css code in it too.
I hoped this time that we would resolve the issue.
Thanks
Hi Mikestar,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) {
form.cart .woocommerce-variation-add-to-cart .quantity.hidden + .single_add_to_cart_button {
width: 200px;
}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Nah, please check your demo again. The count does not appear on ANY browser upon the INITIAL add(s), it only appears after the page has been manually refreshed with the button in the browser or a user navigates to a new page on your demo site, effectively refreshing the count trigger.
As a matter of fact, from the homepage you can add multiple items to the cart and unless you manually refresh the page the (2) does not appear. Please see my new attachments. 1. The first screen capture shows an empty bag icon in the upper right with me clicking ‘add to cart’, 2. the second shows that the high waist skirt was added to the cart, 3. the third shows that I’ve clicked off the side cart and the shopping bag still shows no count whilst I’m in the process of adding the backpack, 4. the fourth shows that I have added the backpack, 5. and the fifth is me clicked off of the side cart with 2 items in my cart yet the bag in the upper right still shows no count. HOWEVER, if I then manually hit the browser refresh page button then the count shows.
The same thing happens if you add products from your product detail page. Navigate to https://claue-from-janstudio.myshopify.com/collections/bottom/products/cuffed-beanie with an EMPTY bag. Click add to bag and the (1) will not appear unless you refresh the page manually in the browser.
This is the main url of your demo site that I’m testing: https://claue-from-janstudio.myshopify.com/
I am running Mac OS High Sierra v. 10.13.5 and using Chrome v. 66.0.3359.181 and Safari v. 11.1.1
CSS is my where I’m experienced and absolute not so much with JS so I’m not certain by any means but perhaps this link relates to the problem with the Claue demo template? : https://ecommerce.shopify.com/c/shopify-apis-and-technology/t/how-do-i-update-the-cart-counter-immediately-via-ajax-268966
Your thoughts?
Thanks,
Ryan
Attachments:
You must be
logged in to view attached files.
This reply has been marked as private.
Hi Harry hope you’re having a good Friday 🙂
BuddyBoss have responded with this but I don’t know what to do….
Hi Karen,
Those icons are coming from the font awesome classes.
You can check this link https://fontawesome.com/icons/ reply?style=solid
this one we used for reply.
You can ask your developer to add awesomeness icons using custom CSS code like in below example.
https://stackoverflow.com/ questions/14736496/use-font- awesome-icons-in-css
Regards
Anve – Buddyboss support
Any help you can offer would be really appreciated.
Many thanks,
Karen
Hi Rahim,
I don’t know why but the new code i give you override css on plugin MegaMenu not have any code of our theme in new version affect this.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Rahim,
Please add below code to css file
@media only screen and (min-width: 1025px) {
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-item-align-right {
margin: 0 15px !important;
}}
.woocommerce-account #jas-wrapper {
overflow-x: initial;
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio