Forum Replies Created

Viewing 30 posts - 12,601 through 12,630 (of 35,283 total)
  • Author
    Posts
  • in reply to: Help with position of cart icon and search icon #1347065

    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

    Hi,
    Please try this to center the buttons:

    @media only screen and (min-width: 1224px) { 
    #full_slider_1 .avia-slideshow-button {
    	-ms-transform: translateX(75%);
      transform: translateX(75%)
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, 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: Hide image title, etc. on hover #1347051

    Hi,
    Glad we were able to help, and special thanks to Guenni007, 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: Header Opacity Issue with Logo #1347027

    Hi,
    Thanks for your screenshots but there is no overlay over your logo or header, please note that your menu items are white and show correctly.
    This is because the opacity:0.1; is applied under the logo container on header_bg div, you can test this by Yigit’s suggestion of choosing to display transparent header instead of the glassy transparent option, or test with this css:

    #top #wrap_all .av_header_glassy.av_header_transparency .header_bg {
        background-color: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    and you will see that the color of the logo doesn’t change.
    Below I have linked to your logo directly, if you open it in a new browser tab you will see that the text “senior care” is actually #FCFCFC and not white so if you adjust the image it should solve this.

    Best regards,
    Mike

    in reply to: mobile versionn with app feel #1347026

    Hey virtualbis,
    Thanks for your question, we don’t have an “app” looking demo, perhaps the Knowledgebase Demo would be the closest with large elements and buttons, but woocommerce will not carry this same look as it has it’s own layout.
    I have not looked for this in other plugins so I’m not sure if it is available, I imagine your best option would be to create a mockup of what you are looking for and then try to create this with the available elements.

    Best regards,
    Mike

    Hi,
    Thanks for sharing your solution, 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: Preview in fullwidth (masonry portfolio) #1347024

    Hey opificioilgranello,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .mfp-content img.mfp-img,
    .mfp-image-holder .mfp-content {
        width: 90%;
        height: 90%;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Formatting Issue #1347023

    Hi,
    Glad we were able to help, 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: Icon Grid display error in Google Chrome #1347020

    Hi,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .avia-chrome.avia-chrome-100 .av-row-with-3-cells.av-cell-1 {
    	clear: both;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: section full width #1347019

    Hi,
    I couldn’t find the page you took the screenshots from so I tried adding the elements to the test page and it seems to work well, please check.
    This element really wasn’t designed to work with the layout that you are trying to achieve, as you recall at the beginning of this thread we wrote a script to try to achieve this, but since you are having such trouble with this, perhaps a different layout is in order?

    Best regards,
    Mike

    Hi,
    Glad we were able to help, 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: Custom Header Widget alignmnet #1347014

    Hi,
    The following css will place the #text-26 below and center the logo on mobile (screenshot 1), it will remain centered below the logo on tablet because there is not enough room next to the logo (screenshot 2), then at 991px and above it moves up in-line with the logo (screenshot 3).

    @media only screen and (max-width: 990px) {
    #header #header_main {
    	display: flex;
    	flex-wrap: wrap;
    }
    #header #header_main #text-26 {
    	order: 2;
        position: relative;
        right: unset;
        top: unset;
        margin: auto;
        padding: 0;
    }
    #header #header_main .av-logo-container {
    	order: 1;
    }
    #header #header_main_alternate {
    	order: 3;
    }
    }
    @media only screen and (min-width: 991px) and (max-width: 1210px) {
    	.responsive #header_main > .container.av-logo-container {
    		max-width: 499px;
    		margin: 0;
    	}
    	.responsive #header_main > #text-26 {
        right: 20px;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad Ismael could help, 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

    Hey goch,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    .single-product .av-woo-purchase-button > .product_meta {
    	display: none;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Table headline #1347010

    Hi,
    Thanks for the link to your site and the screenshot, please try this code in the General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    .avia-table-1 td:nth-of-type(1):before {
        color: #d20a11;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to display portfolio items in modal box #1347008

    Hi,
    Thank you for sharing your solution, hopefully this will help other users.
    If you have any further solutions or questions please feel free to create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Google Chrome #1347007

    Hi,
    Thanks for the links and screenshots but I’m not able to reproduce this on the latest versions:
    Windows Chrome v100.0.4896.60 (Official Build) (64-bit)
    Mac Chrome v100.0.4896.60 (Official Build) (x86_64)

    I’m not sure why your version number is different, are you sure you’re not using version 99.0.4844.84?

    Best regards,
    Mike

    Hi,
    Please try as I have described above.

    Best regards,
    Mike

    Hi,
    How did you move it, did you overwrite the live site (v4.8.6.2) with the staging site (v4.9.2)?
    This can cause errors, try removing the v4.8.6.2 directory via ftp and then add the v4.9.2 directory.

    Best regards,
    Mike

    Hey ryhan,
    I have compared your staging site and your live site and I don’t see any difference, but I do note that your live site is not up-to-date, it is using Version: 4.8.6.2
    so if you moved the header from your staging site which is using Version: 4.9.2 to your live site that could be the issue, please update your live site.

    Best regards,
    Mike

    in reply to: Help with position of cart icon and search icon #1346999

    Hi,
    On your temp site that you originally linked to the cart is moved just before the social icons as your request, please see the screenshots above.
    On your new domain you have this added css that moves the cart to the other side of the page:

    .html_cart_at_menu.html_bottom_nav_header #menu-item-shop {
        right: 750px;
    }

    please remove this css and it will be like in the screenshot above.
    On your original site the cart icon clicks to the cart, but on your new domain you have mixed content warnings so try the plugin Really Simple SSL to correct.

    Best regards,
    Mike

    in reply to: inline_popup_enabler #1346997

    Hey nicoletaenache00,o
    Thanks for the login, you had the Disable jQuery Migrate option disabled in Enfold Theme Options ▸ Performance ▸ Change WordPress defaults jQuery Migrate needs to be active, I enabled, please check.

    Best regards,
    Mike

    in reply to: video controls #1346991

    Hey sitibus,
    Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #mep_0 .mejs-controls * {
        background: transparent !important;
        opacity: 0 !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: YouTube video and audio autoplay #1346987

    Hey Marco,
    Thank you for your question, you can not have an auto-playing video with sound, the video must have the sound off or not auto-play. This rule has been put in place by the major browsers, Safari & Chrome, and we follow it.
    Some plugins try to hack around this and the browsers try to break these with each update, so you could try one of these, but it is outside our support.
    You could also try using the layerslider with a video in it, at one time this worked, but note that eventually it will not.

    Best regards,
    Mike

    in reply to: put logo hover a video on home page #1346986

    Hey caledoman,
    Thanks for the link to your site, but I’m not sure that I understand what you want to do. I see that at the top you have a background video, and over it you have a text block and an image (logo), so do you want this logo to only show on hover?
    If so try this code in the General Styling ▸ Quick CSS field:

    .home .wp-image-1194 {
    	opacity: 0;
    }
    .home #full_slider_1:hover ~ #after_grid_row_1 .flex_column_table.sc-av_one_full .wp-image-1194,
    .home .flex_column_table.sc-av_one_full:hover .wp-image-1194 {
    	opacity: 1;
    }

    Best regards,
    Mike

    in reply to: Help with position of cart icon and search icon #1346984

    Hi,
    Thank you for the link to your site, to move the cart to the topbar Try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
        <script>
    (function($){
      $( ".cart_dropdown" ).appendTo( "#header_meta .container" );
      $( ".cart_dropdown_link" ).css({'line-height':'unset'});
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    the expected result for desktop is:
    2022-04-02_003.jpg
    and for mobile is:
    2022-04-02_004.jpg
    to hide the search icon for mobile try this code in the General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    	#header_main #menu-item-search {
    		opacity: 0;
    	}
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Absolute Sticky Sub Menu on Mobile Devices #1346983

    Hi,
    Thank you for your patience, I have checked the full-width sub-menu on these two pages in Windows in Chrome, Firefox, & Edge for mobile < 425px (your css is set to max-width: 620px) and it works in all browsers.

    page 1 – https://qc.pizza/menu/
    page 2 – https://qc.pizza/qc-pizza-minneapolis-menu/

    I also checked on an actual Android device with Chrome and on a Mac with Safari, Chrome, & Firefox.
    So I’m not able to duplicate your error of the non-sticky sub-menu in Chrome mobile, can you explain how you are testing and what device to are testing on?

    Best regards,
    Mike

    in reply to: WooCommerce Brands overview page #1346982

    Hi,
    Glad Nikko was able to help, 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: Formatting Issue #1346981

    Hey anristudio,
    Thank you for the screenshots and login, this is a result of your Animate It! plugin Custom CSS field contains this rule:

    p {
        display: inline !important;
    }

    2022-04-02_002.jpg
    making all paragraph tags on your site inline instead of block
    If you have a specific paragraph that you want to force into inline then you need to add the parent class to this rule so to not disrupt all of the other paragraphs on your site. For example:

    .parent p {
        display: inline !important;
    }

    If you need help adjusting this please point to the specific paragraph you want inline

    Best regards,
    Mike

Viewing 30 posts - 12,601 through 12,630 (of 35,283 total)