Forum Replies Created

Viewing 12 posts - 31 through 42 (of 42 total)
  • Author
    Posts
  • in reply to: Problem with JSqueeze #999648

    I need to move on with the site in question so I have reverted to an earlier version of Enfold.

    I will getting back to deploying Enfold 4.4.1 in several months and will keep you informed of any problems I have.

    You can close this ticket.

    in reply to: Problem with JSqueeze #999382

    Yes, I mean single WordPress installation vs. multi-site.

    And I should have stated that the error occurs when I activate a child theme. Reverting back to Enfold does not elimiate the error — I have to restore the wp_options table to recover.

    I have to rebuild the site with the error so a login won’t help you but I have supplied a link to a pdf of the error page.

    Please remove the link to the page with the error in my previous post — I did not mean to make it public,

    in reply to: Problem with JSqueeze #999117

    Often the page is blank but here is an example of the error on a page with content:
    [link removed]

    I am bummed because I have been using Enfold 4.0.5 in a multi-user environment for years and love the theme but was moving to a single-user environment and thought I would upgrade to the most recent release of Enfold (4.4.1) as part of the migration to single-user — but it looks like Enfold 4.4.1 is not ready for use in multiple single-user sites.

    I say this because my problems started when I set up my second single-user site.

    I have other problems too — like the link to LayerSlider WP disappearing from the navsash.

    • This reply was modified 6 years, 3 months ago by solidvapor.
    in reply to: Diagonal Borders Disable Buttons #812344

    It worked when added to Quick CSS…thanks…!!

    in reply to: Change image caption hover animation #791108

    If you don’t want the caption to begin sliding from below the image, you can use…

    .av-overlay-on-hover .avia-image-container-inner:hover .av-image-caption-overlay {
    animation: 1s slide-down;
    }
    @keyframes slide-down {
    0% {
    opacity: 0;
    height: 0%;
    }
    100% {
    opacity: 1;
    height: 100%;
    }
    }

    …to have the caption slide down from the top of the image or…

    .av-overlay-on-hover .avia-image-container-inner:hover .av-image-caption-overlay {
    animation: 1s slide-up;
    }
    @keyframes slide-up {
    0% {
    opacity: 0;
    height: 0%;
    top: 100%;
    }
    100% {
    opacity: 1;
    height: 100%;
    top: 0%;
    }
    }

    … to have the caption slide up from the bottom of the image.

    in reply to: IMG tags are not displaying the Title attribute #786791

    Thank you for the response.

    Since it appears the title attributes in IMG statements might help SEO page rankings, I would like to include them in my Enfold websites.

    So…can you tell me where in the Enfold codebase IMG statements are built…??

    I am thinking that there must be a database read to retrieve the alt text for an image and that I could leverage this read to retrieve the title text as well…then include it in the IMG statement.

    thank you in advance…

    – Dick

    in reply to: IMG tags are not displaying the Title attribute #784638

    Sarah:

    I have replicated the problem at one of our test sites.

    See http://sandbox.solidvapor.net/test-page/

    Both of the images in the body of the page and the logo graphic in the footer have both alt and title attributes. The attributes for the logo are repeated in the HTML img statement which places the logo in the footer.

    When you view the underlying HTML for this page you will that the alt attribute text appears for these images but not the title attribute text.

    I provide the login credentials you requested in the Private Content box below.

    – Dick

    in reply to: Live Preview #778671

    that was the answer — thanks

    – Dick

    in reply to: Fixed Section at Top of Page #760783

    I accept that my request is beyond the scope of your support but thank you for looking into the problem.

    – Dick

    in reply to: Fixed Section at Top of Page #759515

    Basilis:

    Thanks for the suggestion.

    Inserting a background image into a Color Section and then setting the Background Attachment to “Fixed” gets me real close to what I want.

    The “missing piece” to get some animation into the background. I tried using a background video but lost the ability to specify the Background Attachment as “Fixed”.

    How can I get a background video to be “fixed”…??

    – Dick

    in reply to: Mega Menu Columns Are Not Aligned #758994

    That did the job — thanks…!!

    – Dick

    in reply to: Mega Menu Columns Are Not Aligned #755930

    I have added a colored (yellow) background to some of the entries in the ERP mega menu at http://netscore.solidvapor.net to clarify the problem.

    As you see, the problem is that the width of the entries is not the same which is odd because the CSS for #header.three.units sets the width to 302.5px — why is this fixed width not being preserved for all entries in the menu…??

    – Dick

Viewing 12 posts - 31 through 42 (of 42 total)