Forum Replies Created

Viewing 30 posts - 9,091 through 9,120 (of 34,659 total)
  • Author
    Posts
  • in reply to: Button styling customisation #1378689

    Hi,
    Thanks for sharing Guenni007, this looks nice, but the main goal of THP Studio is to achieve a skewed border between the two buttons like in this example
    Enfold_Support_0064.jpeg
    do you have any ideas to achieve this?

    Best regards,
    Mike

    in reply to: CLS issue returns mysteriously! #1378688

    Hi,
    Very good then, we will leave this open to hear back from you.

    Best regards,
    Mike

    in reply to: CLS issue returns mysteriously! #1378678

    Hey Swarez,
    Thank you for your patience, I viewed the two PageSpeed tests that you linked above but they both have a Cumulative Layout Shift of zero.
    2023-01-14_083400.png
    Perhaps the results that you saw earlier was due to caching, please check again.

    Best regards,
    Mike

    Hi,
    Thank you for your patience and glad Günter could help you, as for your css question you may have some other css conflicting because I couldn’t duplicate the issue. Please link to your page with the menu so I can examine and offer some css to get an underline on hover for the menu items.

    Best regards,
    Mike

    in reply to: Button styling customisation #1378676

    Hi,
    Thanks for the link to the example, these buttons have multiple divs in them to create the skew so we would not be able to style one of our buttons to match this, but you could add these buttons to your page in a Code Block element, on my example page I added the button code and the css in the same Code Block element:
    Enfold_Support_0061.jpeg
    try this code:

    <style>
      .home-section-cta-wrap {
          position: relative;
          z-index: 100;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-top: 24px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
      }
      
      .main_color .home-section-cta-wrap a {
        color: #fff !important;
      }
      .skewed-button {
          position: relative;
          width: 180px;
          padding: 10px 60px 10px 32px;
          -webkit-transition: width 0.2s ease;
          transition: width 0.2s ease;
          font-weight: 500;
          text-align: center;
          text-decoration: none;
      }
      .skewed-button-bg {
          position: absolute;
          left: 0;
          top: 0;
          right: 32px;
          bottom: 0;
          z-index: -1;
          border-style: solid none solid solid;
          border-width: 1px;
          border-color: #e0e0e0;
          border-top-left-radius: 1px;
          border-bottom-left-radius: 1px;
          border-bottom-right-radius: 1px;
      }
      .button-skew {
          position: absolute;
          left: auto;
          top: 0;
          right: 0;
          bottom: 0;
          z-index: -1;
          width: 50%;
          margin-top: -1px;
          margin-right: -18px;
          margin-bottom: -1px;
          border-top: 1px solid #000;
          border-right: 2px solid #000;
          border-radius: 0 2px 1px 1px;
          -webkit-transform: skew(-45deg, 0deg);
          -ms-transform: skew(-45deg, 0deg);
          transform: skew(-45deg, 0deg);
      }
      .skewed-button.skewed-button--right {
          margin-left: -12px;
          padding-right: 32px;
          padding-left: 60px;
      }
      .skewed-button-bg.skewed-button--right.cc-pink {
          border-style: solid;
          border-color: #ff6180;
          background-color: #ff6180;
      }
      .skewed-button-bg.skewed-button--right {
          left: 32px;
          right: 0;
          border-top-right-radius: 1px;
          border-bottom-left-radius: 0;
      }
      .button-skew.button-skew--right {
          left: 0;
          right: auto;
          margin-right: 0;
          margin-left: -22px;
          border-style: none none solid solid;
          border-bottom-width: 1px;
          border-left-width: 2px;
          border-radius: 1px 0 0 2px;
      }
      .button-skew {
          background-color: inherit;
          border-color: inherit !important;
      }
      .skewed-button:hover {
          width: 200px;
      }
      </style>
      
      <div class="home-section-cta-wrap">
      <a href="#" class="w-inline-block skewed-button">
        <div class="skewed-button-bg">
          <div class="button-skew"></div>
        </div>
        <div>Learn more</div>
      </a>
      <a href="#" class="skewed-button skewed-button--right cc-white-text w-inline-block">
        <div class="skewed-button-bg skewed-button--right cc-pink">
          <div class="button-skew button-skew--right"></div>
        </div>
        <div>Buy now</div>
      </a>
      </div>

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    I hope this helps.

    Best regards,
    Mike

    in reply to: How would I achieve the Parallax look (plus a little more) #1378675

    Hi,
    I edited the first column in the row:
    edit_first_column_in_the_row.jpeg
    and changed the row margin from negative 80 to negative 380 to move the row up:
    change_the_row_margin_to_move_the_row_up.jpeg
    this is what I now see on the frontend load:
    Enfold_Support_0060.jpeg

    Best regards,
    Mike

    in reply to: Footer buttons too big no matter what #1378674

    Hi,
    Thanks for the login, when I checked the backend the third one was set to No Link
    Enfold_Support_0055.jpeg
    I added a hash because I don’t know what link it should have and now it is showing, please add the correct link:
    Enfold_Support_0056.jpeg
    Enfold_Support_0057.jpeg

    Best regards,
    Mike

    Hi,
    Thanks for the feedback, you are correct I forgot to add the css:

    #top.single-product .template-shop {
        padding-top: 0;
    }
    #top.single-product .template-shop .product .single-product-main-image,
    #top.single-product .template-shop .product .single-product-summary {
    	padding-top: 50px;
    }

    If you are not using a child theme I recommend the WPcode plugin this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets and allows you to export and import your custom code snippets to other sites that you may have or as a backup.

    Best regards,
    Mike

    in reply to: Tag meta element not working for blog page #1378640

    Hi,

    @Angeladlh
    Thank you for your patience, right now the only way to add the tags in the blog element when using the single author,small preview like you are is with the modified /enfold/includes/loop-index.php file that I linked to above.
    The Dev Team will make this feature available in the v5.4 update, so if you want to wait until then you won’t need to modify the file.
    Please let us know if you need further assistance or if we shall we close this thread.

    Best regards,
    Mike

    in reply to: How would I achieve the Parallax look (plus a little more) #1378637

    Hi,
    I created a new page for you linked below with the parallax demo and added your slider to the top so you can examine the elements and see how this works.
    You can use this as your new homepage if you wish and add more of your content if you wish or just model it into your existing homepage.

    Best regards,
    Mike

    in reply to: Footer buttons too big no matter what #1378635

    Hi,
    When I check it looks like it has no image or link so there is nothing to show, if you do have an image in the backend please include an admin login in the Private Content area so we can also see the backend. Is this one also going to have a link? If so please apply the link and image the way you want it in the backend so we can see why it is not showing on the frontend.

    Best regards,
    Mike

    in reply to: Button styling customisation #1378585

    Hey Tim,
    Can you link to a working example of this button so we can examine it without having to write the whole thing from scratch?

    Best regards,
    Mike

    Hi,
    Thanks for your questions, to have the sidebar line separator go to the top you can use this css:
    You can show 5 columns of related products with this woo shortcode [related_products columns="5" limit="5"] but a scroll or slide option is not available.
    So to add this to the product summary area we can add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_action('init','five_related_products_after_single_product_summary', 50);
    function five_related_products_after_single_product_summary() {
    	add_action( 'woocommerce_after_single_product_summary', 'add_five_related_products', 25);
    }
    function add_five_related_products() {
    	if(is_product()) {
    	echo do_shortcode( '[related_products columns="5" limit="5"]' );
    	}
    }

    and this css:

    .shop_columns_3 .products.columns-5 .product {
        margin: 0 1% 1% 0;
        width: 19%;
    }
    

    this is the expected results:
    add_5-column_related_products_section_in_product_summary_area.jpeg
    to hide the original related products area add this css:

    #top.single-product #main #av_section_1 {
    	display: none;
    }

    Best regards,
    Mike

    Hi,
    The Related Products is not in the footer, it is in the proper section above the footer, it has a black background color because you picked this color in the
    Enfold Theme Options ▸ General Styling ▸ Alternate Content ▸ Alternate Content Background Color
    shop_product_related_products_background_color.jpeg
    please change this color to white or whatever color you want it to be.

    Best regards,
    Mike

    #454e57

    in reply to: Mobile version: Color of main menu and burger menu #1378471

    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: Change string before author in blog article #1378411

    Hi,
    Glad to hear, if you are using a Child Theme and the code is in your child theme functions.php then it will work after each update, if it is in your parent theme functions.php and you don’t want to add a Child Theme try using the WPCode plugin and add the code as a “PHP snippet”.
    Let us know when you have this working and we will close this thread.

    Best regards,
    Mike

    in reply to: Mobile version: Color of main menu and burger menu #1378407

    Hi,
    Thanks for trying but the child theme stylesheet is still hidden, I believe that you have custom css in it but it sounds like you may not have experience with FTP so try this css in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field to override your child theme stylesheet, it is not the best approach but it should work:

    @media only screen and (max-width: 989px) {
    .html_mobile_menu_tablet .header_color div .av-hamburger-inner, 
    .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, 
    .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after {
        background-color: #af7e34 !important;
    }
    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
    	color: #af7e34 !important;
    }
    }

    After applying the css, please clear your browser cache and check.
    If you still see the white try clearing your server cache also.

    Best regards,
    Mike

    in reply to: Change string before author in blog article #1378401

    Hi,
    Thanks for the feedback, since the author link is now in the categories span the hover color gray was the new color, so add this css to make the categories and author hover color blue like it was when it was below:

    .html_modern-blog #top.single-post div .main_color .blog-categories a:hover {
    	color: #88bbc8;
    }

    If you don’t want the categories to be blue on hover only the author try this css:

    .html_modern-blog #top.single-post div .main_color .blog-categories .author a:hover {
    	color: #88bbc8;
    }

    This is the new script to move the author link and the backslash:

    function move_author_and_replace_da() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    var moveAuthor = document.querySelector('#top.single-post .post-meta-infos .blog-author.minor-meta');
    var appendtoDiv = document.querySelector('#top.single-post .post-entry .blog-categories.minor-meta');
    var authorBackslash = document.querySelector('#top.single-post .post-meta-infos .text-sep');
    if (!!moveAuthor) {
    appendtoDiv.appendChild(authorBackslash);
    appendtoDiv.appendChild(moveAuthor);
    }
    });
    
    var changeAuthorNode = document.querySelector('html[lang="it-IT"] #top.single-post .post-meta-infos .blog-author.minor-meta');
    if (!!changeAuthorNode) {
    changeAuthorNode.childNodes[0].replaceWith('A cura di ');
    }
    
    var changeMasonryAuthor = document.querySelector('html[lang="it-IT"] .av-masonry-author.meta-color.author');
    if (!!changeMasonryAuthor) {
    var search = "da ";
    var replacement = "A cura di ";
    document.body.innerHTML = document.body.innerHTML.split(search).join(replacement)
    }
    </script>
      <?php
    }
    add_action('wp_footer', 'move_author_and_replace_da');

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Avia Layout Editor on Posttype The Events Calendar #1378315

    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

    in reply to: How would I achieve the Parallax look (plus a little more) #1378313

    Hi,
    Thanks for your patience, to have the 3 boxes over a slider you would use a negative margin, in the demo above the first column of the row has a negative -80px margin for the row:
    Enfold_Support_0052.jpeg
    When you say that you want each column highlighted on mouse-over, do you mean you want the background color to change or the column to scale a little larger?

    Best regards,
    Mike

    in reply to: Critical Issue and Clashes #1378312

    Hi,
    Thanks for the feedback, I tried to login and follow your steps above to see the error with MyWorks Sync, but I was not able to follow the steps, I went to the backend WooCommerce > Orders but didn’t find “new orders” or the product “Screen Printing”
    Please create a screencast of the steps to see the error so we can view the steps and then follow along. Perhaps then we can get an idea what is causing the error.
    This is a test site correct? So we can disable plugins without causing any impact to your business?
    Best regards,
    Mike

    in reply to: Change string before author in blog article #1378309

    Hi,
    Please remove the above function so I can test and try again.

    Best regards,
    Mike

    in reply to: Change string before author in blog article #1378267

    Hi,
    Thanks for the link to your site the following function will move the author link on single posts up to under the title next to the category link and for Italian language posts change the “Da” to “A cura di”, it will also change this for your masonry grid on your /blog/ page.
    Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function move_author_and_replace_da() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
      var moveAuthor = document.querySelector('#top.single-post .post-meta-infos .blog-author.minor-meta');
      var appendtoDiv = document.querySelector('#top.single-post .post-entry .blog-categories.minor-meta');
      var authorBackslash = document.querySelector('#top.single-post .post-meta-infos .text-sep');
      if (!!moveAuthor) {
      var clone = moveAuthor.cloneNode(true);
      appendtoDiv.appendChild(moveAuthor).setAttribute('style','margin-left:10px');
      authorBackslash.setAttribute('style','display:none');
      }
    });
    (function($){
    $('html[lang="it-IT"] #top.single-post .post-meta-infos .blog-author.minor-meta').contents().filter(function() {
      return this.nodeType == 3
    }).each(function(){
      this.textContent = this.textContent.replace('da ','A cura di ');
    });
    $('html[lang="it-IT"] .av-masonry-author.meta-color.author').text(function(index, text) {
        return text.replace('da ', 'A cura di ');
    });
    })(jQuery);
     </script>
      <?php
    }
    add_action('wp_footer', 'move_author_and_replace_da');

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

    Best regards,
    Mike

    in reply to: Mobile version: Color of main menu and burger menu #1378252

    Hi,
    I think one of your plugins is blocking access, please try disabling your plugins to see if the theme editor shows, if not please include FTP access.

    Best regards,
    Mike

    in reply to: Change string before author in blog article #1378174

    Hi,
    Thanks for your question, we could use javascript to change the “DA” to “DI” and move the line to under the title for Italian language blog posts,
    but we will need a link to a sample post to evaluate, please link to a post on your site.
    Also do you want the date and the author moved under the title, or just the author?
    I assume that you also want this moved in your other language too?

    Best regards,
    Mike

    in reply to: Mobile version: Color of main menu and burger menu #1378172

    Hey Lene,
    Thanks for the link to your site, I see that you added the color #af7e34 to the advanced styling, but the mobile menu font color seems to be coming from css in your child theme like this:

    #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
        color: #ffffff;}

    but I don’t see access to your child theme stylesheet or to the WordPress ▸ Customize ▸ Additional CSS
    Please check these two areas for css colors for the mobile menu, they would override the advanced styling field.

    Best regards,
    Mike

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

    Hi,
    Thank you for your patience, I did and didn’t hear back but it was before the holiday so it might have been missed as the list grew, I asked again today.
    I see that the email in your form is a different domain than the site, so perhaps that is triggering it to be marked as spam, some mail servers auto-delete some spam messages.
    Try using SMTP on your site by installing the plugin WP Mail SMTP with an email account from your website domain and use that email address in the form, so the email to you the admin is the same domain and the autoresponder email to the visitor is also from the same domain.
    Then create a second test email from the same domain to test as the visitor just to see if it works, if so then test a different visitor email from a different domain to see if that works.

    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

    Hi,
    Thanks for the feedback, when I check I see that you have set the width of the boxes with this css:

    #willkommen .box {
        max-width: 22em;
    }

    which leaves a white margin on the right site, to make the margin equal on both sides try adding this css:

    @media only screen  and (max-width: 767px) { 
    .responsive #top #wrap_all .flex_column.box {
    	  margin: auto;
    }
    }
    

    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    in reply to: Increase size of text panel in Post window #1378145

    Hi,
    I tested further and found that the text area didn’t expand to the content height only when using the Block Editor, when using the Classic Editor it expanded to the content height correctly.
    I added this code to your site to correct only for the Block Editor, please clear your browser cache and check.

    add_action('admin_head', 'custom_editor_height');
    function custom_editor_height() {
      echo '<style>
        .wp-admin.block-editor-page .avia-modal-edit-alb-element .mce-edit-area.mce-container.mce-panel iframe {
    	height: 100vh !important;
    }
      </style>';
    }

    Best regards,
    Mike

Viewing 30 posts - 9,091 through 9,120 (of 34,659 total)