Forum Replies Created

Viewing 30 posts - 25,141 through 25,170 (of 34,871 total)
  • Author
    Posts
  • in reply to: Masonry – 'Only Title' needed in each box #1010434

    Hi,
    Perhaps there is a missing bracket or some other error in your Quick CSS, please include a admin login in the Private Content area so we can take a look.

    Best regards,
    Mike

    in reply to: Anchor links in mega menu partially working #1010431

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: How to make Enfold theme (shop demo) one-click-page-"like" #1010430

    Hi,
    Glad to hear, if you have any issues with this, please include a admin login in the Private Content area, and we can demonstrate with one menu link and anchor on your page for you to review.
    Otherwise let us know if you are successful and we can close this.

    Best regards,
    Mike

    in reply to: Part of form is different colour #1010428

    Hi,
    The css above is not showing in your merged css, did you add it to your Quick CSS or your Child Theme style.css?
    If you added it to your child theme style.css please try re-saving your theme setting to re-build your merged css, a easy way to do this is to add a blank space in your Quick CSS and then save.
    If this doesn’t help, please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Anchor links in mega menu partially working #1010418

    Hi,
    I looked at your page again and it seems to be fixed now, shall we close this then or do you need further assistance?
    What was the error in your child theme?

    Best regards,
    Mike

    in reply to: How to make Enfold theme (shop demo) one-click-page-"like" #1010399

    Hey Jak73,
    If I understand correctly, you wish to turn your homepage of your “Shop Demo” into a single page site with links in the menu pointing to anchors on the page.
    Yes you can do this, in your menu use the custom link option and add your links like #youranchor
    then add the anchors to your sections in the ID field.
    Let us know if you would like further help with this.

    Best regards,
    Mike

    in reply to: google finding 'old' references to site #1010390

    Hey jnrdavo,
    I took a look at your source code and found that your layerslider has 6 images with the /V4/ path that lead to 404’s
    Once you correct those I would recommend adding redirects to your .htaccess for the links that google is reporting to you.
    You can also go to your Google search console and request the links be removed from the googlebot
    These two steps should clear this up for you.

    Best regards,
    Mike

    in reply to: Anchor links in mega menu partially working #1010387

    Hi,
    Thanks for the video, I see that when I click the “features” link the address bar only shows “#” instead of “#features” that is the actual link.
    Do you have any custom scripts that might be stripping the links after the ‘#’ ?
    I assume you have tried disabling your plugins to test for conflicts.
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Masonry – 'Only Title' needed in each box #1010384

    Hi,
    To hide the masonry date, Please try this code in the General Styling > Quick CSS field:

    span.av-masonry-date.updated {
    display: none !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Insert Author name in the previews of the articles #1010382

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Transparent header on post type pages #1010381

    Hi,
    Oh I see, I didn’t catch that you were working with custom post types.
    I tested your function above on my localhost, but it didn’t work for me even though I changed is_singular(‘diskuter’)
    to is_single(‘3401’) but it clearly is working for you.
    So I tried researching this further and found this post in our documentation that sets the transparent header as a default header style for all pages and posts. Perhaps seeing this function will offer some clues for your issue: Please see this function
    Looking at enfold-functions.php on line 814 I see this line that maybe the function you need to add to yours:

    $header['header_transparency'] .= ' header_scrolldown';

    For changing the logo on scroll, please look at line 110: \enfold\includes\helper-main-menu.php

    $headerS['header_replacement_logo']

    I also found that the classes that are added and removed in the header for transparency, sticky, & header size on scroll are done so with this script: \enfold\js\avia-snippet-sticky-header.js

    *side note – This is a post on setting the header position

    Best regards,
    Mike

    in reply to: Buttons Not Appearing Properly on Mobile #1010336

    Hi,
    I didn’t find the custom css in your site, so I assume you had removed it, once I flushed your GoDaddy cache the overlaps on the homepage were corrected and your mobile logo returned to center.
    Please clear your browser cache and check, I assume the other pages will be corrected also.

    Best regards,
    Mike

    in reply to: Insert Author name in the previews of the articles #1010330

    Hi,
    To remove the author links I added this function in your functions.php:

    function remove_author_link(){
      ?>
      <script>
      (function($){
      $(document).ready(function(){
      $('.blog-author.minor-meta a').contents().unwrap();
      });
      })(jQuery);
      </script>
      <?php
      }
    add_action('wp_footer', 'remove_author_link');

    Please note that if you want to adjust the author font size & color, you will now need to use this css:

    .blog-author.minor-meta {
    color: red !important;
    font-size: 14px !important; 
    }

    naturally adjust to suit.

    Best regards,
    Mike

    in reply to: Unable to get Blog page to display correct #1010324

    Hi,
    I logged in and changed the setting at Enfold Theme Options > Blog Layout > Blog Layout > Grid Layout
    and now your blog page displays as a grid.
    Please check.

    Best regards,
    Mike

    in reply to: Testimonial Image link #1010320

    Hi,
    I found that you had no links in the “Website Link” field for each testimony. I moved the one link you did have to the “Website Link” field and it works correctly.
    Please check.

    Best regards,
    Mike

    in reply to: Buttons Not Appearing Properly on Mobile #1010272

    Hi,
    I took a look at your site and I found this css to be causing the issue:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .flex_column {
    margin-bottom: -30px; 
    }
    }

    please look in your custom css and remove this rule, note that it may be mixed in with some other rule. If you can’t find it please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    in reply to: Demo Theme Import #1010271

    Hi,
    Sorry to see that you have had these issues, I logged in to see how I could assist, but I see you have removed Enfold and are now using a different theme.
    If you should reconsider please let us know so we can assist.

    Best regards,
    Mike

    in reply to: These customizations are possible??? #1010269

    Hi,
    Unfortunately this will take some considerable customization of the theme files to achieve, and doesn’t seem that we will be able to do this effectively with a script or css within the scope of our support. I recommend hiring a freelancer who will be able to devote the time needed to complete this for you.
    We recommend Codeable as they are quick and professional. Please follow the link to discuss your project and time frame with them.

    Best regards,
    Mike

    in reply to: Insert Author name in the previews of the articles #1010263

    Hi,
    Sorry, I’m not sure what you mean by “customize the link to the name of the author appearing on the home”
    please try explaining.
    To change the font color and size of the author name, please try this css:

    span.blog-author.minor-meta a {
    color: red !important;
    font-size: 14px !important; 
    }

    Please adjust to suit, then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Testimonial Image link #1010262

    Hi,
    Thanks for the login, but I didn’t find your testimony element.
    I tested this following script on my localhost and it worked well, Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_testimony_link(){
      ?>
      <script>
      (function($){
    $(document).ready(function () {
        $('.avia-testimonial_inner').each(function () {
            $('.avia-testimonial-image', this).wrap('<a href="' + lnk + '"></a>');
            var lnk = $(this).find('a.avia-testimonial-link').attr('href');
            $('a', this).attr('href', lnk);
        });
    });
    })(jQuery);
      </script>
      <?php
      }
      add_action('wp_footer', 'custom_testimony_link');

    If it doesn’t work for you, please link to the page with your testimony element so we can adjust.

    Best regards,
    Mike

    in reply to: Testimonial Image link #1010253

    Hi,
    Please link to your page so we are sure to be working within the same configuration.

    Best regards,
    Mike

    in reply to: Dashed Border Under Blog Post Titles? #1010248

    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 under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

    in reply to: Transparent header on post type pages #1010246

    Hi,
    I have taken a look at your page, and understand that you wish to have the transparent header for the single post that changes when you scroll down. I also see that you created a single.php, but the problem is that your page doesn’t add the class “av_header_transparency” before the page is scrolled or “header-scrolled” after it is scrolled, so it doesn’t allow the css to change based on the position of the page.
    So while this css will make your header transparent:

    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color: rgba(0, 0, 0, 0.5) !important;
    }
    

    it won’t change after scroll.
    As an alternative, I would suggest not using your “single.php” and instead on your single post set the “Header visibility and transparency” in the “Layout” sidebar of the builder. This will ad the correct classes so it will change on scroll.
    I downloaded your image and created a transparent header on a single post on my localhost to demonstrate:
    2018-09-15_144340
    I believe this is what you are trying for, correct?

    Best regards,
    Mike

    in reply to: Transparent & Glassy Header Colors #1010220

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

    #top .av_header_transparency #header_meta {
    background: rgba(0, 0, 0, 0.7) !important;
    }
    .header_color .header_bg, .header_color .main_menu ul ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow, .header_color .avia_mega_div, .header_color .av-subnav-menu > li ul, .header_color .av-subnav-menu a {
    background-color: rgba(0, 0, 0, 0.7) !important;
    }
    .header_color .sub_menu>ul>li>a, .header_color .sub_menu>div>ul>li>a, .header_color .main_menu ul:first-child > li > a, #top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a, #top .header_color .sub_menu li ul a {
        color: #fff !important;
    }
    #top .av_header_glassy.av_header_transparency #header_main {
        border-color: rgba(255,255,255,0.7) !important; 

    Best regards,
    Mike

    in reply to: enfold update #1010215

    Hi,
    Your PHP Version is: 5.6.37, this should be fine
    I see you are using Enfold v4.1.2, I have looked back over your posts and saw that you were not able to update your theme via FTP, but I didn’t see what errors that you received when your tried? Please explain.
    Please include FTP access in the Private Content area so we can assist.

    Best regards,
    Mike

    in reply to: Links of blog post element in a new tab #1010212

    Hey inaudit,
    Try adding this code to the end of your functions.php file in Appearance > Editor:

    function open_news_new_tab(){
      ?>
      <script>
      (function($){
      $(document).ready(function(){
      $('h3.slide-entry-title.entry-title a').click(function(){
        window.open(this.href);
        return false;
      });
      });
      })(jQuery);
      </script>
      <?php
      }
    add_action('wp_footer', 'open_news_new_tab');

    I believe this will only effect the links you wish, but please test and let us know if you find any links opening in a new tab that you don’t wish to.

    Best regards,
    Mike

    in reply to: Testimonial Image link #1010211

    Hey Sigmund,
    The testimony images don’t have links, but there is a “Website Link” field for each testimony, would you want to apply this link to the image, or are you looking to add a different link to each image?
    Please link to your page so we are sure to be working within the same configuration.

    Best regards,
    Mike

    in reply to: Problem with the Heading and Menu font of theme. #1010205

    Hey DharmavajraDesign,
    I believe this is a duplicate question, I have requested a url to your site in your other post, lets continue in that thread so we don’t have any confusion.
    Thanks for your patience and understanding.

    Best regards,
    Mike

    in reply to: Masonry – 'Only Title' needed in each box #1010203

    Hey DharmavajraDesign,
    Please remove the css that caused the error and link to the page in question so we can assist.

    Best regards,
    Mike

    in reply to: Insert Author name in the previews of the articles #1010202

    Hi,
    I took a look and found that you were hiding the meta tags with this code:

    .avia-content-slider .slide-meta { display: none; }

    I assume that you only wanted to hide the date & time tags, so I changed the code to:

    .avia-content-slider time.slide-meta-time,.avia-content-slider div.slide-meta-del { display: none; }

    Now the author name shows, you may wish to display a more friendly reading author name, so try going to your profile and adding a nickname.
    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 25,141 through 25,170 (of 34,871 total)