Forum Replies Created
-
AuthorPosts
-
November 30, 2015 at 6:26 pm in reply to: Enfold Mailchimp not working – also message not shown after submission #544699
Hey!
there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
AndyHi!
use this code in Quick CSS field:
li#menu-item-60 a, li#menu-item-59 a { color: grey; }
and for hover color:
li#menu-item-60 a:hover, li#menu-item-59 a:hover { color: green; }
Adjust as needed.
Best regards,
AndyNovember 30, 2015 at 6:16 pm in reply to: Color section background image fixed attachment is not work #544688Hey!
I think your background image does not show up, because of your caching plugin. Go into caching plugin’s settings and choose to switch off caching. Afterwards deactivate the whole plugin. Hard refresh a few times and check again.
Regards,
AndyHi!
hm try to follow this thread for a possible solution: https://kriesi.at/support/topic/fixed-socket-et-footer-sticky-footer/
Cheers!
AndyHi!
ah super, das freut mich. Lass uns in einem neuen Ticket wissen, wenn du wieder Hilfe mit dem Theme benötigst. Wir unterstützen dich gerne.
Lieben Gruß!
AndyNovember 30, 2015 at 6:04 pm in reply to: Table in Enfold Theme Not Displaying Correctly when in responsive mode #544677Hey!
can you provide us a login url as well please I tried the one in private content but did not work.
Regards,
AndyHi!
hm not sure what you wish to achieve. Can you provide us a mockup please? so we can get a clearer idea of what you want to achieve? you can use imgur.com or dropbox.
Do you want a fix position for your masonry? if yes use this code:
div#av-masonry-1 { position: fixed; bottom: 60px; right: 0px; left: 706px; }
and adjust as needed.
Best regards,
AndyNovember 30, 2015 at 5:32 pm in reply to: Post Slider – Getting posts in one row on mobile view #544644Hi!
in this case I recommend to you to use two post sliders with one which will be shown on mobile desktop only. For this you need to turn on custom class for all ALB elements: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then define a unique CSS class (e.g. “mobile_only”) for the post slider element which should be shown on mobile only. Then you can use a code in Quick CSS field like this:
@media only screen and (min-width: 736px) { .mobile_only { display: none; }}
Let us know when you are done and still need help with this.
Cheers!
AndyHey!
hm, also wir müssten uns das Problem immer noch anschauen, wenn du Lösungsmöglichkeiten von uns erhalten möchtest. Ansonsten freut es mich, wenn du erstmal zufrieden bist. Lass uns wissen, wenn du noch Hilfe damit benötigst und wenn ja, dann folge unsere vorige Anweisungen bitte.
Lieben Gruß,
AndyNovember 30, 2015 at 5:21 pm in reply to: Blog Comments Form – Want to change fields. Also,a CSS issues… #544628Hi!
try to add this code as well:
input#subscribe_comments, input#subscribe_blog { position: relative; top: 7px; }
and adjust as needed. Hope this will work for you!
Regards,
AndyHey!
try this code in Quick CSS field:
#socket { top: 662px; position: fixed; }
Best regards,
AndyHi!
dein /testbutton link scheint nicht mehr zu funktionieren und du verwendest wie es aussieht ein anderes Theme. Wir bräuchten einen Link zu einer Enfold-Seite mit deinem Button, um das näher untersuchen zu können. Sag uns bescheid, wenn du bereit bist.
Gruß,
AndyHi!
also ich habe mir deinen Blog auf mobile angeschaut und sieht alles in Ordnung aus. Wie soll es denn statt dessen aussehen?
Gruß,
AndyHey!
can you elaborate please? what exactly does not work for you? what happens when you use the code from my last link? does it change anything?
I think you need to use a plugin like https://wordpress.org/plugins/post-types-order/ or any other similar plugin with such an option you wish.Best regards,
AndyNovember 30, 2015 at 4:23 pm in reply to: Table in Enfold Theme Not Displaying Correctly when in responsive mode #544587Hi!
not sure what you mean, because the code I provided to you is not for shifting anything, but for showing “Saturday” and “Sunday” in your table. It does work for me. Can you provide us admin access, so we can take a deeper look into it? post login details here as private reply.
Regards,
AndyNovember 30, 2015 at 4:23 pm in reply to: Table in Enfold Theme Not Displaying Correctly when in responsive mode #544586Hi!
not sure what you mean, because the code I provided to you is not for shifting anything, but for showing “Saturday” and “Sunday” in your table. It does work for me. Can you provide us admin access, so we can take a deeper look into it? post login details here as private reply.
Regards,
AndyHi Janinifee!
etwas schwer sich vorzustellen was du genau meinst. Kannst du uns eventuell ein Beispiel zeigen?
Klingt jedoch insgesamt für mich so, als müsstest für deine speziellen Wünsche dir entsprechende Plugins suchen oder eine Freelance Developer für diesen Job engagieren.Gruß,
AndyHi tertiusstrydom!
are you using layout elements? if yes you can define some custom margins when editing layout element.
You could also try this code in Quick CSS field:.post-entry.post-entry-type-page.post-entry-3787 { position: relative; right: -260px; }
and adjust as needed.
Regards,
AndyHi studiovene!
refer to this thread: https://kriesi.at/support/topic/child-theme-using-print-css/
Best regards,
AndyHey saschahilke!
you can use a plugin like https://de.wordpress.org/plugins/wp-migrate-db/
Regards,
AndyHi loriel60!
try this code in Quick CSS field:
#socket .copyright img { position: relative; right: -260px; }
and adjust as needed.
Best regards,
AndyHey patriscia!
not sure what you mean. Can you elaborate please? send us a link where we can see this issue clearly and we’ll take a look.
Cheers!
AndyNovember 26, 2015 at 5:11 pm in reply to: Google webmaster tools reports a 403 error in accessing some theme components #543282Hey Flavio!
those errors might come from plugins and by the way if you want to make sure to get no “errors” at all, then you would need to use a very basic theme only. The advanced themes are used to be considered with some kind of “error” for Google.
Regards,
AndyHey cbentley65!
refer to this solution: https://kriesi.at/support/topic/best-way-to-handle-a-css-change-to-base-css/#post-339732
Cheers!
AndyNovember 26, 2015 at 5:07 pm in reply to: Change code so that parent items in automated sidebar navigation don't have link #543279Hi inTandem!
not sure what you mean. Can you elaborate please? maybe you could use some screenshots to make things clear for us? use imgur.com or dropbox.
Cheers!
AndyHey!
schaut euch dazu diesen Post von Ismael an: https://kriesi.at/support/topic/tips-on-speeding-up-site-performance/#post-346077
Gruß,
AndyHi!
nos puedes mandar imágenes de pantallas demostrando el problema por favor? porque no veo nada malo en tu pagina de inicio. Puedes usar imgur.com o dropbox.
Saludos,
AndyNovember 26, 2015 at 4:58 pm in reply to: Mobile Ansicht: Kundenzitat – Schriftgröße verkleinern #543273Hi!
super, das freut mich. Lass uns in einem neuen Ticket, wenn wir dir wieder helfen bezüglich des Themes. Wir unterstützen dich gerne!
Lieben Gruß,
AndyHey!
try to use video element using magic wand button:
If that does not help: there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Regards,
AndyHi punkiracoon!
about which sentences in english are you talking about? I checked the link you have provided and could not find any english sentence.
Use a plugin like poedit or loco translate to modify your .po/.mo files.
Cheers!
Andy -
AuthorPosts