Forum Replies Created

Viewing 30 posts - 26,011 through 26,040 (of 34,339 total)
  • Author
    Posts
  • in reply to: Table styling issues and fullwidth easy slider issues #979645

    Hey bauchope,
    When I look at your table the background color for all of the rows are #f2f2f2, so I wrote the css to make the other rows white.
    I was not sure what font size you wanted for the pricing row, so I made it half size, 30px, please feel free to adjust to suit.
    I also added a 8px border-radius, but again feel free to adjust to suit.
    This is the css I added to your WordPress > Customize > Additional CSS:

    #top.home .avia_pricing_minimal.avia-table-1 .pricing-table>li:nth-child(even) {
        background: #fff !important;
    }
    #top.home .avia_pricing_minimal.avia-table-1 .pricing-table li.avia-pricing-row {
        font-size: 30px !important; 
    }
    #top.home .avia_pricing_minimal.avia-table-1 .pricing-table>li {
        border-radius: 8px;
    }
    #top.home .avia_pricing_minimal.avia-table-1 .pricing-table {
        box-shadow: none !important; 
    }

    For your full width easy slider on mobile, I added this css to your WordPress > Customize > Additional CSS:

    @media only screen and (max-width: 480px) {
        ul.avia-slideshow-inner {
            min-height: 150px !important;
            height: 150px !important;
        }
    
        .av_slideshow_full li,
        .av_slideshow_full .avia-slide-wrap,
        .av_slideshow_full li img {
            height: 100% !important;
        }
    
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Headlines Style – modern left – Font size Subtitle #979637

    Hey Esther,
    You can target the h2 & h3 special heading with the classes “.av-special-heading-h2” & “.av-special-heading-h3”
    or with “.av-special-heading-h2 h2” & “.av-special-heading-h3 h3”
    Like this:

    
    .av-special-heading-h2, .av-special-heading-h2 h2{
    font-size: 70% !important;
    color: blue !important;
    }
    .av-special-heading-h3, .av-special-heading-h3 h3{
    font-size: 70% !important;
    color: yellow !important;
    }

    notice the two class types are separated with a comma to target all of them, as an example. I would recommend adding your page or post classes to each rule because using them globally can cause some unexpected changes.
    The sub-headings use the classes “av-subheading” or “av-subheading_below” or “av-subheading_above”
    Please give these a try, if you still have trouble, please post a link to the page and explain what you want and we will assist.

    Best regards,
    Mike

    in reply to: title in title bar always appears as permanent link #979636

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

    
    function remove_title_link(){
    ?>
    <script>
    (function($){
      $(document).ready(function(){
      $('.main-title.entry-title a').contents().unwrap();
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'remove_title_link');

    Best regards,
    Mike

    in reply to: Change social icon header #979631

    Hi,
    Glad Ismael could help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Menu after content #979630

    Hey Nora,
    In your example link, the menu looks like a full width sub-menu that is below some content and sticks to the top of the screen on scroll, which is a built in function, but it sounds like you want to do this without using the full width sub-menu?
    Did you want to create a menu in a code block? Sorry, I don’t think I understand the advantage to not using the built in elements to achieve this.

    Best regards,
    Mike

    in reply to: Change title/text css for instagram widget #979620

    Hi,
    To adjust the “… out and about” for the instagram widget, Try this code in the General Styling > Quick CSS field:

    .avia-instagram-feed h3.widgettitle {
    font-size: 70% !important;
    color: red !important;
    }

    adjust to suit.
    To change the button font color, try this css:

    
    a.av-instagram-follow.avia-button {
    color: red !important;
    }

    To add text before (above) & after (below), try this css:

    a.av-instagram-follow.avia-button:before {
    content: " Before \A";
     white-space: pre;
    }
    a.av-instagram-follow.avia-button:after {
    content: "\A After";
     white-space: pre;
    }

    2018-06-30_133705
    To have the text before & after inline with the button text, please remove the “\A” from the code.

    Best regards,
    Mike

    in reply to: Comments and social share buttons under blog #979618

    Hi,
    To adjust the font-size of the comment area Try this code in the General Styling > Quick CSS field, the top rule is the heading and the next one is for the content:

    .comment-entry h3.miniheading {
    font-size: 70% !important;
    }
    .comment-entry span.minitext {
    font-size: 70% !important;
    }

    To add a border around the text area, Try this code in the General Styling > Quick CSS field:

    .comment-form-comment textarea#comment {
    border-color: red !important;
    }

    Best regards,
    Mike

    in reply to: Lightbox Popup fails #979615

    Hi,
    I have taken a look and found that you have a js error:

    magnificPopup is not a function at /wp-content/themes/enfold-child/js/custom-js.js

    so it seems that your custom script in your child theme is conflicting with the magnificPopup
    Please try removing the the custom script to see if that solves.

    Best regards,
    Mike

    Hi,
    Sorry, after entering the login details, I received notice that the account is locked out. Will this reset automatically or can you reset it?

    Best regards,
    Mike

    in reply to: Images missing #979607

    Hi,
    Sorry for the late reply, I was not able to login with the link you supplied, and you please activate it again?
    I looked at your page and see that the images have a source of (unknown)
    2018-06-30_115356
    I also see that you are using automptimize cache plugin, please clear the site cache and disable plugins to test, then leave your caching plugin disabled while we assist.
    Once we can login we will be able to investigate further.

    Best regards,
    Mike

    in reply to: Breadcrumps not show #979606

    Hi,
    I found that on your /nieuws/ page changing the “Instellingen Titelbalk” setting on the page to allow the theme setting to show the title and breadcrumbs worked. This setting is found at Enfold Theme Options > Header > Header Layout > Titel en Breadcrumbs in Header.
    But it didn’t work for all of the pages. I see that you are using Enfold v4.2.6 and I would suggest updating to the latest to see if that solves.
    I recommend backing up your site first, or if your host offers staging sites for you to test the update.
    staging-1
    staging-2

    Best regards,
    Mike

    Hi,
    I viewed the last page, but don’t see the entry called Impressum, Please see screenshot in Private Content area.
    Do you still see this if you log out and clear your browser cache?

    Best regards,
    Mike

    Hi,
    I dragged it into place:
    2018-06-30_104722
    Can you please include a admin login in the private content area so we can take a closer look as to why you are not able to do this?

    Best regards,
    Mike

    in reply to: 100% height on page if there's not enough content #979600

    Hi,
    Do you mean that you want the footer to show on the bottom of the page without scrolling, or have the footer the same height on different browsers after scrolling?
    If it’s the first, try adjusting the “100vh” to about “69vh”, if it’s the second, it looks as though it is doing that now on Chrome, Firefox, & Edge, on Windows.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    Hi,
    For the /montreal-tigers/ page I found that your page began with a single full column that the css was changing the width to match the other 1/4 team columns, so I changed the css to target only the 1/4 columns. Then I added a min-height to the team columns so they all would match the ones that have a larger caption. I also added a page ID to the css so it will not interfere with other pages, and removed the duplicate code in the Quick CSS. This seems to solve this issue. Please clear your browser cache and check.
    2018-06-30_090955
    For the 1/4 columns at the top of your homepage, I added this css:

    @media only screen and (max-width: 767px) {
        .responsive #top.home #wrap_all .flex_column.av_one_fourth {
          margin-left: 2%;
          width: 48%;
          float: left;
        }
      }

    But I’m unsure if you want the same for the team logo area on the home page as they are 1/3 columns, and look good full width on mobile, in my opinion.
    Please advise.

    Best regards,
    Mike

    in reply to: Background sub-menu color #979587

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .header_color .main_menu .menu ul li a,
    .html_header_top .header_color .main_menu ul:first-child >li > ul {
    background-color: transparent !important; 
    }

    If it doesn’t work for you, please try adding it to the WordPress > Customize > Additional CSS
    then please clear your browser cache and check.
    Please see screenshot in Private Content area.

    Best regards,
    Mike

    in reply to: Insert read more tag into tab #979585

    Hi,
    Unfortunately, I don’t believe you will be able to include a Read More tag in the tab area that will have the user stay on the same page without external development. You can add a manual Read more tab that will link the user to another page or lightbox popup.
    I have included a mockup in the Private Content area, to ensure that we are discussing about the same element.
    To create a button that links to a lightbox popup, or modal popup, please see this post

    Best regards,
    Mike

    Hi,
    You should be able to do this by adding the 2/3 & 1/3 columns in the advanced layout builder.
    I see that in your example the 1/3 columns do not line up with the 2/3 columns, and their height is created by their content.
    So my test resulted with this:
    2018-06-29_231158
    If you dont want such gaps between the 1/3 columns you can use negative margins in your css to bring then up.
    2018-06-29_233030
    Is this what you had in mind?

    Best regards,
    Mike

    Hey Michael,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 768px) { 
    #top.page-id-1448 .avia-content-slider1 article.slide-entry.av_one_fourth {
        margin-left: 1% !important; 
        width: 24% !important; 
    }
    }

    Best regards,
    Mike

    in reply to: How to remove date from Enfold Masonry #979523

    Hey Milorad,
    Try this code in the General Styling > Quick CSS field:

    #top .av-masonry-entry .av-inner-masonry-content-pos-content .av-masonry-date {
    display: none !important;
    }

    I see that you are using a child theme, so if you add the css to your child theme style.css you may need to re-build your merged css by saving your theme settings.
    To re-build the merged css files, try entering a blank space in the Quick CSS to enable the “Save all changes” button, then save.
    Then clear you browser cache and check.

    Best regards,
    Mike

    Hey Wynnphotodesign,
    Please include the url to the page in question so we can take a closer look. Also please describe the element or include a screenshot of it so we are sure to be looking at the same element as you.
    Perhaps including a admin login will aid in our investigation.

    Best regards,
    Mike

    in reply to: Code Block displaying #979519

    Hey dcpatoday,
    We can assist in hiding the code block element, but I would first like to ask what content it holds and when it should show.
    I viewed your page at different screen sizes and didn’t see any new content from the code block element. Your question leads me to believe it holds css styling only, which could be better placed elsewhere.
    Can you please include a admin login in the private content area so we can take a closer look to understand your question’s context.

    Best regards,
    Mike

    in reply to: Membership plugins #979514

    Hey nick_obee,
    Please describe which errors you see with the “Simple WordPress Membership” with Enfold.
    My research found some good posts with the two together, so I wanted to verify your issue.

    Best regards,
    Mike

    in reply to: 100% height on page if there's not enough content #979512

    Hey feoleb,
    Try this code in the General Styling > Quick CSS field:

    #top #wrap_all #main .container {
    min-height: 100vh !important; 
    } 

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to Add Search Bar to Logo Area #979511

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top div .ajax_search_entry:hover {
        background-color: rgba(0,0,0,0) !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: How to show custom social media icons in top bar #979503

    Hi,
    I added this css to your Quick CSS for the hover color of spotify, amazon, & iTunes

    #top #wrap_all .social_bookmarks_spotify_icon:hover a {
        color: #fff;
        background-color: #1ED760;
    }
    #top #wrap_all .social_bookmarks_spotify_icon a {
        color:#de6739;
        background-color: transparent;
    }
    #top #wrap_all .social_bookmarks_amazon:hover a {
        color: #fff;
        background-color: #F79B34;
    }
    #top #wrap_all .social_bookmarks_amazon a {
        color: #de6739;
        background-color: transparent;
    }
    #top #wrap_all .social_bookmarks_itunes:hover a {
        color: #fff;
        background-color: #E837E0;
    }
    #top #wrap_all .social_bookmarks_itunes a {
        color: #de6739;
        background-color: transparent;
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Performance unstable #979502

    Hi,
    Please let us know when you hear back from “swift performance lite” for a possible solution, and if disabling it solved the issue.
    While we can’t support 3rd partly plugins, we we would like to know of conflicts.

    Best regards,
    Mike

    in reply to: Parallax Positioning #979501

    Hi,
    Glad to hear this solved the issue for you.
    I’m not able to test safari, so I will need to look further into this issue with some help.
    Unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Error selecting image for easy slider #979500

    Hi,

    @ResonanzMarketing

    thanks for sharing, @lisanneg please let us know if this solves.

    Best regards,
    Mike

    Hey Stephan,
    You can show the Enfold Advertising Area widget on certain categories and pages using the Widget Logic plugin.

    You can force all links to open in the same window or tab with this code to the end of your functions.php file in Appearance > Editor:

    function force_links_self(){
    ?>
    <script>
    (function($){
    $(document).ready(function(){
     
    $('a[target="_blank"]').removeAttr('target');
     
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_head', 'force_links_self');

    Or if you want this to only work on your “Premium advertising space” sidebar area, please use this code instead:

    function force_links_self(){
    ?>
    <script>
    (function($){
    $(document).ready(function(){
     
    $('a.preloading_background[target="_blank"]').removeAttr('target');
     
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_head', 'force_links_self');

    Best regards,
    Mike

Viewing 30 posts - 26,011 through 26,040 (of 34,339 total)