Forum Replies Created

Viewing 30 posts - 5,881 through 5,910 (of 35,210 total)
  • Author
    Posts
  • in reply to: Apply custom link to the whole box of a portfolio grid #1420954

    Hey p3nmarketing,
    Thank you for your patience, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function add_portfolio_custom_link_around_heading_content_open_new_tab() { ?>
      <script>
    (function($){
      $('#av-sc-portfolio-1 .grid-sort-container .grid-entry').each(function(){ 
      	$link = $(this).find('a').clone().text('');
      	$(this).find('.grid-content').wrap($link);
      	$(this).find('a').attr('target', '_blank')
      });
    })(jQuery);
    </script>
      <?php
    }
    add_action('wp_footer', 'add_portfolio_custom_link_around_heading_content_open_new_tab', 99);

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

    Best regards,
    Mike

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top #header.av_header_transparency #header_meta {
        border-bottom: none;
    }

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

    Best regards,
    Mike

    in reply to: Dynamic Posts CSS deleted when a page is duplicated and saved #1420951

    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: Demo Import not completed #1420898

    Hey pachnerweb,
    The parallax demo only contains the Frontpage.
    I checked your site and the Frontpage was set as the homepage and the blog which was causing an error, so I corrected:
    Enfold_Support_3500.jpeg
    and now your Frontpage shows correctly, please check.
    If you want more demo pages try our Enfold 2017 Demo, or you can just clone and edit the parallax frontpage to suit.
    Please note that typically installing multiple demos on the same site will override the theme settings with each demo, but you could try exporting the parallax demo theme settings at Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File and rename the frontpage so it won’t be overwritten and then import another demo and then import the parallax demo theme settings again. This should preserve the parallax demo frontpage but some of the styles and settings for the new demo may not be as expected, be you will have the page element structure that you can adjust to suit.

    Best regards,
    Mike

    in reply to: Main Menu / Selected Element Color Bug #1420895

    Hi,
    Thank you for your patience, I wanted to let you know that I have investigated this and couldn’t find a cause for this, so I asked the rest of the team for advice. I disabled the css that I recommended above so the team could easily see the issue, please retain the admin access above and reply so this thread stays on top in our list view, I just wanted you to know we are investigating. Thank you for your patience.

    Best regards,
    Mike

    Hi,
    Glad that this helped, I found emoji flags here and added one to each of your menu labels, and this seemes to work good:
    Enfold_Support_3496.jpeg
    Please note that when you add a flag it looks like country code until you save it, but then it looks correct.
    Enfold_Support_3498.jpeg
    Please check and try this on your other sites.

    Best regards,
    Mike

    Hi,
    Ok, sorry we were not more help. Thanks for using Enfold.

    Best regards,
    Mike

    in reply to: Dynamic Posts CSS deleted when a page is duplicated and saved #1420832

    Hey Christie,
    I recall another user having issues with their duplicating plugin, and they found the WP Code duplication script solved their issue, please give this a try.

    Best regards,
    Mike

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor to disable the theme Events Calendar mods:

    add_action('after_setup_theme', function() {
        if(is_child_theme()) remove_action('tribe_events_template', 'avia_events_template_paths', 10, 2);
    });

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    This should make the The Events Calendar files used instead of the theme’s modifications, so the single event page will have the default layout, but perhaps the plugin will work as you expect it.

    Best regards,
    Mike

    Hi,
    Sorry my example may have been confusing, I checked your base site and see your language menu:
    Enfold_Support_3486.jpeg
    so this is good if you want to show the language menu in the topbar, to do so choose the menu location:
    Enfold_Support_3488.jpeg
    and then choose to show it in the theme settings:
    Enfold_Support_3490.jpeg
    Or you can add the language menu items to the main menu:
    Enfold_Support_3492.jpeg
    in this case you might wish to add a folder called “lang” or anything you wish to hold all of your language links, this is what I had in mind in my other screenshot
    Enfold_Support_3494.jpeg
    I hope this explains better.

    Best regards,
    Mike

    in reply to: vertical images #1420719

    Hi,
    Thanks for the video, this looks like the animation is being delay try disabling your caching plugin or your other plugins that would delay the behavior of the page. Or disable the animation of the image elements on the page so they will show on the page load.

    Best regards,
    Mike

    Hi,
    Thanks for the link to your test page, when I click the green button a lightbox is not shown, the form that is shown looks like it is added via a ajax function, so our lightbox is not causing an error. I couldn’t determine any error on the page, I filled out the form and added guests and it worked correctly so I’m not sure what the issue is.
    For each guest there were no required field data except the check box for “Datenschutz” I left all fields empty and the form worked correctly, so any user can register with guests and leave the data empty, no individual data collection for guests is forced.
    So perhaps the option in the plugin is working correctly?

    Best regards,
    Mike

    in reply to: Malware found in files #1420696

    Hey itkaufmann,
    I see that you are using a old version 4.7.6.3
    If you have malware try deleting the theme files at /wp-content/themes/enfold/ and download the latter version from your Theme Forest account and upload it to the same directory.
    If the malware is in the core WordPress files this won’t help, try seeing if your webhost has a backup from the last time you know it was working correctly and roll back to that, perhaps six months ago?
    Otherwise you may need professional help in removing the malware.

    Best regards,
    Mike

    in reply to: Anchor link from header link to a Slider Revolution slider #1420694

    Hi,
    It seems to always work from the home page and about 50% of the time from the blog & contact page for me, so it seems to be an improvement.
    I have asked the rest of the team if they have any ideas, and will reply when I hear from them, Thank you for your patience.

    Best regards,
    Mike

    in reply to: Mega menu with Description & icon #1420690

    Hi,
    Glad that this helped, 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: Mega menu with Description & icon #1420426

    Hi,
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    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, because you will lose the custom code that you add to the enfold ▸ functions.php when you update next time.

    Best regards,
    Mike

    in reply to: Anchor link from header link to a Slider Revolution slider #1420425

    Hi,
    Currently your color sections are not set to a height, try setting them all to 100% height:
    Enfold_Support_3474.jpeg
    and as I understand each slide is meant to be a full screen height, and you have five sections, but two of them are code blocks with the shortcode and three of them are the slider elements:
    Enfold_Support_3476.jpeg
    the slider elements can not have a height set, so try changing them all to color sections with code blocks with the shortcode that are set to 100% height and see if this helps.
    When I test from the homepage the services section lands in the right place, but from the blog page it doesn’t, this seems to point to the position moving as the height changiing when the content loads. Setting the height of each section should correct.

    Best regards,
    Mike

    Hi,
    You can add menu links to the sites that are live, and add the other ones later.
    Try adding a structure like this with the custom menu items and links to each site
    Enfold_Support_3472.jpeg

    Best regards,
    Mike

    in reply to: Main menu and footer #1420398

    Hi,
    I changed the css to this:

    /* Icon color on hover */
    #footer .widget .social_bookmarks li a:hover {
      color: #ffffff!important;
      background: #0a66c2!important;
      transition: all .35s ease;
    }
    .widget .social_bookmarks li a:hover:before {
      color: #ffffff;
    }

    please clear your browser cache and check.

    Best regards,
    Mike

    in reply to: Change Shop #4 #1420325

    Hi,
    Did Ismael’s solution work? I see you wrote that it did but I can’t see it?
    The reason the other site can have a author link below the image is because only the image has the product link, but on your site the whole element has the product link.
    I’m not sure how we can change that without a major element re-write.

    Best regards,
    Mike

    in reply to: Number of social media icons #1420323

    Hi,
    I first converted your PNG to SVG at this site.
    Then I followed the steps in this thread to convert the SVG into a safe SVG
    Then I uploaded the SVG to Fontello to make the icon font.
    Then I imported the Fontello zip to my Enfold Theme Options ▸ Import/Export ▸ Iconfont Manager
    and now they show in my icon element:
    Enfold_Support_3470.jpeg
    I linked to the Fontello zip below that I created for you to try.

    Best regards,
    Mike

    in reply to: Theme Direction from RTL to LTR and Vice Versa #1420320

    Hi,
    As I understand the subscription is to keep WPML updated with improvements and bug fixes, it doesn’t effect your site’s functionality, you will still be able to use the plugin as before.
    At some point you will probably use all of your translation credits for the built-in auto translation, but you can still manually translate your new pages with Google Translate and save it to your site.

    Best regards,
    Mike

    in reply to: WPML flags #1420210

    Hi,
    Sorry we are limited in our support of third-party plugins, please follow the Polylang instructions ▸ Can I use my own flags for the language switcher or reach out to the Polylang support for further assistance.

    Best regards,
    Mike

    in reply to: Coding on Author Page #1420209

    Hi,
    Thanks for the login, the error is coming from the file at includes/loop-about-author.php which is what displays the author page.
    This file has beed edited and a chunk of the file is missing, I assume as part of your customization, I recommend asking whoever was helping you to compare it with a original version of the file from your Envato (Theme Forest) account and try to figure out what is needed for your customization.
    I see that you are not using a Child Theme and your functions.php contains a lot of customizations, please note that this will be lost when you update. Please consider installing a child theme and move all of your customizations to it, since I see the loop-about-author.php was modified I assume that other core theme files were also modified and should be saved in a child theme before the next update.
    I can see a lot of work went into your customization and it looks complicated, so I’m sure that you would not want to lose any of this.

    Best regards,
    Mike

    in reply to: Change Shop #4 #1420208

    Hi,
    I have removed the word “Author” and I have moved the name before the price:
    Enfold_Support_3465.jpeg
    But it can not be a link because the whole element is already a link to the product and you can not have a link inside of a link.

    Best regards,
    Mike

    in reply to: Main menu and footer #1420204

    Hi,
    Glad to hear, please let us know when we should close this thread.

    Best regards,
    Mike

    in reply to: Alignment of content in footer #1420203

    Hi,
    Please check your logo in the footer, it has empty space on the right, (all sides) I believe that if you edit the image so the logo is to the edge on the image the right side will align up with the edge of the contaier and be where you want it.

    Best regards,
    Mike

    in reply to: Produktbild in WooCommerce auf Seite größer darstellen #1420202

    Hi,
    I added this to your functions.php and it has moved the product image below the product summary, please check.

    
    remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_show_product_images', 25 );

    Best regards,
    Mike

    in reply to: Change Shop #4 #1420199

    Hi,
    Thanks, I added this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    add_action('woocommerce_after_shop_loop_item_title', 'display_custom_attribute_in_product_grid', 10);
    function display_custom_attribute_in_product_grid(){
        // HERE define the desired product attributes to be displayed
        $defined_attributes = array('autore');
    
        global $product;
        $attributes = $product->get_attributes();
    
        if ( ! $attributes ) {
            return;
        }
    
        $out = '<ul class="taste-attributes">';
    
        foreach ( $attributes as $attribute ) {
    
            // Get the product attribute slug from the taxonomy
            $attribute_slug = str_replace( 'pa_', '', $attribute->get_name() );
    
            // skip all non desired product attributes
            if ( ! in_array($attribute_slug, $defined_attributes) ) {
                continue;
            }
    
            // skip variations
            if ( $attribute->get_variation() ) {
                continue;
            }
    
            $name = $attribute->get_name();
    
            if ( $attribute->is_taxonomy() ) {
    
                $terms = wp_get_post_terms( $product->get_id(), $name, 'all' );
                // get the taxonomy
                $tax = $terms[0]->taxonomy;
                // get the tax object
                $tax_object = get_taxonomy($tax);
                // get tax label
                if ( isset ( $tax_object->labels->singular_name ) ) {
                    $tax_label = $tax_object->labels->singular_name;
                } elseif ( isset( $tax_object->label ) ) {
                    $tax_label = $tax_object->label;
                    // Trim label prefix since WC 3.0
                    if ( 0 === strpos( $tax_label, 'Product ' ) ) {
                       $tax_label = substr( $tax_label, 8 );
                    }                
                }
    
                $out .= '<li class="' . esc_attr( $name ) . '"style="width:100%" >';
                $out .= '<span class="attribute-label">' . esc_html( $tax_label ) . ': </span> ';
                $tax_terms = array();
    
                foreach ( $terms as $term ) {
                    $single_term = esc_html( $term->name );
                    array_push( $tax_terms, $single_term );
                }
    
                $out .= '<span class="attribute-value">' . implode(', ', $tax_terms) . '</span>';
    
            } else {
                $value_string = implode( ', ', $attribute->get_options() );
                $out .= '<li class="' . sanitize_title($name) . ' ' . sanitize_title( $value_string ) . '">';
                $out .= '<span class="attribute-label">' . $name . ': </span> ';
            }
        }
    
        $out .= '</ul>';
    
        echo $out;
    }
    

    and now the author is showing in the product grid and in the Related products at the bottom of product pages:
    Enfold_Support_3451.jpeg

    Best regards,
    Mike

    in reply to: Error with setting page #1420195

    Hi,
    Try going to Enfold Theme Options ▸ Frontpage Settings and make sure the Frontpage is set
    Enfold_Support_3445.jpeg
    If that doesn’t help try going to WordPress ▸ Settings ▸ Reading ▸ Your homepage displays and set the frontpage there:
    Enfold_Support_3447.jpeg
    Then check your Pages ▸ All Pages and the frontpage should say Front Page like this:
    Enfold_Support_3449.jpeg
    Otherwise, please disable your JetPack plugin and post the admin login in the Private Content area so we can login and check.

    Best regards,
    Mike

Viewing 30 posts - 5,881 through 5,910 (of 35,210 total)