Forum Replies Created

Viewing 30 posts - 13,771 through 13,800 (of 35,007 total)
  • Author
    Posts
  • in reply to: CORS error with fonts #1327123

    Hi,
    That doesn’t seem correct, I believe you mean that it is an addon domain and each domain has its own directory and each directory has a .htaccess file. Did you try the code I posted? Did you confirm that your mod_headers are enabled?

    Best regards,
    Mike

    in reply to: Question about Enfold Consulting Template #1327121

    Hey Ronald,
    Thank you for the link to your site, this demo is created as a single page site so the menu links are anchor links to the homepage, please look at the menu items and note that the custom links are only anchors like #about so from the books page they are targeting books/#about try adjusting the menu items to the full url of the homepage.

    Best regards,
    Mike

    in reply to: Font changing sizes on mobile #1327120

    Hey pamk21,
    Thank you for the link to your site but I don’t think I understand, I tried creating a test page with different columns and viewed on mobile but the font size was the same for each, please adjust the test page below so I can see this error and investigate further.

    Best regards,
    Mike

    in reply to: FAQ Title – how to remove link #1327118

    Hey ndszamoca,
    Thank you for the link to your site but this looks like you are using the plugin Ultimate FAQ I’m not familiar with this plugin or with it’s settings, I would imagine it has a setting to disable this if you can not find it try asking the plugin author.
    If they are unable to help try adding this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
        <script>
    (function($){
      $(".ewd-ufaq-faq-div").each(function(){
        $(this).find(".ewd-ufaq-faq-toggle a").attr("href", "#");
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    it will remove the links from the toggles.

    Best regards,
    Mike

    in reply to: Contact Form push engine down #1327111

    Hey Ad-Min747,
    Thank you for the link to your site, I have tested both forms and they seem to work, this is a screenshot of the results. What error message do you get?
    2021-10-30_141102.jpg

    Best regards,
    Mike

    in reply to: Can't end maintenance mode #1327110

    Hey Loveronika,
    Thank you for the link to your site, the theme maintenance mode was enabled, I disabled it for you:
    2021-10-30_003.jpg
    please clear your browser cache and check.

    Best regards,

    in reply to: Remove the "-" on mobile version #1327108

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

    .html_av-overlay-side-classic #top .av-burger-overlay #av-burger-menu-ul li li .avia-bullet {
        display: none;
    }

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

    Best regards,
    Mike

    in reply to: Assistance Building A Layout #1327106

    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

    in reply to: Social Share Xing and WPML #1327104

    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

    in reply to: Active submenu highlight #1327102

    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

    Hey souravghosh,
    Thank you for the link to your site but I see the error “this video is unavailable”, when I test on my demo it works correctly, I believe this is due to you using an older version 4.5.1 please update to 4.8.7

    Best regards,
    Mike

    Hey hfhf,
    Could you please link to your site and include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Header Widget / Widget Header / responsiv ? #1327098

    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

    in reply to: Change menu and logo position on mobile devices #1327097

    Hi,
    Glad Rikard 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

    in reply to: horizontal overlap #1327096

    Hey envapk2,
    Thank you for the link to your test page, you need to adjust the z-index of the right column, so add a custom class to it and in your rule add the section ID to override the current z-index, for example:

    #av_section_2 .avia-builder-el-11 {
        position: relative;
        z-index: 0;
    }

    Best regards,
    Mike

    in reply to: Change custom logos title tag #1327093

    Hey emilconsor,
    Try this function instead:

    /*Add Custom Icon to Social Media Icons*/
    function avia_add_custom_icon($icons) {
      $icons['newspaper']   = array( 'font' =>'jom-iconfont', 'icon' => '\e915');
      $icons['biene']   = array( 'font' =>'jom-iconfont', 'icon' => '\e914');
      return $icons;
    }
    add_filter('avf_default_icons','avia_add_custom_icon', 10, 1);
    
    function avia_add_custom_social_icon($icons) {
      $icons['Newsletter'] = 'newspaper';
      $icons['Biene'] = 'biene';
      return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    Best regards,
    Mike

    in reply to: Fix Contact Form Dropdown #1327089

    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: Center Footer and fix icon alignment #1327087

    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: Validity of code to disable Google Maps #1327085

    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

    in reply to: parallax effects – moving elements while scrolling #1327083

    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

    in reply to: BUG » full width slider height #1327082

    Hi,
    Thank you for your patience, I took a look at your page but I’m not quite sure what your issue is because in your screenshot there are two images that are the same but stacked, I do not see this in Chrome, Firefox, or Edge on Windows 10, what I see is a large gap at the top of your page from a whitespace element.
    2021-10-30_002.jpg

    Best regards,
    Mike

    in reply to: CORS error with fonts #1327081

    Hey Imtheguy,
    Thank you for your patience, is this added the babyluvstudio.com htaccess?
    I believe you should be using mod_headers.c like this, are you sure your server is Apache and your mod_headers are enabled?

    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>

    if mod_headers are not enabled then it won’t work, try asking your webhost if they are enabled, because if they are not the server will have to be restarted by the webhost.

    Best regards,
    Mike

    in reply to: Adding second menu above logo area + some style #1327059

    Hi,
    Sorry I was looking at the thread starter site, not yours. In the future please open a new thread for your questions, thank you for understanding. Thanks for the login but your WordPress ▸ Appearance ▸ Theme ▸ Editor is not showing so I could not apply the solution for the Search bar from our documentation. Please try enabling the theme editor and then adding the function to your functions.php:
    add_shortcode('avia_search', 'get_search_form'); and then add the shortcode [avia_search] to the title of a new custom menu item
    2021-10-30_001.jpg
    then disable the search icon option in the theme at Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu

    Best regards,
    Mike

    in reply to: Issues in Content Slide + shortcodes #1327018

    Hi,
    Thanks for the feedback I have reported this to the Dev Team and will reply when I hear back from them, thank you for your patience.
    For now try leaving the Custom Elements Management disabled.

    Best regards,
    Mike

    in reply to: Rahmen um die gesamte Webseite / Border all on Website #1327010

    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: Issues in Content Slide + shortcodes #1326836

    Hi,
    Thank you, I disabled the Enfold Theme Options ▸ Custom Elements ▸ Custom Elements Management and this seems to have corrected the error and now the whitespace shortcode seems to work without breaking the element, please check and let me know if you also find this true.

    Best regards,
    Mike

    in reply to: On Layer Slider : Image layer is not showing #1326820

    Hi,

    @aksotgmbh
    glad to hear that you have sorted this out, while we can not offer support for 3rd party plugins, some considerations I would recommend looking at is multiple caching / minifying, that is are you using the theme Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and WP-Optimize and possibility other plugins such as Autoptimize, Sumsh, etc. Multiple minifying can cause strange errors because each program is trying to compress compressed files.
    If you are only using WP-Optimize and Enfold, then try disabling the theme settings and enable WP-Optimize but disable all of it’s settings to see if the error still occurs, if not then you can enable each optimistic until the error occurs and then not use that option, such as “lazy loading”. Another option would be to ask the plugin author for any tips about the error. Enfold has a very good caching & minifying system built-in, so you could also consider if you are actually getting any benefit from adding WP-Optimize to your site?

    Best regards,
    Mike

    in reply to: Rahmen um die gesamte Webseite / Border all on Website #1326666

    Hi,
    Vielen Dank für Ihre Frage, ich habe Ihr CSS auf meiner Demo-Site getestet und festgestellt, dass es kein #footer_main-Element gibt und Sie Ihre Header-Klasse genauer angeben müssen und Ihre Grenzregel nicht angibt, welche Art von Rahmen zu verwenden ist verwenden. Bitte versuchen Sie es stattdessen mit diesem CSS und passen Sie die Farbe an. Wenn dies für Ihre Seite nicht funktioniert, verlinken Sie es, damit wir weiterhelfen können.

    #wrap_all #header #header_main { 
    	border-top:15px solid red;
    	border-left:15px solid red;
    	border-right:15px solid red;
    }
    #main { 
    	border:15px solid red; 
    }

    — Translated with Google —

    Thank you for your question, I tested your css on my demo site and note that there is not a #footer_main element and you will need to be more specific with your header class, and your border rule doesn’t specify what type of border to use. Please try this css instead and feel free to adjust the color, if this doesn’t work for your page please link to it so we can help further.

    #wrap_all #header #header_main { 
    	border-top:15px solid red;
    	border-left:15px solid red;
    	border-right:15px solid red;
    }
    #main { 
    	border:15px solid red; 
    }

    Best regards,
    Mike

    in reply to: On Layer Slider : Image layer is not showing #1326658

    Hi,

    @AaronCook1
    when I check your layerslider on your homepage I see your images, please see the screenshot in the Private Content area. Try clearing your browser cache and if you still don’t see the images please include a screenshot of what you see and tell us which browser are you using.


    @aksotgmbh
    when I check your layerslider on your homepage I see your images, I could show you a screenshot but since this is not your thread you will not see anything we put in the Private Content area, try clearing your browser cache and if you still don’t see the images please create a new thread and include a screenshot of what you see and tell us which browser are you using.

    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

Viewing 30 posts - 13,771 through 13,800 (of 35,007 total)