Forum Replies Created
-
AuthorPosts
-
December 19, 2016 at 3:42 pm in reply to: Contact Form works with CF7 but not with Enfold form #726050
Hi,
it won’t be easily possible and maybe it’s best to ask plugin’s author about it. However, try this code:
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required { display: inline !important; } input.wpcf7-form-control.wpcf7-submit { position: absolute; }
Best regards,
AndyHi,
if this is not theme related, then we can’t really help you. Best to ask in general WordPress forum instead. So at first you need to make sure that using font face on your WP installation is working in general. If yes, then we can help you so it will work with Enfold, too.
So again: try using font face in a default WP theme. When it’s working fine for you, then come back to us.Best regards,
AndyDecember 19, 2016 at 2:52 pm in reply to: How about a professional looking Mega Menu? Resized and more condensed? #726028Hi,
some custom code you’re using seems to cause this behavior on your mega menu. So please remove any custom code you’re using to find out which one is causing it. Let us know about your results and then send us admin access.
Best regards,
AndyDecember 19, 2016 at 2:48 pm in reply to: "Logo + Main Menu Area" in "right sidebar" in RTL language issue #726023Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
AndyHey Eisi101,
wenn du das hier machst: https://kriesi.at/support/topic/veroffentlichungsdatum-datepublished-aus-den-google-suchergebnissen-entfernen/#post-716293 sollte es funktionieren, allerdings braucht Google eine Weile bis die Änderungen auch wirklich greifen. Soweit ich weiß kann man bei Google ein Re-Crawling beantragen.
Gruß,
Andy@AnneliesUL
Please open your own ticket, this is getting very confusing here. Explain clearly what you want to achieve and use screenshots and/or a mockup showing the results you want to have (imgur.com, dropbox). If you want to know more about responsive behavior, then refer to the link I’ve provided to you. Basically you need to wrap media queries around a code you want to use, e.g.:@media only screen and (min-width: 414px) and (max-width: 736px) { YOUR CUSTOM CODE: GOES HERE; }}
Best regards,
AndyHi,
it’s weird, but the code does not get applied, so I think wether it’s a cache issue or the plugin you’re using is not applying it correctly. Please make sure you and your host are not using any caching on your server. Ask plugin’s author on how to change button’s color.
Best regards,
AndyDecember 19, 2016 at 2:19 pm in reply to: Boxed content – grid row image captions – not responsive #726009Hi,
thanks for the screenshot. I think now I get about which image you’re talking about. Try to control this image using this code inside Quick CSS field:
.avia-builder-el-9 { background-size: 67% 74% !important; background-position: 0% 77% !important; }
and adjust as needed.
Best regards,
AndyHi Ritterli!
richtig, es werden keine neuen Kosten auf dich zukommen. Du kannst das Theme so lange verwenden, wie du möchtest. Die 6 Monate, die du immer wieder erwerben kannst, beziehen sich ausschließlich auf unser Support Forum.
Liebe Grüße,
AndyHi,
to increase width:
body div .avia-button { max-width: 115%; width: 115% !important; }
and adjust both values as needed.
To change color for first button:
.avia-builder-el-12 a { background-color: red !important; }
for second button:
.avia-builder-el-15 a { background-color: red !important; }
third:
.avia-builder-el-18 a { background-color: yellow !important; }
fourth:
.avia-builder-el-21 a { background-color: green !important; }
For hover color use this code for each button:
.avia-builder-el-21 a:hover { background-color: black !important; }
For focus color use this code:
.avia-builder-el-21 a:focus { background-color: white !important; }
For active color use this code:
.avia-builder-el-21 a:active {
background-color: red !important;
}
For visited color:.avia-builder-el-21 a:visited { background-color: red !important; }
Best regards,
AndyHi,
make a backup, then change to a default WP theme, to check if you got similar results or not and let us know about them here. We need to make sure if this is a WP problem or a theme related one.
Best regards,
AndyDecember 19, 2016 at 1:52 pm in reply to: Enfold Travel Demo: Slide-Show Headline and Button responsiveness #726001Hi,
du verwendest und/oder hast ein ein Caching Plugin verwendet, daher gehe in deren Einstellungen und schalte dort das Caching aus. Anschließend deaktiviere das Caching Plugin und alle anderen Plugins, um zu schauen, ob eins dieses Problem verursacht. Hinterher leere deinen Browser Cache und hard refresh einige Male.
Gruß,
AndyHi,
please try this code inside Quick CSS field:
div .products .product { width: 100%; }
If that doesn’t work then add an !important to it:
div .products .product { width: 100% !important; }
Best regards,
AndyHi,
alles klar. Sag uns bescheid, wenn du noch Hilfe damit benötigst.
Gruß,
AndyHi,
I can’t tell you in which file you’ve got this code, but I see it inside your source code, to it must be somewhere.
However, does the new code work for you?Best regards,
AndyHi,
we can’t check it if you have turned off WooCommerce. Please send us admin access, so we can make some tests.
Best regards,
AndyHi,
versuche es stattdessen mit diesem Code im Quick CSS Feld:
label.gfield_label.gfield_label_before_complex { top: 42px; }
Gruß,
AndyHi,
about which picture are you talking about? I though we’re talking about the captions (text).
If you want to use it on smaller devices, then of course you need to add media queries, refer to: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/Best regards,
AndyDecember 16, 2016 at 4:14 pm in reply to: Using a custom page template and using do_shortcode with full-width elements #725413Hi,
glad you found a solution. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
AndyHi,
verwende für Testzwecke bitte eine saubere Installation von Enfold, ohne Plugins, Customizations, etc. Eventuell sind einige Theme Dateien korrupt und in diesem Fall müsstest du alle Theme Dateien via FTP komplett löschen und dir hinterher eine frische Enfold Kopie von deinem Themeforest Account besorgen: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Wenn es nicht klappt, dann schick uns bitte Admin Zugang zu, damit wir uns das anschauen können und Themes switchen können etc.
Gruß,
AndyHi,
du kannst für dein Blog Bild folgenden Code im Quick CSS Feld verwenden:
.big-preview.single-big img { width: 400px; }
Passe entsprechend an.
Für neue Anfragen bitte auch ein neues Ticket verwenden.
Gruß,
AndyDecember 16, 2016 at 4:08 pm in reply to: vertical testimonial in sidebar or just at the side as vertical #725406Hi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
AndyHi,
danke, ebenso ein frohes Fest :).
Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.Gruß,
AndyHi,
WP login does not work for me, please check! Have you got the same issue when using a default WP theme instead? please let us know about your results. Make sure you’re testing with a clean installation, without any plugins, customizations, etc.
Best regards,
AndyHey Justin,
Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)Best regards,
AndyHey ana40,
I tested in on your website and when I increasy quantity and click upate, it works just fine. Could you fix it already?
Best regards,
AndyHi,
Glad we could help!
We really appreciate it if you rate our theme on themeforest https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
AndyHey ninjaunmatched,
not sure what you mean. Can you provide us screenshots highlighting the issue please? use imgur.com or dropbox.
Best regards,
Andy -
AuthorPosts