Forum Replies Created

Viewing 30 posts - 3,271 through 3,300 (of 17,336 total)
  • Author
    Posts
  • in reply to: Appearance on smartphine not right part 2 #711912

    Hi,

    difficult to understand what you mean for me. Screenshots showing the issue and a mockup showing what you want to achieve instead, would help us a lot.

    You can adjust your buttons width and height on mobile screen sizes by using this code:

    @media only screen and (max-width: 768px) {
    a.avia-slideshow-button.avia-button.avia-color-blue {
    width: 142px;
    height: 46px;
    }}

    Adjust the values and the media queries as needed.

    Best regards,
    Andy

    in reply to: setting a Background image in Enfold Wedding Theme #711907

    Hi,

    I can’t open the link you’ve provided. It simply does not load.

    So I have no idea what you mean to be honest. A precise link would help.

    As already said, use the code already provided to you and wrap media queries around it:

    @media only screen and (max-width: 736px) {
    html.html_boxed {
        background: url(https://i2.wp.com/www.flanagan-wedding.com/wp-content/uploads/2016/11/Rebecca-wedding-background.jpg) center center no-repeat fixed;
      background-size: 100px 100px !important;
      background-positon: 0px 100px !important;
    }}

    Play with different values, until you find what fits to you.

    Please stick to one issue/problem in one ticket only. Feel free to open a new ticket for another topic.

    Best regards,
    Andy

    in reply to: Contact form not working in Firefox #711900

    Hi,

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

    Best regards,
    Andy

    in reply to: portfolio gallery for each project #711899

    Hi,

    use a Portfolio Grid element and then check out this: http://imgur.com/a/0QFDf

    Best regards,
    Andy

    in reply to: Partner Logo – iPhone Portrait #711897

    Hi,

    you could try this code:

    @media only screen and (max-width: 767px) {
    #top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img {
    width: 215px;
    }}

    and adjust as needed.

    Best regards,
    Andy

    in reply to: Sub menu header #711893

    Hi,

    you can use my code and wrap media queries around, so it only works on bigger screen sizes (desktop). For example:

    @media screen and (min-width: 1200px) {
    #header_meta {
    height: 34px;
    }}

    For more information about media queries: https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

    Best regards,
    Andy

    Hi,

    alright, please let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

    in reply to: Custom Css Class for Fullwidth Sub Menu #711889

    Hi,

    I checked both pages and everything seems to be fine now. Could you fix it already?
    Please let us know if you still need help and provide us some screenshots highlighting the issue.

    Best regards,
    Andy

    in reply to: Customizing Enfold Header #711888

    Hi,

    this is default behavior and would not be too easy to customize it. If you really need, you can hire a freelance developer for this job here: http://kriesi.at/contact/customization

    Best regards,
    Andy

    in reply to: Slider cut off on mobile #711886

    Hi,

    I think it would be best to open a new ticket for new questions/issues, as it gets too big and confusing here otherwise.

    However, use this code for mobile menu:

    @media only screen and (max-width: 767px) {
    .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {
    top: -15px;
    left: 0px;
    }}

    Slideshow picture on mobile:

    @media only screen and (max-width: 767px) {
    .avia-slideshow.image_no_stretch li img {
    height: 300px;
    }}

    Adjust the values as needed.

    Best regards,
    Andy

    in reply to: mailchimp sign up widget not working #711882

    Hi,

    when I use a your Mailchimp API Key on my own installation, then it’s working fine:

    View post on imgur.com

    So something must cause the issue especially ony our end.

    There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:

    Best regards,
    Andy

    Hi,

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
    In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)

    Also please send uf FTP access.

    Best regards,
    Andy

    in reply to: Fullpage slider blank when page loads #711870

    Hi,

    are we allowed to temporarily deactivate all your plugins?

    Please ask your host if there is any caching acitvated and tell them to deactivate it.

    Also there might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:

    Best regards,
    Andy

    in reply to: Sidebar #711869

    Hi,

    Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)

    To style your sidebar use this code:

    h3.widgettitle {
    font-size: 12px;
    color: red;
    background: blue;
    }
    .textwidget {
    font-size: 12px;
    color: red;
    background: blue;
    }

    Best regards,
    Andy

    in reply to: Fullwidth Image #711867

    Hi,

    it’s working fine for me on Chrome: http://imgur.com/a/1NGZZ

    If we can’t reproduce the issue, then we can’t do much for you. Please try it another computer and don’t forget to clear browser cache + hard refresh a few times.

    Best regards,
    Andy

    in reply to: Problem with enfold-consulting demo in RTL #711866

    Hi,

    your backend is not working correctly for me. When I try to swtich to english language it’s not working (unfortunately we don’t understand the language of your backend). When trying to open Appearance->Menu, it’s not working neither. Can you check please and make sure we have full access of your backend?

    Make sure that you’re using the correct menu (main menu).

    If you want to put the elements inside your footer to the right instead, then use this code:

    .flex_column.av_one_third {
    float: right;
    }

    Best regards,
    Andy

    in reply to: Google Page Insights #711863

    Hi,

    check out this post to find out about the individual image sizes in Enfold: https://kriesi.at/support/topic/enfold-image-sizes/#post-336176

    Hope this helps!

    Best regards,
    Andy

    in reply to: Mobile Anchor Link Issue #711259

    Hi,

    glad you could find the solution. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

    in reply to: Contact form not working in Firefox #711254

    Hi,

    1.) If you’re using Enfold v3.8 and you’re fine.

    2.) It would be best to ask those questions Google support or simply google about it :).

    Let us know in a new ticket if you have some more questions about the theme.

    Best regards,
    Andy

    in reply to: Custom Css Class for Fullwidth Sub Menu #711252

    Hi,

    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,
    Andy

    in reply to: Excluding specific word from translation #711251

    Hi,

    I don’t think this would be easily possible, cause the files are getting generated dynamically through php. Maybe there is a plugin with such a function and if not you would need to hire a freelance developer for this job.

    Best regards,
    Andy

    in reply to: Formular nicht responsiv #711248

    Hi,

    I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.

    Also please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.

    Best regards,
    Andy

    in reply to: Lightbox image duplicated if thumbnail exists #711245

    Hi,

    which plugin is responsible for displaying attachments?

    Best regards,
    Andy

    in reply to: theme option "Header Mobile Menu activation" #711239

    Hi,

    this thread is getting too long and too confusing. I think it would be best to open a new ticket, where you make things cristal clear for us, by providing us precise links showing what you mean and by providing us screenshots highlighting what you mean. A mockup showing the results you want to achieve would be very helpful to us as well.

    Best regards,
    Andy

    Hi,

    super, das freut mich! Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe mit dem Theme benötigst. Wir unterstützen dich gerne.

    Gruß,
    Andy

    in reply to: mailchimp sign up widget not working #711236

    Hi,

    Please deactivate all plugins one by one to check which one is causing this issue and let us know if this solves the problem.
    In addition to that, please let us know if we are allowed to deactivate one or more of your plugins as well for testing purposes :)

    Best regards,
    Andy

    in reply to: Enfold Image #711234

    Hi,

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

    Best regards,
    Andy

    in reply to: Darstellungsproblem Full Width Submenu #711233

    Hi,

    du verwendest und/oder hast ein ein Caching Plugin verwendet, daher gehe in deren Einstellungen und schalte dort das Caching aus. Anschließend deaktiviere das Caching Plugin und alle anderen Plugins, um zu schauen, ob eins dieses Problem verursacht.

    Gruß,
    Andy

    in reply to: How does Portfolio Tags & Categories work? #711232

    Hi,

    does this happen with another WP theme as well for you?

    There might be some corrupted files, so please delete all theme files completely via FTP, before installing a fresh copy from your themeforest account. Here is a short tutorial on how to install the theme via FTP, in case you are not sure how that works:

    Best regards,
    Andy

    in reply to: Tables in tabs problem #711231

    Hi,

    Best regards,
    Andy

Viewing 30 posts - 3,271 through 3,300 (of 17,336 total)