Forum Replies Created

Viewing 30 posts - 14,371 through 14,400 (of 34,616 total)
  • Author
    Posts
  • in reply to: mobile video controls, header width #1304286

    Hey Munford,
    Sorry for the very late reply and thanks for the link to your page.
    To set the header and the mobile video to 100% please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    .responsive #top.home #wrap_all #mobile > .container,
    .responsive #top #wrap_all #header_main > .container {
        width: 100%!important;
        max-width: 100%!important;
    }
    }

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Logo Centered split menu is not responsive #1304281

    Hey Reut Rachel,
    Thank you for your patience and the links and the screenshots, I have reviewed your menu at many different screen sizes and recommend this css to correct it, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 1440px) { 
    	.av-main-nav-wrap {
    		transform: unset;
        	left: unset;
    		float: unset;
    		justify-content: center;
        	display: flex;
    	}
    	#header .main_menu {
        transform: unset;
        left: unset;    
        width: 104% !important;
        
    	}
    	.logo, .logo a {
        height: 100px !important;
    	}
    	#header .logo img {
        max-width: 100px !important;
    	}
    }

    After applying the css, please clear your browser cache and check. Please see the screenshot in the Private Content area.
    I note that your logo is not transparent so it has a square white edge at higher screen sizes, I recommend correcting to a transparent logo edge.

    Best regards,
    Mike

    in reply to: Most content disappeared suddenly from my site #1304278

    Hi,
    Thanks for the login but I get the error “unknown user” please check. I also note that this is for a different staging site than your opening post, I tried the login on both, staging3 & staging4 but neither work, I also see that on staging3 the content shows before logging in like you noted above but not on staging4 so are you sure it has to do with logging in? Perhaps you were mixed up on which site you were on?
    I also see that your live site is working correctly, including the mobile menu, and your live site and both staging sites are using version 4.7.6.4, so is your issue that you can not get the staging sites to work or is there an issue with your live site?

    Best regards,
    Mike

    in reply to: Most content disappeared suddenly from my site #1304231

    Hi,
    Thank you for your patience, but your content seems to be showing, can you include a login so we can look closer?
    I noticed that you have this error showing in the browser console, perhaps try disabling the siteground-optimizer plugin
    Uncaught SyntaxError: Unexpected token ‘!’ siteground-optimizer…eff09198bc46.js:242

    Best regards,
    Mike

    in reply to: Last Updated Date To Show In Replace To Publish Date #1304230

    Hey wpcupid,
    Thank you for your patience, there are a few Last Modified Date plugins that you could try, they don’t replace the published date but they do add schema for SEO:
    WP Last Modified Info
    Posts Modified Date
    I did find this function for replacing the published date, I didn’t test it, but as the poster points out it could cause other issues, so I not sure if it is a good idea, but you could try it.

    function reset_post_date_wpse_121565($data,$postarr) {
      $data['post_date'] = $data['post_modified'];
      $data['post_date_gmt'] = $data['post_modified_gmt'];
      return $data;
    }
    add_filter('wp_insert_post_data','reset_post_date_wpse_121565',99,2);

    Best regards,
    Mike

    in reply to: Iframe warning on home page (no iframes on page) #1304229

    Hey mclweb,
    Thank you for your patience and link to your page I saw this warning with Chrome, it is from your “Popup Maker” plugin when my ad blocker is active, please check the plugin settings or disable the plugin.

    Best regards,
    Mike

    in reply to: Full width 'title background color' in color section #1304228

    Hey Henning,
    Thank you for your patience and for the link to your page, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top #wrap_all #project-hero-section > .container {
        width: 100%;
        max-width: 100%;
    }
    }

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

    Best regards,
    Mike

    in reply to: Background Overlay Image #1304227

    Hey Wouter,
    Thank you for your patience and the link to your screenshot so the place you are adding the background image is in the overlay itself, meaning it will cover your content. Typically the overlay is a color with opacity so the content can still be seen under it, the option for a “Custom Pattern”, which you have added an image to, is typically used for a transparent png block that adds a “pattern” to the overlay.
    So to achieve the background image that you want please add your image to the color section “Background Image” and make your alignment selections.
    2021-06-05_152725.jpg
    Then for the overlay only choose your transparent color.

    Best regards,
    Mike

    in reply to: Google Maps navigation popup for directions? #1304223

    Hey smorano,
    Thank you for your patience, the map markers are designed to open tooltips with more info or images of the location and typically people add many markers to each map, but you could achieve this by adding a link to your tooltip for your map locations:
    2021-06-05_143651.jpg
    to get the link to the map on Google I copied the Google logo link at the bottom of the map.

    Best regards,
    Mike

    in reply to: Adjust vertical space/gap between Grid Rows? #1304222

    Hey missouriartscouncil,
    Thank you for your patience and the link to your page, in this situation the whitespace separators are also getting a 50px top & bottom padding, we can remove this with this css for this one page by adding this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-21587 [id^='after_submenu_'] > .container > .content {
    	padding: 0;
    }

    If you would like to use this for other pages please adjust the page ID in the css page-id-21587
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Icon as Audio Play Button #1304219

    Hey lenalavendel,
    Thank you for your patience and the link to your site, the reason the link opens a new tab is because WordPress is loading the audio player, I’m not sure that you can stop this but I found a recommendation here that might work
    <embed src="/music/good_enough.mp3" width="180" height="90" loop="false" autostart="false" hidden="true" />
    but since you are also using a shortcode in a hotspot it could be tricky, perhps there is a plugin that would do this, I did find a related support thread for this plugin that might do what you are asking.

    Best regards,
    Mike

    in reply to: The "&" character looks different desktop vs mobile #1304213

    Hi,
    When I check today your Mixed Content error is not showing and the font is now the same for mobile & desktop, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: easy slider full width – no scroll down button? #1304212

    Hi,
    Thank you for your interest in this old thread, I checked again with Enfold v4.8.3 and there is a margin-left: -40px please try changing to zero like this:

    #top #next-section-arrow .scroll-down-link {
    top: -9vh;
    left: 36vw !important;
    margin-left: 0px !important; 
    }

    this seems to correct on my test site, if you don’t get the same results please link to your site.

    Best regards,
    Mike

    in reply to: The "&" character looks different desktop vs mobile #1303764

    Hey Francisco,
    Thank you for your patience and the screenshot from which I checked your site and found that 18 of your fonts are getting the Mixed Content error:
    Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure font '<URL>'. This request has been blocked; the content must be served over HTTPS. this is because the page is https but the link to the font is http, these look like custom fonts so I assume you know where they are added and can adjust the url to https. Please try this and clear all caching and this should correct. Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Column Anchor-Link and mobile breakpoint #1303760

    Hi,
    Thank you for the feedback, at 960px the section is still showing 2 columns, the break to 4 columns as shown in your screenshot occurs at 989px, then at that point the column width is 20.5% to account for the original margin spacing, so to correct this I recommend changing the column width to 23.5% with this css:

    @media only screen and (min-width: 989px) { 
    .responsive #top.page-id-13 #wrap_all .flex_column.av_one_fourth {
    	width: 23.5% !important;
    }
    }

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

    Best regards,
    Mike

    in reply to: iframe – embedding height problem #1303756

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

    Best regards,
    Mike

    in reply to: iframe – embedding height problem #1303569

    Hi,
    Glad to hear this helped, a height percentage is subject to it’s parent definition, so in this case defining the height was necessary. Unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Option to show all entries in blog poster #1303563

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

    Best regards,
    Mike

    in reply to: Option to show all entries in blog poster #1303411

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

    Best regards,
    Mike

    in reply to: How to add latest FontAwesome to ENFOLD? #1303408

    Hi,
    Thank you @Nad, it probably would be these days, but I don’t recall if this was an option back in 2018 when this thread was started, but thanks again for pointing this out.

    Best regards,
    Mike

    in reply to: Column Anchor-Link and mobile breakpoint #1303407

    Hi,
    To add the modified shortcodes.js to your child theme you can create a js folder in your child theme and paste in your modified shortcodes.js file there, then on functions.php of your child theme add this code:

    function change_aviajs() {
       wp_dequeue_script( 'avia-shortcodes' );
       wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 3, true );
    }
    add_action( 'wp_enqueue_scripts', 'change_aviajs', 100 );

    For your 12 1/4 columns spacing please try this css:

    .responsive #top.page-id-13 #wrap_all .flex_column.av_one_fourth {
        margin-top: 1% !important;
        margin-left: 1% !important;
        margin-bottom: 0 !important;
    }

    I noted there was an issue with your second and third items at tablet size that was making those two columns much smaller than all of the others, I cloned the first two items and this seemed to have solved it enough that I could figure out the css for the spacing, but now you have 14 items and not 12, please review if you have any other rouge css affecting these or try creating a test page with the 12 1/4 columns and no custom classes so we can investigate, otherwise if you plan on adding more products anyways then just adjust the two additional products.

    Best regards,
    Mike

    in reply to: Delete Product "Read More" Buttons #1303046

    Hey mirotck,
    Thank you for your patience, to remove the cart buttons please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .template-shop.avia-content-slider .avia_cart_buttons {
    	display: none;
    }

    and to change the woocommerce add to cart button text try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter('woocommerce_product_single_add_to_cart_text', 'woo_custom_cart_button_text');
    function woo_custom_cart_button_text() {
    return __('Mehr dazu', 'woocommerce');
    }

    Best regards,
    Mike

    in reply to: active menue indicator not showing #1303045

    Hey MyWin,
    Thank you for your patience and the links, to add the lower menu indicator please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av_minimal_header .avia-menu-fx {
        display: block;
        color: #857050;
    }

    this will place the bar like this:
    2021-05-30_175103.jpg
    or try this css to have the bar higher:

    .av_minimal_header .avia-menu-fx {
        display: block;
        color: #857050;
        bottom: 22%;
    }

    2021-05-30_175332.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Unable to instal Shop Demo #1303043

    Hi,
    Thank you for your patience and thanks for the link to your site, I see that the PHP ZipArchive Extension is not enabled on your server, please ask your webhost to enable this, then try resetting your site re-enable woocommerce as the only activate plugin and try the demo import again.
    Some webhosts have their server PHP settings with the secure options activated.
    Ask or check if “allow_url_fopen, “allow_url_include” and “register_globals” are “off”
    then try turning these “on”, you could also try setting the PHP version to 7.1 temporarily just to import the demo, someone said this helped them, but I believe this was just for their server.
    If none of this helps, please include FTP access and I will try a manual demo import for you, but please still get the PHP ZipArchive Extension enabled.

    Best regards,
    Mike

    in reply to: Uploaded font is not used #1303041

    Hey Katja,
    Thank you for your patience and the links to your sites, I see the font is working on your live site but it is blocked on your testing site due to a CORS error:
    Access to font at 'https://xxxxxxx.de/wp-content/uploads/avia_fonts/type_fonts/daxweb/daxweb.woff' from origin 'http://xxxxxxxx.de' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
    This is because your testing site doesn’t automatically load the https version or redirect to it once you correct this and fix your images that are showing as Mixed Content your testing site will be easier for you to test with.

    Best regards,
    Mike

    in reply to: Remove Animation – Fullwidth Easy Slider #1303039

    Hey TLPLindseyMuchka,
    Thank you for your patience and the link to your page, I have carefully reviewed your slider to try to help you accomplish the “Hero Header” using the Fullwidth Easy Slider, but the styles and animation are added by a script during the page load so we can not completely remove it, plus I see that you also have the lazyload option enabled, so it could also help to disable that, but this css seems to help quite a bit, please try this code in the WordPress > Customize > Additional CSS field as it has the highest priority:

    #full_slider_1 .avia-slideshow li.av-single-slide,
    #full_slider_1 .avia-caption-title,
    #full_slider_1 .avia-caption-content,
    #full_slider_1 .avia-slideshow-button {
    	-webkit-animation: 0s ease 0s normal none 1 running none !important;
    	animation: 0s ease 0s normal none 1 running none !important;
    	visibility: visible !important;
    	opacity: 1 !important;
    }

    and then try disabling Enfold Theme Options > Performance > JS & CSS file merging and compression and at the bottom of the page enable Enfold Theme Options > Performance > Delete old CSS and JS files then save your theme options and check.
    But I believe you may want to create your own Hero Header with a color section and a background image to have better control over it.

    Best regards,
    Mike

    in reply to: Option to show all entries in blog poster #1303024

    Hey Technohead,
    Thank you for your patience and the link to your page, while there is not an expanding Pagination option, you could try the normal Pagination option which will show you 3 more entries, or you could add a button to another page to show all of your entries, examining the layout of your page with the form on the right it seems like the 3 entries are a sample of opportunities and a button to a full list would be natural?
    Or you could try using two blog elements and a button separating them in your section, if you set the two blog element to use their offsets then together they will show all of the posts, and the button would toggle their visibility with a little jQuery. For example this is my test page:
    toggle_blog_element_visibility_with_jquery_backend.jpg
    The first blog element is set to show 3 posts with an automatic offset and no pagination.
    The button has the default manual link set with no url, I only changed the button title to “Show All” and added the custom ID show-all-button
    toggle_blog_element_visibility_with_jquery_button_id.jpg
    The second blog element is set to show all posts with no pagination and the automatic offset so it will not show the same posts as the first one and added the custom ID show-all-posts
    I added the jQuery to a code block element for simplification of this example:

    <script>
    (function($){
      $(document).ready(function(){ 
        $('#show-all-posts article').hide();
        $('#show-all-button').click(function(e){
        e.preventDefault();
         $('#show-all-posts article').toggle();
    
    });
        });  
    })(jQuery);
    </script>

    toggle_blog_element_visibility_with_jquery_code.jpg
    Then on page load the first blog element with only 3 posts show while the second blog element is hidden.
    toggle_blog_element_visibility_with_jquery_frontend_page_load.jpg
    When the button is clicked the second blog element is shown.
    toggle_blog_element_visibility_with_jquery_frontend_button_click.jpg
    Perhaps this will work for your project, in the Private Content area I have linked to my test page, it will probably only be working for a few days if you want to see the example working.

    Best regards,
    Mike

    in reply to: iframe – embedding height problem #1303017

    Hey dttdev,
    Thank you for your patience and the link to your page, as I understand your request the change should only be on this one page so in the css I added the page ID and the iframe ID and in my test this works well, but I notice that your iframe has the height declared twice, once as a regular height attribute and once as a style attribute:
    2021-05-30_093728.jpg
    this is not really a problem but if in your iframe code you can see the height:750px; go ahead and remove it, otherwise don’t worry about it.
    I also noticed that setting the height to 900px does remove the scroll bar until the option Manicures & Pedicures is picked and then it would require a height of 1200px to remove the scroll bar, so I just added this to the css, please feel free to adjust to suit.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-946 #main #JM2021_advanced_iframe {
    	min-height: 1200px;
    }

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

    Best regards,
    Mike

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

    Best regards,
    Mike

    in reply to: Column Anchor-Link and mobile breakpoint #1302977

    Hi,
    Thank you for your patience and for the login to your site, for the column link issue the links didn’t work because they included hashtags that indicated the anchor links and they were on the homepage, the column links would work if both of these were not true because column links are not real links, they are faked with javascript, anyways I found that by modifying the /js/shortcodes.js file I can create a workaround for you.
    So I modified line 660 from this: if( (0 == url.indexOf("#")) || ((url.indexOf(link) >= 0) && (url.indexOf("#") > 0) ) )
    2021-05-29_144545.jpg
    to this: if( (0 == url.indexOf("#")) )
    2021-05-29_145341.jpg
    and this seems to work correctly now, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 14,371 through 14,400 (of 34,616 total)