Forum Replies Created

Viewing 30 posts - 15,211 through 15,240 (of 34,221 total)
  • Author
    Posts
  • in reply to: Button-Size / Changing in mobile view #1247037

    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

    Hey iicinfo,
    If you need to add a script to your <head>, you can add to the Enfold Theme Options > Google Services > Google Analytics Tracking Code field. This field can be used for any script you want to add to your site head, not only Google codes.
    Or you can add your script to this code and add to your functions.php:

    
    function custom_script(){
      ?>
      <script>
    	//your custom script here
      </script>
    <?php
    }
    add_action('wp_head', 'custom_script');

    This is a good option if you are using a child theme and wish the code to be away from the theme options where a client may alter in error.
    If this doesn’t help, please include an admin login in the private content area and a link to the raw text of the code (DropBox text file) you want to add so we can be of more assistance.

    Best regards,
    Mike

    in reply to: logo center menu above – logo doesn't appear on desktop #1247035

    Hey lyudmylaz,
    This works correctly on my install, I assume you have already tried disabling your plugins and caching, so please include an admin login in the Private Content area so we can investigate.

    Best regards,
    Mike

    in reply to: Translation ready- Español #1247033

    Hi,
    Thank you for using Enfold, I checked the Español language for the theme options text language on my localhost and found the transaction is incomplete.
    You can use Poedit to update the language file, please see this video starting at 2:30 to see an example on using Poedit.
    We have this translation thread for user submitted translations, if you wish to have your translations added to the theme then please submit there.
    If your translations contain customized text that would not be appropriate for all users, then you can add your language file to your child theme so the translations won’t be lost to theme updates.
    Please let us know if this helps, if it doesn’t please create a new thread with an explanation and a link to your page with the issue. Typically including an admin login helps us investigate your issue.

    Best regards,
    Mike

    in reply to: Adjusting spacing between cells in color section #1247031

    Hi,
    Thank you for the login and screenshot, I see that you have the Avia Layout Builder Debugger activated so I copied your page to a new page and removed the other elements.
    Then I cloned your 2/5 columns and changed them to 1/3 columns so there would be three per row for a total of nine.
    I also added a custom ID of “shazam” to your color section and a custom class to the bottom of the second Separator element for the example.
    Then I added a code block element to hold the css for this example page, which at some point could be added to your other css, if you wish.

    #shazam .av-flex-placeholder {
    	 width: 7% !important;
    }
    .shazam-whitespace {
    	margin-bottom: 2% !important;
    }

    So the result is a 3×3 grid with a “equal” space around each block, it is not exactly “equal” as it is manually created with the above css, but it is very close.
    Please see the link and screenshot in the Private Content area and clear your browser cache and check the live page.
    Is this what you had in mind?

    Best regards,
    Mike

    in reply to: code block centering element #1247027

    Hi,
    Glad Victoria was 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: Button row alignment in mobile view #1247026

    Hi,
    If I understand correctly, your category links are in button style and you find them misaligned. Please see the screenshot in the Private Content area. So from the screenshot, how do you find it misaligned?
    When I view I find the links centered and aligned based on link width, that is if the link is too long for the space, it creates a new row.
    In the screenshot I highlighted the category links in a red box, is this what you meant?

    Best regards,
    Mike

    in reply to: How can I show/hide content on a page, at a certain date? #1247023

    Hey thijsvanhalewijn,
    Do you have a specific test page that we can see?
    As you describe this I imagine that your content blocks include a creation date, tag, category, etc, which can be used to filter.
    I believe that jQuery can be used to hide specific Avia content more reliably across post types and elements, than a PHP filter, if I understand the question correctly.

    Best regards,
    Mike

    in reply to: TinyMCE showing HTML tags in custom shortcode elements. #1247021

    Hi,
    Glad to hear that you have sorted this out. Shall we close this thread then?

    Best regards,
    Mike

    in reply to: Google Chrome strange icon grid #1247015

    Hi,
    Thank you for the feedback, please note that resizing your desktop browser width to other screen widths is not a good test.
    If you use this technique to test, please refresh the browser for each “screen size”.
    I recommend using your browser dev tools to test different screen resolutions.
    Please describe the device you are using and the screen resolution of the error and a screenshot of it. Perhaps this error occurs in “mid-screen sizes” that is “between” sizes & refreshing corrects?
    I would like to reproduce your error to assist further.

    Best regards,
    Mike

    • This reply was modified 4 years, 7 months ago by Mike. Reason: changed link to dev tools video
    in reply to: Google Chrome strange icon grid #1246995

    Hi,
    Thanks for the link to your test page, I checked your flip boxes with Chrome, Firefox & Edge on Windows 10 with no issues, I also tested with Safari, Firefox, and Chrome on a Mac and found that with Chrome on a Mac the flip boxes brake, only in the Dutch language, but this doesn’t occur with Chrome on Windows.
    Please see the screenshots in Private Content area.
    This also doesn’t occur with Firefox on Windows or Mac.
    Is this the issue you are experiencing, or is it something else on Firefox?
    Please post a screenshot of the error you see.

    Best regards,
    Mike

    in reply to: photos not visible on the website #1246994

    Hey Szymon,
    Thanks for the link to your site, but the images in the menu, and elsewhere, seem to be loading, Please see the screenshot in Private Content area.
    I checked with Chrome, Firefox, & Edge, on Windows 10, which browser are you using?

    Best regards,
    Mike

    in reply to: Small Gap between two column on Responsive with Tab #1246993

    Hi,
    Sorry for the late reply, is your test site still active, I get this error from your site:

    This site can’t provide a secure connection.
    test.[your-site].com sent an invalid response.
    ERR_SSL_PROTOCOL_ERROR

    Best regards,
    Mike

    in reply to: Demo import not working #1246992

    Hey manimalone,
    Sorry for the late reply, and thanks for the login, Please include FTP access or cPanel (file manager) access in the Private Content area.
    I assume that you would like to install the 2017 Demo?

    Best regards,
    Mike

    in reply to: custom column gap? #1246988

    Hi,
    Glad to hear you have it sorted 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: TinyMCE showing HTML tags in custom shortcode elements. #1246822

    Hi,
    You should give that a try, but this is outside of our support scope, I recommend seeking out the assistance of a freelancer with tinyMCE experience. I noticed that when the tags are shown in the visual editor, the text editor is showing HTML entities. When I searched this on tinyMCE it suggested the valid_elements option as a workaround. But I don’t know how you would incorporate this into your element.
    But your image holder doesn’t work either, so perhaps there are more issues at work here?

    Best regards,
    Mike

    in reply to: Flex Container #1246797

    Hi,
    If you add a custom class to the text element in the middle of the second & third columns, such as “custom-class” you could use this css:

    .custom-class {
    min-height:220px;
    }

    Without the custom class the css would look like this for your test page second & third columns:

    #top.page-id-742 #main > div > div > main > div > div > div.flex_column_table > div > section:nth-child(3),
    #top.page-id-742 #main > div > div > main > div > div > div.flex_column_table > div > section:nth-child(3) {
    	min-height:220px;
    }
    

    I noticed that in your second column, the HR, above the price, has a 30px top margin, so you will want to remove this to match the third column.

    Best regards,
    Mike

    in reply to: Flex Container #1246536

    Hi,
    Sorry for the late reply and thanks for the screenshots and link to your page, I don’t believe that the custom css above is going to be the solution, as I understand your question, which is to have all 3 columns display the same height for each inner element, this is the goal, correct?
    So the equal height flex columns addresses the outer height, but your issue is the inner height.
    In each column you have an image, text, HR, price, and a button. Of all of these, the text element is the one element that will have a different height for each column, so if you add a custom class to the text element in each column the same height can be applied to each with css or js.
    Please give this a try. Do you have a test page that looks more like your screenshots?

    Best regards,
    Mike

    Hey thefirmgraphics,
    Sorry for the late reply and thanks for the login, it seems that the plugin uses the same trigger to launch the lightboxs as the theme does, so to correct I disabled the lightbox option in the theme and then added this code to the end of your functions.php file in Appearance > Editor:

    function custom_modula_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function() {
        $('.modula-items .modula-item-link').addClass('lightbox-added');
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_modula_script');

    This is working now, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: TinyMCE showing HTML tags in custom shortcode elements. #1246329

    Hi,
    Sorry, the dev replied that tinyMCE is not easy to handle especially if you have more than one open at a time. I’m afraid there will not be an easy solution at least not in the scope of the support forum.
    Since this is beyond the scope of our support forum, please try seeking out the assistance of a freelancer with tinyMCE experience.

    Best regards,
    Mike

    in reply to: Lightbox Issue #1246326

    Hi,
    On the page that you linked to the gallery is not opening in a lightbox, the images are opening directly, if you notice the URL bar address ends with “/A0056334.jpeg” for example.
    So now if we could get your new lightbox to work for these links it would be good.
    Does your cq-hotspot plugin with the Lity lightbox have any instructions on integrating the new lightbox?
    The Lity lightbox site says we should add the “data-lity” attribute to the links, but this doesn’t seem to work, perhaps the cq-hotspot plugin changed this? If you don’t see any tips in the documentation for the plugin try asking the plugin author.
    Also please disable the smushit plugin for now.

    Best regards,
    Mike

    in reply to: Change child theme name on admin menu #1246298

    Hi,
    Alright, please let us know if this helps.

    Best regards,
    Mike

    in reply to: custom column gap? #1246048

    Hi,
    You could try:

    #top.page-id-3392 .av_one_fifth.avia-builder-el-27,#top.page-id-3392 .av_one_fifth.avia-builder-el-30 {
        margin-left: 6px !important;
    }

    But I saw your mockup image at the bottom of the page and I believe this will be difficult to achieve with your current elements.
    It looks like the purpose of your grid is cell links to your other pages if I had to create this I might use an html grid layout generator and add the code to a code block element on the page, for the basic grid layout, if this is an option for you please see these generators:
    Layoutit
    CSS Grid Generator
    DIV TABLE
    These are a few I found on Google, there are many more.
    Another option might be to use the Masonry Portfolio Example: 4 Column Masonry Grid, or the Grid Row element, but you would need to create each box as a portfolio item, which in itself might be a larger task than is needed.

    Best regards,
    Mike

    Hi,
    Glad to hear this helps for desktop, for mobile the first column with the descriptions is not shown because there is not enough room to show it. You could use a different mobile table by hiding this one and showing your new one, if you find one that matches your needs for mobile.

    Best regards,
    Mike

    in reply to: Lightbox Issue #1246010

    Hi,
    Please try removing the script and disable the built-in lightbox at: Enfold Theme Options > Lightbox Modal Window

    Best regards,
    Mike

    in reply to: Cart Icon not visible on mobile #1245764

    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: Apply gradient to entire color section including image #1245762

    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: custom column gap? #1245757

    Hi,
    Thank you for the feedback, to add a white border to the second solution please try this css instead:

    #top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) .first {
    	border-right-width: 3px !important;
    	border-color: #007FC8 !important;
    	box-shadow:inset 0px 0px 0px 2px #fff;
    }
    #top.page-id-3392 #main > div > div > main > div > div > div:nth-child(4) .first + .av_one_half {
    	border-left-width: 3px !important;
    	border-color: #007FC8 !important;
    	box-shadow:inset 0px 0px 0px 2px #fff;
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Contact Form mot showing exactly on mobile #1245753

    Hi,
    Please try adding this css below the other css, so this runs after:

    @media only screen and (max-width: 430px) { 
    	.avia-safari #kontakt, .avia-safari #kontakt .av-section-color-overlay {
        height: 132vh !important;
    }
    }

    Then clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Thank you for the feedback, I adjusted the code so it will not interfere with the mobile version.
    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 30 posts - 15,211 through 15,240 (of 34,221 total)