Forum Replies Created
-
AuthorPosts
-
Hey volmering!
Could you please link to the site in question? Also, are you using a contact form plugin?
Cheers!
RikardHi codecreative!
Are you using Quick CSS to insert your custom styles? Also, exactly what element are you trying to alter?
Cheers!
RikardFebruary 3, 2015 at 1:20 pm in reply to: Bug in the icon display inside my main navigation menu #390028Hey Tahelprjcts!
I think you forgot to link to the screenshot? Could you please also link to the site in question?
Best regards,
RikardFebruary 3, 2015 at 11:46 am in reply to: Grid Row issue : Top border of small arrow appearing at the bottom of Grid Row #389994Hi Tom,
I’m not able to access any of the sites you linked to, did you take them down?
Best regards,
RikardFebruary 3, 2015 at 11:36 am in reply to: intermediate page on cascading menu on mobile not 'clickable' #389986Hello 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,
RikardFebruary 3, 2015 at 8:36 am in reply to: Main menu does not support more than 3 pages with more than 2 words (4 letters) #389887Hey 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
February 3, 2015 at 6:37 am in reply to: How to Change Featured Image Sizes? Changing functions.php has no effect #389854Hello 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,
RikardFebruary 2, 2015 at 12:12 pm in reply to: Max site width always 910px after updating to 3.0.5 #389272Hey justinbiggsdesign!
Just tick the box reading ‘Set as private reply’ before you post, then only you and the moderators can see it.
Best regards,
RikardHi 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,
RikardFebruary 2, 2015 at 10:16 am in reply to: decrease the amount of space between top bar menu and social media icons? #389224Hi 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,
RikardHi 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,
RikardFebruary 2, 2015 at 5:55 am in reply to: How to disable JPG compression for gallery element? #389135 -
AuthorPosts