Forum Replies Created

Viewing 30 posts - 18,241 through 18,270 (of 35,064 total)
  • Author
    Posts
  • in reply to: Layer Slider on mobile #1181723

    Hi,
    I’m not sure, I have not seen this before. Did you once have the WordFence plugin? It has code in your htaccess file and in your root you have “wordfence-waf.php” From this article it seems these things have to be manually removed, there is also a Wordfence Assistant plugin that will remove the Wordfence firewall & Wordfence data in your database and advanced locks.
    I have not used WordFence myself or tried removing it so I’m not sure if this is normal. But the console errors to 'http://sswim.ru and net::ERR_HTTP2_PROTOCOL_ERROR error concerns me.

    You also have these files in your home directory that are not normal and I can’t find any info on them from Google:
    wp-real-leaf.php
    ass.php
    wp-ultimate.php
    wp-success.php

    You said there was another developer, how long have you worked on this site with no issues and when did these issues begin?
    Do you have a backup that is from before the issues?

    Best regards,
    Mike

    Hi,
    The theme lists posts on the archive pages as H2 with the category under it and then the excerpt of the post.
    On your page you are hiding the title field and manually adding an H1 in the content section which shows on the archive page as part of the excerpt and the original title from the page is included.
    So if you used the main title on your page and didn’t manually add an H1 in your content you would not have the duplicate titles.
    To me it looks like you are using the default editor for your page and you probably wanted the title to be under your featured image instead of in the gray title bar.
    So if I have this correct try this, remove your manually added H1 title on your page and set your title to show on the page next to the breadcrumbs, this is a H1 title created by the theme.
    2020-02-04-073754
    then add this code to the end of your functions.php file in Appearance > Editor:

    function custom_title_script(){
      ?>
      <script>
      (function($) {
     $(document).ready(function(){
        $('.page .main-title.entry-title').detach().insertBefore('.entry-content');
     });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_title_script');

    then your H1 title will show below your featured image:
    2020-02-04-073649
    and then on your archive page you will not have duplicate titles. But all of the titles will be H2 because SEO recommends that there should only be one H1 on any page.

    Best regards,
    Mike

    in reply to: custom class to html tag … #1181258

    Hi,
    I see, that is a good idea. I researched this a little and found this article that seemed similar to what you want to do.

    We knew that we can keep one thing the same on all of these pages which were page-slugs, so we decided to add page slugs in body class which allowed us to do all the customizations we wanted without any complications.

    They posted this function:

    //Page Slug Body Class
    function add_slug_body_class( $classes ) {
    global $post;
    if ( isset( $post ) ) {
    $classes[] = $post->post_type . '-' . $post->post_name;
    }
    return $classes;
    }
    add_filter( 'body_class', 'add_slug_body_class' );

    I tested on my localhost and found this works for pages and posts, for example:
    the post “hello world” = post-hello-world
    the page “meet the team” = page-meet-the-team
    and the slugs should be the same across different installs regradless of the page-ids

    Best regards,
    Mike

    Hi,
    Thanks for the login, but I still don’t see a css file loading for this plugin. Perhaps it’s because Enfold has some modified BB Press files in the theme folder to enable BB Press to work correctly with Enfold.
    How much styling did you want to do? Perhaps we can assist like the css above, did you find that working?

    Best regards,
    Mike

    in reply to: Transparent header and background image #1181227

    Hi,
    Thank you for the feedback, the extra space above occurs because the footer page also contains the class avia-builder-el-0 for the first section on the page, and when the transparent header is used it adds 116px top padding so the header looks transparent.
    The top color section on your footer page has a min-height of 100px, yet the container doesn’t have the height. That is why in the css above we gave the container the matching height and centered it vertically.

    So on your footer page I give the first section a custom ID and then edited your css to this:

    #custom_footer > .container {
      min-height: 100px;
      padding-top: 0px !important;
      display: flex !important; 
      align-items: center !important; 
      justify-content: center !important;
    }

    I checked pages that had both transparent headers and not, and the footer seems to be the same now, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold 4.7 & Woocommerce 3.8.1 #1181206

    Hi,
    Have you seen our Shop Demo, you can freely import this from your “Demo Import” option. There is also a shop demo within the 2017 Demo.
    But I don’t know of any outside demos available. A good place to get inspiration is in our Showcase thread

    Best regards,
    Mike

    in reply to: Layer Slider on mobile #1181118

    Hi,
    I’m finding a strange error only when I load your site at a mobile size,

    Mixed Content: The page at 'https://asobiny.com/demo/' was loaded over HTTPS, but requested an insecure script 'http://sswim.ru/?ver=4.7.2'. This request has been blocked; the content must be served over HTTPS.

    this error occurs more than 60 times in the browser console
    But I can find how this is getting added to your site. Do you also see this?

    Best regards,
    Mike

    in reply to: remove date from Blog Post summary #1180932

    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

    Hi,
    Sorry for the late reply, what is the name of the plugin. I assume that if you deactivate the plugin the page will work correctly?
    I suppose you can use some css to hide one of the headings, or you can see if this has been reported by the plugin before and check for a solution for this. Some plugins have a troubleshooting panel in the plugin that address known issues.

    Best regards,
    Mike

    in reply to: Montserrat extra-bold and black not working #1180924

    Hey groovymarci,
    Please try downloading the font from Google:
    https://fonts.google.com/specimen/Montserrat?selection.family=Montserrat
    Then import it at Enfold Theme Options > Import/Export > Custom Font Manager
    Then when you choose the font for your element in the Enfold Theme Options > Advanced Styling be sure to use the one at the bottom of the list:
    2020-02-03-065739

    If the browsers are supporting “font-stretch” and the font you are using, then you can probably use it by adding support for it
    in your custom csss, please see this link example.

    Best regards,
    Mike

    in reply to: put ajax live search on page via [avia_search] #1180889

    Hi,
    I tried to look at your page but it doesn’t seem to be loading right now.
    Did you say that you are using Enfold v3.6.1 ?
    Please try updating your site to the Enfold v4.7.2

    You will have to update manually via FTP.
    The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme folder to “enfold-old” via ftp then upload the new “enfold” folder and check that your site is working correctly.
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” folder to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
    Once you are happy you can delete the “enfold-old” folder via ftp, (not the WP theme page)
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.

    Best regards,
    Mike

    in reply to: NA #1180846

    Hey CommunityHousing,

    Thanks for using Enfold. We will close this now.

    Best regards,
    Mike

    in reply to: remove date from Blog Post summary #1180845

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

    #top .avia-content-slider .slide-meta-time {
    	display: none !important;
    }

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

    Best regards,
    Mike

    in reply to: custom class to html tag … #1180830

    Hey Guenter,
    I once found a WP filter that added body classes to posts based on categories, but I didn’t find one better than what you have found,

    add_filter( 'body_class', 'add_category_class' );
    function add_category_class( $classes ) {
        if( is_single() && has_category('news') ) $classes[] = 'news-cat';
        return $classes;
    }
    

    Best regards,
    Mike

    in reply to: Updated to Enfold 4.7.2 GridRows error #1180667

    Hey RicPolasek,
    Sorry for the late reply, thanks for the links, yes everything is supposed to be in the #main div, even with the latest version, which it is for me. Did you create a custom template?
    Your new site repeats <!-- close content main div --> 6 times where your old one says it once and mine only says <!-- close main -->
    All of the shortcode elements have had a major rewrite so if you altered the grid row element for your child theme you should compare it to the new grid row element to make your changes correct.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, since you were trying to hide the logo on scroll, please give this function a try, it will work for all screens smaller than 1024px, I believe that is the iPad landscape width, but you can adjust to suit.
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_hide_logo_script(){
      ?>
      <script>
    (function ($) { 
      $(window).scroll(function() {
        var width = $(window).width(), height = $(window).height();    
        var scroll = $(window).scrollTop();
          if (scroll >= 20 && width <= 1024) {
        $('.logo').hide();
       } else {
        $('.logo').show();
       }
      });
     })(jQuery);
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_hide_logo_script');

    or if you want to add and remove the header-scrolled class, try this function:

    function custom_header_class_script(){
      ?>
      <script>
    (function ($) { 
      $(window).scroll(function() {
        var width = $(window).width(), height = $(window).height();    
        var scroll = $(window).scrollTop();
          if (scroll >= 20 && width <= 1024) {
        $('#header').addClass('header-scrolled');
       } else {
        $('#header').removeClass('header-scrolled');
       }
      });
     })(jQuery);
     </script>
    <?php
    }
    add_action('wp_footer', 'custom_header_class_script');

    Best regards,
    Mike

    in reply to: Layer Slider on mobile #1180655

    Hi,
    it seems that your live site is down. Please check.
    I went to the login page and saw the error, I have not logged in yet.

    Best regards,
    Mike

    in reply to: Transparent header and background image #1180567

    Hey marsh1984,
    Sorry for the late reply and thanks for the screenshots and link.
    2: So for your custom footer I’m not sure what size you would like the blue section so as an example I set the color section to “no padding” and it became 100px high because of the button, I then centered the button vertically in the space by adding this css to your Quick CSS:

    #av_section_8 > .container {
      min-height: 100px;
      padding-top: 0px !important;
      display: flex !important; 
      align-items: center !important; 
      justify-content: center !important;
    }
    

    Please feel free to change the color section padding to suit.
    1: I’m not sure where you would like the heading, when the header is transparent the page moves up typically about 116px so the image can be under the header and show though, so for mobile when the header is not transparent everything comes down. So can you explain where you want the “Dry Needling” perhaps centered in the image as it is for mobile?

    Best regards,
    Mike

    in reply to: Help me #1180562

    Hi,
    Thank you, so I went to create a page to see your problem and I found you have “WPBakery Page Builder” installed please disable, you can not use the “WPBakery Page Builder” with Enfold, it has it’s own builder the “Advanced Layout Builder” they do not work together. There is a chance that “Re-add text underline and justify” will cause problems, you can try it but if you have problems then disable it.
    After you disable the “WPBakery Page Builder” create a test page we can see and let us know if you still have problems.

    Best regards,
    Mike

    in reply to: Make tabular data table more mobile friendly #1180560

    Hi,
    Sorry for the late reply, 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) {
    .avia_scrollable_table .avia-table:before {
    	content: "Scroll \27A4";
    	font-size: 16px;
    	float:right;
    }
    .avia_scrollable_table .avia-table > tbody > tr:nth-child(1) > td:nth-child(4):after {
    	content: "Scroll \27A4";
    	font-size: 16px;
    	top:-77px;
    	position: relative;
    } 
    }
    

    2020-02-01-153757

    Best regards,
    Mike

    in reply to: Google Lighthouse Error #1180556

    Hey amanrajveer,
    Sorry for the late reply, the IDs are unique, please see the highlighted IDs, perhaps the test only looked at the first few characters?
    2020-02-01-142306
    Typically the text for the burger menu and the next & previous post navigation is hidden from screen readers, thus the aria-hidden=”true” this was advised by the aria screen reader documentation, but if you really want this you can adjust, please see this post
    On your final screenshot the first one is for the animation of the mobile menu when it opens, it is not a tap item and it will aways overlap. The second one is the “shopping cart icon” I guess we can make it bigger but it will still overlap the hidden text “shopping cart” which is hidden from screen readers, thus the “aria_hidden_link_text”.
    The aria documentation advised us to use these for these situations because they are not adding confusing prompt or removing functions that would be needed or wanted.

    Best regards,
    Mike

    in reply to: search icon and blog page #1180552

    Hi,
    Sorry for the late reply, I have tested your contact form and saw your “2 day” message:
    2020-02-01-141750
    please let us know if you get the email.
    I don’t see an admin login for your site, Please include an admin login in the Private Content area so we can investigate further.

    Best regards,
    Mike

    in reply to: Help me #1180549

    Hi,
    Sorry
    2020-02-01-141155
    perhaps your blocking IPs from the USA?

    Best regards,
    Mike

    in reply to: Layer Slider on mobile #1180547

    Hi,
    Thanks for the screenshot, but that is a different class and rule:

    ls-thumbnail-slide{
    display: none!important;
    }

    vs

    .ls-slide {
        visibility: hidden !important;
    }

    On your live site please check the visibility of the slider in these plases:
    2020-02-01-135958
    2020-02-01-140201
    I took a closer look at your homepage on the test site, and I see you have included strange classes that don’t seem to belong to a plugin, are you migrating from a different theme? The source code includes data-slideshow="true"
    2020-02-01-133921
    since it is calling a different slideshow where the layerslider is, I wonder if there is a conflict somehow?
    On the test site I recreated your homepage using the Advanced Layout Builder, please the url in the Private Content area.
    Please clear your browser cache and check this with your mobile device to see if this works for you.
    As I understand the iPhone can be difficult to clear the cache, please try a couple of times.

    Best regards,
    Mike

    in reply to: Help me #1180543

    Hi,
    Sorry for the late reply, I tried to login to assist but the login didn’t work,
    is the information in the Private Content area still correct?

    Best regards,
    Mike

    in reply to: transparent header for woocommerce pages #1180540

    Hi,
    Sorry for the late reply and thanks for the links, I see one is a single product page and the other is an archive page and they have different background images, so I worked those images into this css for the transparent headers.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.woocommerce-page #header {
        position: absolute;
        background: rgba(255,255,255,0.6);
    }
    
    #top.woocommerce-page #header .header_bg  {
        background: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    #top.archive.woocommerce-page .template-shop,#top.archive.woocommerce-page #main {
    	top:-116px !important; 
        background-image: url(https://aussiehiddentreasures.com/wp-content/uploads/2020/01/bg5-light.jpg);
        background-repeat: repeat;
        background-position: top left;
    }
    #top.single-product.woocommerce-page .template-shop,#top.single-product.woocommerce-page #main {
    	top:-116px !important; 
        background-image: url(https://aussiehiddentreasures.com/wp-content/uploads/2020/01/bg1.jpg);
        background-repeat: repeat;
        background-position: top left;
    }
    
    #top.woocommerce-page .template-shop > .container {
    	margin-top: 116px !important;
    }
    

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

    Best regards,
    Mike

    in reply to: How to realise kickers / overlines with Enfold #1180535

    Hi,
    Sorry for the late reply, in your example http://www.spiegel.de the expressions in orange look like category links to me because they lead to pages with multiple posts on the same key topic.
    If you look here
    2020-02-01-120529
    Here the categories are below because the “modern business” layout is used, but if you change to “elegant” the categories will be above:
    2020-02-01-120826
    2020-02-01-121154
    which includes the post pages also:
    2020-02-01-121248
    Naturally they can be fine tuned with colors and text aligment to match your needs.
    Within WordPress you can name your categories anything you like.

    Best regards,
    Mike

    in reply to: Masonary item #1180532

    Hi,
    Sorry for the late reply, if I understand correctly all of the images are the same size and the cause is that some titles are longer so a second row is created?
    So would a solution be to clip all titles to one row, or to make all titles two rows even if the titles are short?
    I’m trying to see which would be acceptable for you.

    Best regards,
    Mike

    Hi,
    For the top 3 I added this function:

    function custom_post_entry_date(){
      ?>
      <script>
    (function($){
    $(window).load(function(){
    $( '.post-entry.single-big' ).each(function() {
    $( this ).find( 'time.date-container:first' ).insertAfter( $(this).find('.post-title.entry-title').css({'text-align': 'center'}));
    $( this ).find('.post-title.entry-title ').css({ 'padding-bottom': '0','margin-bottom': '0'});
    $( this ).find('time.date-container').css({ 'margin-bottom': '10px'});
    $( this ).find('.post-meta-infos').css({ 'display': 'none'});
    $( this ).find('.entry-content-header').css({ 'text-align': 'center'});
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_post_entry_date');

    Please clear your browser cache and check, also check other pages for conflicts with dates & titles so we can correct.

    On your homepage I removed the “IN” with this css:

    #top.home .av-magazine-text-sep.text-sep-cats {
    	display: none !important; 
    }

    Best regards,
    Mike

    in reply to: Video not showing #1180526

    Hi,
    They work when I add them to my site, are they old links from a while back that contained manual options? Many of the control codes are no longer allowed by YouTube. Try updating your links and follow the recommended example that uses “watch” in the link.
    https://www.youtube.com/watch?v=G0k3kHtyoqc

    Best regards,
    Mike

Viewing 30 posts - 18,241 through 18,270 (of 35,064 total)