Forum Replies Created

Viewing 30 posts - 991 through 1,020 (of 33,332 total)
  • Author
    Posts
  • in reply to: change logo on one page #1460345

    Hi,
    To change the logo link for the four pages I added this code in your wpcode plugin:

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        if(is_page( array(132, 594, 598, 518) ) )
        {
        $link = "https://pediatriccarec.wpenginepowered.com/teen-and-young-adult-care-center/";
        }
        return $link;
    }

    please check.

    Best regards,
    Mike

    in reply to: Masonry layout #1460332

    Hey pierremartin311,
    Thanks for the link to your page, it looks like you have some custom css to change the width of the images and this is causing the issue. Using css to change the size of the element before it is loaded can cause issues, try removing this custom css.
    Another option would be to reload the page when the tabs are clicked, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    (function($){
      $(".tab").click(function(){
     location.reload(true);
      });
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: give a ID to galery Masonry #1460314

    Hi,
    Glad to hear that you have this sorted out, we will close it for you. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: change logo on one page #1460312

    Hi,
    I recommend making a new image from the two logos, and then adding a new option to show the new logo.

    Best regards,
    Mike

    in reply to: Wider responsive elements and web page #1460304

    Hi,
    When I check your example site with my browser it doesn’t look like your screenshot. I assume that your screenshot is from a smaller screen width.
    I recommend changing your option at Enfold Theme Options ▸ General Layout ▸ Dimensions ▸ Maximum Container width to achieve the width that you wish.

    Best regards,
    Mike

    in reply to: HEAD request for .webm and .ogv fallbacks #1460293

    Hey akriga,
    Thanks for your patience, I believe that some browsers automatically check for .webm and .ogv alternatives, and this is not added by the theme, I don’t see this error when I check my demo site. You can try uploading the .webm and .ogv alternatives via FTP to your site to satisfy the browser, or you can link to your page so we can see the situation and try to reproduce. I kind of recall a situation like this in the past and as I recall only one browser did this, but I don’t remember which one.

    Best regards,
    Mike

    in reply to: Main photo rotate with same look as now #1460286

    Hi,
    Thank you for your patience, but I’m not sure what you mean by “have the photos, buttons, and wording rotate out” perhaps you could try using the LayerSlider, it has many animation options.

    Best regards,
    Mike

    in reply to: change logo on one page #1460280

    Hi,
    Thanks, I corrected the issue and disabled your plugin and enabled your wpcode plugin and added this snippet:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(is_page('teen-and-young-adult-care-center') )
        {
        $logo = "/wp-content/uploads/2024/06/The-Teen-and-Young-Adult-Care-Center.png";
        }
        if(is_page('teen-and-young-adult-services') )
        {
        $logo = "/wp-content/uploads/2024/06/The-Teen-and-Young-Adult-Care-Center.png";
        }
        if(is_page('teen-and-young-adult-news') )
        {
        $logo = "/wp-content/uploads/2024/06/The-Teen-and-Young-Adult-Care-Center.png";
        }
        return $logo;
    }

    please check.

    Best regards,
    Mike

    in reply to: Postslider javascript #1460249

    Hi,
    Thank you for your patience, I tried checking your page but I don’t see an error, try incluling some screenshots to show the error and a admin login to examine.

    Best regards,
    Mike

    Hi,
    Thanks for helping Guenni007.
    Jak73, if you follow Guenni007 instructions it should work for you, I assume that you have this sort out, if not let us know.

    Best regards,
    Mike

    in reply to: change logo on one page #1460225

    Hi,
    I tried to adjust your function in your plugin but it seems to have caused an error, please include FTP access in the Private Content area so we can try to correct.

    Best regards,
    Mike

    in reply to: slim Banner bar with button #1460055

    Hi,
    If you want this to work on every page you will need to add a custom class to the element, otherwise the css could affect other elements.
    Please try creating a staging site with placeholder images so we can be of more assistance.

    Best regards,
    Mike

    in reply to: theme constantly crashes #1460053

    Hi,
    I don’t see this error on your site, the error is for your Flaticon icon fonts:
    Enfold Support 6229
    It looks like you have tried to add two of them:
    Enfold Support 6231
    but it looks like only one is working:
    Enfold Support 6233
    So try deleting both of these and then and each one at a time and see which one is not working, not all Flaticon will work, if they are in color or SVG they will not work, you must use iconfonts which are icon fonts is different. Try using fontello.com, please see our documentation here.

    Best regards,
    Mike

    in reply to: change logo on one page #1460047

    Hi,
    Please include an admin login in the Private Content area so we can investigate better.

    Best regards,
    Mike

    in reply to: theme constantly crashes #1460025

    Hey Mark M Whelan,
    Thank you for your question, when I check your site I don’t find the above errors, but please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance. If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: Enfold #1460024

    Hey Gary Talcott,
    Thank you for your question, I see that you have open four questions using the contact form, please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    Please note that support contracts are good for six months to a year at a time, this is different than paying a developer each month. If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread. If you don’t have a Theme Forest account because the license is in your developers name you can purchase a new license in your name with your email address as a login and you will get 6 months of support included. I recommend extending the support to 12 months for just a little more.
    Enfold Support 6226

    Best regards,
    Mike

    in reply to: License #1460023

    Hey Gary Talcott,
    Thank you for your question, I see that you have open four questions using the contact form, please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    Please note that support contracts are good for six months to a year at a time, this is different than paying a developer each month. If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread. If you don’t have a Theme Forest account because the license is in your developers name you can purchase a new license in your name with your email address as a login and you will get 6 months of support included. I recommend extending the support to 12 months for just a little more.
    Enfold Support 6226

    Best regards,
    Mike

    in reply to: License #1460022

    Hey Gary Talcott,
    Thank you for your question, I see that you have open four questions using the contact form, please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    Please note that support contracts are good for six months to a year at a time, this is different than paying a developer each month. If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread. If you don’t have a Theme Forest account because the license is in your developers name you can purchase a new license in your name with your email address as a login and you will get 6 months of support included. I recommend extending the support to 12 months for just a little more.
    Enfold Support 6226

    Best regards,
    Mike

    in reply to: Expired #1460021

    Hey Gary Talcott,
    Thank you for your question, I see that you have open four questions using the contact form, please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    Please note that support contracts are good for six months to a year at a time, this is different than paying a developer each month. If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread. If you don’t have a Theme Forest account because the license is in your developers name you can purchase a new license in your name with your email address as a login and you will get 6 months of support included. I recommend extending the support to 12 months for just a little more.
    Enfold Support 6226

    Best regards,
    Mike

    in reply to: Notification Element #1460020

    Hi,
    correct

    Best regards,
    Mike

    in reply to: Fullwidth Submenu – Onepage Dotsmenu #1460019

    Hi,
    Do you mean that you want a square border around the icons? Please link to your page so we can examine, I don’t find a link to your page.

    Best regards,
    Mike

    in reply to: Styling (css) areremoved/missing #1460018

    Hi,
    Thanks, I checked the site again today and do not see the error. I will check again in a day or two.

    Best regards,
    Mike

    in reply to: Trying to update old Enfold theme #1460017

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Changes to right sidebar header #1460014

    Hi,
    Thanks for the link, I only see an issue with the first one, but I don’t think there will be a solution for this, try Guenni007’s solution and see if that helps.

    Best regards,
    Mike

    in reply to: slim Banner bar with button #1459905

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field for desktop:

    #top.home #av_section_3 .av-special-heading {
    	padding-bottom: 0;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.
    Enfold Support 6224
    I’m not sure what you expect to see for the mobile view.

    Best regards,
    Mike

    in reply to: Reply topic 1459651 #1459904

    Hey Manel,
    It looks like you are trying to ask a support question from the “contact form”.
    Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

    in reply to: change logo on one page #1459899

    Hey mnydish,
    I see a few issues, first the code should be in your child theme functions.php file, second your images don’t have the full path, third I recommend using the page ID instead of the page or post title, please see this example:

    add_filter('avf_logo','av_change_logo');
    function av_change_logo($logo)
    {
        if(is_page(1301) )
        {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        if(is_page(1410) )
        {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo.png";
        }
        if(is_page(1286) )
        {
        $logo = "http://kriesi.at/wp-content/themes/kriesi/images/logo2.png";
        }
        return $logo;
    }

    See this thread.

    Best regards,
    Mike

    in reply to: Reply to #1459651 Tags H1..H3 with… #1459894

    Hey digitalt20,
    The thread that you linked to is still open, please reply to that thread instead of opening this new thread, it will be easier to follow and assist.

    Best regards,
    Mike

    in reply to: slim Banner bar with button #1459893

    Hi,
    When I check your “GET THE RIGHT SIZE” section it looks “OK” to me, you have text and a button, perhaps you wish to remove the padding?
    Perhaps a mockup of what you want to see would help.

    Best regards,
    Mike

    in reply to: grid row remove above and below padding #1459892

    Hey spokerstradingco,
    This issue is due to the plugin, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #sb_instagram #sbi_images {
        padding: 0;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 991 through 1,020 (of 33,332 total)