Forum Replies Created

Viewing 30 posts - 30,631 through 30,660 (of 35,074 total)
  • Author
    Posts
  • in reply to: why this page does not work ? #894153

    Hey bcorraini,
    I tried to login but I get the error: Cela a été désactivé
    The page did load so I’m not sure which error you referring to because your screenshot is not linking correctly.
    I do see in the console you have Mixed Content not served over HTTPS on the page and that you have icon shortcode in the page title:

    <title>[av_font_icon icon='ue80b' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color='' custom_class='' admin_preview_bg=''][/av_font_icon]Espace Patients – Cardiauvergne</title>

    Please check the login and include a screenshot of your error.

    Best regards,
    Mike

    in reply to: Page Featured Image using custom layout element #894134

    Hi,
    I haven’t tried this myself, but I found some resources on the subject that may help point out where your error is.
    Adding a custom element to the Enfold Avia Builder
    Add a new avia layout builder element
    Add Custom Element in Enfold Avia Layout Builder
    Add new or replace Advanced Layout Builder elements from Child Theme
    Here is a active member of the forum that has built a impressive set of elements, Kahil:
    Custom Enfold Layout Elements

    Best regards,
    Mike

    in reply to: Menu in der copyright zeile #894126

    Hi,
    I found that your function had “//” in front of the first part of it, making it not work. I removed it and your widget is now working. Please check.

    Best regards,
    Mike

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

    Best regards,
    Mike

    Hi,
    Open your footer.php and go to line 70, which will look like this:

    <!-- ####### END FOOTER CONTAINER ####### -->
    				</div>

    Then add your shortcode, I suggest also adding a div so you can style it better. Your footer should now look like this:

    <!-- ####### END FOOTER CONTAINER ####### -->
    				</div>
    				<div class="instacode"> instagram feed shortcode </div>

    2018-01-05_225750
    You can then add some css to your stylesheet to center it, add background-color, etc.

    Best regards,
    Mike

    in reply to: Linking a whole grid in a grid row element #893951

    Hey Sal,
    Use a Full Width Button element and add this to Quick CSS to hide the button background so the grid cell background is visible though the button:

    .flex_cell_inner .avia-button.avia-button-fullwidth {
        background: transparent !important;
    }
    .avia-button-wrap.avia-button-center a{
    height: 400px;
    }

    Adjust the height to match your element.

    To be sure not to have a conflict with other buttons, you may wish to enable the builder custom classes.
    To do this try adding this code to the end of your functions.php file in Appearance > Editor:

    add_theme_support('avia_template_builder_custom_css');

    this will allow you to add a custom class to your buttons.
    2018-01-04_211420
    then add this class to your css, for example the screenshot shows “bigbutton” as the class:

    .flex_cell_inner .bigbutton .avia-button.avia-button-fullwidth {
        background: transparent !important;
    }
    .avia-button-wrap.avia-button-center.bigbutton a{
    height: 400px;
    }

    Best regards,
    Mike

    in reply to: Add a google font Abril fatface #893950

    Hey Charlotte,
    You can add any code into the head at Enfold Theme Options > Google Services > Google Analytics Tracking Code, but Enfold offers a method to add Google fonts that will let you use those fonts built-in to the layout builder.
    Please read this

    Best regards,
    Mike

    in reply to: Adding an Instagram feed to my home page? #893949

    Hi,
    Glad we were able to help, shall we close this now?

    Best regards,
    Mike

    in reply to: Contact Form without function #893948

    Hey John,
    On the contact form for the first link, the Diagonal section border was overlapping the send button. It was transparent so you couldn’t see it. I added this code in the General Styling > Quick CSS field:

    #top.home div.entry-content-wrapper {margin-bottom: 100px;}

    On the second link I installed WP Mail Logging and found the form tried to send a mail but got the error: “Could not instantiate mail function” which means the server is not properly configured for sending PHP emails. WP Mail Logging plugin suggests installing WP Mail SMTP to solve this issue. Please try.

    Best regards,
    Mike

    in reply to: Adding an Instagram feed to my home page? #893946

    Hi,
    There is not a built-in element for this, but there are many plugins such as Instagram Feed for WordPress that you could try.

    Best regards,
    Mike

    in reply to: Demo import probelm font-manager.class.php on line 488 #893945

    Hi,
    Good to hear you have the shortcode sorted out. Do want to try the Gym demo all-in-one-wp-migration?

    Best regards,
    Mike

    in reply to: Demo import probelm font-manager.class.php on line 488 #893930

    Hi,
    Are you using the shortcode in the avia layout builder? Please try the standard editor and the shortcode in the text tab. (not the visual tab)

    Best regards,
    Mike

    in reply to: Problems with Layer Slider Plugin #893927

    Sir,
    I see your are using xampp and are getting error messages about layerslider, but I have seen the “failed to open stream” error be a result of other issues, such as a failed install. Since you are on a localhost would you please post a Duplicator copy of your site to dropbox with the login & password so I can investigate further?

    How LayerSlider Updates work in Enfold

    Best regards,
    Mike

    in reply to: Menu in der copyright zeile #893923

    Hi,
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    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: Form submissuon: how to scroll to the first error? #893922

    Hi,
    I have asked the rest of the team to take a look, thanks for your patience.

    Best regards,
    Mike

    Hi,
    Thank you, I tried to add a item to the cart to see the issue, but didn’t see the cart at all?
    Has something changed, or did I misunderstand the question?
    please see screenshot in Private Content area

    Best regards,
    Mike

    in reply to: remove sidebar on blog post page but keep layout #893917

    Hi,
    I don’t see a quick solution to this without editing the theme, would you like me to investigate further? Are you using a child theme to save the changes?

    Best regards,
    Mike

    in reply to: Assign post breadcrumb category to page #893914

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

    Best regards,
    Mike

    in reply to: Demo import probelm font-manager.class.php on line 488 #893913

    Hi,
    If I understand your question, typically you will lose your setting from one demo by importing another demo. Demos were designed to be a starting point to build on. Installing a new demo will not “reset” your site, but will make changes that will effect your layout.
    If you are having issues installing to Gym Demo, I have had success helping others with difficult servers by installing a clean version on my localhost and exporting with all-in-one-wp-migration for them to import. This will “reset” your site, you will lose everything.
    Let me know if you want to try this.

    So if you are first using Gym Demo, and then add Shop Demo there will be some changes. Please explain why you would like to do this as we might be able to help with a different solution.

    Best regards,
    Mike

    in reply to: display always slideshow arrows #893905

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

    Best regards,
    Mike

    Hi,
    Ok, so the post page title is good:
    2018-01-05_172342
    To get this on the blog home page, please try this in your quick CSS:

    .html_elegant-blog .avia-content-slider .slide-entry-title {
        text-transform: none!important; 
    }

    Best regards,
    Mike

    in reply to: iframe responsive for phone screen sizes #893899

    Hi,
    Ok, I have a Android, and the width is working good there, so I will ask a team member with a iPhone to review.
    Please post us your login credentials (in the “private data” field), so we can take a look at your backend and adjust the code.

    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

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

    Best regards,
    Mike

    in reply to: Category Search not working #893692

    Hi,
    Can we temporarily deactivate plugins for testing purposes?

    Best regards,
    Mike

    in reply to: Centering breadcrumbs below responsive breakpoint #893688

    Hi,
    Sorry, for a div inside a div the solution requires width dependent. Here is another example:

    @media only screen and (max-width: 767px) { 
    .breadcrumb.breadcrumbs.avia-breadcrumbs {
     margin: 0 auto!important; 
         width: 75%!important;  }
    }

    2018-01-05_044602
    Here is a good article about the subject: The complete guide to centering a div

    Best regards,
    Mike

    in reply to: Changing the script font #893681

    Hi,
    Ok, I understand now, sorry for the misunderstanding.
    I have removed the code in the General Styling > Quick CSS field.
    The simple solution for what you want to do, change the font for the underline tag, is to add this code in the General Styling > Quick CSS field:

    #top .all_colors u {
    font-family: 'riposteregular'!important; 
    }

    2018-01-05_041729
    Your custom font will not be available in the Enfold Theme Options > Advanced Styling, to have a font show there it must be a Google Font. To use a Google Font in the Advanced Styling please read this.

    Best regards,
    Mike

    Hi,
    Thank you for creating this test and for the debug code. When I tested on a clean install I could not reproduce the error.
    I investigated your page further and found you have this css hiding the page:

    /* hide breadcrumb on home */
    #main > div:first-child {
        display: none;
    }

    but I don't have access to your child theme css to investigate further to see why it is triggered for header transparency.
    Please check.

    Best regards,
    Mike

    in reply to: Grid Row Background Image #893550

    Hi,
    Please Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_theme_support('avia_template_builder_custom_css');

    this will allow you to add a custom class to your buttons.
    2018-01-04_211420
    then add this class to your css, for example the screenshot shows “bigbutton” as the class:

    .flex_cell_inner .bigbutton .avia-button.avia-button-fullwidth {
        background: transparent !important;
    }
    .avia-button-wrap.avia-button-center.bigbutton a{
    height: 400px;
    }

    When editing functions.php you should use the child theme, Read about it & Get it here

    Best regards,
    Mike

    in reply to: remove sidebar on blog post page but keep layout #893548

    Hi,
    To confine to the blog page please add “.page-id-25” to the code:

    .page-id-25 aside.sidebar.sidebar_right {display:none!important;}
    .page-id-25 main.template-page.content {width: 100%!important; border-right-style: none!important; }

    Best regards,
    Mike

    Hi,
    If you are happy with with your “none” setting, then use this code in the General Styling > Quick CSS field for the widgets:

    .widgettitle {
        text-transform: none!important; }

    Best regards,
    Mike

Viewing 30 posts - 30,631 through 30,660 (of 35,074 total)