Forum Replies Created
-
AuthorPosts
-
Hey Jan,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardHi Andreas,
Please try the following in Quick CSS under Enfold–>General Styling:
#menu-item-3051 span.avia-menu-text:after { content: "4"; font-size: 9px; color: #FFF; background: #42A0BD; line-height: 17px; width: 17px; display: inline-block; text-align: center; border-radius: 100px; position: relative; top: -9px; left: 2px; }Regards,
RikardHi,
Glad you got it working, we’ve been very busy lately and there was a big developers meeting this week in Vienna.
Best regards,
RikardHi,
Displaying background images the same on all types of screens is more or less impossible unfortunately due to the different dimensions of screens, one option you could try would be to create a second section which will only show for mobile devices, and use an image better adapted to small screens. You can then use CSS like this to hide/show the correct section, remember to give you sections unique ID’s in the element option and replace the names after the hash sign in the code:
@media only screen and (max-width: 767px) { #desktop-section { display:none !important; } } @media only screen and (min-width: 768px) { #mobile-section { display:none !important; } }Best regards,
RikardJune 27, 2016 at 8:32 am in reply to: Problems uploading images after WP4.5 even after following steps in your post #653699Hi,
Thanks for that, I uploaded the first image without any problems. See URL in private.
Best regards,
RikardHi,
There not a lot of space in the header on mobile so I would suggest you consider aligning the logo left on mobile instead, try this CSS:
@media only screen and (max-width: 767px) { .logo img { left: 40% !important; transform: translateX(-40%) !important; } }Best regards,
RikardHey buscoseo,
Your content should not be lost but your theme settings will, a way around this would be to activate debug mode in order to see shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/. We can then give you the shortcodes for each page you want to import if you link to them here.
Thanks,
RikardHi,
Ok great, please let us know if you should need any more help on the topic.
Best regards,
RikardHi,
I’ve heard some good things about wprocket but I think any of those plugins will do the job for you :-)
Regards,
RikardHi CorrinaGB,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
RikardHi,
I’m sorry but it doesn’t make much difference unfortunately, we will need to inspect the actual elements in order to give you correct CSS. Please upload it somewhere where we can actually inspect the code in question.
Regards,
RikardHey corneliaboehm,
Try the following instead:
#socket { background-color: #f3ebde !important; }Thanks,
RikardHi,
There will hopefully be a fix for this in the next release of the theme, please bare with us.
Best regards,
RikardHi,
Sorry but it’s still not working, I get redirected to the page in private.
Thanks,
RikardHey webfordj,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardHi,
Please try something like this to center the elements:
@media only screen and (max-width: 667px) { .home .av_one_third { display:table !important; margin:0 auto !important; } }Best regards,
RikardHallo Uwe,
On what page are you using the 1/5 elements? I couldn’t see any on your front page, please post the direct link so we can have a closer look.
Grüss,
RikardHey echristoperj,
Please try the following in Quick CSS under Enfold–>General Styling:
.home .avia-caption-content { padding-top: 120px; }Best regards,
RikardHi Nathan,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
RikardHi Victor,
There is not functionality like that in the theme unfortunately, but maybe you could ask the plugin developer to point you in the right direction to modify your current solution?
Thanks,
RikardHey Stefan,
What version of PHP are you running on the server which is hosting your site?
Thanks,
RikardHi,
Thanks for the details, I can’t see any green text on your front page though. Could you try to explain a bit further what specific text you are having problem with please?
Regards,
RikardHi,
Great, glad you got it working :-)
Please note that if you reply to your own thread it gets sent to the back of our support queue so try not to do so unless you think it’s absolutely necessary.
Regards,
RikardHi,
Displaying background images the same on all types of screens is more or less impossible unfortunately due to the different dimensions of screens, one option you could try would be to create a second section which will only show for mobile devices, and use an image better adapted to small screens. You can then use CSS like this to hide/show the correct section:
@media only screen and (max-width: 767px) { #desktop-section { display:none !important; } } @media only screen and (min-width: 768px) { #mobile-section { display:none !important; } }Best regards,
RikardJune 27, 2016 at 5:48 am in reply to: Justified Image Grid – Disable mouseover effect in Enfold #653651Hey drimendo,
Please refer to this: http://kriesi.at/documentation/enfold/disable-css-overlay-on-images/
Regards,
RikardHi goldengate415,
It shouldn’t make any difference, but Quick CSS might become cluttered so I would move any permanent changes to the CSS file in your child theme.
Best regards,
RikardHey Tobiy,
I can’t see any reason why it should not work, Enfold is fully compatible with WooCommerce.
Regards,
RikardHey Fabian J,
I’m not sure actually, it might be better asked to the plugin developers to be honest but send us admin login details in private and we’ll have a closer look.
Regards,
Rikard -
AuthorPosts
