Forum Replies Created

Viewing 30 posts - 14,041 through 14,070 (of 35,289 total)
  • Author
    Posts
  • in reply to: Clone single Page from one site to another #1327148

    Hi,
    Please see the link above, you need to add this code to your functions.php

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    under this code if(isset($avia_config['use_child_theme_functions_only'])) return;
    to enable the debug function.

    Best regards,
    Mike

    in reply to: WP Front End Jo Posting Plugin doesn't work #1327147

    Hi,
    please see the screenshot below, is this the correct page? Where should the button be?

    Best regards,
    Mike

    Hey keep12,
    Thanks for the links to your sites, but can you include a screenshot of one of these “white spaces” so I can see exactly what you are referring to? It sounds like the element padding, but I want to make sure we are looking at the same space.

    Best regards,
    Mike

    in reply to: WP Front End Jo Posting Plugin doesn't work #1327144

    Hey florigaboy,
    Thank you for the link to your site but I’m not sure which page is showing the conflict, can you link directly to it and tell me what I should see?
    From the message above it looks like the .tab_content is getting visibility: hidden; which would mean the plugin needs to use more specific css, which should be easy to fix.

    Best regards,
    Mike

    in reply to: Font changing sizes on mobile #1327143

    Hi,
    Ok, looking at my screenshot with the red boxes, the first box is the text in the 4/5 column, the other boxes are the full columns,
    there is no difference in font size or line-height between these, do you see a difference?

    Best regards,
    Mike

    in reply to: Contact Form push engine down #1327142

    Hi,
    Sorry, that is not working for me, please check.

    Best regards,
    Mike

    in reply to: Font changing sizes on mobile #1327140

    Hi,
    The 3px padding on the li is shown here in green:
    2021-10-30_009.jpg
    but I thought it was the paragraph font size that you were talking about, please see the screenshot below I put red boxes around the paragraphs that I thought you were comparing.

    Best regards,
    Mike

    Hey Debbie,
    Thank you for the link to your site, it looks like your “strong” color is from here:
    2021-10-30_006.jpg
    If you don’t want to change this color because it will effect other elements try changing the “strong” color at Enfold Theme Options ▸ Advanced Styling ▸ Strong
    2021-10-30_007.jpg

    Best regards,
    Mike

    in reply to: move whole page to a different site #1327132

    Hey Frank,
    You can Enable Avia Layout Builder Debugger and copy the page shortcode.

    Best regards,
    Mike

    in reply to: Question about Enfold Consulting Template #1327130

    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: Font changing sizes on mobile #1327129

    Hi,
    Thanks for the feedback, when I check the page for tablet 768px all of the paragraph text is: font-size: 15px, line-height: 24.75
    this includes the lower 5 1/1 columns and the top 4/5 column, the only one that is different is the second text block in the top 4/5 column, the one you manually made 20px, changing the font-size also changes the line-height to 33px
    Are you referring to the list items below? While they are also using font-size: 15px, line-height: 24.75
    they also have a top & bottom padding of 3px which makes the line-height look more.
    I’m using Chrome on Windows in dev mode, I don’t have a iPad, are you seeing this on an iPad? Can you also see this with a desktop Chrome in dev mode?

    Best regards,
    Mike

    in reply to: Contact Form push engine down #1327124

    Hi,
    Please include an admin login in the Private Content area so I can investigate further.

    Best regards,
    Mike

    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

Viewing 30 posts - 14,041 through 14,070 (of 35,289 total)