Forum Replies Created

Viewing 30 posts - 13,321 through 13,350 (of 35,006 total)
  • Author
    Posts
  • in reply to: All headings change colors / capitals on mobile #1333460

    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

    Hi,
    I corrected, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: After the last update, pages are not displayed correctly #1333457

    Hi,
    Thanks for the login, I deactivated all of your plugins and the error was solved, I then activated your plugins one at a time until I found that the error was caused by this code in your Snippets plugin:
    2021-12-19_002.jpg

    function av_breadcrumbs_shortcode( $atts ) {
    return avia_breadcrumbs(array('separator' => '|', 'richsnippet' => true));
    }
    add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );

    the correct code now as found in our documentation is this:

    function av_breadcrumbs_shortcode( $atts ) {
    	return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '|', 'richsnippet' => true ) );
    }
    add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );

    I corrected this for you, please clear your browser cache and check.

    Best regards,
    Mike

    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: customer quote / company font color #1333451

    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: How to add framed border to text element #1333450

    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: All headings change colors / capitals on mobile #1333449

    Hi,
    Thanks for the login, so what happen was in your Quick CSS your media query didn’t have a closing bracket so in the merged stylesheet any added css, from your advanced styling options for example, were treated as part of the media query, to correct I added a closing bracket in your Quick CSS.
    Please clear your browser cache and check.
    You will note that your advanced styling options, blue h4, doesn’t apply to your icon list under “Profil / Über mich” because this element has a title color option that overrides the advanced styling options:
    2021-12-19_001.jpg
    so you will need to make the change there.

    Best regards,
    Mike

    in reply to: All headings change colors / capitals on mobile #1333446

    Hi,
    Thanks for the feedback, I found that the color, font-weight, & text-transform changes starting at 1100px due to this css:

        #top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 {
            color: #355c9e;
            font-weight: 400;
            text-transform: none;
        }

    being in a media query: @media only screen and (max-width: 1400px) and (min-width: 1100px)
    but I can’t tell if this is due to theme settings or custom css?
    What is your goal black and caps all of the time, or blue and title case all of the time?
    If your not sure if this is custom css then perhaps include an admin login so I can correct for you.

    Best regards,
    Mike

    in reply to: Masonry gallery adjust fade effect #1333444

    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.
    Merry Christmas.

    Best regards,
    Mike

    in reply to: Envato API Key & Account #1333443

    Hey Createve_Solutions,
    Thank you for your question but you will need to ask Envato support to assist you with this as they manage all licenses and “Tokens” (the API is no longer used) we can not issue licenses or modify them.
    I don’t believe that Envato allows you to transfer licenses to another account.

    Best regards,
    Mike

    in reply to: All headings change colors / capitals on mobile #1333440

    Hey Tilman,
    I checked your page for mobile but I don’t see any headings changing color and the only headings that are in caps are also in caps on desktop:
    the top heading “NAME – PERSONALEXPERTIN AN IHRER SEITE” and the bottom icon list under “Profil / Über mich”
    are these the element you are talking about?

    Best regards,
    Mike

    Hi,
    Thank you for the screenshot, it looks like you are using IOS, so I tested on a Mac with Chrome and the page loaded quickly with no extra “loading spin”, perhaps it is one of your Chrome extensions, try disabling them and clearing your browser cache and then check in incognito mode.

    Best regards,
    Mike

    Hi,
    Thank you, I adjusted the icon and color, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Cannot import a Shop demo after installing Enfold theme! #1333434

    Hi,
    I don’t believe that is your issue, I was offering something you could try to help.
    When you say the Demo import does not work correctly, do you mean it totally fails? Do you get an error message? What does your localhost error logs say?

    Best regards,
    Mike

    in reply to: remove extraneous code from posts #1333432

    Hi,
    Glad this helped, shall we close this then?

    Best regards,
    Mike

    Hi,
    To have the avia-tooltip show at the bottom you will need to edit the file at:
    \enfold\js\avia.js
    on line 1243 you will find:
    position: 'top', //top or bottom
    change the position to bottom, Then clear your browser cache and any cache plugin.
    Then add this css to your Quick CSS:

    .avia-tooltip .avia-arrow-wrap {
        bottom: 45px !important;
    }
    .avia-tooltip .avia-arrow {
        top: 15px !important;
    }

    Now to change the text color and the background color adjust this css to suit:

    .avia-tooltip {
        background: red;
        color: #000;
    }
    .avia-tooltip .avia-arrow {
    	background-color: red;
    }

    this makes the font black and the background red
    2021-12-18_008.jpg

    Best regards,
    Mike

    in reply to: Fix the Header on Mobile #1333410

    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

    Hey Julio,
    It looks like the footer icons are html pasted into a text widget, is this correct?
    If so please include an admin login and we can adjust the html to use the icon in the socket.
    to increase the icons try this css:

    #footer .social_bookmarks li a {
    width: 50px!important; 
    line-height: 50px!important; 
    min-height: 50px!important; 
    font-size: 30px;
    }
    
    #footer .social_bookmarks li {
    height: 50px!important; 
    width: 50px!important; 
    }
    
    #footer .social_bookmarks {
        height: 60px!important;
    }

    As to changing the green-yellow color of the icons, what color do you want them to be?

    Best regards,
    Mike

    in reply to: remove extraneous code from posts #1333403

    Hi,
    I copied your page html to an ALB test page using a text block to emulate your page, it contained 104 <span style="font-weight: 400;">
    I found that using this reduced it to zero and didn’t seem to lose any content or broken spans:

    add_filter("the_content", function($content) {
    	preg_match_all('/<span style="font-weight: 400;">(.*?)<\/span>/', $content, $matches);
    
    	foreach ($matches[0] as $key => $value) {
    		$content = str_replace($value, $matches[1][$key], $content);
    	}
    
    	return $content;
    }, 10, 1);

    2021-12-18_007.jpg
    2021-12-18_006.jpg
    The ? as a repetition quantifier changes this behavior into non-greedy, or Lazy, and in this case seems to work.

    Best regards,
    Mike

    in reply to: How to change Fullwidth Sub Menu icon text #1333401

    Hi,
    You could try this approach, for each page that you want a custom menu title for the Fullwidth Sub Menu on mobile, you will need to know the page ID, so for example when you edit your /backalyckans-forskola/ page the address bar URL is:
    /wp-admin/post.php?post=477&action=edit the post=477 means your page ID is 477
    remember that number, now we will add this code to the end of your functions.php file in Appearance ▸ Editor:

    function custom_menu_title() { ?>
        <script>
    (function($) { 
    	  $(".page-id-477 #sub_menu1 .mobile_menu_toggle .av-current-placeholder").text("Rocket Science");
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_menu_title');

    here you will note two parts of the code, the page ID .page-id-477 and the title you want to use Rocket Science
    2021-12-18_004.jpg
    So now that we did one the next one will be easier, we will just add one line of code to the above function, for example we find that the page ID for /backalyckans-policy/ is 1918 and we want the title to read Policy so we write it like this:
    $(".page-id-1918 #sub_menu1 .mobile_menu_toggle .av-current-placeholder").text("Policy");
    and add it below the other line so the full function now reads this:

    function custom_menu_title() { ?>
        <script>
    (function($) { 
    	  $(".page-id-477 #sub_menu1 .mobile_menu_toggle .av-current-placeholder").text("Rocket Science");
              $(".page-id-1918 #sub_menu1 .mobile_menu_toggle .av-current-placeholder").text("Policy");
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_menu_title');

    2021-12-18_005.jpg
    I hope this makes sense

    Best regards,
    Mike

    in reply to: Enfold Portfolio gallery entry titles above images #1333400

    Hey nexusgeografics,
    You can edit this file:
    /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php
    on line 1084 find:
    $output .= "<{$link_markup[0]} data-rel='grid-" . avia_post_grid::$grid. "' class='grid-image avia-hover-fx'>{$custom_overlay} " . get_the_post_thumbnail( $the_id, $image_size, $image_attrs ) . "</{$link_markup[1]}>";
    cut and paste before line 1124:
    $output .= '<footer class="entry-footer"></footer>';
    then add a custom class to the “avia-arrow” it will point down instead of up, to do this edit line 1085 from this:
    $output .= ! empty( $title ) || ! empty( $excerpt ) ? "<div class='grid-content'><div class='avia-arrow'></div>" : '';
    to this:
    $output .= ! empty( $title ) || ! empty( $excerpt ) ? "<div class='grid-content'><div class='avia-arrow top-grid-title'></div>" : '';
    then add this css to your Quick CSS:

    .grid-entry .top-grid-title.avia-arrow {
        border: none;
        top: 49px;
        z-index: 1;
    }
    

    This is the results on my test site:
    2021-12-18_003.jpg
    Best regards,
    Mike

    in reply to: Layer Slider text not working #1333399

    Hi,
    Thank you for your patience and the screenshots, but the login you provided doesn’t give us access to your layerslider, please evaluate it to admin.

    Best regards,
    Mike

    Hi,
    Glad Ismael and Nikko 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: Cannot import a Shop demo after installing Enfold theme! #1333396

    Hi,
    Thank you for your patience, I tested installing the Shop Demo on my localhost and on a live webhost and didn’t encounter and issues on either, I do note that the WooCommerce 5.1.2 should be updated as v6.0.0 is the current version.
    When you say the Demo import does not work correctly, do you mean it totally fails? Do you get an error message? What does your localhost error logs say?

    Best regards,
    Mike

    in reply to: Masonry gallery adjust fade effect #1333395

    Hi,
    Thank you for the login, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    #top.home #wrap_all .av-hover-overlay-fade_out .av-masonry-entry:hover .av-masonry-image-container {
        opacity: 0.5;
    }

    right now your opacity is 0.2 so this adjustment to 0.5 might be what you want or you can try a higher number.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Masonry entries show bad category #1333394

    Hey comkapi,
    This is intended behavior as normally you do not select unused terms when creating a page, the post__in parameter to return the posts from the selected category. If the category is empty, it will return all posts.
    The Dev Team has provided this filter that you can add to your functions.php to show no items when the category is empty:
    add_filter( 'avf_masonry_query_no_entries_fallback', true, $terms, $valid_terms );

    Best regards,
    Mike

    in reply to: Fix the Header on Mobile #1333392

    Hi,
    Thank you for the login, to correct your mobile header I had to adjust your custom css for the social_bookmarks by putting it in a media query like this:

    @media only screen and (min-width: 767px) { 
    #top #header .social_bookmarks li a {
        font-size: 25px;
    }
    #top .social_bookmarks li {
         margin: 0 5px;
    }
    }

    and I had to add your “make header larger & move over” css to another media query like this:

    @media only screen and (min-width: 1440px) { 
    	/* Make header larger & move over */
    #header_main .logo, 
    #header_main .logo a {
        overflow: visible;
    }
    #header_main .logo img {
        height: 90px;
        position: relative;
        max-height: none;
        right: -90px;
        top: 15px;
    }
    #top nav .social_bookmarks {
       float: right;
       left: auto;
       width: 10%;
    }
    }

    But I notice your desktop your header widget is overlapping your social_bookmarks because you have it set to right: 300px;, I would recommend using right: 30%; instead.

    Best regards,
    Mike

    in reply to: Error in developper tools/console #1333375

    Hi,
    Glad to hear that Ismael helped you identify the need for jQuery Migrate, I see nothing in your css that could cause this.
    Shall we close this then?

    Best regards,
    Mike

    in reply to: Dutch language file which was causing critical error? #1333373

    Hey Alwin,
    It was found in this thread
    The /lang/nl_NL.mo & /lang/nl_NL.po files were changed to correct a missing %s

    Best regards,
    Mike

    in reply to: Buttons no in the same line on mobile devices #1333364

    Hi,
    Thank you for the link to your site and the screenshots, I couldn’t find the button set in your screenshot, but I did find a button set on the /pension/ page that was hidden on mobile, so I tested by unhiding temporarily yet didn’t see the last button offset as in your screenshot.
    Please see the screenshot in the Private Content area.
    Please link directly to your page with the button set or create a test page so I can see.

    Best regards,
    Mike

Viewing 30 posts - 13,321 through 13,350 (of 35,006 total)