Forum Replies Created

Viewing 30 posts - 8,941 through 8,970 (of 34,655 total)
  • Author
    Posts
  • in reply to: Horizontal vs Vertical Nav. #1395634

    Hey pamk21,
    You can change your site to a sidebar header at Enfold Theme Options ▸ General Layout ▸ Logo And Main Menu and choose leaft or right sidebar.
    This will give you a vertical header and navigation.

    Best regards,
    Mike

    in reply to: Pop-up feature #1395632

    Hi,
    Please see this tutorial on using the Team Member element to show a popup when the image is clicked to show more information.
    It sounds exactly like what you are trying to do and explains step-by-step how to do it.
    Try testing it on a test page on your site and if you get stumped include a link to the page and an admin login so we can assist.

    Best regards,
    Mike

    in reply to: Flip box #1395628

    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: Page Title Not Showing In Pages #1395627

    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: Page Title Not Showing In Pages #1395569

    Hi,
    Thanks for the link to your site, to display the page title to the page that you linked to, please go to the backend and in the admin sidebar find Layout ▸ Title Bar Settings and choose Display only Title
    Enfold_Support_190.jpeg
    I did this for you, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Unfortunately, this is not an option, perhaps woocommerce offers this as an addon plugin.
    Or try the solution in this thread, or perhaps this article, or this one.

    Best regards,
    Mike

    in reply to: Flip box #1395476

    Hi,
    Thanks for the feedback please try this css instead:

    .avia-icongrid .av-icon-cell-item .avia-icongrid-flipback {
        text-align: left;
    }

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

    Best regards,
    Mike

    in reply to: frame as circle #1395475

    Hi,
    I added the custom class onethirdcircle to the three circles in all three languages and then adjusted the script to look for this class.
    I then added this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field for all three languages to center the text on mobile and cleared your cache for each language:

    @media only screen and (max-width: 767px) {
    	.responsive #top .sc-av_one_third .flex_column_table_cell.onethirdcircle {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    }

    Then to reduce the size of the circles and center them horizontally for mobile I added this css in the Enfold Theme Options ▸ General Styling ▸ Quick CSS field for all three languages to center the text on mobile and cleared your cache for each language:

    @media only screen and (max-width: 767px) {
    	.responsive #top .sc-av_one_third .flex_column_table_cell.onethirdcircle {
    		max-width: 300px;
    		margin: auto !important;
    }
    }

    In my tests this is the smallest that you can use in all three languages and still have it look good based on the words, is some languages the words are too long without a break so it doesn’t fit in the circle well. Perhaps if you made the font smaller you could have a smaller circle but then would the text easily be readable?
    You can test further if you like, please clear your mobile browser cache and check.
    Please see the screenshot in the Private Content area of the mobile results.

    Best regards,
    Mike

    in reply to: Breadcrumbs – 2 backslashes after "Home" #1395464

    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: Make portfolio grid the same height #1395436

    Hi,
    Glad to hear this helped, the image for “What’s the catch” is smaller than all of the others, please try correcting the image size by uploading a new correct image, it would be better than adding another script to adjust all of the images when only one is different.

    Best regards,
    Mike

    in reply to: frame as circle #1395432

    Hi,
    To center the content in the 1/3 columns on mobile try this css:

    @media only screen and (max-width: 767px) {
    	.responsive #top .sc-av_one_third .flex_column_table_cell.av_one_third{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    }

    After applying the css, please clear your browser cache and check.
    Also please check the other pages on your site to ensure that this css and the custom script to make the columns have equal height and width is not causing any issues elsewhere, if so I recommend adding a custom class to these round elements on your homepage. Is this the only place you are going to use them or do you plan on using them also on other pages?
    As for their size, on mobile columns are set to be full-width, if you want them smaller we can assist but how much smaller do you want them to be?

    Best regards,
    Mike

    in reply to: TikTok Icon Social Media Buttons #1395425

    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: Breadcrumbs – 2 backslashes after "Home" #1395424

    Hi,
    I’m Glad to hear that you have this sorted out with the bog breadcrumbs, with this in mind I logged into your test site to check the empty breadcrumb issue with woocommerce products and I found that in the woocommerce settings woocommerce ▸ products ▸ Shop page no page has been set
    Enfold_Support_186.jpeg
    I selected your e-shop page and now the breadcrumbs are correct.
    I also checked my demo site for our shop demo, and it also has a shop page selected, so this seems to be the solution.
    Please adjust to suit, then clear your browser cache and check.

    Best regards,
    Mike

    in reply to: TikTok Icon Social Media Buttons #1395376

    Hi,
    Thanks for the login, I see that you added the PHP function to the plugin Simple Custom CSS and JS as a CSS code snippet:
    Enfold_Support_180.jpeg
    That is why it didn’t work, the Simple Custom CSS and JS plugin doesn’t allow PHP snippets, so I moved the snippet to the WPcode plugin that I see you had installed.
    I then added tiktok to your social profiles, but you will need to adjust the URL to yours.
    Now the icon is showing, please clear your browser cache and check.
    Enfold_Support_184.jpeg
    It is also available as a icon in your elements:
    Enfold_Support_182.jpeg

    Best regards,
    Mike

    in reply to: Breadcrumbs – 2 backslashes after "Home" #1395370

    Hi,
    thanks for the link to your new blog site, I see the breadcrumb error on your post there:
    Enfold_Support_178.jpeg
    When I switch to the parent theme this is resolved:
    Enfold_Support_176.jpeg
    Give this a try, I was not able to isolate the function in your child theme functions.php causing this, perhaps you have other customizations that I’m not aware of?

    Best regards,
    Mike

    in reply to: Mobile friendly home page #1395135

    Hi,
    Thanks for the screenshot, from it we found your domain and when we check we see that you are using v4.0.7
    Please update to v5.4
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    Hey padclip,
    Thank you for the link to your site and the screenshot, try adding this css:

    #header_main .logo {
     z-index: 3;
    }

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

    Best regards,
    Mike

    in reply to: How to remove the shortlink #1395132

    Hey yundian,
    Thanks for your question, this seems to be added by your plugin All in One SEO Pack
    Enfold_Support_174.jpeg
    Please disable this plugin and check again.
    I’m not sure which setting in the plugin controls this so try checking all of the settings until you find it.

    Best regards,
    Mike

    in reply to: frame as circle #1395130

    Hi,
    Please try this function instead:

    function make_column_height_equal_to_width() { ?>
        <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
    	$(window).on("debouncedresize", function() {
            $(".sc-av_one_third").each(function() {
                var column = $(this).find(".av_one_third");
                var width = column.width();
                column.height(width);
            });       
    	});
    })(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'make_column_height_equal_to_width');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    in reply to: Flip box #1394993

    Hey sarthakchoudhary,
    Please link to your page so we can assist.

    Best regards,
    Mike

    in reply to: swap image for tablet #1394992

    Hey jeel147,
    The best way to do this is the duplicate the element with the image below the original, then change the image to the new one.
    Then go the advanced tab in the element and set the Element Visibility to only show on mobile and tablets, and then change the Element Visibility on the original element to not show on mobile and tablets.

    Best regards,
    Mike

    Hi,
    Try this css:

    .av-main-nav ul.sub-menu {
        top: 65%;
    }

    65% will put the sub-menu item right under the main menu item, adjust to suit.

    Best regards,
    Mike

    in reply to: Theme registration, Envato, Personal token don't work #1394990

    Hi,
    Thanks for sharing, it looks like Envato support recommends downloading the latest version from your Envato account as Ismael did. Hopefully, they will be able to assist you with your Tokens.
    There is an easier way to manually update than FTP, you can download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, for some reason your post on the 17th didn’t show on my feed so I’m glad that you added another post.
    Thanks for the explanation, so originally you had created products with the Advanced Layout Builder and now you are going to import 2k more products in bulk which will make them default Woocommerce single product page layout.
    So the short answer is no, you can not create a layout with the ALB and have it as the default Woocommerce single product page layout.
    Above you asked how to add 5 column related products to your product pages, this should add the related products in the place that you want them, did you try it?
    I couldn’t test because your sandbox site doesn’t allow the child theme functions.php to be edited.
    Try the function to add the new related products and then add the css to hide the old one in the alternate content area.

    Best regards,
    Mike

    Hi,
    The sub-menu item is currently at the top of the element:
    Enfold_Support_172.jpeg
    perhaps you mean something else, can you please explain further?

    Best regards,
    Mike

    in reply to: TikTok Icon Social Media Buttons #1394913

    Hi,
    If you followed the steps above carefully and copied the code from the forum and not an email notification, and still can’t achieve this then please include an admin login in the Private Content area below so we can assist.

    Best regards,
    Mike

    in reply to: Banner Slider Style #1394912

    Hi,
    Try using the Fullwidth Easy Slider element, or the Fullscreen Slider element.

    Best regards,
    Mike

    in reply to: disable categories in breadcrumb navigation #1394772

    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: table columns at the end on one line #1394770

    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: Get the category of a single Portfolio page #1394769

    Hi,
    There probably is a way to do it I just don’t think that you can do it that way, but I think that this is over my head.
    Unfortunately, I couldn’t get your code to work on my site so I couldn’t tinker with it, I’m glad it works on your site.
    I’d like to see this work, but we are probably going to need more advanced help, I would recommend posting it on Upwork.com

    Best regards,
    Mike

Viewing 30 posts - 8,941 through 8,970 (of 34,655 total)