Forum Replies Created

Viewing 30 posts - 15,241 through 15,270 (of 17,336 total)
  • Author
    Posts
  • Hi!

    schön, dass du das Problem erstmal lösen konntest, auch wenn es etwas Fluchen gekostet hat :).

    Ich hoffe du meinst diese graue Linie hier:

    .post_author_timeline {
    display: none;
    }
    

    Falls nein, denke bitte daran uns immer Screenshots (imgur.com, dropbox) zu schicken, damit wir klar sehen können was du meinst.

    Gruß!
    Andy

    in reply to: Cambiar parámetros de pase de diapositivas #431644

    Hi!

    muchas gracias por tus capturas.

    Para tu pagina home usa este codigo en Quick CSS:
    Mas distancia entre foto y titulo:

    .slide-content {
    padding-top: 15px;
    }
    

    Titulo mas grande:

    header.entry-content-header {
    font-size: 20px;
    } 
    

    Para tu pagina Blog usa este codigo:
    Mas distancia entre foto y titulo:

    header.entry-content-header {
    padding-top: 15px;
    }
    

    Titulo mas grande:

    .entry-content-wrapper .post-title {
    font-size: 25px;
    }
    

    Sobre el excerpt que necesitas mas largo, necesitamos acceso de administrador, para ver exacto como lo estas usando. Nos puedes mandar los datos aqui mismo, marcando el mensaje como privado.

    Saludos!
    Andy

    in reply to: bug in contact form #431632

    Hi!

    please try with a default WordPress theme, to double check. Let us know about your results. Screenshots would be nice to see (imgur.com, dropbox). If you don’t have the same issue when activating default WordPress theme, then please send us admin access so we can take a closer look into the problem.

    Cheers!
    Andy

    in reply to: font size menu problem #430883

    Hi!

    try to add this:

    #top #header .avia_mega_div > .sub-menu {
    padding-bottom: 0;
    }
    

    Regards,
    Andy

    in reply to: Sidebar not displaying #430882

    Hi!

    it’s because on your frontpage you are using color sections on the whole page (color secionts are are always displayed fullscreen). So there is no space for any sidebar. I recommend to use layout elements instead of color sections, so a sidebar can show up.

    Cheers!
    Andy

    Hi!

    I can’t login. Please check login details.

    When using WPML there will be a different Quick CSS for each language. So make sure that your CSS settings are set correctly for each language.

    Regards,
    Andy

    Hi!

    yes. When you decide to not use the standard WordPress blog settings and instead go for the ALB you need to do everything by yourself. In your case (70 blog posts) I recommend to use the normal blog settings. With the ALB you have more control, but it’s also much more work …

    Best regards,
    Andy

    in reply to: transparent header edit sub menu height #430874

    Hey!

    try to control it with this code:

    #top .av-main-nav ul a {
    line-height: 20px !important;
    }
    

    and adjust as needed.

    Best regards,
    Andy

    in reply to: Image slider as section background #430872

    Hi!

    as Rikard said it’s not possible to add a slideshow into a color section. Feel free to make a feature request for Kriesi here: kriesi.at/support/enfold-feature-requests/

    If you really need it you would need to hire a freelancer for this amount of work: http://kriesi.at/contact/customization

    Regards,
    Andy

    in reply to: Width: Hotspot Tooltip #430868

    Hey!

    you can control tooltip width with this code:

    .av-tt-xlarge-width {
    width: 430px;
    }
    

    adjust as needed.

    Regards,
    Andy

    in reply to: Sidebar on frontpage #430866

    Hey!

    No, “displayed” everywhere” has nothing to do with a sidebar, because It’s an area for a widget, not a sidebar. You can put your sidebar settings into “Sidebar Pages” instead and then activate it in the sidebar settings (under “Gestaltung”) when editing your frontpage.

    Best regards,
    Andy

    in reply to: No preview blog post image #430857

    Hi!

    es war kein Beitragsbild festgelegt. Ich habe dies nun getan für dich. Für die Zukunft: wenn du deinen Beitrag editierst, scrolle runter und schaue auf die rechte Seite unter “Beitragsbild”. Dort kannst du das Vorschaubild auswählen.

    Gruß!
    Andy

    in reply to: Quick help on a blog post #430854

    Hi!

    thanks @btaramasco


    @PeterAssentoft

    We can’t give support for any 3rd party plugins/programs, but let us know if you need any more help with the theme.

    Best regards,
    Andy

    Hi!

    please upgrade to Enfold v3.1.3.

    I tried to change background color of your footer and it worked fine:

    Please clear browser cache after making any changes.

    Cheers!
    Andy

    in reply to: Image size in fullscreen slider #430850

    Hi!

    It will be difficult to manage I think, because you can’t define custom CSS for each image in the slider. All CSS will effect the whole slider. But we would like to have a look into your slider. Can you please send us a link showing the fullscreen slider in question? I couldn’t find it on your website …

    Cheers!
    Andy

    in reply to: Masonry content item not Saving #430849

    Hey tech500!

    please upgrade to Enfold v3.1.3.
    If that does not change anything, try to deactivate all plugins. If that does not help, you would need to delete all theme files via FTP and get a fresh copy from your themeforest account. When the issue persists then please send us admin access so we can inspect your backend.

    Regards,
    Andy

    Hi CrazyGoodMarketing,

    this line:

    add_shortcode( 'bread_crumb', 'avia_title' );
    

    was in the wrong place. I put it in the correct location now. Unfortunately your breadcrumbs are still not showing up. I think this is because you are using a left side menu and not a default top header menu. With a left side menu the title bar settings (where you can set to display breadcrumbs) are not available. You can check this when editing your page (scroll down, on the right side).

    Let me tag this for my teammates in hope they have any idea for you.

    Regards,
    Andy

    in reply to: Layer Slider (No preview) #430766

    Hey codecreative!

    sorry for the late response.
    By default layerslider will use background image as thumbnail, but when you want to use your custom one, follow this instructions: http://www.docs.purethemes.net/sukces/layerslider/documentation/documentation.html#thumbnails

    Regards,
    Andy

    in reply to: Enfold LayerSlider Slide Layer URL Links #430759

    Hi!

    I read it, but couldn’t understand clearly. Now I see what you mean.
    Can you please try to deactivate all plugins to see if this changes anything for the behavior of your layer slider? Are we allowed to deactivate them by ourselves if needed? Afterwards you can activate them again one by one to find the plugin causing this issue.

    Also you can try to delete the layer with the FREE QUOTE button and rebuild it (while plugins are deactivated).

    Hope this helps.

    Cheers!
    Andy

    in reply to: Search form #430756

    Hi abhyp!

    you could use this: https://poedit.net/wordpress

    Cheers!
    Andy

    in reply to: Alternative menu #430755
    in reply to: Contact Form Modification #430754

    Hey!

    please use this code in Quick CSS:

    input:focus {
    outline: none !important;
    border-color: #2c5b9c !important;
    }
    textarea:focus {
    outline: none !important;
    border-color: #2c5b9c !important;
    }
    

    Best regards,
    Andy

    in reply to: None of the sliders display the images #430746

    Hey!

    I think something did go wrong when you tried to delete and reinstall the theme and there might be some corrupted files now. Please completely delete all theme files via FTP and get a fresh copy from your themeforest account.

    Let us know when you are done and still need help.

    Cheers!
    Andy

    in reply to: Schema.org modifications #430744

    Hi havi!

    please update to Enfold v3.1.3.
    Let us know when the issue persists after you use the newest theme version.

    Best regards,
    Andy

    in reply to: mobile menu problem #430742

    Hi davidesieb!

    can you please post a link to your website in question, so we can inspect it?
    Make sure to use newest WordPress and theme version.
    Try to deactivate all plugins, to check if one is causing this issue.

    Regards,
    Andy

    in reply to: Safari Compatibility #430741

    Hey haydaw!

    I can’t see any strange borders on your footer, just the normal ones. Can you show us what you mean using screenshots please (imgur.com or public dropbox)?
    Please also check on another computer. Clear browser cache.

    Best regards,
    Andy

    Hi dreisatz!

    ich kann in deinem ersten Link keinen “weiterlesen” Link sehen. Beide Link sehen für mich gleich aus von den Blogbeiträgen her. Ich kann das Problem nicht erkennen. Konntest du es bereits lösen? Falls nein schick uns bitte Screenshots, die zeigen was du meinst (imgur.com, dropbox). Leere deinen Browser Cache.

    Gruß!
    Andy

    in reply to: Ein paar CSS Fragen #430739

    Hi Oversberg!

    1.) Du könntest für mobile extra CSS Befehle hinzufügen, z.B. das:

    @media only screen and (max-device-width: 667px) {
    p {
    text-align: left;
    }}
    

    Weitere Infos dazu: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    2.) Also wenn du folgendes im Quick CSS verwendest, müsste es eigentlich klappen:

    a {
    color: blue !important;
    }
    a:hover {
    color: green !important;
    }
    

    Ansonsten zeige uns bitte die betroffenen Textstellen.

    3.) Wir müssten es sehen, um etwas dazu sagen zu können. Kannst du bitte einen Link zu deinem Kontaktformular schicken? ich konnte es auf deiner Website nicht finden.

    Gruß,
    Andy

    in reply to: Tag line not displaying #430314

    Hi!

    add this to your functions.php:

    add_action('ava_after_main_menu','logo_text');
    function logo_text() {
    echo "<div class='logo-text'>Collaborative Community</br> for Boomers & Beyonders</div>";
    }
    

    You would need to style the CSS for it. Use something like this:

    .logo-text {
    position: relative;
    top: -120px;
    left: 80%;
    }
    

    adjust and style as needed.

    Get back to us when you implemented the code and we can see it on your website, in case you need more help with CSS styling.

    Regards,
    Andy

    in reply to: Contact Form 7 incompatibility? #430296

    Hey!

    actually you could try this as a workaround:

    span.wpcf7-not-valid-tip {
    margin-top: -19px;
    margin-bottom: 23px;
    }
    select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    margin-top: 26px !important;
    margin-left: -225px !important;
    }
    

    Best regards,
    Andy

Viewing 30 posts - 15,241 through 15,270 (of 17,336 total)