Forum Replies Created

Viewing 30 posts - 9,931 through 9,960 (of 34,993 total)
  • Author
    Posts
  • in reply to: How do I place text at the bottom of a 100% color section? #1373981

    Hi,
    I found no issues with using the scroll down arrow and the text-bottom css.
    2022-11-26_009.jpeg

    Best regards,
    Mike

    in reply to: Using and editing avia-builder.css in a child theme #1373980

    Hey domchocolate,
    Unfortunately, you can not add it to your child theme, instead try adding your css to your child theme functions.php like this:

    function avia_builder_prev_img_container_wrap(){
        ?>
        <style>
    	  #wpwrap .av-hotspot-container .avia-builder-prev-img-container-wrap{width: 800px}
      </style>
        <?php
        }
    add_action('admin_head', 'avia_builder_prev_img_container_wrap');

    Best regards,
    Mike

    in reply to: Blog date bottom of post wrong formating #1373977

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

    Best regards,
    Mike

    in reply to: Scaled image positioning in a column element #1373975

    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: How do I place text at the bottom of a 100% color section? #1373974

    Hi,
    Glad this helped. the inner div .content has a top and bottom 50px padding:
    2022-11-26_007.jpeg
    if you want to remove this use this css instead:

    .avia-section.av-minimum-height.text-bottom .container .content {
        vertical-align: bottom;
        padding: 0;
    }
    .avia-section.av-minimum-height.text-top .container .content {
        vertical-align: top;
        padding: 0;
    }
    

    the results:
    2022-11-26_008.jpeg
    You can add the css to your child theme stylesheet if you wish, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

    in reply to: do you have a tabbed content element like this? #1373973

    Hi,
    Thanks for the screenshot and the link to your site, please use the shortcode wand
    to open the button element and style as you wish, when you save the button the shortcode will show and on the frontend the button will show.
    2022-11-26_006.jpeg

    Best regards,
    Mike

    in reply to: Burger menu doesn't show #1373969

    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: How do I place text at the bottom of a 100% color section? #1373968

    Hi,
    Thanks for the screenshot, I see that you have added css to the custom class field, please only add the custom class that you want for the element in the field, like this:
    text-bottom
    or
    text-top
    note that there is no dot before the class, this is important.
    then in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field add the css:

    .avia-section.av-minimum-height.text-bottom .container .content {
        vertical-align: bottom;
    }
    .avia-section.av-minimum-height.text-top .container .content {
        vertical-align: top;
    }

    the css will only work on the elements with the custom class.

    Best regards,
    Mike

    in reply to: Scaled image positioning in a column element #1373967

    Hey Stephen,
    Thanks for the link to your page, try this css and adjust to suit:

    .avia-image-container .avia-image-container-inner {
        top: -60px;
    }

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

    Best regards,
    Mike

    in reply to: How do I place text at the bottom of a 100% color section? #1373964

    Hi,
    The middle alignment is the default, so you only need to assign the top & bottom.
    So use the custom classes text-bottom & text-top
    and this css

    .avia-section.av-minimum-height.text-bottom .container .content {
        vertical-align: bottom;
    }
    .avia-section.av-minimum-height.text-top .container .content {
        vertical-align: top;
    }

    Best regards,
    Mike

    in reply to: How do I place text at the bottom of a 100% color section? #1373962

    Hey Michael,
    Please try this css:

    .avia-section.av-minimum-height .container .content {
        vertical-align: bottom;
    }
    

    please see the test page linked below.

    Best regards,
    Mike

    Hi,
    You can add this function to your child theme functions.php, unless it is already there:

    function avia_include_shortcode_template( $paths )
    {
    	if( ! is_array( $paths ) )
    	{
    		$paths = array();
    	}
    	
    	$template_url = get_stylesheet_directory();
    	array_unshift( $paths, $template_url . '/shortcodes/' );
    
    	return $paths;
    }
    
    add_filter( 'avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1 );

    then in your child theme directory create a new directory /shortcodes/ then copy the folder with your customized element into it, in your case /section/section.php
    I would recommend testing the customization on the parent theme file like Ismael recommended first to ensure that it worked as you expected.

    Best regards,
    Mike

    Hi,
    To update your staging site I recommend downloading 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

    in reply to: Will Content Slider show continuous / looping content? #1373958

    Hey davecate,
    Thanks for your patience but unfortunately since you have 9 items with 4 columns the last item will be shown by it’s self, you can show 3 columns with 9 items and have no spaces, or you can have 12 items with 4 columns.

    Best regards,
    Mike

    in reply to: avia-breadcrumb issue in Enfold #1373957

    Hi,
    As I understand your last request, you want the beginning breadcrumb link on your blog page (https://3dlabstore.com.hk/blog) to point to https://3dlabstore.com.hk/3d-printing-technology
    When I check your blog page this is the current link, so I assume that you have already sorted this out.

    Best regards,
    Mike

    in reply to: Product sort order in next previous #1373955

    Hi,
    Glad Ismael 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

    Hi,
    Thanks for the screenshot and the link to your site, please try this code in the General Styling ▸ Quick CSS field:

    #top.home #main .container_wrap_first > .container > .content {
    	padding-top: 0;
    }

    After applying the css, please clear your browser cache and check.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    in reply to: ENFOLD SITE DOWN AFTER WP UPDATE TO 6.1.1 #1373951

    Hi,
    Sorry to hear you are having this trouble, I’m not sure why you are having this trouble because Enfold typically works fine with WP 6.1.1 and PHP 7.4, I have tested this and WP 6.1.1 and PHP 8.0 with no errors.
    I tried to clone your site to my test server and pushing the database seemed to work well because the backend was the same but the front end would not load and it gave no errors, so it makes me think that there is an error in the database, but I don’t know. What was the last working versions for this site?
    I see that you have woocommerce pages created but there is no woocommerce plugin, were you going to have it in the future?
    I see you have no posts and only 9 pages if you don’t count the woocommerce pages, so it seems that it would be easy enough to copy these to a fresh WP install.
    If this is correct I could help you do this to get your site back up and running, if you would like to try this, please check the SFTP password, as it didn’t work for me.
    Then create a new WP install in a new sub-directory on your domain and post an admin login and ensure the SFTP will also connect to this sub-directory and I will copy your pages over to the new install. Then after you review that the new install is working you can delete the old WP install and direct the domain to the new sub-directory.
    If it’s only 9 pages it should only take an hour to do this.

    Best regards,
    Mike

    in reply to: Error on website #1373944

    Hi,
    Thank you for your patience, but I don’t understand what you are trying to do, you want to hide the Dutch flag?
    This css will work for both desktop & mobile:

    #top .language_nl * {
        display: none;
    }

    After applying the css, please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

    in reply to: Burger menu doesn't show #1373937

    Hi,
    Thank you for your patience, when I check your WordPress ▸ Settings ▸ Reading ▸ Your homepage displays for the English language no option has been picked:
    2022-11-26_002.jpeg
    so I picked your English homepage:
    2022-11-26_003.jpeg
    and now your breadcrumbs are correct:
    2022-11-26_070324.png
    please check.

    Best regards,
    Mike

    in reply to: ENFOLD SITE DOWN AFTER WP UPDATE TO 6.1.1 #1373908

    Hi,
    You should be able to login to your Theme Forest account and download the latest version there.

    Best regards,
    Mike

    in reply to: gradient border colorsection #1373905

    Hey dondela,
    Thanks for the login to your site and the screenshot, the issue I see is that the color section is a full width element and you want the left border and the background color to have some padding from the edge, so you could target the inner color section div like this:

    #gradient-border .container {
    	background-color: #e3e8ec;
        background-image: url(https://your-site.de/2022/wp-content/uploads/2022/10/gradient-border-colorsection.jpg);
        background-repeat: no-repeat;
        background-position: 0% 50%;
        background-attachment: scroll;
    }
    #gradient-border {
    	padding-left: 50px;
    }
    #gradient-border .content {
    	padding: 0px;
    }

    I added the ID to your color section and added this css to your quick css, please clear your browser cache and check that this is what you were looking for.

    Best regards,
    Mike

    in reply to: Customize Newsletter Registration #1373901

    Hey Sabine,
    Thanks for your question, please login to your mailchimp account and go to the form and move the send button before the checkbox, the checkbox is set to full width and is before the button, so the button is added to a new line.

    Best regards,
    Mike

    in reply to: Button for blog #1373900

    Hey AuroraArcus,
    Thank you for your question, for reference for future readers this was the example thread on using the shortcode wand that you are referring to.
    Unfortunately, there is not a way to re-edit the shortcode that is created with the shortcode wand, so if you need to adjust the code you will need to re-create the button again.
    The alternative is to Enable the Avia Layout Builder Debugger and on a new page create the button with the Advanced Layout Builder button element and then text it on the frontend to see if it fits your needs and adjust to suit, then once you are satisfied copy the shortcode from the debugger widow below the builder window.
    Please note that both ways use the same button element builder and both ways generates the same shortcode, so it is just a matter of which way is easier for you to work.
    Also note that you could copy element shortcode from any existing page in the debugger window, but if there are multiple elements you will just want to be careful when copying the code.

    Best regards,
    Mike

    in reply to: Bilder #1373876

    Hey Matthias Wolf,

    Vielen Dank für Ihre Frage, die Bilder in unseren Demos benötigen keinen Copyright-Hinweis, sie können kostenlos verwendet werden.
    Für zukünftige Fragen melden Sie sich bitte im Support-Forum an und eröffnen Sie einen neuen Thread, den Sie gestellt haben Frage über das Kontaktformular, das nicht für Supportanfragen gedacht ist.
    Falls Sie sich noch nicht in unserem Support-Forum registriert haben, können Sie dies hier tun.
    Vielen Dank für Ihr Verständnis und dass Sie Enfold verwenden.

    — Translated with Google —

    Thank you for your question, the images in our demos do not need a copyright notice, they are free to use.
    For any future questions, please login into the support forum and open a new thread, you have asked your question through the contact form which is not for support requests.
    If you have not registered to our support forum yet you can do so here.
    Thank you for your understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: Black Friday Sale 2022 #1373871

    Hey Thomas,
    Glad to hear and thank you for your support 🙂

    Best regards,
    Mike

    in reply to: Contact form: Autorespond mail not sending #1373870

    Hey Lene,
    Thanks for your patience, I have installed the WP logging plugin to see if WordPress was sending the autoresponder message and found that it was not, my guess is that the cron was not working so I tried looking for a plugin to check if the cron was working when your Wordfence blocked me from the site.
    So try installing a cron checking plugin and see if the cron is working, also check if your server logs are showing any errors.
    If not try disabling all of your plugins, including Wordfence, and try your contact form again and then check the WP logging plugin to see if WordPress was sending the autoresponder message, if none of this helps then leave all of your plugins disabled and let us know so we can investigate further.
    I tested the autoresponder on my test site and it works correctly, so this is not an error in the element.

    Best regards,
    Mike

    in reply to: Enfold Version #1373792

    Hi,
    Glad Yigit could help, if you have any further questions please log into the support forum and create a new thread and we will gladly try to help you.
    Please note that the contact form is not for support requests, thank you for your understanding and for using Enfold.

    Best regards,
    Mike

    in reply to: Align buttons in burgermenu horizontally #1373752

    Hey Madeleine,
    Thanks for the link to your page, please try this code in the General Styling ▸ Quick CSS field:

    #av-burger-menu-ul .av-menu-button {
    	display: inline;
    	float: left;
        width: 35%;
    }
    #av-burger-menu-ul .menu-item-3277 {
    	clear: left;
    }

    I was not sure if you wanted the lock on the same line, if you do then don’t use this css:

    #av-burger-menu-ul .menu-item-3277 {
    	clear: left;
    }

    and you can adjust the spacing by changing the width to suit, after applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Uploading Theme Issue #1373749

    Hey seedersgr,
    I see the theme is installed so I assume that you realized that you were uploading the wrong version with the documentation instead of the installable WP version from your Theme Forest account.
    Since you have this sorted out shall we close this then?
    Best regards,
    Mike

Viewing 30 posts - 9,931 through 9,960 (of 34,993 total)