Forum Replies Created

Viewing 30 posts - 20,401 through 20,430 (of 35,070 total)
  • Author
    Posts
  • in reply to: Images not showing with grid row on mobile #1124441

    Hey Christopher,
    Thanks for the login, I adjusted your css to this:

    @media only screen and (max-width:767px){
    .flex_cell.no_margin.av_one_half {
    min-height: 280px !important; 
    }
    }

    and cleared your site cache, this seems to be working now.
    Please clear your browser cache and check.

    *The reason your css was not working correctly is because the class “.avia-builder-el-6” and the ID “#av-layout-grid-1” was for a certain element, not all of them. Removing these allows it to work for all of them. I hope this helps explain.

    Best regards,
    Mike

    in reply to: Image Fade in on scoll #1124440

    Hey Manuel,
    Thanks for the link, using your image’s class “portraittest” I believe this css will achieve what you are looking for:

    .portraittest {
        -webkit-animation: avia-ttb 3.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) !important; 
        animation: avia-ttb 3.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) !important; 
        opacity: 1;
    }

    Please note the 3.8s at the beginning, this makes the animation slower/longer, by default it is 0.8s, so please adjust to suit.
    I recommend adding the css to WordPress > Customize > Additional CSS as it has priority, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Style contact form #1124436

    Hey Carolin,
    Sorry for the late reply, I have taken a look at your contact form, but the placeholder font and the actual font seem the same for me, and the checkbox is in front of the sentence, please advise.
    Please see the screenshot in Private Content area.
    To adjust the button, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.home .av-light-form .button {
        color: #C4673B !important; 
        background-color: #fff !important; 
    }
    #top.home .av-light-form .button:hover {
        color: #fff !important; 
        background-color: #C4673B !important; 
    }

    Best regards,
    Mike

    in reply to: Design gekauft #1124432

    Hey Ilhan,
    Ich habe Ihr Konto gefunden, aber wir müssen die richtige E-Mail-Adresse kennen, um die falsche zu ersetzen.

    — Translated with Google —

    Best regards,
    Mike

    in reply to: Socket size #1124431

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

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

    Please adjust to suit.

    Best regards,
    Mike

    in reply to: Enfold theme – crashes site – 500 error #1124413

    Hi,
    Thanks for your feedback, please provide ftp access because if activating the theme crashes the site ftp access with allow us to reset the site. I just would not want to crash it and have to wait for you to reset it.
    I tried a server check plugin and see that you have PHP v7.3.7 this look a little “if’y” for me, as v7.3.7 is not stable (in my experience) but this may not be the issue, I won’t know until I crash it :)
    Please see the Private Content area for my IP.

    Best regards,
    Mike

    in reply to: Dark Photography #1124396

    Hi,
    Sorry for the late reply, when I look at your page for desktop I see the image is “parallax” which is where the image is fixed and the page and text moves over it, and for mobile the image moves with the page.
    So if I understand correctly, you would like to remove the “parallax”?

    Yet, for desktop the image seems to be full size (whole), so I assume this also refers to removing the “parallax”, correct?

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I see the same issue as above in your merged css:

    h1,h2,h3,h4,h5,h6 {
        font-weight: 600;
    }

    loading first, this is what is causing the “flash”, I believe clearing the merged css (turning off) will correct.
    Please try, if you still see this please include an admin login in the Private Content area so we can assist further.

    Best regards,
    Mike

    in reply to: Font style in all my posts #1124381

    Hi,
    Sorry for the late reply, I tried to find an uppercase heading on your page that is forced by css, but did not.
    Please see the screenshot in Private Content area.

    Please try adding this css to correct the text on your page:

    #top.single-post #wrap_all strong,#top.single-post #wrap_all div {
    	font-family: 'noticia text', serif !important;
        color: #333 !important; 
        font-weight: 400 !important; 
        text-transform: none !important; 
    }

    or adjust the css above like this:

    #top.single-post #wrap_all h1,
    #top.single-post #wrap_all h2,
    #top.single-post #wrap_all h3,
    #top.single-post #wrap_all h4,
    #top.single-post #wrap_all .post-entry p,
    #top.single-post #wrap_all .post-entry a,
    #top.single-post #wrap_all .entry-content,
    #top.single-post #wrap_all strong,
    #top.single-post #wrap_all div {
    	font-family: 'noticia text', serif !important;
        color: #333 !important; 
        font-weight: 400 !important; 
        text-transform: none !important; 
    }

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

    Best regards,
    Mike

    in reply to: Failed to initialize plugin: avia_builder_button #1124318

    Hi,
    Thanks for the update, can we try deactivating plugins, scripts, etc? Just to test?

    Best regards,
    Mike

    in reply to: firefox #1124052

    Hi,
    Thanks for the feedback, I added this css to sort this out:

    #top.home #av-layout-grid-1 .avia-builder-el-2,#top.home #av-layout-grid-1 .avia-builder-el-5 {
    	padding-bottom: 0px !important;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Animated numbers #1123903

    Hi,
    Thanks for the login, I added the above css and it seems to work fine on the links you provided. I checked some of your other portfolio items, but they didn’t have animated numbers.
    Please try clearing your browser cache, and checking again.

    As a side note, I also see that you are using Enfold v4.0.7, this is quite outdated, please consider updating to v4.5.7

    Best regards,
    Mike

    in reply to: Animated numbers #1123717

    Hi,
    Please include an admin login in the Private Content area so we might adjust.

    Best regards,
    Mike

    in reply to: Animated numbers #1123709

    Hi,
    To make the number “4” white, please look in your custom css for this css:

    .avia-animated-number span.avia-single-number {
        opacity: 0.5 !important;
    }

    and replace with:

    .avia-animated-number span.avia-single-number {
        opacity: 1 !important;
        color: #fff !important;
    }

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

    Best regards,
    Mike

    in reply to: Main Menu Selection Disappears #1123398

    Hi,
    Glad to hear you might have found the issue, we will keep this thread open to hear back from you after some more testing.

    Best regards,
    Mike

    in reply to: Failed to initialize plugin: avia_builder_button #1123397

    Hi,
    Happy Birthday!! :) Yay!!
    So I created a test page and published and updated again, but I found no “Failed to initialize plugin: avia_builder_button” error, visually on the backend, or in the browser console. When you see the error is it in the console?
    Please see the link in the Private Content area.

    But I do see that you are getting a 400 error in admin-ajax.php and the 403 for Jetpack, these are both server errors, and would be corrected by deactivating the plugins.
    Please try deactivating your plugins and activate them one at a time to find the conflicts, I believe you will find issues with Jetpack, & TinyMCE Advanced, perhaps others like Sucuri.

    The Jetpack error is something Jetpack has been working on but so far no clear solutions other than deactivating it.

    Did you know that we have included the “Classic Editor” in the theme options at Enfold Theme Options > Select Your Editor? This will allow you to remove your “Classic Editor” plugin and possibly a conflict.

    Sorry, I didn’t get this sorted out today, but please try deactivating your plugins to see if you can isolate the conflict.

    Best regards,
    Mike

    in reply to: Coming Soon Demo not working #1123391

    Hi,
    It seems that your site is working now and I can see that the site has been started, but I assume that you still wish to have a “Coming Soon”, or “maintenance page” while you work on the site.
    Unfortunately, I’m still unable to login to your WordPress. I get an error “Invalid username”:
    2019-07-30-224511
    But adding a “Coming Soon” or “maintenance page” is an easy step, please see our documentation about it here.
    We would be happy to assist further, if you wish.

    Best regards,
    Mike

    in reply to: Enfold 2017 LayerSlider Missing #1123383

    Hi,
    Please see the link in the Private Content area.

    Best regards,
    Mike

    in reply to: Font style in all my posts #1123382

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

    #top.single-post #wrap_all h1,
    #top.single-post #wrap_all h2,
    #top.single-post #wrap_all h3,
    #top.single-post #wrap_all h4,
    #top.single-post #wrap_all .post-entry p,
    #top.single-post #wrap_all .post-entry a,
    #top.single-post #wrap_all .entry-content {
    	font-family: 'noticia text', serif !important;
        color: #333 !important; 
        font-weight: 400 !important; 
        text-transform: none !important; 
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: make button a different color on scroll #1123381

    Hi,
    Thank you for your patience, I have added this css to your Quick CSS and now the button is working correctly:

    #top #wrap_all .header_color.header-scrolled #menu-item-109.av-menu-button-colored > a .avia-menu-text {
        background-color: #0077ff !important; 
        color: #ffffff !important; 
    }
    #top #wrap_all .header_color #menu-item-109.av-menu-button-colored > a .avia-menu-text {
        background-color: #ffffff !important; 
        color: #0077ff !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Downloading page Consulting #1123380

    Hi,
    Thanks for the login, I added your social icons to your footer via a HTML widget by copying your header social icons. Please review the code in the widget.
    To have the icons show correctly, I included this css in your Enfold Theme Options > General Styling > Quick CSS field:

    #custom_html-2 .social_bookmarks li {
        float: none !important;
        display: inline !important; 
    }

    To remove the transform scale from the image, I added this css your your Quick CSS.

    #top.home .avia-image-container.av-hover-grow img:hover,#top.home .avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover {
        -webkit-transform: scale(1) !important; 
        transform: scale(1) !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: firefox #1123143

    Hi,
    Sorry for the late reply, I cropped your new image and added it. Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Demo import error #1123062

    Hi,
    Please ask your webhost to check if your secure PHP settings are off: “allow_url_fopen, “allow_url_include” and “register_globals”
    Please try removing the secure options, import the demo and activate secure options again.
    If this doesn’t help, please let us know what webserver you are using, some managed WP services block imports, and include admin login and FTP access in the Private Content area so we can assist.
    Unfortunately, this is not your thread, so I recommend including all of this info in a new thread, as this is not your thread so your login info will not be private here.

    Best regards,
    Mike

    in reply to: Font style in all my posts #1123058

    Hi,
    Glad to hear that this works, somewhat.
    Please explain what elements the css above is not including so we can adjust, perhaps you would like the whole site to be this font except a couple of elements? Sometimes it helps to look at it this way.
    As for:

    so that there are no only uppercase letters (in all posts)

    Do you mean that you want no uppercase headings, or that only some should be uppercase?
    It may be better to have no forced uppercase so that if you want an uppercase you can type it, is that your thought?

    Best regards,
    Mike

    in reply to: Text – centre justified #1123053

    Hi,
    Thanks for the feedback, I reviewed your site and the page in the Private Content area and since you wish only some elements on some pages to be justified I recommend adding a custom class to the elements.
    So, in this case, I added the custom class “just” to your text block element, like this:
    2019-07-30-010234
    Then I added this css to your Quick CSS:

    .just p {
        text-align: justify !important; 
    }

    Now the justification is working on the first text block element, please try adding the custom class to the other text block elements on your pages as you wish and then clear your browser cache and any cache plugin, and check.
    This will give you control over where you wish justification to occur and you won’t have to add more css.
    Please let us know if we can assist further.

    PS: after you add the class “just” to the text element on the first page above, you can remove the first css I posted.

    Best regards,
    Mike

    in reply to: Failed to initialize plugin: avia_builder_button #1123047

    Hi,
    Thanks for your feedback. I took a look at your site for the error, but I only found a JetPack plugin error:

    WebSocket connection to 'wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data' failed: Error during WebSocket handshake:  Unexpected response code: 403

    I also checked your OptinMonster pages (on the backend) but didn’t see an error in the console. How can we reproduce this error?

    Best regards,
    Mike

    in reply to: Enfold 4.4.1 & Gutenberg #1123043

    Hi,

    @havi
    , you should be able to see the option at the top of the page, but there was a couple of issues with some versions such as 4.5.5
    Are you using the latest version? If not please update, if you are using the latest version but use IE or Edge as your browser then this is a different issue and we will ask you to try a beta version that corrects IE & Edge issues.
    If you can include an admin login we can check better, thanks.

    Best regards,
    Mike

    in reply to: make button a different color on scroll #1123039

    Hi,
    Odd, this seemed to be working before, but now when I disable your css merging in Enfold Theme Options > Performance > JS & CSS file merging and compression your css merging is still showing.
    I have now removed the script I posted and commented out the css to have a clean start and try again but I’m still seeing the merged css file, Your server is well known for it’s cache, but typically the test domains from your server (such as yours) are not cached.
    So, I’m going to wait a few hours to see if this clears up, and try again.
    Please reply to this so it will show up for me again and I can work on this some more. (we only see open topics), I hope this makes sense to you :)
    Anyways, I’m sure we can sort this out, right now it looks like a cache issue. Please ask your webhost if they are caching, and if they are, please ask to clear it, otherwise, I’ll try again later.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: Next/previous Post navigation #1122612

    Hi,
    I see that you are using Enfold v4.5.4, Please update the theme via FTP, look for the “enfold” folder at /wp-content/themes/enfold/ and rename to “enfold-old” then upload the new version as the folder “enfold” via ftp.
    Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.
    Once you have cleared your browser cache and tested that your site is working correctly, you can delete the old folder “enfold-old”.
    If for some reason you want to go back to the old version, simply remove the new folder and change the name of “enfold-old” back to “enfold”

    Best regards,
    Mike

    in reply to: Customize cart text #1122606

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

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $("#top.woocommerce-cart .coupon input#coupon_code").attr("placeholder", "Coupon Code");
      $('#top.woocommerce-cart button.button[name="apply_coupon"]').text('Apply Coupon');
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Please adjust the text “Coupon Code” & “Apply Coupon” to suit, Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

Viewing 30 posts - 20,401 through 20,430 (of 35,070 total)