Forum Replies Created
-
AuthorPosts
-
Hey!
try to control it instead with this:
.page-id-9, .flex_column { left: 150px; }
and adjust as needed.
Cheers!
AndyHey!
glad Elliott could help you and thank you so much for sharing your solutions with us!
Best regards,
AndyHi!
sounds good. It would be awesome if you share your solutions and feel free to make any feature request for Enfold here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
AndyMarch 22, 2015 at 2:23 am in reply to: Color section background fixed effect, LAG badly in Chrome. #415835Hi decode!
please update to Enfold 3.1.1. If that des not help please deactivate all plugins to make sure none is causing this issue.
Regards,
AndyMarch 21, 2015 at 5:36 pm in reply to: Nach Verändern der BG-Farbe in "Color Section" sind alle Inhalte Verschwunden! #415763Hi!
Du kannst in Advanced Styling im Dropdown “Main menu links” zwei Mal anwählen und bearbeiten. Nach dem ersten Mal erstmal speichern und dann einfach wieder auswählen und “Edit element” anklicken, um ausschließlich hover zu bearbeiten.
Also wenn die anderen Einstellungen greifen, sollte das hier auch funktionieren. Hast du hinterher deinen Browser Cache geleert? Verwendest du ein Caching Plugin?
Gruß,
AndyMarch 21, 2015 at 5:22 pm in reply to: Updating site using FTP does not keep settings including color scheme #415760Hi tremblayly!
See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If you aren’t getting the update notice in WordPress then the username and API data is incorrect. It takes 12 hours or so to get the notice after first putting in the credentials usually.
When you update via FTP make sure to set in your FTP program to only replace files which are different from the existing ones. This will make sure, that you won’t override any other files.
Regards,
AndyMarch 21, 2015 at 3:52 pm in reply to: eigenes Portfolio als iFrame für andere Seiten einbettbar? #415747Hi!
ah so meinst du das. Nein, zumindest nicht mit Enfold. Dafür müsstest du dir ein Plugin von dritten raussuchen denke ich. Ich selbst habe keine Erfahrung damit, aber hiermit könntest du das eventuell erreichen: http://codecanyon.net/item/go-responsive-portfolio-for-wp/5741904
Hoffe das hilft.
Gruß,
AndyMarch 21, 2015 at 3:46 pm in reply to: Google – Beheben Sie Probleme der mobilen Nutzerfreundlichkeit #415740Hey!
please also upgrade to Enfold v3.1.1.
Regards,
AndyHi anogma!
on my htc one device it’s working fine with one click. Which device are you using? Please check on another device as well.
Regards,
AndyHi!
du könntest versuchen statt die ID die CLASS zu verwenden beim jeweiligen CSS code: #CLASS
oder eventuell versuchst du auch das hier: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Hoffe das hilft.
Gruß!
AndyHey!
it’s working fine for me. Could you fix it?
If not which browser are you using? please always use newest browser version.Cheers!
AndyHey!
glad Ismael could help you. Let us know when you need some more help in the future. We are happy to assist you.
Regards,
AndyHi!
was meinst du mit vertikal zentriert im Bezug zum Foto? Ich kann deiner Skizze leider nicht viel entnehmen … Kannst du uns eine Skizze zeigen, in der es bereits so aussieht wie du es haben willst? oder meinst du einfach du willst den Text ein wenig nach unten verschieben? falls ja, versuche es mit diesem Code zu kontrollieren:
.flex_column.av_one_half.avia-builder-el-22.el_after_av_one_half.el_before_av_hr.column-top-margin { top: 42px; }
Ein Vorscrollen des Textes ist denke ich nicht möglich mit Enfold. Hierfür müsstest du dir einen Freelancer engagieren.
Gruß!
AndyMarch 20, 2015 at 12:00 am in reply to: Multiple Posts Across Multiple Pages – but page links aren't working… #414911Hey!
As Elliott and Rikard already mentioned we need admin access to your page to have a deeper look into the issue. Please post login details here as private reply.
Cheers!
AndyHi!
super, dass du es herausgefunden hast. Lass uns wissen, wenn du wieder Hilfe brauchst. Wir sind gerne für dich da :).
Gruß,
AndyMarch 19, 2015 at 11:53 pm in reply to: Enfold 3.1.0 Google Maps Widget… still no tooltip/address popup #414906March 19, 2015 at 9:04 pm in reply to: Problem Boxed site background and new minimal header Enfold 3.1 #414834Hi!
as you said in your backend it is set to #ffffff and in your frontend I can see exactly this white background:
So everything seems fine to me with your body background.
As Ismael already asked you, can you please provide us screenshots of what you see? and also of what you want to achieve?Header style with border is referring to this green line under the menu:
However, when you want to remove the separator lines around the menu use this code in Quick CSS:.av_seperator_big_border .av-main-nav > li > a { border-left-width: 0; }
We recommend to upgrade to Enfold 3.1.1.
Cheers!
AndyHi!
please try it instead with this plugin: https://poedit.net/wordpress and let us know if it’s working better for you.
Hope that helps.
Best regards,
AndyHi!
input.minus, input.plus { color: black !important; } tr.shipping { color: black !important; } input.input-text.qty.text { color: black !important; }
For the search field try to add an !important into Ismael’s code:
::-webkit-input-placeholder { color: #000000 !important; } :-moz-placeholder { color: #000000 !important; } ::-moz-placeholder { color: #000000 !important; } :-ms-input-placeholder { color: #000000 !important; }
Hope that works. Let us know when you need some more help.
Best regards,
AndyHey!
I can’t see any difference between the link and the image you have posted. So I don’t know which changes you wish. As I already said to you: please send us a mockup showing clearly what you want to change/achieve.
Regards,
AndyHi!
can you post a link to your website and provide us admin access please? make sure to use newest WordPress and theme version. You might need to increase your php memory limit.
Cheers!
AndyHey!
As Ismael already said you would need to adjust it via media querries for mobile. To do so try the following:
For “How we work” try this:@media only screen and (max-width: 767px) { body .container_wrap .avia-builder-el-no-sibling { margin-bottom: -24px; }}
For “Terms and conditions”:
@media only screen and (max-width: 767px) { .responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin { margin-bottom: 0; margin-top: -9px; }}
and adjust as needed.
Hope this helps.
Cheers!
AndyMarch 19, 2015 at 4:06 am in reply to: Need help using alternate header menu on Pages & Blog #414132Hi!
Could you please provide us admin access so we can have a deeper look? pot login details here as private reply. In the meanwhile please deactivate all plugins and check if that help.
What exactly do you want to achieve with an alternate menu? you could use on of these plugins for it:
https://wordpress.org/plugins/zen-menu-logic/
https://wordpress.org/support/plugin/if-menu
https://wordpress.org/plugins/menu-items-visibility-control/Cheers!
AndyHi!
which Enfold version are you using? please update to Enfold v.3.1.1. Can you please go into your W3 total cache settings and deactivate caching? afterwards please deactivate all plugins, to see if one is causing this issue.
Maybe you would need to delete product and post sliders in question and rebuild them. Hopefully this will help you.Cheers!
AndyMarch 19, 2015 at 3:23 am in reply to: How can I change the recent comment and recent blog text? #414117Hey!
glad Josue could help you. Let us now when you need some more help in the future. We are happy to assist you.
Cheers!
AndyHi!
I don’t have an iPad neither, but I checked your website on Chrome and clicking on logo is always working on every browser size for me. Can you please check on another device as well?
Regards,
AndyHey thecszone!
I get some error in chrome console for your website. Can you please deactivate all plugins to see if one is causing this issue? Afterwards please regenerate again your thumbnails and clear browser cache. If that does not help please provide us admin access so we can have a deeper look into it.
Best regards,
AndyHi!
thanks for the video. Can you please give us FTP access so we can check what’s going on? post login details here as private reply.
I personally stil think that your host is using caching, because I tried making changes via General styling and Quick CSS. Both are not showing up on your website. Maybe you could ask your host to switch caching on and off again for your website?Regards,
Andy -
AuthorPosts