Forum Replies Created

Viewing 30 posts - 12,601 through 12,630 (of 25,536 total)
  • Author
    Posts
  • in reply to: Images in grid row are not same size #1088481

    Hey quercusash,

    Try to upload the same image size in order to fix this or atleast the same aspect ratio (width and height ratio) since they are on separate elements.
    Hope this helps.

    Best regards,
    Nikko

    Hi jamesvid,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Nikko

    in reply to: can't put a video fullscreen, can you help? #1088215

    Hi abortolotti,

    I could not login to rentallcomo site with the credentials, please check.
    For the meantime, try adding this css code in Quick CSS, located in Enfold > General Styling:

    .page-id-4393 .container_wrap_first .container {
        max-width: 100%;
        padding: 0;
    }

    Best regards,
    Nikko

    in reply to: Adding a Trip Advisor as a social icon #1088208

    Hey callum18,

    Since you’re using the rss icon, try using this css code instead:

    #top #wrap_all .av-social-link-rss a:before {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        background: url(https://kidnappedinbcn.hl345.dinaserver.com/wp-content/uploads/2017/09/TripAdvisor-logo.png) no-repeat center center;
        background-size: contain;
    }

    Best regards,
    Nikko

    in reply to: Footer design #1088198

    Hi ceiton,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    in reply to: Text edit option is keep loading for any page #1088196

    Hi Willem7904,

    We’ll try to help with it, can you give us ftp access so we can check on it further?
    As for the ddos attack, I think you can ask your webhost for help regarding this since it’s more of a security issue.

    Best regards,
    Nikko

    in reply to: Strange color change in image #1088137

    Hi Erwin,

    Are you referring on these texts in the images? (private content)
    I compared the color and the logo uses a solid color and the other one is gradient.

    Best regards,
    Nikko

    in reply to: Resized images much bigger than original ones #1088136

    Hey SakuraD,

    Can you try adding this php code in functions.php:

    function av_return_100(){ return 80; }
    add_filter('jpeg_quality', 'av_return_100');
    add_filter('wp_editor_set_quality', 'av_return_100');

    Best regards,
    Nikko

    in reply to: .logo on mobile #1088134

    Hi AuroraArcus,

    I apologize for the delayed response, I have added this css code in Quick CSS:

    @media only screen and (max-width: 767px) {
       .responsive #top .logo {
        padding-top: 5px;
      }
    }

    Let us know if you need further assistance.

    Best regards,
    Nikko

    in reply to: Menu header over lap #1088133

    Hi wealthyone,

    Try also deactivating temporarily the caching plugin it might help.

    Best regards,
    Nikko

    in reply to: Weird coding when trying to edit a page #1088131

    Hi davian,

    It’s fixed.
    Since you are still using Enfold 4.2 it doesn’t have the option to choose classic or gutenberg editor.
    I have installed and activated a plugin called Classic Editor and that has fixed the issue you’re having.

    Best regards,
    Nikko

    Hi H,

    I see, I have tested it out and also could not figure why this is happening.
    There are no js errors but the mobile map isn’t rendering as it should and just leave an empty space.
    I’ll ask my colleagues to take a look at it as well.

    Best regards,
    Nikko

    in reply to: Menu header over lap #1088119

    Hi wealthyone,

    You’re welcome and thanks for your kind words :)
    Thanks also for providing screenshot, as you see there .boxed #wrap_all doesn’t have overflow hidden property in it, which means it just gets the cached version.
    It’s supposed to have similar properties as the one you put in your Quick CSS.
    If you’re using Windows + Chrome, press ctrl + f5 to force the browser to fetch new css.

    Best regards,
    Nikko

    in reply to: Theme background image bug #1088116

    Hi ptolda,

    I see, can you try the solution posted in this thread: https://kriesi.at/support/topic/again-one-problem-with-merged-css/#post-1082689
    Hope it helps.

    Best regards,
    Nikko

    in reply to: Blog navigation not showing title of next blog post #1088113

    Hi kdhdigi,

    Thank you for providing the stage site.
    I was able to figure out that the cause of the issue is featured image used has a copyright.
    You can either remove the copyright or if you need that copyright since it’s used on another page, just upload a similar image with no copyright.
    I have posted a screenshot in private content showing the copyright field.

    Best regards,
    Nikko

    Hi joerg,

    I apologize for the delayed response.
    I can’t get past through this popup window (even using the credentials), screenshot in private content.

    Best regards,
    Nikko

    in reply to: mobile fullscreen slider image repeats #1088104

    Hi earth2mac,

    In your slider, there’s Screen Options (tab), hide this on mobile.
    Create a Color Section, set the height then add a background video then in Screen Options (tab) hide this on other screens except for mobile.
    Hope this helps.

    Best regards,
    Nikko

    in reply to: Footer design #1088103

    Hi ceiton,

    Try adding this css code as well (you can merge it with the same media query):

    @media only screen and (max-width:767px) {
      #socket .sub_menu_socket li {
        margin-top: 16px;
        margin-bottom: 4px;
      }
    }

    Hope it helps.

    Best regards,
    Nikko

    in reply to: Enfold + Toolset: implementing the layout builder #1088101

    Hi Jooster,

    I apologize for the delayed response.
    No worries, I think many others also have that question however, Avia Layout Builder is only available for the content part but not for all entries.

    Best regards,
    Nikko

    Hi ilkbaharkunduzu,

    The best way is override function avia_pagination in functions.php of your child theme.
    However if there are changes in that function, you’ll not get it unless you update the code as well, but this is rarely happens (in pagination atleast).
    As for translation, as long as you keep the same format then it will be translated.

    Best regards,
    Nikko

    in reply to: help me with login & download #1088088

    Hi thanhcng,

    We apologize for the inconvenience however we really don’t have any control over that.
    As for the update problems, it wasn’t because of our theme but due to changes of envato of their API which is used for updating.

    Best regards,
    Nikko

    in reply to: Unhappy with blog layout #1088084

    Hi Mathias,

    We apologize for the delayed response.
    Have you set Blog Content length to Excerpt?
    Best regards,
    Nikko

    in reply to: I have performance problems with my site! #1087772

    Hi Landwirtco ,

    Yes, enable CSS file merging and compression in Enfold > Performance.
    You can also use plugins such as Autoptimize that has that feature.

    Best regards,
    Nikko

    in reply to: Change Phone Text Color on Mobile only #1087771

    Hi tivo_designs,

    Try adding !important to the code I gave so it will not get overriden since it has a higher css selector priority:

    @media only screen and (max-width:767px) {
    #top .phone-info span, 
    #top .phone-infor span a {
        color: #76992a;
      }
    }

    Best regards,
    Nikko

    in reply to: Space around article's images #1087765

    Hi brand,

    No worries.

    Best regards,
    Nikko

    in reply to: Enfold Social Profile Icons #1087763

    Hi rainrockit,

    I tried to check on other older versions but I couldn’t find yelp or tripadvisor.
    Also if you notice all others is using entypo-fontello while yelp and tripadvisor uses fontello, I think it can’t locate the file that has the font.
    Entypo Fontello font is located in wp-content > themes > enfold > config-templatebuilder > avia-template-builder > assets > fonts folder, and you should see entypo-fontello fonts (.eot, .svg, .ttf and .woff).
    Try to check if fontello font is existing in your backup, it maybe the key to retrieve it.

    Best regards,
    Nikko

    in reply to: Show quantity selectors to cart in mobile view #1087761

    Hi profumopuntoit,

    Thanks for giving us admin access, I added this css code in Quick CSS:

    @media only screen and (max-width:767px) {
      .responsive .shop_table .product-quantity {
        display: table-cell !important;
      }
    }

    Clearing browser cache might be needed to display properly.

    Best regards,
    Nikko

    in reply to: Text not in line #1087757

    Hi axels1983,

    To be honest I’m not familiar with that plugin and it’s outside the scope of our support.
    We are using woocommerce hooks to insert tweaks to the woocommerce pages, this is the hook we use to show product sorting:

    add_action( 'woocommerce_before_shop_loop', 'avia_woocommerce_frontend_search_params', 20);

    Maybe you can try to ask what hook the plugin is using to show the simple auction menu, maybe this will help in figuring out how to resolve the incompatability.

    Best regards,
    Nikko

    in reply to: Menu header over lap #1087751

    Hi wealthyone,

    In Enfold > Performance > disable CSS file merging and compression.
    Let us know if that helps.
    Also, try to check via web inspector and check if #wrap_all gets the overflow hidden value.

    Best regards,
    Nikko

    in reply to: Theme background image bug #1087693

    Hi ptolda,

    Thanks for giving us admin access.
    I have enabled CSS file merging and compression back, then unchecked Delete old CSS and JS files? since it’s only recommended if you’re not using a caching plugin.
    Then I flushed out the cache from WP Super Cache and that fixed it.

    Best regards,
    Nikko

Viewing 30 posts - 12,601 through 12,630 (of 25,536 total)