Forum Replies Created
-
AuthorPosts
-
February 3, 2017 at 5:04 pm in reply to: Magazine Excerpt length – Cut off exactly after specified value of characters #742470
Hi,
try this code inside of functions.php instead:
function get_excerpt(){ $excerpt = get_the_content(); $excerpt = preg_replace(" ([.*?])",'',$excerpt); $excerpt = strip_shortcodes($excerpt); $excerpt = strip_tags($excerpt); $excerpt = substr($excerpt, 0, 50); $excerpt = substr($excerpt, 0, strripos($excerpt, " ")); $excerpt = trim(preg_replace( '/s+/', ' ', $excerpt)); $excerpt = $excerpt.'... <a href="'.$permalink.'">more</a>'; return $excerpt; }
Best regards,
AndyFebruary 3, 2017 at 4:52 pm in reply to: please help in german ! Anker / Sprungmarken bei Textlinks #742464Hi,
super, dass du es hinbekommen hast. Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.
Gruß,
AndyHi,
bitte versuche einmal alle Plugins zu deaktivieren, um zu schauen, ob eins dieses Problem verursacht.
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/
Gruß,
AndyHi,
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,
AndyFebruary 3, 2017 at 4:49 pm in reply to: Enfold Navigation with Logo on left, nav spaced out on same line #742460Hi,
again, it’s password protected, so we can’t login: http://imgur.com/a/W6inE
Please check.However, in theme settings choose “Logo left, Menu right”. Then use this code inside Quick CSS field:
.html_header_top #top .av_logo_right .logo { right: 40%; }
and adjust as needed.
Best regards,
AndyHi,
we really need a precise link showing the elements in question in order to be able to help you.
Best regards,
AndyHey Peter,
du könntest ein Plugin wie https://de.wordpress.org/plugins/wp-force-https/ verwenden.
Gruß,
AndyHey Ronald,
wo genau und wie soll das am Ende aussehen? eine Skizze wäre super (imgur.com, Dropbox), damit wir wissen was du brauchst.
Gruß,
AndyHi,
parallax scrolling on mobile is deactivated by default, refer to: https://kriesi.at/support/topic/no-parallax-effect-in-mobile-devices/
So basically you’re saying that this code is working (on desktop):
.test-icon { margin-left: 67px; }
while this code (for mobile):
@media only screen and (max-width: 736px) { .test-icon { margin-left: 67px; }}
is not working for you?
If the first one is working for you, then with media queries it should work fine, too. For more information about media queries refer to: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/
I feel it would be best for you to work together with a freelance developer on those issues, especially if you want to customize things and if you’re working on time sensitive projects: http://kriesi.at/contact/customization
Best regards,
AndyHi,
can you provide us more context please? the screenshot is showing very little. So it’s still unclear for us what you’re talking about and what exactly you’re trying to achieve.
Maybe best to provide us a precise link and admin access, so we can inspect the elements in question.
Best regards,
AndyHi,
Glad we could help!
Please take a moment to review our theme and show your support 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,
Glad we could help!
Please take a moment to review our theme and show your support 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,
1.) You need to define using media queries a different background-image’s position for mobile:
@media only screen and (max-width: 767px) { li.av-single-slide.slide-1.active-slide { background-position: 58% !important; }}
2.) Nothing the theme can do for you. For those functions you need to hire someone or search for plugin etc. with such functions.
3.) Use this code:
@media only screen and (max-width: 767px) { iframe#player_7601_1339227246_1839518688 { left: -590px; }}
and adjust as needed.
Best regards,
AndyHi,
there is no option for this in Enfold by default I’m afraid. I think the problem is that you are using too many menu items for our sidebar menu. I think it would be best to hire a freelance developer if you want to have things customized for you: http://kriesi.at/contact/customization
Best regards,
AndyHi,
Glad we could help!
Please take a moment to review our theme and show your support 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,
try to add this code into Quick CSS field:
.wpcf7 table { margin-left: -28px; }
Best regards,
AndyFebruary 3, 2017 at 3:20 pm in reply to: On mobile, change image in color section background and in full width easy slide #742391Hi,
you do this by following this tutorial: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
AndyHi!
die Lizenzen werden direkt über Themeforest/Envato abgewickelt. Wenn du dich dort einloggst, findest du auch alles über deine Lizenzen. Ja, das Theme kannst du über einen Localhost verwenden.
Gruß,
AndyHi,
so try something like this inside Quick CSS field:
figcaption.av-inner-masonry-content.site-background { top: -22px; height: 94px; }
and adjust as needed.
Best regards,
AndyFebruary 2, 2017 at 2:10 pm in reply to: Problemas com Advanced Layout Builder site desfigurado #741777Hi,
Jordan is not in our team anymore, so could you speak with us in english please? german or spanish would be fine too.
Best regards,
AndyFebruary 2, 2017 at 2:08 pm in reply to: Rahmen beim Portfolio Raster mit 3 px dicke und Farbe weiss #741776Hey Peter,
verwende diesen Code im Quick CSS Feld:
#top .no_margin.av_one_third{ border: 3px solid black; }
Gruß,
AndyFebruary 1, 2017 at 1:03 am in reply to: please help in german ! Anker / Sprungmarken bei Textlinks #740953Hi,
du könntest auch dieses Plugin hier ausprobieren: https://wordpress.org/plugins/hash-link-scroll-offset/
Gruß,
AndyHi,
not really, as we need to check the elements in question on your website. So I suggest to go online asap and let us know when you’re ready.
Best regards,
AndyHi,
sure, just check inside your WordPress menu to adjust it as needed. Make sure to choose the correct menu.
Best regards,
AndyHi,
glad you could fix it! Let us know in a new ticket if you have some more questions about the theme! We’re happy to help you out.
Best regards,
AndyHi,
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,
AndyHi,
it’s working fine for me now. Please clear browser cache and hard refresh a few times.
Best regards,
AndyHi,
diese kannst du mit diesem Code ändern:
html.html_boxed { background-color: red; }
Gruß,
AndyHi,
hast du es mit PHP 7.0 oder PHP 7.1 versucht?
Bei mir klappt es mit PHP 7 super.
Gruß,
AndyHi,
not sure what you want to do, it’s quite confusing to me how you explain everything. But as far as I understand it you could create WordPress’ Templates: http://www.wpbeginner.com/wp-themes/how-to-create-a-custom-page-in-wordpress/
Best regards,
Andy -
AuthorPosts