Forum Replies Created

Viewing 30 posts - 29,281 through 29,310 (of 34,859 total)
  • Author
    Posts
  • in reply to: Private Post not visible in Post Category #913049

    Hi,
    Perhaps using a function like like this will assist: Display Private Posts to Logged in Users

    Best regards,
    Mike

    in reply to: Which multi language plugin? #913048

    Hi,
    That is great news, unless there is anything else we can assist with, shall we close this then?

    Best regards,
    Mike

    in reply to: Can't Drag and Drop Widgets #913047

    Hi,
    Thank you for clarifying, but I made no changes, I only tested if these were working correctly and they showed that they were.
    I would still recommend disabling your plugins and custom function codes to test your woocommerce site. But I also recommend backing up your site,should disabling your plugins lose any settings. Typically this doesn’t occur, but it does to some plugins. Perhaps another approach would be to clone your site to a localhost and test there, if your woocommerce site can’t have any downtime. I recommend https://wordpress.org/plugins/duplicator/ for doing this.

    Best regards,
    Mike

    in reply to: Woocommerce price suffix #912786

    Hi,
    It looks like “huurprijs” is the word you used in the code above, can you explain if you want to hide only on some pages and which one of them as the word “huurprijs” is on the page many times.
    Also perhaps if you could explain if and when the code is working correctly and when you want to hide it so we can adjust it better. Thank you.

    Best regards,
    Mike

    in reply to: Fullwidht button and it's outline #912784

    Hi,
    Try this code in the General Styling > Quick CSS field:

    a.avia-button.avia-button-fullwidth .avia_iconbox_title {
    font-size: 10px !important;
    }

    Please adjust the number ten in the code to the size you wish.

    Best regards,
    Mike

    in reply to: Icon Problem #912782

    Hi,
    Can you please include a admin login and FTP access in the private content area so we can take a closer look.
    To post us your login credentials (in the “private data” field), please:

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.

    Best regards,
    Mike

    in reply to: Footer link #912781

    Hi,
    I have repaired your footer.php so the error is gone, I also fixed your quick css, as it was missing a }
    I then added your copyright section of footer which included a link, but please note that you should make sure the link is pointing to the right website. If you wish, add the link here and we can adjust it for you.
    Also the link color was going to be white, as set by your theme options so I added some css to make it black with this code, so you can see it.

    span.copyright a.xandria { color: #000000;}

    If you tell us what color you want it, and what on-hover color we can adjust it for you, unless you can do yourself.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Woocommerce price suffix #912774

    Hi,
    Please try this code instead:

    .woocommerce-Price-amount.amount:before {
    content: "Daily Rent Price\00a0\00a0";
    }
    .woocommerce-price-suffix .woocommerce-Price-amount.amount:before {
    content: "";
    }

    Best regards,
    Mike

    in reply to: Footer link #912747

    Hey xandria,
    This is how it should be in the copyright section of footer

    © 2018 MORSCHE QHAN [nolink]   | SITE CREDIT <a href="http://xandria-noir.co">XANDRIA NOIR</a>

    the [nolink] is to remove the kriesi.at link.
    Yet your site is showing the shortcode and the php code, meaning there is a conflict somewhere.
    Did you happen to edit one of the theme files, perhaps to add some code?
    If you did let us know so we can help correct.
    If not I suggest to try disabling your plugins. If that resolves the issue, reactivate each one individually until you find the cause.
    If that doesn’t help, Try to upload the theme again manually via FTP: https://vimeo.com/67209750 to repair any broken files.

    Best regards,
    Mike

    in reply to: Which multi language plugin? #912742

    Hey tapada,
    From other users experience we can say that Polylang is working fine with Enfold. You only need to set frontpage in Settings > Reading and not in Enfold theme options.
    Also see this post about the Polylang switcher
    If you have other questions, please let us know.

    Best regards,
    Mike

    in reply to: Woocommerce price suffix #912739

    Hey Gilbert,
    Try this code in the General Styling > Quick CSS field:

    .woocommerce-Price-amount.amount:before {
    content: "Daily Rent Price\00a0\00a0";
    }

    Best regards,
    Mike

    in reply to: Fullwidht button and it's outline #912735

    Hi,
    If the button was not in the color section it should reach the edges, if in the color section, Try this code in the General Styling > Quick CSS field:

    .avia-section.main_color.avia-section-default div.container {
        max-width: 100%!important; 
        width: 100%!important; 
        padding-right: 0px !important; 
        padding-left: 0px !important;
    }

    I have tried to make this code work on any page, but if it causes issues if other pages let us know and we can adjust with a custom ID once you have created the page you want to use it on.

    Best regards,
    Mike

    in reply to: content on home page deleted after saving #912729

    Hey pearljemnl,
    This sounds like an error in the shortcode structure for the page, then when saving the broken code is hidden. We have a new Enfold Shortcode Parser to solve such errors. First Enable Avia Layout Builder Debug which will show the shortcode and the Enfold Shortcode Parser at the bottom of the page.
    2018-02-13_213446
    Then you may wish to copy (backup) all of the shortcode and save as a plain text file on your computer.
    Then please choose “Auto Repair Function enabled – Repairs errors in shortcode structure during update” from the options
    Then update the page (save)
    The parser will try to correct the errors
    2018-02-13_213825
    Then if you wish, you can view the errors repaired by clicking “show parser info”
    2018-02-13_213801
    Try to do this before adding the element that seemed to be braking the page, then try adding the element and save again, the shortcode parser should work automatically as long as the Layout Builder Debug is active.

    Best regards,
    Mike

    in reply to: Spacing #912723

    Hey curmi01,
    Try this code in the General Styling > Quick CSS field:

    p {line-height: 1.65em!important; }

    It is meant to make the line height of the text the same on every page, in my tests I checked Home, Team, & Championship

    Best regards,
    Mike

    in reply to: Fullwidht button and it's outline #912715

    Hey xandria,
    Try to create it by using the full width button element.
    2018-02-15_043754
    Please see example at: http://morsche.co/button-test/
    You will also see this code in the General Styling > Quick CSS field:

    #top .avia-button-fullwidth {
        border-style: solid!important; 
        border-width: 3px!important; 
        border-color: #fff!important; 
    }

    Best regards,
    Mike

    in reply to: Google adwords on mobile #912709

    Hi,
    Thank you for sharing your solution, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Layer Slider Update #912707

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Font Awesome Icons #912703

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Images not always loading #912700

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Layer Slider Update #912631

    Hey Zetrh,
    To disable the layerslider so you can upload your own, go to “Integrated (Bundled) LayerSlider Plugin” option in Enfold theme options > Layout Builder tab

    Best regards,
    Mike

    in reply to: Images not always loading #912628

    Hey kmcevoy101,
    Your JS errors are occurring in a minify cache file. There is a good chance this is due to the minify process. Please try disabling your minify cache and clearing it. Often in the settings you will have the option to not minify JS.

    Best regards,
    Mike

    in reply to: Tag cloud Instagram #912624

    Hi,
    Do you mean in your tag cloud or in your post in general? Please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    in reply to: WPML larger flag selector #912621

    Hey Keith,
    As you know the flags are 18×12 and enlarging will make them blurry, if you replace the flag images at /wp-content/uploads/flags/us-large.png &/wp-content/uploads/flags/es-large.png with your larger images they will not be blurry.
    Just name them the same. Try looking in the same folder, perhaps larger ones are included with a different name.

    Best regards,
    Mike

    in reply to: Button style menu color change on hover #912617

    Hi,
    Thank you for sharing your solution, shall we close this then?

    Best regards,
    Mike

    in reply to: Font Awesome Icons #912615

    Hi,
    Here is an example of the css necessary to create the blue background circle:

    i.fa.fa-users {
        border-radius: 50% !important;
        width: 50px;
        height: 50px;
        background: #005bab;
    }

    Note that this code is for the Font Awesome “users” icon, but you could adjust to your icons.

    Best regards,
    Mike

    in reply to: Changes in LayerSlider 6.7.0 #912612

    Hey classywebsites,
    Thank you for your question, I see this version was released today and we don’t have a date set for the next release of Enfold, but typically it does.

    Best regards,
    Mike

    Hi,
    I wanted to let you know the Dev team is looking into this. Thanks for your patience.

    Best regards,
    Mike

    in reply to: Private Post not visible in Post Category #912607

    Hi,
    I have confirmed that if a private post is created by a Admin or Editor, the editor will not see on the categories page,
    and the editor will not see in the classic grid, masonry, & modern templates.
    The Admin will see in the categories page, but not on the masonry template.
    I have reported this issue and it will be reviewed by the Dev team.

    Best regards,
    Mike

    Hi,
    Glad that our help with the mobile was useful, while we do wish to help with the currency switcher, perhaps WPML plugin support will yield more expertise. Please let us know if we can be of more help in the future.

    Best regards,
    Mike

    in reply to: Delete the tooltip appearing on the easy sliders' images #912586

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 30 posts - 29,281 through 29,310 (of 34,859 total)