Forum Replies Created

Viewing 30 posts - 811 through 840 (of 2,122 total)
  • Author
    Posts
  • in reply to: No phone no on start page #650225

    Hi,

    Glad I could be of help :)

    Feel free to reach out to us again on the forum if there is anything else you need assistance with.

    Best regards,
    Jordan

    in reply to: Problem with menu overlap #650217

    Hi,

    You’re welcome! Feel free to reach out to us again if you need anything else :)

    Best regards,
    Jordan

    in reply to: Wrong date appears in php date shortcode in header #650214

    Hey Kurt,

    Thanks for getting in touch with us!

    I think the correct function you are looking to use is the current_time()https://codex.wordpress.org/Function_Reference/current_time

    The get_the_time function displays the time or date a post or page was published.

    Let me know if you need further assistance.

    Best regards,
    Jordan

    in reply to: Save menu problem #650206

    Hey eyez03,

    Thanks for getting in touch with us!

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

    in reply to: No phone no on start page #650203

    Hi,

    If you want the phone number to appear black. Please try the following CSS code:

    #top .av_header_transparency .phone-info.with_nav span {
        color: #000000 !important;
    }

    Best regards,
    Jordan

    in reply to: Sidebar on mobile #650198

    Hey Thomas,

    Thanks for getting in touch with us!

    I am not seeing the sidebar on mobile devices. There is also already CSS code that is hiding the sidebar on mobile. Could you please refresh the page on your phone and clear your mobile browser’s cache.

    Let me know if I misunderstood anything.

    Best regards,
    Jordan

    in reply to: embeded video not showing on enfold theme #650194

    Hey Armstrong88,

    Thanks for getting in touch with us!

    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.

    Also please let us know what page are you trying to add the video to.

    Best regards,
    Jordan

    in reply to: add a class for toggler #650189

    Hi,

    Glad to hear you figured it out!

    Best regards,
    Jordan

    in reply to: Problem with menu overlap #650188

    Hey Christian,

    Thanks for getting in touch with us!

    There is a style that is pushing the cart icon behind the top bar in the WooCommerce stylesheet. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .html_bottom_nav_header .cart_dropdown {
        margin-top: -23px !important;
    }
    

    Best regards,
    Jordan

    in reply to: how can i select this button in css? #650186

    Hey spleeky,

    Thanks for getting in touch with us!

    Adding the page ID to the CSS selector should only target the buttons on the homepage once the ID is correct. However, the start of your code looks like this:

    .page-id-431 .avia-button.avia-size-small, .avia-button.avia-size-medium, .avia-button.avia-size-large, .avia-button.avia-size-x-large

    But it should look like this:

    .page-id-431 .avia-button.avia-size-small, .page-id-431 .avia-button.avia-size-medium, .page-id-431 .avia-button.avia-size-large, .page-id-431 .avia-button.avia-size-x-large

    You had only added the page ID selector to the small size button. If you still have issues please could you provide a link to your site. You only provided a username and password.

    Best regards,
    Jordan

    in reply to: License Number #649913

    Hey opareklov,

    Thanks for getting in touch with us!

    I am not completely following your question. Are transferring your site to a new URL? Or are you installing the theme on a completely new website?

    Let us know so we can assist you accordingly.

    Best regards,
    Jordan

    in reply to: blank page at installation #649902

    Hey JNAD,

    The latest version isn’t 3.1.5 but version 3.6.1. Please try this plugin to clear WordPress transients if you do not receive auto updates and make sure your API key is correct: https://wordpress.org/plugins/artiss-transient-cleaner/.

    If it does not help, I am afraid you might need to update the theme manually – http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Unfortunately not all Server environments are able to make use of the auto update feature provided by ThemeForest :/

    Best regards,
    Jordan

    in reply to: Header logo image not clickable #649577

    Hi,

    I managed to fix the issue for you. Please look and ensure everything is okay now.

    Best regards,
    Jordan

    in reply to: Colored Outline for Icon Box #649562

    Hey advteksol,

    Thanks for getting in touch with us!

    On what page are the icon boxes located? We need to inspect the element so that we can provide you with the CSS to achieve what you want.

    Best regards,
    Jordan

    in reply to: Main Menu Not Visible #649558

    Hey esotEric,

    Your main menu items currently have the same blue color as the header. Please go to Enfold -> Advanced Styling and select the main menu to style and change the font color to something you prefer.

    Also what is the exact error you are receiving when trying to update?

    Best regards,
    Jordan

    in reply to: CSS in custom.css not showing up on website #649556

    Hi,

    Glad to hear the update seemed to fix all the issues you were facing! If you require any further assistance with anything else please feel free to reach out to us on the forum again.

    Best regards,
    Jordan

    in reply to: Visual editor not working after update #649554

    Hey somaticrevolution,

    Thanks for getting in touch with us!

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

    in reply to: Header logo image not clickable #649550

    Hey kaloraat,

    Thanks for getting in touch with us!

    It looks like the container for the text widget in the header was overlapping the container for the logo. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #header .widget .textwidget {
        width: 50%;
        float: right;
    }
    

    Best regards,
    Jordan

    Hi,

    Glad to hear it’s all good! Feel free to reach out to us again on the forum if you have any other issues.

    Best regards,
    Jordan

    Hey SignifyStudio,

    Thanks for getting in touch with us!

    The site looks good on my end. You may not see the changes until the cached files are cleared in your browser. Please see my screenshot of your site in the private section, or let us know if there are other background images that are not showing up.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Jordan

    in reply to: Images not visible #649417

    Hey hugardan,

    Thanks for getting in touch with us!

    Could you please also provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    Hey Bernhard,

    Thanks for getting in touch with us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .form_element label {
        color: #FFFFFF!important;
    }
    

    Change the color to the one you wish to use.

    Best regards,
    Jordan

    in reply to: Home page slider content missing #649388

    Hi,

    Thanks for getting back to me!

    What errors were you getting when updating via FTP?

    Have you already downloaded the update from ThemeForest? Place the folder somewhere on the server so that we may be able to find it. Let us know in which directory you have placed the updated theme files.

    Best regards,
    Jordan

    in reply to: widget areas are not accepting to be deleted #649382

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

    in reply to: Home page slider content missing #649381

    Hey connect4consulting,

    The version of Enfold you are using for that site is 3.1.4 and you should update to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post).

    If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area.

    Best regards,
    Jordan

    Hi,

    Thanks for the info.

    The problem was in your CSS. You have code at the very top of your stylesheet to hide the Color Section with class .only-mobile on everything but did not put code to display it when the screen size gets smaller.

    Best regards,
    Jordan

    in reply to: Footer displaying different on this page #649052

    Hi,

    Glad to hear it worked! It seemed the page was taking the style from another stylesheet just for the text so using CSS was unavoidable.

    Best regards,
    Jordan

    in reply to: sub menu not working #649047

    Hey wealthyone,

    Thanks for getting in touch with us!

    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 try using a different browser. If the problem persists, could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.

    Best regards,
    Jordan

    in reply to: Margins on elements and images #649044

    Hi,

    Glad to this also worked for you!

    Best regards,
    Jordan

    in reply to: Javascript error after WP update #649043

    Hi,

    Glad to hear that you got it fixed! Definitely feel free to reach out to us again if the issue pops up again.

    Best regards,
    Jordan

Viewing 30 posts - 811 through 840 (of 2,122 total)