Forum Replies Created

Viewing 30 posts - 20,911 through 20,940 (of 34,221 total)
  • Author
    Posts
  • in reply to: Past events are shown since The Events Calendar update #1094944

    Hi,
    Glad we were able to help, Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: avia layout builder not working enfold #1094943

    Hi,
    Please login into your support account and submit a new thread with your admin login in the private content area so we can be of more assistance.
    Right now you seem to be using the contact form.

    Best regards,
    Mike

    in reply to: Place content elements within media elements #1094942

    Hey Edsbjerg,
    The slider caption field doesn’t support element shortcodes, but you can try to create your elements using the “shortcode wand” in the Classic Editor
    Then try to display them in a new shortcode like this:

    function icon_sc( ){
    	return do_shortcode('[av_font_icon icon="ue889" font="entypo-fontello" size="20px"][/av_font_icon]');
    }
    add_shortcode( 'icon_short_code', 'icon_sc' );

    This one displays an icon where the shortcode “[icon_short_code]”

    Best regards,
    Mike

    in reply to: Generated Shortcode does not work #1094937

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

    Best regards,
    Mike

    in reply to: Personal TOken #1094935

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Past events are shown since The Events Calendar update #1094934

    Hi,
    Thanks for the ftp access, I have uploaded the file and it seems to be working for the url in the Private Content area.
    Please check.

    Best regards,
    Mike

    in reply to: Trying to Add JS Particles Background via Enfold theme #1094932

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

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $( '#particles-js:first' ).insertBefore( '#av_section_3 .container' );
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    and add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #particles-js {
    z-index: 10 !important;
    }

    Best regards,
    Mike

    in reply to: Personal TOken #1094926

    Hi,
    Glad to hear, I submitted a request for this with the dev team, they will review and perhaps add it to a future update.
    Shall we close this then?

    Best regards,
    Mike

    in reply to: avia layout builder not working enfold #1094922

    Hey pattama,
    Please ensure your WordPress is v5.1.1 and Enfold is v4.5.6 and that your PHP is at least v5.6
    If this doesn’t help, we will need an admin login so we can be of more assistance.
    Please login into your support account and submit a new thread with your admin login in the private content area.

    Best regards,
    Mike

    in reply to: Personal TOken #1094914

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

    function envato_token_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $('#avia_updates_envato_token').find('input:text').each(function() {
       $("<input type='password' />").attr({ name: this.name, value: this.value }).insertBefore(this);
    }).remove();
    });
      })(jQuery);
      </script>
      <?php
      }
    add_action('admin_head', 'envato_token_script');
    

    Best regards,
    Mike

    Hi,
    Thank you for the feedback, indeed I was able to reproduce, I believe the issue here is that it was not considered that someone would want to have an “empty” title in a tab section, the “1” seems to be the null result, but I don’t see a solution to target this only. I do find that adding a blank space in the title field solves this issue. Please try this. I imagine that at some point you intend to add a proper title for the title tabs? So I believe that this is not really a “bug” but more that the required fields are not used.
    Please let us know if adding a blank space works for you also.

    Best regards,
    Mike

    in reply to: LayerSlider for computer vs mobile #1094906

    Hi,
    Thanks for the feedback on question #2, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia_mobile #top.home .ls-in-out {
        display: block !important; 
    }

    Best regards,
    Mike

    in reply to: Notice: Undefined variable: http_response_header #1094905

    Hi,
    I found that your error could be related to this or the “magnificPopup” error your page is throwing. I was not able to edit the files directly in the theme editor, so I tried your FTP access above and was able to login, but the header.php and functions.php in FTP don’t match your site files, I see that you have many themes and two child themes and I’m sure I’m looking at the right one “/public_html/wp-content/themes/enfold_child
    But I still don’t see the changes I make, Is this the correct ftp address? Is there server caching?

    Best regards,
    Mike

    in reply to: Password did not come when verifying account for forum #1094870

    Hey Randal Alexander,
    I reset your password, please see in the Private Content area.

    Best regards,
    Mike

    in reply to: Updating from version 2.4.2 #1094866

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Sticky sidebar #1094862

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Some Custom Requests please :) #1094861

    Hi,
    After you install the child theme you would import the parent theme settings at: Import/Export > “Import Settings from your Parent Theme” I did this for you.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Realisierung und Programmierung #1094858

    Hi,
    I took a look at your page and see the ID # for the team on that page changed. I have corrected with this code:

    #awsm-team-2179 .awsm-personal-info span {
    color: red !important;
    font-family: 'roboto' !important; 
    }
    #awsm-team-2179 .awsm-personal-info h3 {
    color: blue !important;
    font-family: 'roboto' !important; 
    }

    I didn’t add it because I’m not sure what color or font you want to use.
    Please adjust to suit.
    To change the background color please try adjusting this css:

    .drawer-style.style-2 figcaption {
        background: rgba(35,35,35,.6) !important; 
        color: #fff !important; 
    }

    Changing the “.6” in the code makes it lighter or darker.

    Best regards,
    Mike

    in reply to: Notice: Undefined variable: http_response_header #1094847

    Hi,
    Thanks for the login, I see that you are using an old header.php in your child theme, please replace with the current header.php.
    Please keep a backup of the old header.php and transfer any custom scripts to the new header.php

    Best regards,
    Mike

    in reply to: Remove heading from social share title #1094843

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Burger Menue Icon #1094842

    Hi,
    Thank you, was your form created by a “shortcode” from another plugin? I believe you can add the shortcode to the slider and the form will display, have you tried this?
    Otherwise, Please include an admin login in the Private Content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Blog pagination buttons #1094839

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Trying to Add JS Particles Background via Enfold theme #1094729

    Hi,
    Thanks for the login, but it doesn’t include admin access so I can’t see the css you are currently using, please check.

    Best regards,
    Mike

    in reply to: Notice: Undefined variable: http_response_header #1094728

    Hi,
    Thank you, I tried to login as admin but couldn’t please check.

    Best regards,
    Mike

    in reply to: Remove heading from social share title #1094723

    Hi,
    Glad to help, I assume we can close this now, but I like to ask first. Shall we close this then?

    Best regards,
    Mike

    Hi,
    Sorry, we couldn’t help more, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Realisierung und Programmierung #1094714

    Hi,
    Thanks for the login, to change the font and color of the team info on hover please try this css:

    #awsm-team-2103 .awsm-personal-info span {
    color: red !important;
    font-family: 'roboto' !important; 
    }
    #awsm-team-2103 .awsm-personal-info h3 {
    color: blue !important;
    font-family: 'roboto' !important; 
    }

    please adjust the colors and font to suit.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Advanced Styling #1094708

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

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Error Message on Website. Cant log into WordPress Also #1094610

    Hey millietan,
    Is this a result of updating the theme?
    I can’t see what version you are using, is it v4.5.6?
    Please include an admin login & FTP access in the Private Content area.

    Best regards,
    Mike

Viewing 30 posts - 20,911 through 20,940 (of 34,221 total)