Forum Replies Created

Viewing 30 posts - 15,511 through 15,540 (of 35,013 total)
  • Author
    Posts
  • in reply to: Single page menu – indicator at wrong positions #1268127

    Hi,
    Sorry for the late reply, I find that the OpenStreetMap image is not showing for me, I only see an empty box, do you have any lazy loading plugins, or any caching or minifying plugins with a lazy loading option? Since the box seems to be holding it’s height without the image showing for me, this is probably not the cause I first thought it was.
    I also found that if you go to #join (tickets) and then #venue, back and forth, the highlighting seems fine until you go to #hotel, or if you go to #hotel first.
    Do you have sections with the same ID for different widths? Such as one #venue for mobile and one for desktop, thus having two sections with the same ID?
    Can I login with an admin login and investigate further? Is this a “live” site, can I test some changes, deactivate plugins & scripts, if I restore them back?

    Best regards,
    Mike

    in reply to: Partner Logo On Mobile #1268117

    Hi,
    Sorry for the late reply, for the homepage socket please try this css in your quick css field:

    @media only screen and (max-width: 767px) {
    #top.home #socket > div {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
    }
    }

    For your footer widgets, at 768px, please see the first screenshot below it highlights the margin-left of the columns to give a better view of the column widths. So this is using:

    margin-left: 6%;
        width: 20.5%;

    In the second screenshot, I tried to max the column width and reduced the margin to 1%, but it is not enough for your link “MANAGED VULNERABILITY” to form one line.

    margin-left: 1%;
        width: 24%;

    The widgets don’t have any inner padding or margin that can be removed, so for this screen width and the length of these links, they don’t fit.

    Best regards,
    Mike

    in reply to: Portfolio item dosen't display #1267836

    Hi,
    Sorry for the late reply and thanks for the FTP access and the admin login, I was able to import your demo by editing the import file and changing all of the links to the demo files from our server to yours. Yigit had uploaded all of the demo images earlier so when the new import file ran it imported from your server and not ours. Please clear your browser cache and check.
    I have seen a few cases where the client web host mod-sec would though a false positive while importing, I’m not sure this is your issue, but it might be. Typically importing the demo is the only issue in these cases and building and editing the site later has no further issues.

    Best regards,
    Mike

    in reply to: Custom Footer and Socket Section #1267825

    Hi,
    Thank you for the feedback, for the socket I added this css to your quick css:

    #socket > div {
      display: flex !important; 
      flex-wrap: wrap !important; 
    }
    #socket .social_bookmarks {
        float: none !important;
        margin: auto !important;
        position: relative;
        width: 100%;
        display: flex !important;
        justify-content: center;
    }
    #socket .sub_menu_socket {
        float: none !important;
        margin: auto !important;
    }
    #socket #avia3-menu {
    	margin-left: 0px !important;
        justify-content: center;
        display: flex !important;
    }
    
    #socket > div > .copyright {
          order: 3 !important;
          padding-top: 20px;
    }
    
    #socket > div > .social_bookmarks {
          order: 2 !important;
    }
    #socket > div > nav {
          order: 1 !important; 
          padding-top: 0 !important;
    }

    This centers the items and orders the menu first, then the social icons, and the copyright last, please see the screenshot in the Private Content area, and clear your browser cache and check.

    Best regards,
    Mike

    in reply to: CHILD THEME does not support my General Styling #1267489

    Hi,
    Glad to hear that this is sorting out. You could change the light blue color in your general styling, if you remove the child theme custom css:

    #header_main {
        background: aliceblue !important;
    }

    because the child theme stylesheet is designed to override the theme settings. Or you could just change the color in this css.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: woocommerce product page #1267487

    Hi,
    Thank you for the link, this is a nice looking setup, but it is a custom solution. I would recommend looking for a plugin to achieve this or similar.

    Best regards,
    Mike

    Hi,
    Thank you for pointing that out, so instead of removing the right margin on every fourth item, let’s remove 25px of right side padding to make up this difference.
    So please remove this part of the css:

    #av-sc-portfolio-1 > div > div.grid-loop-4 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-8 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-12 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-16 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-20 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-24 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-28 > article {
    	margin-right: 0 !important;
    }

    and add this css:

    #geschichte > div {
    	padding-right: 25px !important;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Avia Shortcodes on Avia widgets are not working #1267482

    Hi,
    Thank you for the feedback, I tried to recreate your product list example on my localhost but my product list shows like this:
    2020-12-15_073950.jpg
    and not like your page, do you have other customizations to create this view?

    Best regards,
    Mike

    in reply to: desktop menu missing #1267476

    Hi,
    Sorry for the late reply, I would recommend adding the “fontello.woff2” font which is missing from here:
    /wp-content/uploads/avia_fonts/fontello/fontello.woff2
    I linked to a copy in the Private Content area that you can use to upload via FTP.
    I re-ran the webpagetest.org test on your site from their “Cape Town, South Africa” test server and the results were much better, perhaps some of your webhost’s adjustments are helping. Please check the link below.

    Best regards,
    Mike

    in reply to: Slider Beschriftung verschwindet bei Ausrichtungswechsel #1267165

    Hi,
    Glad to hear you were able to sort this out, 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: Ad publish date below preview image in Portfolio Grid #1267162

    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: background div page #1267159

    Hi,
    Yes you can, in css rules a comma is used between rules so to have more than one page in this rule you would write it like this:

    #top.page-id-3982 .main_color, #top.page-id-3982 .footer_color,
    #top.page-id-3972 .main_color, #top.page-id-3972 .footer_color,
    #top.page-id-4007 .main_color, #top.page-id-4007 .footer_color
    { background:#cccccc!important; }

    Best regards,
    Mike

    in reply to: woocommerce product page #1267153

    Hi,
    Where?

    Best regards,
    Mike

    in reply to: Remove add to cart buttons on archive pages #1267152

    Hi,
    Thanks for the feedback, I rechecked the “\enfold\config-woocommerce\config.php” file and found that the “add to cart” function includes the “show details” function. Unfortunately, I don’t see how to hide one and not the other.
    I did find this plugin: MMWD Remove Add To Cart for WooCommerce that may be worth a try. Otherwise, I will ask the rest of the team for ideas. Perhaps I could do this with css, but I feel you would prefer using a function?

    Best regards,
    Mike

    in reply to: Custom Footer and Socket Section #1267134

    Hi,
    Thank you for the feedback, so my socket solution above was for plaseinsectebucuresti.ro, to apply this to your rulouriexterioarebucuresti.ro site I can adjust it, but your socket HTML markup also needs to be adjusted, please include an admin login.

    Best regards,
    Mike

    in reply to: Mega menu item titles in burger menu #1267124

    Hi,
    In the theme options Enfold Theme Options > Performance > Responsive Images And Lazy Loading is the sitewide option to enable lazy loading, and while many elements have an option to disable lazy loading, the default option is “on” based on this setting.
    Thank you for the screenshots, but I’m having trouble seeing the difference between the two. What I had done was to add the closing H6 tags to the mega menu items under “Nos Unvers”, doing this showed a gold border around the image and H6 text, from earlier I realized that this was not ok, so I adjusted this css to change that border to zero px, thus not showing:

    /*Bordure des images*/
    .avia_mega_div > .sub-menu li > span.mega_menu_title > a:nth-child(1) {border: solid 0px #cca752!important;}

    Best regards,
    Mike

    in reply to: Partner Logo On Mobile #1267117

    Hi,
    Thank you, I made these adjustments and re-checked that these seem to work correctly, please clear your browser cache and check.

    Best regards,
    Mike

    Hey Szczepan,
    Sorry for the very late reply, I tested the solution you linked to on a new install, but I didn’t get any errors when saving a single product. Was the above error from a debug log?
    Is your product page a default woocommerce page or are you building it with the Advanced Layout Builder?

    Best regards,
    Mike

    in reply to: Yigit Bey, tam geniş easy slider #1266972

    Hi,
    Çok geç cevap verdiğim için özür dilerim ve ekran görüntüsü için teşekkürler. Yardım etmek isterdim, ancak ne yapmak istediğinizden emin değilim, daha fazla açıklama yapmaya ve inceleyebilmemiz için sayfaya bir bağlantı ekleyebilir misiniz?

    — Translated with Google —

    Sorry for the very late reply and thanks for the screenshot. I would like to assist but I’m not sure what you are wishing to do, could you try to describe further and include a link to the page so we can examine it.

    Best regards,
    Mike

    in reply to: Layerslider: No thumbnails in Chrome and MS Edge #1266971

    Hey Chris,
    Sorry for the very late reply and thanks for the links. As I understand your issue, these thumbnails are not showing below the layerslider:
    2020-12-13_175906.jpg
    I tested with Chrome, Firefox, & Edge on Windows 10, but each showed & worked for me.
    Are you still having this issue?

    Best regards,
    Mike

    in reply to: woocommerce product page #1266970

    Hey Talker77,
    Sorry for the very late reply and thanks for the links, but unfortunately this change would require more customization than we can offer within our support scope. But I would imagine that a plugin would be available for this, I tried searching for one but didn’t find one. How did you create the mockup?

    Best regards,
    Mike

    in reply to: Woocommerce #1266968

    Hey Talker77,
    Sorry for the very late reply and thanks for the link. I tried to add an item to your cart and then I changed the number of items, but the cart amount was adjusted, and then when I went to the checkout the new amount was shown.
    Perhaps I’m not looking in the right place, please see the screenshots in the Private Content area.

    Best regards,
    Mike

    Hi,
    Sorry for the very late reply and thanks for the links. Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #av-sc-portfolio-1 > div > div.first > article {
    	margin-left: 0 !important;
    }
    #av-sc-portfolio-1 > div > div.grid-loop-4 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-8 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-12 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-16 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-20 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-24 > article,
    #av-sc-portfolio-1 > div > div.grid-loop-28 > article {
    	margin-right: 0 !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: background div page #1266960

    Hi,
    Sorry for the very late reply and thanks for the links. To adjust your css for a certain page you can add the page ID like this

    @media only screen and (max-width: 767px){ 
    	#top.page-id-3982 .main_color, #top.page-id-3982 .footer_color{ background:#cccccc!important; }
    }

    As for your last question, you can change the background color for mobile only, or desktop only, or both.
    The css above is for mobile only, this would be for tablet & desktop only:

    @media only screen and (min-width: 768px){ 
    	#top.page-id-3982 .main_color, #top.page-id-3982 .footer_color{ background:#cccccc!important; }
    }

    this would be for both:

    
    	#top.page-id-3982 .main_color, #top.page-id-3982 .footer_color{ background:#cccccc!important; }
    

    I hope this answers your question.

    Best regards,
    Mike

    in reply to: Can't import Flatiron zip file to add custom icons #1266959

    Hey webWahine,
    Sorry for the very late reply and thanks for the links. Unfortunately your zip file only contains svg images an no icon fonts, which is needed. If you want to use the svg icons from Flaticon, please try uploading them to Fontello to convert them to fonts.
    2020-12-13_163529.jpg
    Then try importing them in the theme option.

    Best regards,
    Mike

    in reply to: Custom Footer and Socket Section #1266956

    Hi,
    Sorry for the very late reply and thanks for the links. I went to the page in your video but the button didn’t behave as in your video so I couldn’t inspect the css rules for hove on this button. I checked with Chrome on Windows 10, is this still occurring for you and if so which browser are you using?
    On your test site, I assume you know how to use the widgets to setup the footer:
    2020-12-13_154226.jpg
    To adjust the socket as to your mockup please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #socket > div {
      display: flex !important; 
      flex-wrap: wrap !important; 
    }
    #socket > div > center {
          order: 3 !important;
          width: 100% !important;
    }
    #socket > div > ul {
          order: 2 !important;
          width: 100% !important;
        justify-content: center;
    }
    #socket > div > nav {
          order: 1 !important; 
    }
    
    #socket .social_bookmarks {
        float: none !important;
        margin: 0 !important;
        display: flex !important;
        justify-content: center;
    }
    #socket .copyright {
        float: none !important;
    }
    #socket .sub_menu_socket {
        width: 100% !important;
        display: flex !important;
        justify-content: center;
    }
    

    After applying the css, please clear your browser cache and check.
    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: How to load a new version of a custom icon font #1266953

    Hi,
    Thank you for the feedback, I suppose if you are going to be changing your icon fonts often my suggestion would be a hassle considering your cache is set for a year.
    I have submitted this request to the dev team for review, when the dev team replies I will post it here. Thank you for your patience.

    Best regards,
    Mike

    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: Partner Logo On Mobile #1266951

    Hi,
    Ok, if you include an admin login in the private content area, I could apply the above solutions for you to check.

    Best regards,
    Mike

    in reply to: Ad publish date below preview image in Portfolio Grid #1266948

    Hey Carsten,
    Sorry for the very late reply, Try adding this code to the end of your functions.php file in Appearance > Editor:

    add_filter( 'the_title', 'do_shortcode' );

    Then install this plugin: Date Published Shortcode
    Then add this shotcode to your portfolio title: [post_published]
    2020-12-13_144720.jpg
    This was the result of my test:
    2020-12-13_145205.jpg

    Best regards,
    Mike

Viewing 30 posts - 15,511 through 15,540 (of 35,013 total)