Home Forums Search Search Results for 'css'

Viewing 10 results - 1,521 through 1,530 (of 3,138 total)
  • Author
    Search Results
  • Hi,

    1. Please download attach file and extract and replace file product-related.liquid

    2. Please add below code to Theme Settings > Custom Code > Custom CSS

    .images--grid .product-single__photos-item {
        overflow: hidden;
    }
    
    a.product-single__photos-item img {
        transition: all 0.3s;
    }
    a.product-single__photos-item:hover img {
        transform: scale(1.1,1.1);
    }

    Best regards

    Attachments:
    You must be logged in to view attached files.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    rusteynail
    Participant

    Hello hello,

    So far I have had great success with your theme,  however, I recently updated to the latest version (1.05)and noticed it has changed the related image sizes to something very small. I have played with various settings and cannot change this. I updated manually, replacing only the files needed to update.

    Thought I have made a mistake with updating manually, but then I tried a fresh install of 1.05, and it still has the same problem.

     

    My solution was to restore some liquid files from the previous version(1.04), probably product-related.liquid I think, somehow I fixed it.

    So Now I have version 1.05 with bits of 1.04 just to work properly. This is the version I currently have published. But somehow in the process, I have lost my image carousel below product page main image.

    Can this be fixed?

    also, one thing can I ask, can the masonry layout have that little fancy zoom option like banners, with some extra CSS code?

    Thank you so much in advance!

     

    Russell.

    #22863
    [Resolved]

    Topic: Custom Css

    in forum Claue
    Mag8891
    Participant

    Hello Harry,

    I think my site has been hacked somehow, it started to redirect to spam sites and when I reloaded the server it doesn’t open,

    before I will go back to one of my older backups could you please let me know which is the file where all custom css code is saved, so I can try to get the latest version I had.

    Best regards

     

     

    #22848

    hi no, sorry when I add the code below it all move as on the pic I attached earlier, I don’t understand why as it works for other lines, see last two line I add in my custom css and it move 1 line below on the right column, and after this code change the gift card design button too all on separate line, but not 2 in one line

    .entry-summary .wcst_low_stock_scarcity { display: inline-block;}
    .entry-summary .wcst_deal_expiry {float: right;}

    #22833

    In reply to: Remove hamburger menu

    Hi,

    1. You can change header layout in JanStudio > Theme Option > Header

    2. If you want use current header layout. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (min-width: 1025px) {
    a.jas-push-menu-btn {display: none;}
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    rjhodges
    Participant

    I wasn’t sure if I needed to open a new topic to get my posts yesterday to trigger an alert/ garner attention on your end but I just wanted to add to that as well as bring two your attention two additional issues I have found.  I am very far along in the editing process with my shop so having these issues resolved would be amazing and would certainly be helpful for the other almost 200 people who have bought the theme thus far as well! I’m building on 1.05.

    1. Unresolved variant issue chain : http://support.janstudio.net/forums/topic/thumbnails-for-just-one-variant/#post-22792 + (post #22790), I found an example within your own Claue demo where the variant image switching by both Color Swatch and size variants occurs : https://claue-from-janstudio.myshopify.com/products/mercury-tee?variant=8398882832427 – I thought that perhaps being able to see it directly on your own demo may make it easier to resolve?  I was not able to find an instance within your demo where the Photo goes blank when a random variant was selected but given that both user Chris and I both had the same exact issue hopefully that will be worked out with the fix.
    2. Please see attachment- when you type, for example “shirt” in the search box on your demo page here: https://claue-from-janstudio.myshopify.com/products/mercury-tee?variant=8398882832427 you can see that the search-result .div pushes up past the top of the screen so not only can you not see the top or bottom of the box, you cannot scroll Y AND each time you close and re-open the search overlay the previous search still appears  (see attachment). Is there a way you can clean that up so that the search function is actually usable? can you have it LIMIT the results that appear to say maybe 5 and then at bottom of the search-result .div have the “Show all search results” bar that just links to the actual search results page?  Additionally it would be nice to have it CLEAR OUT  the search whenever the X is clicked to close out the window so that when someone clicks the mag glass again they can start fresh without having to manually delete out the previous search term…
    3. The Popup.  Hah, I mean it’s just overwhelming to have that guy popping up on EVERY SINGLE page on every single page load or refresh!  While I can accomplish almost anything myself with CSS and html, messing with JS and liquid isn’t exactly my strong suit, so while I can easily move the {% include %} so that it only opens on say the homepage but it’s just relentless to have it appear every single time some navigates home OR refreshes the page – and I do not have the skill set to modify the JS to include options.  Referring back to the Tea Themes Claue they had all kinds of options built into their Dashboard that allowed for control of what pages to show on as well as, most importantly, duration of time in between reappearing after being closed (attachments).  Is that something that you guys could build into our version here – it wold be immensely helpful, otherwise to use the popup as is is almost counter-productive because it’s far too invasive. I have added a couple of screen grabs from Tea’s version.

    I hate to overwhelm and or bombard you with all of that but I have worked within your Claue template extensively the last 4-6 weeks and those are the only THREE major issues that I have come across.  Excellent otherwise.  Thank you very much for your attention to these three matters.!

    Kindly,

    Ryan

     

     

     

     

    Attachments:
    You must be logged in to view attached files.
    #22770

    In reply to: A couple of things! :)

    Hi Dearbo,

    1. Please open file in wp-content/themes/claue/core/libraries/janstudio/widgets/instagram.php at line 73

    and change code from

    $output .= '<div class="item dib"><a href="' . esc_url( $link ) .'"><img width="150" height="150" src="' . esc_url( $image ) . '" alt="Instagram" /></a></div>';

    to

    $output .= '<div class="item dib"><a target="_blank" href="' . esc_url( $link ) .'"><img width="150" height="150" src="' . esc_url( $image ) . '" alt="Instagram" /></a></div>';

    2. Please add below code in Claue > Theme Option > General Layout > Custom CSs

    .widget h4.widget-title:after {display: none;}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #22757

    In reply to: Category page headers

    Hi Iona,

    Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 480px){
    .metaslider .slides img {
        height: auto !important;
        width: 100% !important;
        max-width: 100%;
    }}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #22680

    Hi Mag,

    Sorry for late reply.

    Glad to hear you can solve this issue. Thank you for share your solution.

    Please add below CSS code to hide range-price on quickview

    .price-review p.price {display: none;}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    #22670
    [Resolved]

    Topic: css problems

    in forum Claue
    spider
    Participant

    Hello, i tried to change demo’s menu to my own menu. after that when i go to shop page the layout displays “wrong” (it displays 2 items instead of 4, one image overrides another etc). i reinstall to theme to new subdomain and the problem is still there. what can i do?

    Attachments:
    You must be logged in to view attached files.
Viewing 10 results - 1,521 through 1,530 (of 3,138 total)