Forum Replies Created

Viewing 30 posts - 8,971 through 9,000 (of 34,221 total)
  • Author
    Posts
  • in reply to: Enfold Customization #1375580

    Hi,
    Thanks for the screenshot, is this a single portfolio item (image) on the page? Is any of the text links?
    I think I was misunderstanding, I was thinking of a gallery of multiple images but this looks like a single portfolio page.
    The title of the image is “draft home page” is this your proposed homepage or is it one of many portfolio pages?

    Best regards,
    Mike

    in reply to: Mobile Optimization Grid Row Tablet Landscape #1375528

    Hey Diana,
    Thank you for your patience and for the screenshots, so I see that you have set the grid cells to be full width up to 989px, and I find that this is working correctly. Do you want this to work for larger screens? For example, the iPad pro has a landscape width of 1366px so do you want the cells to be full width up to there?
    I believe that the confusion about the padding is that the padding screenshot you showed is for up to 989px
    2022-12-08_003.jpeg
    but the screenshot of the grid element showing the cells side-by-side is for 990px
    2022-12-08_001.jpeg
    so to change this padding you need to change the desktop padding:
    2022-12-08_002.jpeg
    We could help with some css to change the break point to landscape width 1366px if you wish, or if you are using a different iPad, some of their landscape widths are 1024px
    Try this link on your iPad to see what width your screen is screen resolution, you may need to reload the screen when you check portrait vs landscape.

    Best regards,
    Mike

    Hi,
    I took a look at the staging site and it looks like you have made some good progress with it, I see it is updated to v5.2.1 and it looks like it is working well?

    Best regards,
    Mike

    in reply to: Homepage design #1375509

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Enfold Customization #1375508

    Hi,
    Thanks for the link to your mockup image but I’m not able to see it, please try again.
    If you have trouble with the screenshot site you can also use DropBox or Google Drive and post the link below.
    As I understand your question, in order to show a gallery that includes tags or metadata I would recommend using a plugin, and I believe that such a plugin would also include the other features. Here is a link to the search results for WordPress plugins for photo gallery with tags random, please check the screenshots for these out to see if they are what you had in mind.

    Best regards,
    Mike

    in reply to: Header conflict #1375505

    Hi,
    So the footer error only occurs on the pages that the Cooked plugin is used?
    Please check if the footer error occurs when the parent theme is activated instead of the child theme.

    Best regards,
    Mike

    in reply to: Main Menu #1375437

    Hi,
    Thanks for the link to your new page, I had tested on your old dev page, try using this css that has the color for both states, before and after scroll:

    #header_main .phone_number a {
        color: #6489df;
    }
    #top #header.av_header_transparency #header_main .phone_number a p {
    	color: #f8f8f8;
    }

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

    Best regards,
    Mike

    in reply to: Team Member Description in Lightbox #1375434

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Shop category thumbnail images are suddenly the wrong size #1375433

    Hi,
    Are you saying that on the frontend that solution works correctly but in the preview/unpublished it still looks wrong?
    Sometimes WordPress doesn’t display some of the theme elements correctly in preview/unpublished because WordPress doesn’t include the theme files in the preview/unpublished in the same way as it does in the frontend published state. We can’t not correct this because we would need to edit the core WordPress files to do so.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Category pages not working #1375427

    Hi,
    Thanks for the feedback, the error message was due to an old breadcrumbs shortcode that you were using that should not be used, I corrected for you, you can read this post for further info but there is no action that you need to take now.
    So as I understand when you use the parent theme Enfold instead of the child theme it works correctly?
    I tried removing all of your custom code in your child theme functions.php and your child theme stylesheet but that didn’t help, and then I tried enabling your parent theme and your category pages did show, so I don’t know how this could be since the only customization for the child theme are in those two files.
    Are you able to create a staging site? If you are try exporting your theme settings when your child theme is active and then activate your parent theme and import the child theme settings file and see if all of your child theme customizations are imported into your parent theme and everything looks correct and the category pages also work correctly.
    It sounds like this might work but try this on a staging site in case it doesn’t.

    Best regards,
    Mike

    in reply to: Blog list, keep article extract CSS in the Blog List view #1375420

    Hi,
    Thanks for the feedback, I believe that I have modified it as you wished, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Move woocommerce tabs under image gallery #1375343

    Hi,
    To open a new thread please click this link.
    Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Submenu collapse/expand on click, not hover #1375342

    Hi,
    Thanks for the link, so to make the menu item “documentation” show open whenever the page “another page” is opened try this css:

    #top.page-id-21 #avia-menu.av-main-nav #menu-item-29.menu-item-has-children ul.sub-menu li {
        display: block;
    }
    #top.page-id-21 #avia-menu.av-main-nav #menu-item-29.menu-item-has-children ul.sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
    }

    To apply this to other pages and menu item you would change the page class (page-id-21) and the menu ID (menu-item-29) to your new page and menu item.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Team Member Description in Lightbox #1375340

    Hi,
    I added the class .mfp-content to your css for the popup so the width is only applied when it is a popup and not on the page, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Main Menu #1375339

    Hi,
    To change the phone number to white when the header is transparent please try this css:

    #top #header.av_header_transparency #header_main .phone_number a p {
    	color: #f8f8f8;
    }
    

    After applying the css, please clear your browser cache and check.
    The number will then show as blue when you scroll and the header is no longer transparent.

    Best regards,
    Mike

    Hi,
    Thanks for the screenshots and the login, I found this css in your Quick CSS that was hiding it:

    div table.shop_attributes .main_color table caption, .main_color tr:nth-child(2n), .main_color .pricing-table > li:nth-child(2n), #top .main_color .avia-data-table.avia_pricing_minimal td {
    	color: #333333;
    	display: none;
    }

    I don’t know why you were using it but if I remove this line:
    .main_color tr:nth-child(2n),
    then the field shows
    2022-12-07_001.jpeg
    I put it back so you could investigate why it is there.

    Best regards,
    Mike

    in reply to: Header conflict #1375296

    Hi,
    As I understand your last two posts, you have solved the duplicate recipe issue by replacing some of your child theme files, but now your footer doesn’t show?
    So is that the page as a footer, or the regular footer or both?
    which files did you replace?

    Best regards,
    Mike

    in reply to: Magazine element styling #1375295

    Hi,
    The reason that one entry was shown twice was because I didn’t use the offset option, I was trying to demonstrate the layout, when I choose the offset Do not allow duplicate posts on the entire page (set offset automatically) there are no duplicates:
    2022-12-06_004.jpeg
    and the result:
    2022-12-06_005.jpeg
    But I think I understand what you mean now so I tested with one element having the top big image to the side and it fell on the left:
    2022-12-06_006.jpeg
    To flip it to the other side I added this css:

    #avia-magazine-1 .av-magazine-hero {
    	float: right;
    }
    #avia-magazine-1.av-magazine .av-magazine-sideshow.av_one_half {
        margin-right: 3%;
        padding-right: 3%;
        width: 50%;
        border-right-width: 1px;
        border-right-style: solid;
        margin-left: 0;
        padding-left: 0;
        width: 50%;
        border-left-width: 0px;
        border-left-style: none;
    }

    and the result:
    2022-12-06_007.jpeg

    Best regards,
    Mike

    in reply to: Magazine element styling #1375272

    Hi,
    I’m not sure that I understand because I was able to create this layout using the current magazine options when using two magazine elements in two columns, the element on the left only shows 4 thumbnails and the element on the right shows one larger 1030px x 1030px image.
    2022-12-06_002.jpeg
    So I’m not sure what you would like to change about the layout.

    To use larger thumbnail images for the magazine element, I added the custom class larger-thumbnails to the element on the left and this script at the end of my child theme functions.php file in Appearance ▸ Editor:

    function custom_mag_thumb_size() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
    $('.av-magazine.larger-thumbnails .av-magazine-entry img').attr('width', '180px');
    $('.av-magazine.larger-thumbnails .av-magazine-entry img').attr('height', '180px');
    $('.av-magazine.larger-thumbnails .av-magazine-entry img').attr('sizes', '(max-width: 180px) 100vw, 180px');
    $('.av-magazine.larger-thumbnails .av-magazine-entry .av-magazine-thumbnail').css({'height': '180px','width': '180px'});
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_mag_thumb_size');

    and this was the result:
    2022-12-06_003.jpeg
    I linked my test page below, please give this a try.

    Best regards,
    Mike

    in reply to: Help restoring a specific en revision *URGENT* #1375254

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    in reply to: Help restoring a specific en revision *URGENT* #1375233

    Hi,
    Glad to hear that you have this sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: Header conflict #1375232

    Hi,
    When I check your child theme I see that you had an old header.php but no footer.php these to files went together so I would expect an error using the old header.php and a new footer.php. But your header.php is disabled right now and you are seeing the error so it doesn’t point to that as the error.
    I see you are using Advanced Custom Fields, is this what is adding the recipes?
    I mean that your recipe post type only shows shortcodes so are these shortcodes injected into a custom post loop to display?
    If so this might be added to page as a footer because the code is looking for a div like “content” or such.
    This would explain why when you use no page as a footer and just the normal footer with widgets the error doesn’t occur.

    Best regards,
    Mike

    Hi,
    We could try updating and seeing how it goes since it is a staging site and we can easily roll it back.
    As for future updates on the loop-index.php it’s hard to say, I don’t think it changed for a very long time and then the big change for version 5 was because WordPress made a big change and PHP8 was rolling out, so my guess is that it may not change for a long time.
    Do you know what the customization was meant to do? I don’t see anything major on your blog page, if your customization was to just move some of the elements around like the date below the post for example then we could just use some javascript instead and you won’t need to use a custom loop-index.php at all.
    Let me know what the customization was for and perhaps I can try to make the same changes with javascript first before we try updating.

    Best regards,
    Mike

    in reply to: Error: Trying to access array offset on value of type null #1375226

    Hi,
    Thanks for the feedback I have asked the team if there is a way to disable this for your plugin, when I hear back I will reply here.
    Thank you for your patience.

    Best regards,
    Mike

    in reply to: Help restoring a specific en revision *URGENT* #1375223

    Hi,
    Glad to hear this is helping you, when I test your website name in the top left corner from the dashboard it seems to go to your new page, also when I click your logo on the site and when I click you first menu item.
    So I believe this is working correctly, Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    in reply to: Woocommerce Product import #1375166

    Hi,
    Glad to hear that you have this sorted out, shall we close this then?

    Best regards,
    Mike

    in reply to: Help restoring a specific en revision *URGENT* #1375165

    Hi,
    Do you mean like the new page I created for you?
    Try setting that page as your homepage in the theme settings and use it, it’s already corrected to use with the plugin.
    I had also corrected all of your other pages because you said you were pressed for time.

    Best regards,
    Mike

    in reply to: Blog list, keep article extract CSS in the Blog List view #1375150

    Hi,
    Thanks for the login, I didn’t see any errors when I added it, please check.

    Best regards,
    Mike

    in reply to: Woocommerce Product import #1375148

    Hi,
    Sorry, I don’t know what a PIM (Product Information System) is, but it sounds like a database of products with their prices and other info in a woocommerce format.
    Is this correct?
    And when you import it fills in the woocommerce tables in the database?
    If so then it doesn’t make sense that you want to use the ALB because the products are not using the ALB elements, the theme will not automatically convert the products and the import doesn’t include the builder element used.
    Please see my previous post, I believe you are misunderstanding the difference between the WordPress editor and the Advanced Layout Builder.

    Best regards,
    Mike

Viewing 30 posts - 8,971 through 9,000 (of 34,221 total)