Forum Replies Created

Viewing 30 posts - 10,411 through 10,440 (of 34,990 total)
  • Author
    Posts
  • in reply to: Video in Farbsektion bis zum Rand vergrößern. #1369903

    Hey diefleischerei,
    Thanks for the link to your post and the screenshot, I see the video is inside a column, try adding the custom class full-width-mobile-video to the column and then try this css:

    @media only screen and (max-width: 767px) { 
    #top.single-post .full-width-mobile-video {
      width: 100vw !important; 
      position: relative !important; 
      left: calc(-50vw + 50%) !important; 
    }
    }

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

    Best regards,
    Mike

    in reply to: Light Transparent Labels Are Not Light #1369902

    Hi,
    I believe that you misunderstand, to have your word “Sexo” at the top please use the script that I posted for you above.
    You don’t need to add another entry, unless you want to and not use the script I wrote for you.

    Best regards,
    Mike

    Hey Alexander,
    Thanks for the link to your sites the first site is loading the google font from the Popup Maker plugin, try disabling it and contact the plugin author.
    I’m not sure about the second one, try this plugin: Disable and Remove Google Fonts

    Best regards,
    Mike

    in reply to: prev – next on testimonials on 5.2 #1369899

    Hi,
    Thank you for bringing this to our attention, shall we close this then?

    Best regards,
    Mike

    in reply to: Burger Menu not visible, scrolls in header #1369898

    Hi,
    Thanks for the link to your site, your theme debug info says: token has changed and not verified
    2022-10-23_008.png
    Try updating your version of Enfold by downloading the latest installable WP version from your Theme Forest account, and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    in reply to: Light Transparent Labels Are Not Light #1369897

    Hi,
    The reason the form select option now has disabled=”disabled” is so that the multiple select label can not be choosen.
    We had complaints that when the Contact Form Element Select Element is used with the Hide Form Labels the label is selectable by the user which it should not be as it is not an option.
    If you would link the label to be shown on page load “Sexo*” and then a user can only choose an option and not the label, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_select_label_option_on_page_load() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    	$('.avia_ajax_form.av-form-labels-hidden option.av-placeholder').prop('selected', true);
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_select_label_option_on_page_load');

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: LayerSlider #1369895

    Hi,
    Thanks for the login after some investigating I found changing the project skin solved the issue, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Table elements not displaying on mobile #1369879

    Hi,
    Thanks for the feedback, this css will remove them on mobile:

    @media only screen and (max-width: 767px) { 
    #top #av_section_1 .avia-data-table tr:nth-child(7) > th:nth-child(n+1),
    #top #av_section_1 .avia-data-table tr:nth-child(13) > th:nth-child(n+1),
    #top #av_section_1 .avia-data-table tr:nth-child(17) > th:nth-child(n+1),
    #top #av_section_1 .avia-data-table tr:nth-child(23) > th:nth-child(n+1),
    #top #av_section_1 .avia-data-table tr:nth-child(30) > th:nth-child(n+1),
    #top #av_section_1 .avia-data-table tr:nth-child(33) > th:nth-child(n+1) {
      display: none;
    }
    }

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

    Best regards,
    Mike

    in reply to: Lato Font is loaded by Avia Theme and not deleteable #1369878

    Hi,
    Thank you, this font is coming from this form in a code block on your homepage:
    2022-10-23_004.png
    in the code block you will find the call for the font, you can remove it or change it:
    2022-10-23_003.png
    after you remove it clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Links in Topbar #1369876

    Hi,
    To have the large font on desktop also and have the links black, use this css instead:

    #top .phone-info {
    	font-size: 22px;
    }
    #top .phone-info a {
    	color: #000;: 22px;
    }

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

    Best regards,
    Mike

    in reply to: Enfold Theme License Key Transfer #1369874

    Hi,
    Glad we were able to help, Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Theme License Key Transfer #1369837

    Hey Werner Steiner,
    Thanks for the link to your site, I see that you are using an old version that uses the old Envato API key, Envato (Theme Forest) stopped using this a few years ago and switched to a Token systemand all users needed to go to their Envato account and create a new Token. So you will need to ask your developer to create a Token for you as the license is in his account, you will also need to ask him for the latest version so you can manually update because your version will not update. Unfortunately Envato doesn’t transfer licenses.
    We can not issue licenses or sell the theme directly, we have an exclusive contract with Envato and they control all aspects of the licenses.
    I believe that your developer can push the license to your Envato account from his dashboard, but I could be wrong about that, typically developers are advised to purchase licenses through the client account to avoid this issue after they stop working together.
    I would advise purchasing a new license through your Envato account, the benefit is that it includes 6 months of free support on our forum.

    Best regards,
    Mike

    in reply to: Change meta-tag for one specific site #1369835

    Hi,
    This plugin doesn’t remove the WordPress default robots meta tag, it only removes the wp_robots_max_image_preview_large meta tag. Read their explanation here.
    2022-10-22_019.png
    2022-10-22_020.png
    So the plugin is no help.

    Best regards,
    Mike

    Hi,
    Thanks for sharing Guenni007, this is a good tip.

    Best regards,
    Mike

    in reply to: Demo Installation Fails #1369830

    Hi,
    We will leave this open to hear back from you, please note that some cPanel PHP v8 installs do not have the zip extension enabled by default
    2022-10-22_017.png
    and some have the max_input_time set to a negative number, try changing to 120
    2022-10-22_018.png
    Perhaps this will help.

    Best regards,
    Mike

    in reply to: Change meta-tag for one specific site #1369829

    Hi,
    Thank you, I thought you meant for one “site”, I didn’t realize it was for one “page”
    Anyway, if you add this function to your child theme functions.php it will add it to the page you choose, in this example I tested on the page 632 so change to your page.

    function custom_noindex_for_one_page(){
    	if ( is_page( 632 )  ) {
      ?>
      <meta name="robots" content="noindex, nofollow, noarchive">
      <?php
    	}
    }
    add_action('wp_head', 'custom_noindex_for_one_page', 1);

    2022-10-22_016.png
    Please note that I found no way to remove or change the WordPress default robot meta tag, I tested many codes I found online but they all only added a second robot entry like my function does. I also tested a plugin noindex SEO in hopes of recommending it, but it also only added a second entry and didn’t allow you to choose a specific page.
    So since adding a second robot meta tag seems to be the going solution you are welcome to use this.
    If you find a better solution please share.

    Best regards,
    Mike

    Hi,
    Thanks for the login, in your theme settings you are using a custom footer:
    2022-10-22_014.png
    and this page contains the elements you are referring to:
    2022-10-22_015.png

    Best regards,
    Mike

    in reply to: Change meta-tag for one specific site #1369824

    Hey slikslok,
    WordPress offers this setting at WordPress ▸ Settings ▸ Reading ▸ Search engine visibility
    2022-10-22_012.png

    Best regards,
    Mike

    in reply to: Grid row don't change the position on mobile #1369822

    Hi,
    I would recommend not using any css classes like .av_textblock_section.av-1o8x9-95bc785c2e9fb80ef953c8d68d0a55a9 these classes change every time the page elements change, instead add a custom class in the advanced tab under “developer settings”.
    2022-10-22_011.png
    don’t include the “dot” before the custom class.

    Best regards,
    Mike

    in reply to: Add another post type, same as Portfolio #1369821

    Hi,
    Thanks for sharing Guenni007, certainly not an easy task to create and then somehow get them to work properly with the theme elements, it would probably be a good idea to hire some experienced CPT help.

    Best regards,
    Mike

    in reply to: WPML don't show the current language #1369820

    Hi,
    Glad to hear that you were able to sort this out, I don’t see any reason your css would cause any future issues, shall we close this then?

    Best regards,
    Mike

    in reply to: LayerSlider #1369819

    Hey Margit,
    Thanks for your question, please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Slider error after 5.2 update #1369816

    Hi,
    Glad Yigit 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: Split a column #1369814

    Hi,
    Thanks for your patience, try this:
    a color section with a blue background ▸ 4 columns, each with a white background and an orange border ▸ inside each column, a text element with an image on the left and a text block on the right.
    2022-10-22_009.png
    the expected results:
    2022-10-22_010.png

    Best regards,
    Mike

    in reply to: Setting default volume of audio player to 100% #1369812

    Hi,
    Can you link to the instructions that you are using?

    Best regards,
    Mike

    in reply to: Video Plug in – play sign #1369796

    Hey Elie,
    Thanks for the link to your site, on mobile I believe you are referring to these “play” icons:
    2022-10-22_004.png
    these are added by your Instagram plugin and not the Enfold theme, but this CSS should make them much smaller on mobile, try adding to the Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #sb_instagram #sbi_images svg:not(:root).svg-inline--fa {
        height: 0.4em;
    }
    #sb_instagram #sbi_images .sbi_type_video .sbi_playbtn {
        margin-top: -12px;
        margin-left: -8px;
    }
    }

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

    Best regards,
    Mike

    in reply to: Setting default volume of audio player to 100% #1369795

    Hey ThomasN001,
    The files mediaelement-and-player.js mediaelement-and-player.min.js are WordPress core files and will need to be edited with each WordPress update.
    They are both the same file but one is minified, mediaelement-and-player.min.js, and this is the one most likely loaded by the browser, although minified files are hard to read and edit, if you found instructions to do so then try it, or you can edit the un-minified one and then minify it online
    Perhaps there is a plugin that will override the default audio player settings, or perhaps there is a audio player plugin that will meet your needs better without you modifying it?

    Best regards,
    Mike

    in reply to: Google Fonts disabled with plugin #1369793

    Hey Holger,
    Thanks for the link to your site, I was unable to view your screenshots as they require a Google login.
    I checked your site and it is only loading the local icon font entypo-fontello.woff2
    the site is using each browser’s system fonts, which means that while your site says “Open Sans”, since it is not loaded the browser substitutes it with the user’s system font, the most common system font for Windows & Mac is Arial.
    I tested your page with WhatTheFont with this example:
    2022-10-22_002.png
    and it says it is Arial Regular:
    2022-10-22_003.png
    If you want to use Open Sans you can download it from Google Fonts and add it in the theme options Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager
    In my opinion, I like the look of Arial and I like the idea that the site doesn’t load any fonts so it will be faster.

    Best regards,
    Mike

    in reply to: Table elements not displaying on mobile #1369792

    Hi,
    I could probably write some code to hide the blank boxes on mobile, but I don’t understand their purpose on desktop, are they going to have content in the future?
    If not perhaps you should remove them as they make your table look incomplete.

    Best regards,
    Mike

    in reply to: Table elements not displaying on mobile #1369762

    Hi,
    Thank you for the link to your table, on desktop the rows you mention are empty, for example “Charger specs”
    2022-10-21_004.png
    and mobile these empty rows are also shown:
    2022-10-21_005.png
    Perhaps you mean that you would like the mobile table to have the same layout as desktop, but since your table has so many columns it would be hard for the user to read, some table plugins do well with horizontal scrolling for mobile devices, if this is what you are looking for perhaps try one of these.

    Best regards,
    Mike

Viewing 30 posts - 10,411 through 10,440 (of 34,990 total)