Forum Replies Created

Viewing 30 posts - 15,811 through 15,840 (of 17,336 total)
  • Author
    Posts
  • in reply to: Mobile version jumps as you scroll down #403863

    Hey!

    I can see the issue on my htc one. Can you please provide us admin access so we can have a deeper look into it? Post login details here as a private reply.
    It looks like your slider is changing image size.
    In the meanwhile please try to deactivate all plugins to see if one is causing this issue and let us know if this helps.

    Cheers!
    Andy

    in reply to: Related products and left sidebar on products page #403857

    Hey!

    so you want to add a purple background to the related product images, right? Add this code to your Quick CSS field for a workaround:

    li.product.type-product.status-publish.has-post-thumbnail {
    border-color: purple;
    border-style: solid;
    border-width: 25px;
    margin-left: -7px;
    }
    

    and adjust as needed.

    Hope this helps.

    Regards,
    Andy

    in reply to: ALIGNING EASY SLIDER TEXTS #403852

    Hi!

    glad it’s working for you. Let us know when you need any more help with the theme.

    Regards,
    Andy

    in reply to: Styling funktioniert nicht #403850

    Hi!

    das freut mich! Lass uns wissen, wenn du noch Hilfe mit dem Theme brauchst. Wir sind gerne für dich da.

    Liebe Grüße,
    Andy

    in reply to: Button in Slider not responsive #403798

    Hi tredition!

    can you please tell us how do you want it to look like? please provide us a mockup/screenshot (imgur.com or public dropbox), so we can give you some CSS code.

    Best regards,
    Andy

    in reply to: Fix main menu to browser #403795

    Hey!

    you are using a very old version of the theme. Please update to the newest one (v3.0.8): https://vimeo.com/67209750

    Just go into your menu settings and add those 3 from above into your main menu.

    Add this to your quick CSS to fill the above your header:

    .html_header_top.html_header_sticky #header {
    top: 0px;
    }
    

    Regards,
    Andy

    • This reply was modified 10 years, 4 months ago by Andy.

    Hey!

    I am not sure if it will really help you, but here is the code you hopefully want:

    @media only screen and (max-width: 740px) {
    .avia-fullscreen-slider {
    height: auto;
    }}
    

    Regards,
    Andy

    in reply to: Testimonials Mobile Problem #403786

    Hey Jasmer!

    try to increase width:

    @media only screen and (max-width: 768px) {
    #top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row {
    width: 150%;
    left: -80px;
    }}
    

    adjust as needed.

    Regards,
    Andy

    in reply to: Updated Enfold and menu box enlarged #403783

    Hey!

    to make website narrower:

    .boxed#top {
    width: 1058px;
    }
    

    for your menu try this:

    .html_header_top.html_bottom_nav_header .main_menu {
    width: 116.3%;
    }
    

    Hope this helps.

    Regards,
    Andy

    • This reply was modified 10 years, 4 months ago by Andy.
    in reply to: Favicon upload bug #403781

    Hi!

    your favicon is showing fine for me:

    Please clear browser cache.

    Regards,
    Andy

    in reply to: Restaurant One Page Home #403778

    Hey!

    bitte verwende für unterschiedliche Fragen auch unterschiedliche Threads.

    Blocksatz kannst du so erzeugen:

    <p style=”text-align:justify;”>Text in Blocksatz</p>
    

    Meinst du jetzt eine vertikale Linie oder eine horizontale? in deiner Frage kommt irgendwie beides vor.
    Eine vertikale Linie kannst du mit Enfold nicht erzeugen, ausschließlich eine horizontale. Verwende dazu das Content Werkzeug “Separator/Whitespace”.

    Gruß!
    Andy

    in reply to: Triggering Portfolio Filter Manually #403774

    Hey teeramusic!

    I am not sure what you want to achieve, can you please explain further? Do you want to change the order of portfolio categories? if yes go to config-templatebuilder > avia-shortcodes > portfolio.php and search for line 556.
    More infos: http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

    Regards,
    Andy

    in reply to: Logo Adjustment on iPad #403772

    Hey djshortkut!

    I can’t open your website, but please try this code in Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #top .logo, #top .logo a {
    left: -30px;
    }}
    

    and adjust as needed.

    Regards,
    Andy

    in reply to: Google Map i Footer Widget? Fail.. #403769

    Hi!

    I get a 404 Error on your login page:

    Please check.

    Best regards,
    Andy

    in reply to: Sidebar menu display issues #403767

    Hi dlannetts!

    are you sure you set up all correct to have a look exactly like in your example page? if the plugin is not working fine, please contact the author. As it is a premium one they will know what do to and help you.

    Regards,
    Andy

    in reply to: Theme Error – Content Notice #403644

    Hi!

    which issues do you experience while updating? I recommend to use filezilla. I don’t think your host will do it for you and you would need to do it yourself (as long as you don’t want to hire a freelancer for it).

    Let us know when you need some more help with the theme.

    Regards,
    Andy

    in reply to: Theme Error on Site – Enfold 3.0.8 #403643

    Hi!

    what Ismael wanted to say: Deactivate all plugins. The layerslider is build inside of Enfold, so it’s not used as a plugin. Just deactivate all other plugins to make sure none is causing any conflict.

    Your logo and/or your menu panel is just way too big. So one thing you could do is to make the logo smaller. If this is what you want then use this code to control logo’s width:

    div .logo {
    width: 16%;
    }
    

    and adjust as needed. If this does not satisfy you please let us know what exactly you want to change. You can show us a mockup/screenshot of what you want to achieve using imgur.com.

    Cheers!
    Andy

    in reply to: Overlap image and contact form #403640

    Hey!

    please add this to Rikard’s code:

    .avia-image-container-inner, .avia_image, .av-image-caption-overlay {
    z-index: 1;
    }
    

    Don’t forget to clear your browser cache and refresh your website a few times.

    Regards,
    Andy

    in reply to: Enfold-woocommerce problems. #403630

    Hey malgorzata77!

    I cant’ see any sidebar below your photo. What do you mean? can you please provide us screenshots of what you want to achieve? you can use imgur.com.

    If #2 solution does not work for you (which might be because it’s beta) what about solution #1?

    Best regards,
    Andy

    Hi!

    it should work. Did you try to clear browser cache? If it still does not work do you mind giving us admin access? post login details here as a private reply.

    Cheers!
    Andy

    in reply to: Page width not correct #403620

    Hi!

    please go into the settings of your W3 Total Cache plugin and deactivate caching. Then switch off all plugins, clear browser cache and refresh your page a few times. If that does not work ask your host if they are using any caching.
    If that does not help neither you might need to delete Enfold completely via FTP and get a fresh copy from your themeforest account.

    Best regards,
    Andy

    in reply to: Is Enfold compatible with Hero Menu? #403504

    Hi!

    sounds good. Glad they could help you and thanks for sharing with us.

    Regards,
    Andy

    in reply to: Image Center Problem #403501

    Hey!

    just add

    left: 10px;
    

    or

    right: 10px;
    

    to the code.

    Regards,
    Andy

    in reply to: see the image without the lightbox #403498

    Hey!

    can you give us a link to your website showing what you mean? what do you mean with “green sumi image”? and which part of the image do you want to turn off exactly?

    Regards,
    Andy

    Hey vincent132132!

    use this code in Quick CSS field:

    @media screen and (max-width: 768px) {
    #top .no_margin.av_one_third {
    padding-left: 0px !important;
    }}
    

    Cheers!
    Andy

    in reply to: Image Cropping #402899

    Hi!

    try to use a plugin like this: https://wordpress.org/plugins/simple-image-sizes/ to have more control over your images.

    Hope that helps.

    Regards,
    Andy

    in reply to: remove padding in default sidebar #402881

    Hey ShortieD!

    to remove the border use this code in Quick CSS field:

    .content {
    border-right-width: 0px;
    }
    

    to move your sidebar to the left use this code:

    #top #main .sidebar {
    right: 45px;
    }
    

    and adjust as needed.

    Cheers!
    Andy

    in reply to: Make background behind logo and menu fully transparent #402855

    Hey Michael!

    use this code in Quick CSS for a fully transparent background:

    #top .av_header_glassy.av_header_transparency .header_bg {
    opacity: 0;
    }
    

    The logo you have uploaded is made for printing (300 dpi). I think it would be better to upload one for screen sizes (72 dpi). However you can use this plugin for your logo on retina display: http://wordpress.org/plugins/wp-retina-2x/

    Regards,
    Andy

    in reply to: Image not showing in post #402825

    Hi!

    1.+2.) Use this code in Quick CSS field:

    .avia_transform .avia_animated_image {
    opacity: 1;
    left: 250px;
    }
    

    3.) Please refer to this thread: https://kriesi.at/support/topic/height-cropped-version-of-the-featured-image/#post-92719

    5.) Could you please post a screenshot of the issue? It seems fine for me and I can’t see any problems.

    6.) Which top/bottom padding do you mean? you can use imgur.com to provide us screenshots.

    Best regards,
    Andy

    in reply to: Styling funktioniert nicht #402795

    Hey!

    hört sich sehr danach an, dass es etwas mit dem Umzug deines Servers zu tun hat. Es scheint mir hier kein Problem mit Enfold vorzuliegen, wenn du nicht einmal dein Verzeichnis via FTP ändern kannst. Bitte um Support bei deinem Host diesbezüglich. Die müssen das wieder für dich in Ordnung biegen. Du musst in der Lage dazu sein deine Verzeichnisse zu ändern.

    Lass uns wissen, wenn du dein Verzeichnis umändern kannst und du noch weiter Hilfe brauchst.

    Gruß!
    Andy

Viewing 30 posts - 15,811 through 15,840 (of 17,336 total)