Forum Replies Created

Viewing 30 posts - 14,011 through 14,040 (of 17,336 total)
  • Author
    Posts
  • in reply to: Recent Post in Product Detail Page #474192

    Hey!

    thanks for the screenshots. Try this code:

    aside.sidebar.sidebar_sidebar_right.alpha.units {
    bottom: -326px;
    }
    .woocommerce-tabs {
    top: -823px;
    }
    

    Regards,
    Andy

    in reply to: Scrollable Layout Element #474184

    Hi Zrated09!

    I think it could be done, but it would require a huge amount of time and customization of the theme. For this job you need to hire a freelancer.

    Best regards,
    Andy

    Hey!

    I tried opening the link shown in your screenshot, but it seems we would need admin access. Please post login details here as private reply.

    Cheers!
    Andy

    Hey!

    I think it could work in your case. Let us know when you are done and we’ll take a look.

    Cheers!
    Andy

    in reply to: Portfolio grid images do not have equal size #474178

    Hey!

    Wordpress is resizing images by default when uploading. If you want to have more control over this then you can use a plugin like: https://wordpress.org/plugins/simple-image-sizes/

    Hope this helps.

    Regards,
    Andy

    in reply to: Change the color of one single tab in the Accordion? #474155

    Hey!

    I can see that you turned on custom class for all ALB elements already. Nice. Now we need a correct unique CSS class. Just use something simple. For your first three accordion elements I put an example. Please have a look inside your accordion elements.
    Now you can call them via CSS with this:

    .accordion-1 p.toggler {
    background-color: blue !important;
    }
    .accordion-2 p.toggler {
    background-color: green !important;
    }
    .accordion-3 p.toggler {
    background-color: pink !important;
    }
    

    and so on.

    Best regards,
    Andy

    in reply to: Problems with masonry display on tablet/mobile. #474147

    Hi!

    we get so many different posts every day from so many different people (including lots of different posts from the same person). Please post login details here as private reply, so we can check your website. You could also include a link showing the post with your login information.

    Cheers!
    Andy

    in reply to: Color Section for page with sidebars #474144

    Hi!

    you could try to work with padding and margin to increase the background-color of each layout section. I changed the unique class names of each element, because they had all the same name before. So try something like this:

    .layout-1 {
    padding: 15px !important;
    padding-bottom: 112px !important;
    }
    .column-1 {
    padding: 15px;
    margin-right: -37px !important;
    top: -50px;
    width: 35% !important;
    }
    .column-2 {
    padding: 15px;
    top: -50px;
    margin-left: 27px !important;
    margin-right: 10px !important;
    width: 35% !important;
    }
    .column-3 {
    padding: 15px;
    margin-left: -31px !important;
    top: -50px;
    width: 35% !important;
    }
    

    You would need to play around with the values, until it fits your needs.

    Regards,
    Andy

    in reply to: Slider have responsive problem #474128

    Hey!

    please clear browser cache and hard refresh a few times.

    Cheers!
    Andy

    in reply to: Transparent Contact Form #474127

    Hey!

    not sure if I fully understand. So you already know how to find your page-id and also which unique CSS class your forms have, right? now you only want to know how to call the different input fields of the form on the website in your private content, right? if yes, then remove this code from your Quick CSS/custom.css:

    #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area {
    background-color: #f5f5f5 !important;
    }
    

    and use this code:

    input#avia_name_1 {
    background-color: red !important;
    }
    input#avia_email_1 {
    background-color: red !important;
    }
    input#avia_telephone_1 {
    background-color: red !important;
    }
    input#avia_date_of_event_1 {
    background-color: red !important;
    }
    input#avia_event_venue_1 {
    background-color: red !important;
    }
    select#avia_event_type_1 {
    background-color: red !important;
    }
    select#avia_best_time_to_be_reached_1 {
    background-color: red !important;
    }
    input#avia_how_did_you_hear_about_us_1 {
    background-color: red !important;
    }
    textarea#avia_additional_questions_or_event_1 {
    background-color: red !important;
    }
    

    Cheers!
    Andy

    in reply to: Blog Style geändert? #474123

    Hi!

    freut mich, dass du zufrieden bist :).

    Lass uns in einem neuen Ticket wissen, wenn du wieder einmal eine Frage bezügliche des Themes hast. Wir unterstützen dich sehr gerne.

    Lieben Gruß!
    Andy

    in reply to: Mega Menu with Icons #474121

    super Combra! freut mich, dass du fürs erste zufrieden bist :).

    Lass uns in einem neue ticket wissen, wenn du wieder einmal Hilfe benötigst mit dem Theme. Wir sind gerne für dich da.

    Lieben Gruß,
    Andy

    in reply to: Full width submenu as new menu location #473739

    Hey!

    glad Ismael could help you! Let us know in a new ticket if you have some more questions or issues related to the theme. We are happy to assist you.

    Cheers!
    Andy

    in reply to: Rich Snippets Error #473732

    Hey Austin!

    Go into your cache plugin’s setting and deactivate caching. Does this error happen when you deactivate all your plugins as well?

    Cheers!
    Andy

    in reply to: HTML formatting stripped in text edit #473730

    Hi mindSCOPE Staffing Software!

    I think it won’t really work with <br> or <p> and it would be better to use CSS code instead. Can you show us what’s going on? give us a precise link, so we can inspect the elements. Show us where and what changes exactly you wish.

    Cheers!
    Andy

    in reply to: A couple of questions #473729

    Hi!

    1.) Use this code in Quick CSS field to hide it:

    div#header_main {
    display: none;
    }
    

    3.) Refer to this answer: https://kriesi.at/support/topic/new-custom-font/#post-121898

    4.) I think similar to 3.) and if not we would need to check your Quick CSS field and code you are using. Post admin access here as private reply.
    Clear browser cache and hard refresh a few times.

    Best regards,
    Andy

    in reply to: Appear-On-Scroll: Headline Rotator #473725

    Hey joshuaglenn!

    can you show us what you want to achieve? maybe an example (link) or at least a screenshot (imgur, dropbox)? If you are trying to have different headers, use a plugin like this:
    https://wordpress.org/plugins/custom-header-extended/
    https://wordpress.org/plugins/custom-header-images/

    Regards,
    Andy

    in reply to: Mega Menu with Icons #473721

    Hey!

    mit dem Code von hier wird der main content und die sidebar nach unten verschoben, sodass beide nicht mehr mit dem Title und den Breadcrumbs überlappen. Das Ergebnis kannst du auf deiner Shop-Seite (s. Private Content) sehen. Ebenfalls ist dieses Ergebnis auch auf deinem dritten Screenshot zu sehen.

    Du kannst natürlich stattdessen oder zusätzlich auch die Breadcrumbs nach oben schieben:

    .breadcrumb.breadcrumbs.avia-breadcrumbs {
    top: -12px;
    }
    

    und den Title:

    h1.main-title.entry-title {
    top: -41px;
    }
    

    Gruß!
    Andy

    in reply to: Slider have responsive problem #473716

    Hi!

    on this page http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/?skin=Splash%20Blue you can see some cropping as well of the background image when shrinking browser. So it behaves pretty much the same as on your website I think.

    However, you can try to work with media queries to define how your background image should behave on smaller devices. For example you could try to use this:

    @media only screen and (max-device-width: 736px) {
    .avia-fullscreen-slider .avia-slideshow>ul>li {
    height: 30%;
    }}
    

    Best regards,
    Andy

    in reply to: SEO Yoast Plugin problems with Enfold #473707

    Hey!

    you can delete all theme files via FTP without loosing your settings (as they are stored in the database). Afterwards get a fresh copy from your themeforest account an install Enfold via FTP: https://vimeo.com/64927356

    However, please make sure to have a backup, just in case.

    Cheers!
    Andy

    in reply to: Post format – Link: Character limit URL #473706

    Hi!

    please upgrade to Enfold v3.2.3. and then check again.

    Cheers!
    Andy

    in reply to: issues with onepage-anchor menu #473702

    Hi!

    please upgrade to Enfold v3.2.3. and try to deactivate all plugins, to check if one is causing this conflict.

    Regards,
    Andy

    in reply to: fullscreen slider view – source code #473700

    Hey!

    I think for this you would need to use LayerSlider, because there you can use different layers where you could include as many images/logos as you want and position them exactly how you need it.

    Hope this helps.

    Regards,
    Andy

    in reply to: Blog Style geändert? #473698

    Hi!

    es würde auch mit dem ALB funktionieren, nur da wird es nicht automatisch eingefügt, sondern du müsstest alles manuell einfügen (dafür hast du dann aber auch mehr Freiheiten).

    Gruß!
    Andy

    in reply to: Change the color of one single tab in the Accordion? #473696

    Hey!

    you are right.
    We will wait for you to implement everything. Let us know when you are ready and need more help.

    Regards,
    Andy

    in reply to: Translate breadcrumbs #473694

    Hi Alcadis!

    did you think about using WPML?

    Regards,
    Andy

    in reply to: Several responsive issues #473691

    Hey jmorillo!

    1.) I can see the issue with menu overlapping menu on tablet landscape mode. Use this code to enable mobile menu instead:

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    nav.main_menu {
    display: none;
    }
    a#advanced_menu_toggle {
    display: block;
    }}
    

    2.) Text is cut: I suggest to make font size a little bit smaller:

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .av-special-heading.av-special-heading-h1.blockquote.modern-quote.modern-centered.avia-builder-el-2.el_before_av_button.avia-builder-el-first.av-thin-font.av-inherit-size {
    font-size: 49px !important;
    }}
    

    3.) Add background-color to the code from 2.):

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .av-special-heading.av-special-heading-h1.blockquote.modern-quote.modern-centered.avia-builder-el-2.el_before_av_button.avia-builder-el-first.av-thin-font.av-inherit-size {
    background-color: red;
    }}
    

    Adjust as needed.

    4.) Rebajado button:

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    span.onsale {
    position: relative;
    }}
    

    5.) Price is cut:

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #top .price, #top .price span, #top del, #top ins {
    font-size: 9px;
    }}
    

    That is already quite a lot of customization, which needed a lot of time. Normally we would ask you to open separate ticket for each task/code/issue, so others from our team can answer simultaneously and you would get a faster reply.

    Best regards,
    Andy

    in reply to: Email form #473679

    Hey!

    I think this is caused by a plugin you are using. Does it happen when you are using only the contact form on this page (and no other elements) as well? can you create us a test site please?

    Best regards,
    Andy

    in reply to: Change the color of one single tab in the Accordion? #473662

    Hey!

    I already told you what to do to customize your tabs: turn on custom class for all ALB elements. Let us know when you are done with this and still need help.

    Cheers!
    Andy

    • This reply was modified 9 years, 7 months ago by Andy.
    in reply to: Mega Menu with Icons #473660

    Hi!

    bitte verwende das Quick CSS Feld, um CSS code einzufügen. Ich konnte nicht sehen, dass du den Code eingefügt hast, also habe ich es selbst gemacht und voila nun schaut es gut aus auf deiner Shop Seite. Kannst du das bestätigen?

    Gruß!
    Andy

Viewing 30 posts - 14,011 through 14,040 (of 17,336 total)