Forum Replies Created

Viewing 30 posts - 28,981 through 29,010 (of 34,339 total)
  • Author
    Posts
  • in reply to: Column width #908916

    Hey bobjonesdesigns,
    I changed the section number to match your site, so it should work as your other site.

    .home #av_section_1 .av_one_third {
    width: 33% !important;
    margin-left: 0 !important;
    }

    Please let us know if this is what you had in mind.

    Best regards,
    Mike

    in reply to: 3D Effect on Blog Grid Page #908913

    Hey candeos,
    It looks like the image has a box shadow effect on it, see the screenshot in Private Content area of your blog page with this css applied:

    .post-entry .slide-image {
    box-shadow: 4px 4px 18px 0px rgba(50, 52, 50, 0.75);
    }

    Is this what you had in mind?

    Best regards,
    Mike

    in reply to: Urgent – Menu/Logo Broken After Theme Update to v 4.2.2 #908906

    Hey Rajeev,
    It looks like you currently are using Enfold Version: 4.0.5 with WordPress version: 4.9.3
    Do you have a staging site with the Enfold 4.2.2 installed so we can take a closer look?

    Best regards,
    Mike

    in reply to: Hamburger menu always the only menu, and always visible #908904

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

    @media only screen and (max-width: 2000px) {
    .av-burger-menu-main { 
         display: block!important; 
    }
    #top .av_mobile_menu_tablet .av-main-nav .menu-item {
         display: none!important;
    }}

    Best regards,
    Mike

    in reply to: Enfold – how to add phone number to header? #908899

    Hi,
    Sorry I didn’t realize that you were going to have 48 pages. That posses a challenge.
    I’m not really sure what would work for you in this case, other than using a sidebar on all of your pages and listing all of your phone numbers with a heading “We are a local call from anywhere in the state”
    I wish I was more help.

    Best regards,
    Mike

    in reply to: textballoon when clicked on image stays when in lightbox #908892

    Hi,
    Don’t worry if you run into issues we are here to help.

    Best regards,
    Mike

    in reply to: CSS to remove 'Pin it' button from image links #908891

    Hi,
    I checked your site in Chrome, Firefox, & Edge and for me the Instagram Feed images are just like the image I posted, and not like yours. This must be local to your browser, Please clear your browser cache and check. Also try clearing your history,
    perhaps this will help: https://kb.iu.edu/d/ahic

    Best regards,
    Mike

    in reply to: Target all images except from one with a custom CSS #908890

    Hi,
    When I look at your site, it seems that the first image, of the house, already has the box shadow, Please see screenshot in Private Content area. I also see the box shadow on other images on other pages, this is what you wanted right? Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Problems display different browsers #908889

    Hi,
    I added this to your css to correct:

    @media only screen and (max-width: 754px) { 
    .weather {
        right: 115px!important;     
    }
    }

    Please clear your browser cache and check.
    You can use either, but I suggest keeping all of your css together so it will be easier to manage. I recommend using the General Styling > Quick CSS field

    Best regards,
    Mike

    in reply to: Stuck In Maintenance Mode #908887

    Hi,

    @samdive
    , your site is now up again. I believe you had this issue because WordPress was trying to update, you have this warning at the top of your admin screen:

    An automated WordPress update has failed to complete – please attempt the update again now.

    I see you are using PHP Version: 5.6.32 please ask your webhost to help you update to PHP v7, while they are helping you, also ask for PHP Post Max Size: 20M & PHP Max Upload Size: 50M & to enable PHP ZipArchive Extension.
    Then try updating WordPress again.

    Best regards,
    Mike

    in reply to: Remove breadcrumbs on tablet and mobile size screens #908886

    Hi,
    From what I can see you have a site cache and/or minify plugin, because your css has this path:
    /wp-content/cache/minify/1ddba.css
    Please check your cache plugin for the option to clear or purge it, and then please disable it.
    Caching plugins are great once your site is built and done, but it makes it hard to change your css while you are developing it.
    I believe once you do this and also clear your browser cache you will see your css changes.

    If you still have issues, please include your admin login in the Private Content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Can I mak the hotspots transparent? #908883

    Hi,
    Please try this instead,

    .av-hotspot-container .av-image-hotspot_inner,.av-image-hotspot-pulse {
        background: transparent!important; 
    }

    Best regards,
    Mike

    in reply to: Child theme importing partial settings #908882

    Hi,
    I’m not sure what happened with your widgets in the footer, but I was able to recreate them for you.
    By the way I notice that your PHP Version is 5.4.16, you should try to update it before you update WordPress as v7 is recommended.

    Best regards,
    Mike

    in reply to: Google Fonts in TinyMCE Advanced integrieren #908776

    Hi,
    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Contact Form not Sending Emails #908774

    Hi,
    Glad we could help, we will close this now. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: CSS to remove 'Pin it' button from image links #908600

    Hi,
    To add a screenshot, please try using https://postimages.org/ and pasting the image URL in your post.

    Best regards,
    Mike

    in reply to: Comment redirect #908598

    Hey Robin,
    Might I suggest another approach, try using a function to track your comment clicks.
    Try adding this to your function.php:

    
    function track_comment(){
    ?>
    <script>
    $('.form-submit .submit[type="submit"]').on('click', function() {
              ga('send', 'event', 'button', 'click', 'comment');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'track_comment');
    

    Please note that tracking can sometimes take a little while to show up at Google Analytics.

    Best regards,
    Mike

    in reply to: CSS to remove 'Pin it' button from image links #908577

    Hi,
    Please try clearing your cache and check again. I don’t see the pin-it button, Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: delete article from cart #908571

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

    Best regards,
    Mike

    in reply to: search result doesn't work #908569

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

    Best regards,
    Mike

    in reply to: create a menu w/ anchor link #908567

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

    Best regards,
    Mike

    in reply to: hide element in mobile #908564

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

    Best regards,
    Mike

    in reply to: Problems display different browsers #908558

    Hi,
    I took a look at your site in Chrome, Firefox, Edge & IE11 and compared the css you had in the WordPress custom styles and Enfold General Styling > Quick CSS field, and found this code to be causing the issue:

    #top .sub_menu>ul {
        float: left;
        margin: 0;
        right: -40px;
        position: relative;
    }

    I combined all of your code in the General Styling > Quick CSS field and adjusted another rule so that the above rule could be removed.
    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: create a menu w/ anchor link #908504

    Hi,
    OK, you did have a anchor in place but it was on another page, so I updated your link to have the page & anchor.
    Please see in the Private Content area, and then check your site.

    Best regards,
    Mike

    in reply to: Replace Social Share Button G+ With Xing #908494

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

    Best regards,
    Mike

    in reply to: Header transparency #908488

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

    Best regards,
    Mike

    in reply to: Can't Import Enfold 2017 Demo #908484

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

    Best regards,
    Mike

    in reply to: Replace Social Share Button G+ With Xing #908370

    Hey DEmobilezeitgeist,
    Try editing /wp-content/themes/enfold/includes/helper-social-media.php
    on line 149, look for

    				'gplus' 	=> array("encode"=>true, "encode_urls"=>false, "pattern" => "https://plus.google.com/share?url=[permalink]" , 'label' => __("Share on Google+",'avia_framework')),

    and edit the name, url, & hover text (Share on Google+)
    My test shows that the icon and color also changes
    2018-02-05_233112

    Best regards,
    Mike

    in reply to: Center mailchimp field submit button #908359

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

    #top.home .avia_ajax_form .form_element_fourth {
        float: none !important; 
        width: 25%!important; 
        margin: auto!important; 
    }

    Best regards,
    Mike

    in reply to: Child theme importing partial settings #908351

    Hi,
    Please use ftp and go to /wp-content/uploads/dynamic_avia
    then copy the contents of enfold.css and replace the contents of enfold-child.css (please make a backup copy first)
    Then clear any cache plugin and your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 28,981 through 29,010 (of 34,339 total)