Forum Replies Created

Viewing 12 posts - 90,631 through 90,642 (of 90,642 total)
  • Author
    Posts
  • in reply to: Change Text Auto Response Contactform #390524

    Hey volmering!

    Could you please link to the site in question? Also, are you using a contact form plugin?

    Cheers!
    Rikard

    in reply to: CSS not updating from styles panel #390515

    Hi codecreative!

    Are you using Quick CSS to insert your custom styles? Also, exactly what element are you trying to alter?

    Cheers!
    Rikard

    in reply to: Bug in the icon display inside my main navigation menu #390028

    Hey Tahelprjcts!

    I think you forgot to link to the screenshot? Could you please also link to the site in question?

    Best regards,
    Rikard

    Hi Tom,

    I’m not able to access any of the sites you linked to, did you take them down?

    Best regards,
    Rikard

    Hello Frank,

    I see the problem you are referring to, could you please provide login details for the WordPress back-end so we can have a closer look? You can post it here as a private reply.

    Regards,
    Rikard

    Hey paranoia32!

    I had a look at your site and I saw that you had some custom CSS, I think it would be easier if you could let us have a look at your installation. Could you post WordPress login details as a private reply please?

    Cheers!
    Rikard

    • This reply was modified 9 years, 9 months ago by Yigit. Reason: made post public

    Hello Jane,

    First of all, we’re very sorry that we couldn’t help you in a more efficient manner. I’ve had a look at the site in question and I think I’ve found the problem.

    Please add the following code to Quick CSS:

    #top .fullsize .template-blog .blog-meta {
    width: 280px !important;
    height: 280px !important;
    }
    .small-preview{
    width: 280px !important;
    height: 280px !important;
    margin:0 !important;
    }

    Hope this solves your problem, please get back to us if you should have any further problems.

    Best regards,
    Rikard

    in reply to: Max site width always 910px after updating to 3.0.5 #389272

    Hey justinbiggsdesign!

    Just tick the box reading ‘Set as private reply’ before you post, then only you and the moderators can see it.

    Best regards,
    Rikard

    in reply to: Adjustments on mobile Screens #389246

    Hi filz51!

    Add the following code to hide the menu on phones:

    @media only screen and (max-width: 767px) {
    	#avia-menu{display:none;}
    }

    Add the following code to turn all top level menu items to uppercase on desktop only:

    @media only screen and (min-width: 960px) {
    #avia-menu > li{text-transform:uppercase;}
    .sub-menu > li{text-transform:capitalize;}
    }

    Best regards,
    Rikard

    Hi gharding!

    Please try the following code, it will move your meny 40px to the right and the social media icons 40px to the left on desktop devices only. Paste it in the Quick CSS box in Enfold–>General Styling

    @media only screen and (min-width: 959px) {
    	#top .social_bookmarks{padding-right:40px;}
    	#avia2-menu{padding-left:40px;}
    }

    If you want to increase or decrease the amount of space then try a higher or lower value than 40.

    Regards,
    Rikard

    in reply to: homepage layout #389156

    Hi piemoo!

    Regarding your second problem. The difference in height is due to the product images being different in height, and more or less text for the descriptions. To fix this we could set a fixed height for the blocks, but there’s always a risk that some information within the block will not display if you choose that option.

    Best regards,
    Rikard

    in reply to: How to disable JPG compression for gallery element? #389135

    Hey colorit2!

    It’s most likely the border/padding around the image which scales it down a bit, would you like to remove it? If so, please reply to this thread and we’ll provide you with the necessary code.

    Regards,
    Rikard

Viewing 12 posts - 90,631 through 90,642 (of 90,642 total)