Forum Replies Created

Viewing 30 posts - 24,691 through 24,720 (of 35,179 total)
  • Author
    Posts
  • Hi,
    I took a look at the two pages, and the titles look the same to me, perhaps you just need to clear your browser cache, or I mis-understood.
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    #top .main_color {
        background-color: #9db8cc !important; 
    }
    #top .container_wrap_first .container:first-child {
        background-color: #f8f8f8 !important; 
    }

    Please adjust the color to suit. Please see the screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: How to make same page link work on open burger menu #1028682

    Hi,
    Your enfold should have been activated when you began, and remained activated though the whole process, did you try going to the site then back to the theme panel to update the page?
    If for some reason your theme is showing as not activated then go ahead and activate it.
    If for some reason it is still showing as v4.2 then Please include a admin login & FTP access in the Private Content area, so we can take a look.

    Best regards,
    Mike

    Hi,

    @aph80
    please let us know if you are successfully with michaelH’s suggestion.

    Best regards,
    Mike

    in reply to: Issues with header when updating Enfold #1028679

    Hi,
    It’s good to hear from you again :) I took a look at the site and glad to see that you have updated to v4.5, so it seems that you will only need some css to achieve what you are looking for.
    For mobile I was able to get the logos side-by-side, show the social icons over the header, and bring the burger menu under the logo.
    Please try this code in the General Styling > Quick CSS field:

    /*show social icons and 2 logos inline on mobile*/
    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header .social_bookmarks {
      display: block !important; 
    }
    .responsive #top #wrap_all #header_main .av-logo-container .main_menu .noLightbox.social_bookmarks {
    display: block !important;
    }
    .responsive #top #wrap_all #header_main #text-2 .textwidget .av_one_half.flex_column_div {
    width: 47% !important; 
    }
    .responsive #top #wrap_all .main_menu {
        top: -50px !important; 
    }
    .responsive #top #wrap_all #header_main #text-2 .flex_column_div.first {
        margin-top: 26px !important;
    }
    }
    

    Please see the screenshot in Private Content area of the expected results.
    Once you add the css, Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Youtube video background shows 'more videos' #1028469

    Hi,
    Did you try disabling your plugins and custom scripts? jQuery errors don’t always list the correct source error, it can say one thing but the real issue is the script that loads before the error listed. Perhaps give Vimeo a try, but it’s odd that the error didn’t show for me in Chrome.
    Please let us know if Vimeo or disabling plugins helps.

    Best regards,
    Mike

    Hi,
    I tested using the demo shop, with your function (php code) above and the css, and I found a small space and a border line:
    2018-10-31-070900
    so to correct please try this css:

    #top.woocommerce-page .template-page.content.twelve.alpha.units {
    padding: 0px !important;
    }
    #top.woocommerce-page #av_section_1.container_wrap.fullsize {
        border-top-style: none !important; 
    }

    If your single product page looks different then please include a screenshot so I can try to reproduce. Otherwise perhaps you can setup a Ngrok Tunnel with a admin login to allow us to see your site. It’s free and easy to setup. Just be sure to leave it and your computer running so we can access during our time zone in the world.

    Best regards,
    Mike

    in reply to: Alignment of post entry tag cloud #1028461

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    Hi,
    When you use the standard WordPress editor, your excerpts and search results are made from the content:
    2018-10-31-064752
    When you use the advanced layout builder, your excerpts and search results are made from the excerpt box:
    2018-10-31-065157

    This is because of the advanced content elements and blocks. Please see another screenshot in Private Content area.
    I hope this helps explain.

    Best regards,
    Mike

    in reply to: Preloader / Social Media Icons #1028371

    Hey Libardo,
    Sorry for the late reply, I took a look at your site but it seems you have already found the solution to changing the social icons and burger menu color:
    2018-10-30-235404
    To change the color of the pre-loader background, Please try this code in the General Styling > Quick CSS field:

    #top .av-siteloader-wrap {
      background-color: red !important;
    }

    please adjust to suit.
    To change the color of the pre-loader, please try:

    #top .av-siteloader {
        border-left-color: #58773C !important; 
    }

    Best regards,
    Mike

    in reply to: Styling Contact Form 7 by using Enfold layout shortcodes #1028369

    Hey Konstantin,
    Thank you for sharing your solution, I’m sure many will find this helpful.

    Best regards,
    Mike

    Hi,
    To remove the padding to move the tabs up, Please try this code in the General Styling > Quick CSS field:

    #top.woocommerce-page .single-product-main-image {
    padding-bottom: 0px !important;
    }
    #top.woocommerce-page .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 0px !important;
    }

    Unfortunately you won’t be able to add a color section above the tabs, without using the advanced layout builder to create your product pages.

    Best regards,
    Mike

    in reply to: Enfold Child Theme Woes #1028365

    Hi,

    @SamCKayak
    Sorry for the late reply, I took a look at your site but I’m not sure what is botched on your site, perhaps you have already resolved this?
    If not please explain a little more and include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Website speed problem on mobile #1028364

    Hey yundian,
    Please see this post on getting a 100 score with Enfold on pagespeed, there are many tips with the theme settings that should help.
    Another good article is: The two things that will Make WordPress FAST are Reducing Page Size and Reducing Requests

    Best regards,
    Mike

    in reply to: Alignment of post entry tag cloud #1028363

    Hi,
    Sorry for the late reply, I took a look at your page and found that the element is set to “justify” which means that it will stretch out so to add extra space between the words instead at the ends. Like how a newspaper formats.
    I see that this happens for mobile screen sizes, but for desktop the alignment is to the left. I will assume you want it centered for all devices.
    Please try this code in the General Styling > Quick CSS field:

    footer.entry-footer .blog-tags.minor-meta {
        text-align: center !important; 
    }

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, this text is in your manual excerpts, to edit this please open your screen options at the top of your editor, then check the excerpt box.
    Then go to the bottom of your page and you will see the manual excerpt which you can edit or remove.
    2018-10-30-224049

    Best regards,
    Mike

    in reply to: Youtube video background shows 'more videos' #1028357

    Hi,
    I took a look at your site and saw the error in Firefox only, with a jQuery error from Youtube:

    Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://www.youtube.com') does not match the recipient window's origin - The YouTube player is not attached to the DOM

    I wonder if this is YouTube’s way of getting around the auto play restrictions, just guessing. All of my research points to using SSL (https).
    If I load your site with https the error doesn’t occur, but you do get other mixed content errors, which would be a easy fix if you had SSL, but you don’t.
    I assume you tried disabling your plugins, you could try using the ecver=2 attribute for getting rid of advertising on pause YouTube videos. Like this:

    https://www.youtube.com/embed/YrHeQJpCfRk?ecver=2

    or:

    https://www.youtube-nocookie.com/embed/ID?enablejsapi=1&ecver=2

    Sorry this wasn’t more helpful.

    Best regards,
    Mike

    in reply to: WP Crowdfunding plugin conflict #1028341

    Hi,
    Sorry for the late reply, I’m asking the rest of the team for their thoughts.

    Best regards,
    Mike

    in reply to: How to make same page link work on open burger menu #1028340

    Hi,
    The easiest solution so far has been to use this plugin: Update Theme and Plugins from Zip File

    Here are the steps:
    First please ensure your “PHP Max Upload Size” is at least 20mb, because Enfold is 16.7mb.

    1: please install the plugin: Update Theme and Plugins from Zip File
    2018-10-20-104358
    2: then go to WordPress > Themes > Add New > Upload
    2018-10-20-104649 2018-10-20-105401
    3: after the install, click “Return to Themes page” (NOT Activate)
    2018-10-20-105705
    4: success:
    2018-10-20-110104

    But if you wish I will assist with updating your site via FTP, Please include a admin login & FTP access in the Private Content area.

    Best regards,
    Mike

    in reply to: Theme Upgrade to v.4.5 #1028339

    Hi,
    Glad to hear you were able to successfully update via FTP, odd the plugin didn’t work for you though, but being done is good. Shall we close this then?


    @qtinfo
    please open a new thread with a admin login & FTP access in the Private Content area so we can assist.
    I assume you have tried this solution
    Since this is not your thread your login info will not be private here.

    Best regards,
    Mike

    in reply to: Enfold 4.5 issues #1028331

    Hi,

    @jancecile

    Please include a admin login & FTP access in the Private Content area so we can try to update for you, and allow us to see the error.
    I don’t know why Theme Forest has created the token system.

    Best regards,
    Mike

    in reply to: Icon Grid : Flip #1028019

    Hi,
    I believe @Basilis reported this and it’s going to be included in the next update. So you can apply it to the parent theme files.
    I will check though.

    Best regards,
    Mike

    in reply to: Enfold 4.5 issues #1028016

    Hi,

    @classywebsites

    I believe we cross posted – I just finished solving your issue, I will look for your reply in your thread.

    Best regards,
    Mike

    in reply to: Can´t update to version 4.5 #1028013

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Icon Grid : Flip #1028011

    Hi,
    Please try adding @Guenni007 css to \enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.css around line 250

    .avia-icongrid-flipbox li .avia-icongrid-front,
    .avia-icongrid-flipbox li .avia-icongrid-flipback,
    .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner,
    .avia-icongrid-flipbox li .avia-icongrid-flipback .avia-icongrid-inner {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        height: 100%;
    }

    Or try this css at the same location:

    .avia-icongrid-flipbox li .avia-icongrid-flipback {
        opacity: 0;
        visibility: hidden;
    }
     .avia-icongrid-flipbox li:hover .avia-icongrid-front,
     .avia-icongrid-flipbox li.av-flip .avia-icongrid-front{
        opacity: 0;
        visibility: hidden;
    }
    .avia-icongrid-flipbox li:hover .avia-icongrid-flipback,
    .avia-icongrid-flipbox li.av-flip .avia-icongrid-flipback{
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
          opacity: 1;
        visibility: visible;
    }
    

    Best regards,
    Mike

    in reply to: Enfold 4.5 Update – Problem Enfold Child #1028006

    Hi,
    Thanks for the FTP access, somehow the headings of the style.css got switched around, I corrected it for you and added the child theme image, you may need to clear your browser cache for the image to show.
    In your child theme css you had a error on line 143 that I commented out:

    media="screen"::selection {
    background-color: transparent;
    color: transparent;
    }

    please compare this to your live site to see if you can find the correct code, because this is not valid.

    media="screen"::selection

    Please check your site, it seems to look good.

    Best regards,
    Mike

    in reply to: Envato API Key #1027981

    Hi,
    As I understand, each license requires a unique token. Please see this post

    Best regards,
    Mike

    in reply to: Icon Import is not working #1027979

    Hi,
    Glad to help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Icon Grid : Flip #1027975

    Hi,
    Opps, I didn’t look at the top of this thread :)

    Best regards,
    Mike

    • This reply was modified 7 years, 4 months ago by Mike. Reason: solution already posted
    in reply to: How the add other Font? #1027963

    Hi,
    I tried to look at your site, but you must have been updating because I saw this message:

    Briefly unavailable for scheduled maintenance. Check back in a minute.

    This would be the solution, because the Custom Font Manager in the Import/Export page has been a option for a few versions now.
    After updating if you still don’t see the option, please include a admin login in the Private Content area so we can take a closer look.

    Best regards,
    Mike

Viewing 30 posts - 24,691 through 24,720 (of 35,179 total)