Forum Replies Created

Viewing 30 posts - 21,031 through 21,060 (of 35,061 total)
  • Author
    Posts
  • Hi,
    Glad to hear, Yes the latest WP version works well with Enfold.

    Best regards,
    Mike

    in reply to: Change Link to blog Post Not Autor-Page #1111802

    Hi,
    Glad to help, we will close this then, but please open a new thread if there is anything we can help with.
    Have a great day and thanks for using Enfold.

    Best regards,
    Mike

    Hi,
    I believe the reason your site was broken was because you overwrote the v3.8.5 theme files. Please try the steps above where the new files are in a new folder called “enfold-new”
    If you would like a hand with this Please include an admin login & FTP access in the Private Content area.
    Also upload your updated theme as a zip to your theme’s folder.

    Best regards,
    Mike

    in reply to: Input Box way too wide. #1111792

    Hi,
    To add new links to the Enfold Theme Options > Footer > Copyright field, simply add your html like this:

    <a href="https://www.yourdomain.com/link">Link</a>

    I checked the copyright field again and see that the text is already floating to the left, meaning that it aligns to the left of the page, so you should be all set.

    Best regards,
    Mike

    in reply to: Removing default image from Magazine view #1111790

    Hi,
    Glad to hear this helped. Please link to an example page that has a hero image that you want to remove because there is no fallback image. Also include another page that does have a fallback image and you don’t want to remove so I can check my code.
    Is this for only certain screen sizes? I’m not really sure of your goal, or the space you are referring to:
    …the actual space where the fallback image is supposed to go…
    typically the fallback image takes the same space as the missing image.

    Best regards,
    Mike

    Hi,
    I tested your icon zip file on my localhost but it still gave the same error, I tried to create a new file for you but I couldn’t find the same icons on fontello.
    I assume that you simply choose them and downloaded the zip file, I choose 6 new icons and uploaded them with no issues, please check. Were these icons from their stock choices?
    Please try re-creating your file and upload again.

    Best regards,
    Mike

    in reply to: Font upload issue #1111788

    Hi,
    Thanks for the login, I see that your default color for the “strong” tag is red, while you can change this in your Enfold Theme Options > Advanced Styling > Strong I will assume that there are cases on your site that you wish to continue with this color scheme. So please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-image-container strong {
    color: #fff !important;
    }

    This will give you the white color on this element.
    Each of the titles are “strong” but I don’t see your COMMUNITY & CONNECTIONS title to see if it’s also “strong” is this on a different page? I searched your pages but didn’t find that title.

    Best regards,
    Mike

    in reply to: Product slider with add to cart buttons #1111787

    Hi,
    Please include an admin login in the Private Content area, so we can examine closer.

    Best regards,
    Mike

    in reply to: Link in footer #1111786

    Hi,
    Sorry for the late reply, thanks for the login, I see that your Privacy Policy link in your copyright section of your footer contains no link.
    You will want to create a link like this:

    <a href="https://www.yourdomain.com/Privacy-Policy">Privacy Policy</a>

    I tried looking for your Privacy Policy page to create the link for you but I found none. If you would like help with this please link directly to the Privacy Policy page.

    Best regards,
    Mike

    in reply to: how to increase thumbnail size image for watchlist #1111756

    Hi,
    Sorry for the late reply, please add more content so we can create 4 columns instead of two. It’s too bad that the plugin doesn’t offer some basic css but I’m sure we can help.
    Your screenshot shows 4 items each for “my auctions” and “watchlist” which are two different elements.

    Best regards,
    Mike

    Hi,
    Your icon font fontello-7b142a38 is already installed:
    2019-06-18-073022
    But I could removed it and reinstalled it.
    Your other fontello-64e06485 is giving this error:

    admin-ajax.php Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    Please ask your webhost if the server log shows an error for this.

    Best regards,
    Mike

    in reply to: Font upload issue #1111287

    Hi,
    Please link directly to the page so we can see why your “strong” tag is not working.

    Best regards,
    Mike

    in reply to: Input Box way too wide. #1111286

    Hi,
    You can remove the Enfold link by adding [nolink] into the Enfold Theme Options > Footer > Copyright field.
    You can also add new links into this field.
    If you want the links to float left, then add a custom class to your link and add css for floating:

    .custom-class {
    float:left !important;
    }

    Best regards,
    Mike

    in reply to: Header menu disappeared #1111284

    Hi,
    On your “events” page to only show the title, choose “Only Title” in the blog element options.
    2019-06-18-064403
    Then we will hide the categories with this css:

    .blog-categories.minor-meta {
    display: none !important;
    }

    Please clear your browser cache and check the first blog element on your events page.

    Best regards,
    Mike

    in reply to: Changing "Read more"-Text in Post slider #1111279

    Hi,

    @formwild
    your code in your child theme functions.php should look like this:

    function custom_more_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $(".more-link").text("Über das Buch");
      });
      })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_more_script');

    If this doesn’t work for you then we will need to login to examine it closer.
    Please open a new thread so we can assist, and include your admin login in the Private Content area, but as this is not your thread your login info will not be private if posted here.

    Best regards,
    Mike

    Hi,
    Please ensure that your custom classes are enabled at: Enfold Theme Options > Layout Builder > Show element options for developers
    2019-05-20-233452
    Then as you edit each element a new field will show at the bottom of the screen for custom classes or sometimes custom IDs

    Best regards,
    Mike

    in reply to: Tab Border #1110885

    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

    Hi,
    Sorry for the late reply, in the theme options at: Enfold Theme Options > Shop Options > Product gallery there are two choices, WooCommerce gallery and Enfold gallery. Please give this a try.

    Best regards,
    Mike

    in reply to: Tab Border #1110878

    Hi,
    To add a bottom line, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .js_active .top_tab .tab {
        border-bottom: solid .5px !important; 
    }

    Best regards,
    Mike

    in reply to: Masonry Gallery – Multiple lines of text #1110876

    Hi,
    You will need to update manually with ftp, we are now at 4.5.7

    Best regards,
    Mike

    Hey webworm72,
    You can use these media queries:

    /* ----------- iPad Pro ----------- */
    /* Portrait and Landscape */
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
    
    }
    
    /* Portrait */
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (orientation: portrait) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
    
    }
    
    /* Landscape */
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (orientation: landscape) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
    
    }

    Try adding a custom class or ID to the text area and then we can set the size in percentages like:
    font-size: 70% !important;

    Best regards,
    Mike

    in reply to: 404 Unexpected redirection #1110873

    Hey ezmob,
    Please don’t set your homepage as your 404 page, a 404 error code will also be given. Please try using a custom page with a link to your homepage or your top article.

    Best regards,
    Mike

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

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $('.main-title.entry-title a').each(function() {
        var text = $(this).text();
        $(this).text(text.replace('Blog - Laatste Nieuws', 'News')); 
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    this script looks for exact phrases so I added your “Blog – Laatste Nieuws” for you, please adjust “News” to suit.

    Best regards,
    Mike

    in reply to: Masonry Gallery – Multiple lines of text #1110869

    Hi,
    Yes that also works for me, have you updated?

    Best regards,
    Mike

    in reply to: how to increase thumbnail size image for watchlist #1110868

    Hi,
    Sorry for the late reply, odd that they don’t at least have a default style. Right now it’s 100% width which is ok when it’s in the sidebar, but on your page it may look better as two columns. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #my-auctions-2 {
    width: 47% !important;
        display: inline-block;
    }
    #watchlist-auctions-3 {
    width: 47% !important;
        float: right;
    }
    

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I have tried to import a font from your media library to your Custom Font Manager and this worked well. But I see that you seem to have a mix of fonts and icon fonts in your media library, perhaps you tried to import the wrong one?

    Best regards,
    Mike

    in reply to: Header menu disappeared #1110860

    Hi,
    I believe that you are using a blog element on your blog page, which has it’s own settings. The Enfold Theme Options > Blog Layout > Blog meta elements controls the elements showing on the built-in blog page which is set at Enfold Theme Options > And where do you want to display the Blog?

    Best regards,
    Mike

    in reply to: Link in footer #1110857

    Hi,
    Sorry, I meant that I would like to login and edit the copyright field to see why your Privacy Policy link is not working.
    The login above only lets me see the page, not edit.

    Best regards,
    Mike

    in reply to: Page lay-out broken after 4.5.7 update #1110851

    Hi,
    You can see the changelog here there were a lot of changes but nothing really stands out to me as a cause.
    It looks like your custom plugin was created with ACF, does ACF have any debugging tools?

    Best regards,
    Mike

    in reply to: Enfold lässt sich nicht installieren #1110828

    Hi,
    Thank you for the login, I was able to also ftp in and upload the theme for you.
    I then activated Enfold for you, you can start building or import a demo, I checked your PHP settings again and everything seems fine now.

    Best regards,
    Mike

Viewing 30 posts - 21,031 through 21,060 (of 35,061 total)