Forum Replies Created
-
AuthorPosts
-
Hey!
not sure if we will be able to solve it for you. However, did you try to turn on custom class for all alb elements? This way you can give a unique CSS class to all the elements and then style them specifically the way you need it.
Hope this helps.
Regards,
AndyHi!
upgrade to Enfold v.3.2.3. Try to deactivate all plugins to see if one is causing a conflict.
Cheers!
AndyHey!
yeah, try to play around a little bit until it fits your needs.
Regards,
AndyHey!
of course, go ahead an increase the px until it fits your needs.
Let us know in a new ticket if you have some more questions related to the theme.
Regards,
AndyHey!
I am confused, because I thought we are talking about the 1.) link in private content, but now I see a totally different one …
However, I placed a new code into your Quick CSS (in the very top) and can see what you mean with the jumping container. I think this is caused by another code you are using. Please remove everything else to see if this is true. Then you can put every code you have one by one to see which one is causing it.
Hope this helps.
Cheers!
AndyHi!
A. I can’t see what you are talking about “Facebook Fan Page, Recent Posts, Archives and Categories appearing on the left besides the product description”. For me there is nothing on the left beside product description. Can you provide us screenshots showing what’s going on? use imgur or dropbox.
Best regards,
AndyJuly 14, 2015 at 11:59 am in reply to: Scroll Down in Color Section does not work on mobile. #473043Hey Christian!
that’s weird, because on Chrome emulator and on my htc mobile devices the arrow is displaying fine. Could you fix it? Please clear browser cache and hard refresh a few times. Make sure to use Enfold v.3.2.3.
Cheers!
Andy-
This reply was modified 9 years, 7 months ago by
Andy.
Hey!
when trying to login there is authentication login necessary. Can you post login details for this as well please?
Cheers!
AndyHi!
as far as I know we did not change anything, so maybe it was just a caching issue? Well … glad it’s working for you now.
Let us know in a new ticket fi you have some more questions or issues related to the theme. We are happy to assist you.Best regards,
AndyHey!
you can center the logo using this code:
strong.logo { top: 323px; }
Adjust as needed.
Regards,
AndyHey!
you could try this code:
@media only screen and (max-device-width: 768px) { div#full_slider_1 { height: 150px; } .avia-slideshow.image_no_stretch li img { max-width: 160%; width: 160%; }}
Best regards,
AndyHi!
please upgrade to Enfold v3.2.3., clear browser cache and hard refresh your website afterwards. Are you using any caching (e.g. plugin)?
Regards,
AndyHey!
at first set your header style to normal, so that breadcrumbs will show up on your page. Then we might be able to give you some CSS code to you so it will be transparent again. You could try this:
div#header_main { background: rgba(0,0,0,0); }
Regards,
AndyJuly 14, 2015 at 11:13 am in reply to: Do have some trouble with saving posts/pages/products #472988Hey!
please deactivate all plugins, to check if one is causing a conflict. If this does not help then please update the theme again (via FTP).
Best regards,
AndyJuly 14, 2015 at 11:11 am in reply to: Schriftfarbe eines einzelnen Eintrag im mobile-menu ändern #472986Hi Alex!
der Befehl für die Schriftfarbe lautet: color. Also wenn du deine Menüfarbe ändern möchtest, könntest du diesen Code verwenden:
.main_menu ul:first-child > li > a { color: red; }
Ein Link würde uns helfen, wenn du noch weitere Hilfe dazu benötigst.
Gruß,
AndyHi!
this make things a little bit more clear to us. Thanks for the link. Try this code:
.container { top: 99px; } div#header_main { top: -118px; }
and adjust as needed.
Cheers!
AndyHi!
use this code:
#top .footer_color .avia-color-theme-color { color: #00a2dd; background: transparent; border-style: solid; border-width: 2px; }
and adjust as needed.
Cheers!
AndyHey!
hmm … I can see this could in your source code:
#top div .av-light-form input[type='text'] { background-color: rgba(0,0,0,0.2) !important; }
so everything should be fine. Maybe you are using another code which interferes the settings? Please check your Quick CSS and custom.css (child theme as well) files.
Try to add this code, to make sure it will also work on mobile devices:
@media only screen and (max-device-width: 1024px) { #top div .av-light-form input[type='text'] { background-color: rgba(0,0,0,0.2) !important; }}
Cheers!
AndyHey!
ich sehe ziemlich viele Linien auf deiner Website und leider zeigst du uns nicht genau welche du meinst. Bitte nutze doch imgur oder dropbox, umdeutlich zu machen was du verändert haben möchtest.
Den main content kannst du hiermit verschieben/vergrößern:
main.template-page.content.av-content-full.alpha.units { margin-top: 81px; }
Gruß,
AndyHi!
your header is transparent and has no grey background anymore. So it seems fine to me. I don’t know which changes you want now. Can you give us a screenshot/mockup showing what you need? use imgur or dropbox.
Regards,
AndyHi!
wie du das Menü weiter nach unten verschieben kannst (weg vom Logo/Headerbereich) habe ich dir in meinem vorigen Post bereits gezeigt.
Die icons kannst du hiermit verschieben:
img.alignnone.size-full.wp-image-131 { right: 50px; }
Aber was du denke ich brauchst ist das jedes Icon einzeln verschiebbar ist, richtig? du verwendest momentan für jedes Icon die selbe class Wert:
class=”alignnone size-full wp-image-131″
Du müsstest für jedes Icon einen anderen class Wert einfügen, damit jedes Icon mit dieser einzigartigen class via CSS aufgerufen werden kann.Gruß!
AndyHi marcellettim!
which plugin exactly are you using? maybe this one would be better for you: https://wordpress.org/plugins/wp-force-https/
Hope this helps.
Cheers!
AndyHey Darrell!
yes, you can add images inside your mega menu: https://vimeo.com/67651241
Regards,
AndyHey johnkentsf!
you can remove it using this code:
div#av_section_1 { background-image: none !important; }
Yes, you can only import just one demo and everything else will be overwritten.
Best regards,
AndyHi fmpedro!
it looks good to me on mobile. About which device are you talking about? try this code to gain control over width on different screen sizes, for iPhone use this:
@media only screen and (max-width: 736px) { .fb_iframe_widget iframe { width: 80% !important; }}
and adjust as needed.
Best regards,
AndyHi taylormanning!
I can’t see any blown up images. Could you fix it? You can control image sizes with this plugin: https://wordpress.org/plugins/simple-image-sizes/
Hope this helps.
Regards,
AndyHey keyannam10!
please upgrade to Enfold v3.2.3.
Best regards,
AndyHi Philipp!
can you provide us a link showing this element? we would need to inspect it. Post it here as private reply if you wish.
Best regards,
AndyHey mmichael1991!
turn on custom class for all alb elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Regards,
AndyHey Abosict!
Wordpress is cropping by default. If you want to have control over image sizes then use this plugin: https://wordpress.org/plugins/simple-image-sizes/
Cheers!
Andy -
This reply was modified 9 years, 7 months ago by
-
AuthorPosts