Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #229551
    Edwin
    Participant

    Hello, I just updated my subscription and updated to 4.4.1 I have a few questions. website address: goldenbuddha.net

    1) I have the free Adventurous theme installed also. Is this necessary since I also have adventurous pro? If so, I think I would prefer to delete the free theme and save space.

    2) In the drop down menu in PC, when you click on one of the sub menu options and move the curser away from the box before the page changes, the box in the sub menu turns black and it is quite ugly. But when you leave the curser in the sub menu box the color does not change. Can you fix this so it does not turn black if someone moves the curser out of the box? I want the color to stay the same. I tried this in both chrome and firefox, it is the same in both browsers. Also, this issue occurred before I upgraded also.

    3) In mobile when using the home page slider, can you make the dots so they are not so conspicuous? They should be more proportional to the image such as on PC.

    4) The new theme really blows up the header image on PC. Can you send css code so I can manually adjust the image size? the size I had before I updated to 4.4.1 worked fine, when I updated it just blew it up, so when I go to the home page it is the only thing you see. I replaced it with the slider images for now, they do not have this problem. But those images are the same size, if I put them as header image it is way too big.

    Thank you for your assistance with these issues.
    Edwin

    #229595
    Skandha
    Participant

    @mmhgloba: Hello Edwin,

    1. If you are using the pro version and have done all the customizations there you don’t need the free theme. You can delete it.

    2. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #secondary-menu ul.menu ul a:focus {
    	background-color: #fff !important;
    }

    3. Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width:500px) {
    	#controllers a {
    		width:7px;
    		height: 7px;
    	}
    }

    You can change the size according to your choice.

    4. Can you enable the header image on your site so that I can look into the issue and provide you a solution?

    Let me know if this works out!
    Kind Regards,
    Skandha

    #229992
    Edwin
    Participant

    Hi Skandha,

    The CSS code for #2 and #3 worked great, so those issues are fixed.

    Regarding the free theme deletion, I have the child’s theme installed, is that what you mean by customizations? Other than that I have not done any custom work that I am aware of.

    I will follow up about number 4. But for now I discovered another issue.

    In mobile, using the firefox browser (I am not sure about Chrome) the upsell product links in Woocommerce are not displaying correctly. The little green “Sale!” icon is skewed to the right. In PC, it looks fine and it displays in the top right hand corner of the image. Can you assist with this?

    Check out this listing here and scroll down using a mobile phone. https://www.goldenbuddha.net/product/vajravarahi-statue/

    Thank you,
    Edwin

    #230036
    Edwin
    Participant

    Hi Skandha,

    I just removed the “sale!” icon. But in mobile, the images still skew to the left under related products. Can it be fixed?

    Also, I uploaded 4.4.1 on my other website globaltravelpress. You can clearly see the header image is blown up out of proportion. This is what it looked like before the update with the same size image https://www.globaltravelpress.com/wp-content/uploads/2019/12/Untitled.png

    Thank you,
    Edwin

    #230053
    Sakin
    Keymaster

    Hi Edwin,

    About your site header image in globaltravelpress. Yes, the header image is set to 100% as in our design. The recommended image size is 1920px width by 720px height. As your image is small just above 1240px width and 492px height, that is why it looks a little blown out.

    So, either increase the size of the header image or if you want it like small then add the following css in “Appearance => Customize => Additional CSS” box:

    #header-featured-image {
        max-width: 1240px;
        margin: 0 auto;
    }

    Regards,
    Sakin

    #230054
    Sakin
    Keymaster

    Hi Edwin,

    About the related product images in https://www.goldenbuddha.net/product/vajravarahi-statue/. Can you let me know what do you want in mobile devices. Maybe share screenshot of what you want then I can send you custom CSS.

    Regards,
    Sakin

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Some Issues’ is closed to new replies.