Forum Replies Created

Viewing 30 posts - 20,911 through 20,940 (of 35,234 total)
  • Author
    Posts
  • in reply to: Can't Edit Content in page #1116496

    Hi,
    Sorry, it seems that the ftp password has now changed, please review the Private Content area.

    Best regards,
    Mike

    in reply to: single item price not showing in cart #1116494

    Hi,
    Thank you, I tried updating your site with a beta version and the latest fixes, with no success.
    Please try disabling each of your plugins and adding an item to your cart each time and then clearing each time.

    Best regards,
    Mike

    in reply to: Move logo to left in sticky menu at scrolling #1116490

    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

    in reply to: Maintenance mode and Fonts broken after migration #1116489

    Hi,
    Ok, I like Better Search Replace but there are others.
    Creating a backup is recommended.

    Best regards,
    Mike

    in reply to: Menu highlights #1116485

    Hi,
    Glad to hear, we will leave this open for now.

    Best regards,
    Mike

    in reply to: Icon fonts in color. #1116484

    Hi,
    I took another look at the link to the example site and the colored “icons” are actually png images in an image container and the size set with this css:

    .avia-image-container-inner {
        width: 15%;
    }

    Did your colored icons from faticon include the png files?

    Best regards,
    Mike

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

    Hi,
    Thanks for the login, since I couldn’t see the error I assume that you meant that the conflict that caused the error was from a plugin.
    Please let us know if you hear back with a solution.

    Best regards,
    Mike

    in reply to: Portfolio going to wrong item #1116482

    Hi,
    Sorry for the late reply, I was able to login this time and found that your image had the link to the correct item, but the grid that the image was in had the link to the wrong item.
    I corrected, please review your other elements for similar issues.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thank you for the login, I have tested your site on a Windows 10 with Chrome, Firefox, & Edge, and on a Mac with Safari.
    In all cases, the form at the bottom of your homepage was the same transparency for the input fields. Only if a browser offered an input suggestion did I get a white background, but css doesn’t control that.
    If this doesn’t describe your issue, then please include a screencast link so we can see.

    Best regards,
    Mike

    in reply to: Move logo to left in sticky menu at scrolling #1116472

    Hi,
    Thanks for the login, I found that your Quick CSS had many errors and an PHP function which I commented out.
    Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    While the ftp access didn’t work, the tip about the plugin did, thanks.
    From your post above the Enfold theme works correctly, but enfold-child doesn’t, I checked your child theme and see that you have many added files about 500 lines of code in your child theme functions.php.
    To find the error try removing your functions and see if that solves, then add functions one at a time to find the error. Also do the same with the added files if need be.

    Best regards,
    Mike

    in reply to: Google Maps Not Functioning Properly #1116462

    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

    in reply to: Changed URL #1116460

    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

    in reply to: Recent posts and date cannot be translated #1116459

    Hi,
    Perhaps you copied the code from an email and not the code block above, typically this causes quotes to be pasted as curly quotes that cause errors.
    If this still doesn’t work, we could take a look if we had a login.

    Best regards,
    Mike

    in reply to: Maintenance mode and Fonts broken after migration #1116456

    Hi,
    Sorry, I couldn’t login, it said invalid username.
    How did you migrate?
    Did you try using a search and replace plugin to search your database for the old url and replace it with the new url?

    Best regards,
    Mike

    in reply to: Fullscreen Slider Stop on 2nd Image #1116454

    Hi,
    Sorry, but when I check your site with Chrome, Firefox, & Edge I don’t see the error, what browser are you using?
    Can you make a screencast of the issue?

    Best regards,
    Mike

    in reply to: Problem with win10, Internet Explorer 11 #1116453

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

    Best regards,
    Mike

    in reply to: Slider is partially covered in the mobile view #1116452

    Hi,
    Sorry the code was an example for using the media queries,
    I added this css:

    @media only screen and (max-width: 957px) { 
    #top.home #av_section_1 > div > div > div > div > div.flex_column_table.av-equal-height-column-flextable.-flextable {
    margin-top: -150px !important;
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Maintenance mode and Fonts broken after migration #1116350

    Hi,
    Thank you, I tried to login but got a message that an auth code when to an email address, can you retrieve it or turn off this step?

    Best regards,
    Mike

    in reply to: IE 11.523.17134.0 | Slideshow Fullwidth | not working #1116349

    Hi,
    Glad that it helped, there’s no date set for the next release, but it shouldn’t be too long.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: Font changes intermittently not working for p-tag #1116348

    Hey michaeldgilbert,
    Sorry for the late reply and thanks for the login. I’m not sure of the plugin, so please try downloading the special elite font from Google and import it into the custom font manager, then you can use the snippet above, but note that you should put single quotes around the font name when it has a space in it.

    Best regards,
    Mike

    in reply to: Blog Post Grid Layout #1116347

    Hey alexlous,
    Sorry for the late reply, please try this solution

    Best regards,
    Mike

    in reply to: Recent posts and date cannot be translated #1116346

    Hey Istvan,
    Sorry for the late reply, to change the “recent posts” heading Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_recent_posts(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
      $("#recent-posts-2 h3.widgettitle").text("LEGUTÓBBI HOZZÁSZÓLÁSOK");
      });
     })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_recent_posts');

    Please adjust the text to suit.
    For the date, please go to WordPress > Settings > General > Date Format and choose a format that is all numbers.
    Have you checked for a newer language file from WordPress?

    Best regards,
    Mike

    in reply to: Menu highlights #1116345

    Hey inaflagranti,
    Sorry for the late reply,
    #2: Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-556 li#menu-item-587 a {
        color: #333333 !important; 
    }
    #top.page-id-556 li#menu-item-587 .avia-menu-fx {
        background-color: #7a000a !important;
        opacity: 1 !important;  
        visibility: visible !important; 
    }

    #3: please try this css:

    #top.single-post li#menu-item-235 a {
        color: #333333 !important; 
    }
    #top.single-post li#menu-item-235 .avia-menu-fx {
        background-color: #7a000a !important;
        opacity: 1 !important;  
        visibility: visible !important; 
    }

    Since your menu is linking to ID’s on the same page I would recommend using the plugin Page scroll to id it will add classes to your menu to adjust highlighting and it will smooth scroll to the ID and adjust for height.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, when I look at your site the burger menu seems correct.
    Please see the screenshot in Private Content area.
    Did you already solve this?

    Best regards,
    Mike

    in reply to: Flyout Menu two columns #1116341

    Hi,
    Sorry for the late reply, I added this css to your Quick CSS to create two columns. You won’t be able to choose the brake point because it’s automatically set by the css.

    ul#av-burger-menu-ul {
        display: inline-block !important; 
        columns: 2;
        padding: 50px 150px !important; 
    }
    

    Please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Enfold 2017 – Demodaten nicht installierbar #1116336

    Hi,
    Entschuldigung für die verspätete Antwort und vielen Dank für die Anmeldung. Viele der oben genannten Fehler sind darauf zurückzuführen, dass beim Importieren der Demo kein Woocommerce installiert ist. Dies ist in Ordnung und wird Ihnen keine Probleme bereiten. Sie werden die Produkte einfach nicht importieren lassen. Ich habe mir Ihre Site angesehen und festgestellt, dass Ihr Enfold-Design nicht aktiviert ist. Deshalb habe ich Ihren LayerSlider aktiviert und importiert, Ihre Menüs angepasst und Ihre CSS aktualisiert. Die Demo wird nun korrekt angezeigt. Bitte leeren Sie Ihren Browser-Cache und prüfen Sie.

    — Translated with Google —

    Sorry for the late reply and thank you for the login. Many of your errors above are from not having woocommerce installed when importing the demo. This is ok and will not cause you problems, you just won’t have the products imported.
    I took a look at your site and found your Enfold theme was not activated, so I activated and imported your LayerSlider and adjusted your menus and updated your css. The demo is now showing correctly, Please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Sorry for the late reply, I tried to see the issue but I don’t see the icon list, did you replace it with a bullet list?
    I see that you are using Enfold v4.5.4, please try updating to v4.5.7

    The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme to “enfold-old” via ftp then upload the new “enfold” and check that your site is working correctly.
    Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
    Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your 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: How to insert a "read more" button? #1116331

    Hi,
    Thank you for sharing your solution. 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,
    Glad Rikard could 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

Viewing 30 posts - 20,911 through 20,940 (of 35,234 total)