Viewing 30 results - 19,951 through 19,980 (of 244,584 total)
  • Author
    Search Results
  • #1378770

    Hi,
    Your screenshot showed the search suffix
    Enfold_Support_0081.jpeg
    by default the WordPress search link has the rel=”nofollow” which it meant to tell crawler to not follow:
    Enfold_Support_0082.jpeg
    which seems that your crawler is not obeying, based on your screenshot of the report.
    So you could just ignore the report or you could remove the search link from your menu.
    To remove the search link go to Enfold Theme Options ▸ Main Menu ▸ General ▸ Append search icon to main menu and disable.

    Best regards,
    Mike

    #1378760

    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

    Thank you Mike. I tried that too :)

    This is how far I got:

    Installing theme from uploaded file: themeforest-1oe9fCcg-enfold-responsive-multipurpose-theme.zip
    Unpacking the package…

    Installing the theme…

    The package could not be installed. The theme is missing the style.css stylesheet.

    Theme installation failed.

    #1378747
    myDEZIGN
    Participant

    Hello, I am finding that on all my Enfold websites, images are no longer loading. It works on Chrome, Safari Mobile works as well.

    Tested with Safari 16.2 under Mac OS Ventura 13.1 (22C65).

    What can I do here?

    • This topic was modified 3 years, 3 months ago by myDEZIGN.

    Hi,

    @Mariann_m
    Please note that you are using v4.7.4 which uses the API that Envato doesn’t support anymore, also as I recall there was another error in that version.
    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

    Hi,
    The “Event” breadcrumb at the end of your breadcrumbs has been added on by a plugin or script because the item before it has the class trail-end, for example, this is a proper breadcrumb:
    Enfold_Support_0078.jpeg
    and this is yours:
    Enfold_Support_0079.jpeg
    try disabling your plugins or switching to your parent theme to find where this is coming from.
    If you can’t find it or it’s from something you can’t change you could use this css to hide siblings after the class trail-end:

    .breadcrumb-trail .trail-end ~ span {
    	display: none;
    }

    Best regards,
    Mike

    #1378740

    Hi,
    @Shawn thank you for sharing, I’m sure someone will find this helpful.
    Since this thread is from 2019 we will go ahead and close this, but if you have any further tips or questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1378738

    Hi,
    Thank you for the screenshot it helped explain the order, so I tested on the /lesson-tester/ page as you had applied the reverse order on mobile in the element options, this option wraps each row in an extra div making the reversal possible with flex.
    I tested this css for tablet and it seems to work:

    @media only screen and (min-width: 768px) and (max-width: 989px){
    .responsive #top #wrap_all .av-mobile-columns-flex  {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }
    .responsive #top #wrap_all .av-mobile-columns-flex .av_one_fourth:not(.column-top-margin) {
        margin-top: 50px;
    }
    }

    Enfold_Support_0077.jpeg
    lets try this on the /lesson-p1_33c/ page, set the reverse order on mobile in the element options, and test this css. If it works correctly then good, if not then remove the css but leave the reverse order on mobile in the element options enabled so I can test.
    You will note in the above css I added a top margin for the first row because all of the other rows had a top margin, I’m not sure if this was because you had added a top margin in the backend to all rows but the first one, please check this on the /lesson-p1_33c/ page and make sure all rows have the same margin otherwise there will be no space between the top row 4 3 & 2 1

    Best regards,
    Mike

    #1378736

    In reply to: Tabs out of whack

    Hi,
    Thanks, it looks like the Avia Layout Builder Debugger but it looks like it is in the wrong place, was it like this before the page crashed or only after?
    When adding shortcodes into elements it’s important to ensure that the closing tags are included, otherwise the theme will try to fix the error by adding the closing tags but sometimes it might add them into the wrong place causing the page to crash.
    Typically you will need to use a backup to restore from this type of error.

    Best regards,
    Mike

    #1378734

    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

    #1378721

    Hi,
    Thank you for your patience as I understand you have adjusted your test page /lesson-tester/ so it is correct for mobile and desktop, and the issue now is tablet when it is two columns.
    But you wrote above that on tablet it should be:
    4 3
    2 1

    this seems to be the way it is:
    Enfold_Support_0076.jpeg
    is this correct?

    for desktop it is
    4321
    mobile it is
    1
    2
    3
    4
    and these are correct?

    so for your other pages like /lesson-p1_33c/ which I understand you have not done anything to,
    desktop is correct with (top row only):
    ZIQ YAQ KIN YAK
    tablet with two rows is correct with (top row only):
    ZIQ YAQ
    KIN YAK
    and mobile with one row should be
    YAK
    KIN
    YAQ
    ZIQ
    so for this page mobile is the only one wrong right now, correct?

    Best regards,
    Mike

    #1378715

    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

    #1378714

    Hi,
    Those results are for pages that end with /?s= which is used by WordPress for search results and WordPress makes those pages no-index
    If you try going to one of those pages, as I have linked below, you will get a search not found error because the url is wrong.
    I suspect that the crawler is following the search link in your menu for each page
    Enfold_Support_0075.jpeg

    Best regards,
    Mike

    #1378712

    Hi,
    Thank you for your patience, to center the special heading and the subheading below it try adding this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #support .flex_column_table h1.av-special-heading-tag {
       text-align: center;
    }
    #support .flex_column_table .av-special-heading .av-subheading_below {
    	text-align: center;
    }
    

    Then to make the special heading full width add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_stretch_text_script() { ?>
      <script>
    (function($) {
    $.fn.stretch_text = function(){
        var elmt          = $(this),
            cont_width    = elmt.width(),
            txt           = elmt.html(),
            one_line      = $('<span class="stretch_it">' + txt + '</span>'),
            nb_char       = elmt.text().length,
            spacing       = cont_width/nb_char,
            txt_width;
        
        elmt.html(one_line);
        txt_width = one_line.width();
        
        if (txt_width < cont_width){
            var  char_width     = txt_width/nb_char,
                 ltr_spacing    = spacing - char_width + (spacing - char_width)/nb_char ; 
      
            one_line.css({'letter-spacing': ltr_spacing});
        } else {
            one_line.contents().unwrap();
            elmt.addClass('justify');
        }
    };
    
    
    $(document).ready(function () {
        $('#support .av-special-heading-tag').each(function(){
            $(this).stretch_text();
        });
    });
    }(jQuery));
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_stretch_text_script');

    Please see the screenshot in the Private Content area.

    Best regards,
    Mike

    #1378710

    In reply to: Tabs out of whack

    Hey julhobart,
    Thanks for the link to your pages, are you using html tags in title elements such as strong, for example do you ever see this error?
    Enfold_Support_0073.jpeg
    Typically this is the cause when the element is not accessible and the formatting is incorrect, if so please restore your backup and correct each one of these warnings to ensure you will not have further issues.

    Best regards,
    Mike

    #1378708

    Topic: Tabs out of whack

    in forum Enfold
    julhobart
    Participant

    Hi Enfold! Please help. We made a minor change to the tabs on this page (switched a download link on the downloads tab) and now the content on the tabs is not accessible and the formatting is incorrect.

    I’ve provided a link to the product page I’m referring to as well as a link to another product page that is working properly so you can see what it should look like.

    We have a lot of theme changes, have we stretched Enfold too far? We plan to resort to a backup if necessary but this is the 2nd time it has happened and I suspect it will keep happening. What can we do?

    Thanks!

    #1378705

    Hi,
    Thanks for the link to your site, your robots.txt is not blocking anything:

    User-agent: *
    Disallow:

    and according to this site no-index is not found:
    Enfold_Support_0072.jpeg

    Best regards,
    Mike

    #1378697

    Hi,
    Glad to hear that you have this sorted out, and thanks for sharing your solution, 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

    #1378696

    Hi,
    Thank you for your patience, when I check the tags seem to be showing, this one is above the title:
    Enfold_Support_0067.jpeg
    and these are also above the title:
    Enfold_Support_0068.jpeg
    is this correct?

    Best regards,
    Mike

    Hi,
    Thanks for your patience, thanks for the screenshot, I can help you create a shortcode for the post navigation as two arrows in boxes like this:
    post_navigation_shortcode.jpeg
    Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_shortcode( 'prev', 'prev_shortcode' );
    add_shortcode( 'next', 'next_shortcode' );
    function next_shortcode($atts) {
        global $post;
        ob_start(); 
        next_post_link( '<div class="next-shortcode">%link</div>', '>' );              
        $result = ob_get_contents();
        ob_end_clean();
        return $result;
    }
    function prev_shortcode($atts) {
        global $post;
        ob_start();
        previous_post_link( '<div class="prev-shortcode">%link</div>', '<' );              
        $result = ob_get_contents();
        ob_end_clean();
        return $result;
    }

    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.
    Then add this css to your Enfold Theme Options ▸ General Styling ▸ Quick CSS field or the WPcode plugin

    .prev-shortcode,.next-shortcode,.total-count {
        text-decoration: none;
        line-height: 40px;
        width: 40px;
        height: 40px;
        display: block;
        float: left;
        margin-left: -1px;
        overflow: hidden;
        border-style: solid;
        border-width: 1px;
        border-radius: 0px;
        text-align: center;
    }
    .prev-shortcode a,.next-shortcode a {
    	line-height: 40px;
        width: 40px;
        height: 40px;
        display: block;
    }

    Now you can place the shortcodes [prev] [next] in a code block where you want them to show
    Enfold_Support_0066.jpeg
    I notice that your screenshot showed a box that counted the number of posts, but I didn’t find a way to display the “number of number”.

    Best regards,
    Mike

    #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

    #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

    #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

    #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

    #1378664

    In reply to: Font Size

    Hey daves1997,

    You can do that under Enfold->General Styling->Typography.

    Best regards,
    Rikard

    #1378663

    Hey Guenter,

    This is the intended and default Enfold behavior that in a blog content created with ALB is not executed.
    If you use a standard editor (even with shortcode) it is displayed correctly.

    see loop-index line 130 ff.

    If you really want to display the executed shortcode you can use the filter (line 130):

    
    $current_post['content'] = apply_filters( 'avf_the_content', '', 'loop_index' );
    

    and return whatever you like.

    Best regards,
    Günter

    #1378661

    first try this filter in your child-theme functions.php :

    
    add_filter( 'avf_default_lightbox_no_scroll', '__return_true' );
    


    if it does not work

    you can give in your case to that text manuall the second custom class: no-scroll
    Just put to that place where you entered your inline-popup class
    so enter : inline-popup no-scroll

    _____________
    Why do I mention : “in your case”.
    Mostly you can’t assign the trigger class directly to the link. e.g. a button ALB – the custom class would go to a parent element of the link ( so it’s not at the anchor).
    So I mostly enter the trigger class to a parent element – and noted this inline popup snippet like this way:

    
    function inline_popup_enabler(){
    ?>
    <script>
    (function($){
      $(window).on('load',function(){
        $('.inline-popup').find('a').addClass('no-scroll');
        $('.inline_popup').magnificPopup({
          delegate: 'a',
          type:'inline',
          midClick: true
        });
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'inline_popup_enabler');

    But now since Enfold 5.1 there is this filter: avf_default_lightbox_no_scroll

    banyusa
    Participant

    When I add widgets to footer columns they do not work. I am getting the default data in each column. If I activate 4 columns I get:

    “Here are some interesting links for you! Enjoy” in column 1, i get a list of every page and post in column 2, I get Archives in column 3 etc
    These are all defaults. For some reason adding widgets to the columns has no affect. Does anybody have any idea what i can do to fix this? I tried copying the footer.php file from the main enfold theme to my child theme but that causes the footer to completely disappear. Need help!
    Thanks

    #1378657

    here are some customizations on enfold Buttons: https://enfold.webers-webdesign.de/buttons/

    ______________

    btw: for better selecting Buttons in a button-row i had written that little snippet to have unique ID’s on each Button:

    function id_to_button_row_buttons(){
    ?>
    <script>
    (function($) {
      $('.avia-buttonrow-wrap').each(function(a){
        var ButtonRowID = ($(this).attr('id') !== undefined) ? $(this).attr('id') : 'button_row'+(a+1);
        var that = this;
        $('.avia-button', this).each(function(i){
          $(this).attr('id', ButtonRowID+'-button'+(i+1));
        });
      });
    })(jQuery);
    </script>
    <?php
    }
    add_action( 'wp_footer', 'id_to_button_row_buttons');

    you can see here in the DOM how it works ( first button row has no custom class – second got abc as custom-class.)
    https://webers-testseite.de/buttonrow/

Viewing 30 results - 19,951 through 19,980 (of 244,584 total)