Forum Replies Created

Viewing 30 posts - 961 through 990 (of 9,352 total)
  • Author
    Posts
  • in reply to: Filtering by …. shop-demo #1002204

    Hi,

    You need to use the default WooCommerce “Filter Products by Attribute” and/or the “Filter Products by Price” widget to add these filters to your sidebar. However these filters will only work on standard woocommerce pages, like the product category/archive pages or the woocommerce shop page. It won’t work on pages which use the advanced layout builder or on non-woocommerce pages (i.e. where you just use a woocommerce product widget in the sidebar).

    That said please stay polite – there’s no need to use sarcasm if you’re not fully satisfied with the answer. 

    Best regards,
    Dude

    in reply to: Woocommerce shortcode in sidebar #1002200

    Hi,

    1) The shortcode parameters/settings are documented here: https://docs.woocommerce.com/document/woocommerce-shortcodes/ . You can try to add a columns parameter like:

    
    [product_categories columns="2"]
    

    2) There’s no special Enfold widget for product categories. You could use a text widget to add custom text before/after the woocommerce widget or you could hire someone to modify the woocommerce widget code for you. 

    Best regards,
    Dude

    Hey zqmaqma,

    Try to add this code to your .htaccess to redirect all requests to the new https url:

    
    RewriteEngine On
    RewriteCond %{HTTPS} !=on
    RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
    

    If this doesn’t help try to download and install the php script from here: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/

    Use ftp to upload it to the main wordpress directory (where the wp-content, wp-admin, etc. folders are located). Then replace all occurrences of the old http:// url with your new https:// url.

    Best regards,
    Dude

    Hi,
    We’re not aware of any missing code, seo or redirection issues with 404 pages. I’d recommend to contact the Web Auditor support and to ask them which parameters/algorithms are used to analyse the 404 page. Based on their answer we can then check if we can solve this issue on our end or if it’s just a false positive.

    Best regards,
    Dude

    in reply to: Comment form is like WordPress form #1002000

    Hi,

    I now solved this issue by adding a custom id to the footer section (ID = footer_section) and then I added this css code to the quick css field:

    
    #footer_section + div {
        display: none;
    }
    

    Best regards,
    Peter

    in reply to: accordion styles? #1001991

    Hi,
    You can use this css code as a starting point:

    
    #top .togglecontainer .single_toggle:first-child .toggler, #top .togglecontainer .taglist + .single_toggle .toggler {
        color: blue;
        background-color: lightgray;
    }
    
    #top .av_toggle_section .av-inherit-border-color span.toggle_icon .vert_icon, #top .av_toggle_section .av-inherit-border-color span.toggle_icon .hor_icon{
        border-color: navy;
    }
    

    To change the hover colors you can add the :hover selector like

    
    #top .av_toggle_section:hover .av-inherit-border-color span.toggle_icon .vert_icon, #top .av_toggle_section .av-inherit-border-color span.toggle_icon .hor_icon{
        border-color: red;
    }
    

    Best regards,
    Dude

    in reply to: Advanced Layout Editor stops working #1001988

    Hey nhutle,

    I tried to log in but I get the error “ERROR: Invalid username. Lost your password?”. Please check the login credentials.

    Best regards,
    Dude

    in reply to: Regarding domain https://www.arches.com #1001986

    Hey Apurva Thakker,

    We do not own this domain (see https://www.whois.com/whois/arches.com ). The website is running our popular Enfold theme ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ) but we’re not affiliated with the website owner.

    Best regards,
    Dude

    in reply to: Setting up search by portfolio items #1001979

    Hey!

    This code will only work with the default Enfold search form (click on the search icon in the main menu to activate the Enfold search field). This code won’t affect the standard wordpress search or the wordpress search widget. If you want more control over the wordpress search please install a plugin like relevanssi ( https://wordpress.org/plugins/relevanssi/ ). You can then activate Relevanssi for the Enfold ajax search too ( https://kriesi.at/support/topic/is-there-a-searchbar-working-togehter-with-woocommerce/#post-990568 ).

    Cheers!
    Peter

    in reply to: Portfolio start category and display #1001898

    Hi,

    You should add a timeout or document load check to your code like:

    
    function add_custom_script(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
        	$('a[data-filter="g-2_sort"]').trigger('click');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    

    Best regards,
    Dude

    in reply to: WordPress cannot update! #1001897

    Hi,

    You can download the theme from themeforest ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ) and wordpress from here: https://wordpress.org/latest.zip and then use ftp to update both. First I’d recommend to unzip the wordpress files and to upload them via ftp. Then unzip the theme files, go to wp-content/themes/ and rename the “enfold” folder to “enfold_bak”. Then upload the unzipped “enfold” folder into the wp-content/themes/ directory (final theme path should be wp-content/themes/enfold/) and check if everything works. If yes you can delete the “enfold_bak” folder.

    Best regards,
    Dude

    in reply to: Can't Login on Woocommerce for privacy policy #1001895

    Hi,

    After studying the code I noticed the plugin won’t work with the current version of Enfold. However it will work with the upcoming release. If you want to use it with the current version you need to modify three files.

    1) Open up wp-content/themes/enfold/functions.php and replace the entire code in the file with the code from here: https://pastebin.com/raw/zZHPC4Bx

    2) Open up wp-content/themes/enfold/includes/helper-privacy.php and replace the entire code in the file with the code from here: https://pastebin.com/raw/Rhu48dX6

    3) At least open up wp-content/plugins/enfold-woocommerce-privacy/enfold-woocommerce-privacy-plugin.php and replace line 27

    
    'min_version'				=>	'4.4.2',
    

    with

    
    'min_version'				=>	'4.4.1',
    

    (so basically set the version number to 4.4.1 instead of 4.4.2).

    Now go to Enfold > Theme Options > Shop Options and scroll to the bottom. There you’ll notice a new “Privacy Policy for Shop” where you can configure some new settings.

    Best regards,
    Dude

    in reply to: How to remove update cart button #1001871

    Hi,

    I couldn’t find any reasons why the cart page doesn’t work. However I’m sure it’s not a theme issue because the cart page doesn’t work with the default wordpress themes (TwentyFifteen, etc.) too.

    I’d recommend to contact your server administrator/host – hopefully they can provide error logs or useful hints.

    Best regards,
    Dude

    in reply to: FALS POSITIVES HAD PUBLISHEDE ON SITE COMPETITOR TO MINE #1001865

    Hi,

    We’re only selling WordPress themes and your competitor obviously uses our popular Enfold theme ( https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 ) which we sold over 161.848 times to customers around the world. We have nothing to do with your competitor or with his website and can’t assist you with legal issues.

    Best regards,
    Dude

    in reply to: Portfolio tags linking error, tag placement #1001859

    Hi,

    Great, glad we could help you :)

    Best regards,
    Dude

    in reply to: portfolio tags styling, links #1001857

    Hi,

    Great, glad it works now :)

    Best regards,
    Dude

    in reply to: Expanding Content Hidden in Tab Views #1001856

    Hi,

    I modified the code a bit and added it to your child theme functions.php:

    
    add_action('wp_footer', 'ava_auto_resize');
    function ava_auto_resize(){
    ?>
    <script>	
    setTimeout(function(){
    	setInterval(function() {
    		jQuery(window).trigger('resize');
    		jQuery(window).trigger('av-content-el-height-changed');
    		jQuery('.av-layout-tab .isotope').isotope({
    			layoutMode : 'fitRows', itemSelector : '.flex_column'
    		});
    	}, 1000);
    }, 1500);
    </script>
    <?php
    }
    

    Please check if this solves the issue on your end.

    Best regards,
    Dude

    in reply to: Contact Form Email #1001850

    Hi,

    I added this code to your child theme functions.php to solve the issue:

    
    add_filter('avf_form_mail_form_field', 'avia_change_checkbox_form_values', 10, 7);
    function avia_change_checkbox_form_values($form_field, $new_post, $form_elements, $form_params, $element, $key, $field_value)
    {
    	if($field_value == 'false') $form_field = '';
    	return $form_field;
    }
    
    

    I also had to patch the enfold/framework/php/class-form-generator.php with a new filter (modified code: https://pastebin.com/raw/k4KiZK0z ).

    The next theme update should include the patched class-form-generator.php and the child theme code will also work with future updates.

    Best regards,
    Dude

    in reply to: specification / scope of performance #1001841

    Hey Daniel,

    Is it possible to use drop-down lists and tabs (classic view without moving down within a page) at the store/shop for my products and services?

    No, not out of the box. The dropdown lists and tabs are part of the WooCommerce plugin (plugin which is used to extend Enfold with e-commerce features – https://wordpress.org/plugins/woocommerce/ ) and you would need to modify the plugin or extend it to implement these features.

    And regarding icons – what icons are in the package I buy of you?

    We use some fontello icons: http://fontello.com/ which are all free. You can also create one or more custom icon font set(s) and use them with Enfold (see https://kriesi.at/documentation/enfold/icon/ ).

    Best regards,
    Dude

    Hi,

    Please check the login credentials. I just get the error “ERROR: Invalid username. Lost your password?”.

    Best regards,
    Dude

    in reply to: Private Posts not shown in "Masonry" or "Magazine" #1001836

    Hi,

    Ok, I’ll leave this thread open :)

    Best regards,
    Dude

    in reply to: Portfolio Raster soll sliden #1001835

    Hey!

    Leider unterstützt das Portfolioraster keine Slider-Funktion. Technisch könnte eine derartige Funktion implementiert werden, jedoch erfordert dies einige zeitaufwendige Anpassungen, welche wir nicht im Rahmen des Supports anbieten können. Ich würde empfehlen für diese Anpassungen einen Entwickler zu beauftragen oder wie Mike oben vorgeschlagen hat den Pot Slider zu verwenden.

    Cheers!
    Peter

    in reply to: blacklist emails from contact form #1001834

    Hey!

    The is_ext_email check will only fire if you use the “Valid E-Mail address with special characters” field validation (screenshot http://www.clipular.com/c/6126134404841472.png?k=929gwJ5qXLLVAavl5nIn-ZrnKn4 ). The extended characters check would also allow special characters like öä, etc. in the e-mail address but tbh you probably won’t stumble over e-mail addresses which contain special characters because of the reference standards (see https://stackoverflow.com/questions/2049502/what-characters-are-allowed-in-an-email-address )

    Best regards,
    Peter

    in reply to: portfolio tags styling, links #1001825
    in reply to: Product grid excerpt #1001824

    Hi,
    Afaik this is not possible. WooCommerce replaces the “excerpt” field with the “Product short description”. However you could simply use the main description box as excerpt box. Then add this code to the functions.php:

    
    
    function woocommerce_after_shop_loop_item_title_short_description() {
    	global $product;
    	if ( ! $product->get_description() ) return;
    	?>
    <div itemprop="description">
    		<?php echo $product->get_description() ?></div>
    <?php
    }
    add_action('woocommerce_after_shop_loop_item_title', 'woocommerce_after_shop_loop_item_title_short_description', 5);
    

    to display the main description below the product title on shop pages.

    If you don’t want to display the description tab on the product single page you can also include this code in functions.php:

    
    // add this to functions.php, a custom plugin, or a snippets plugin to remove the description tab in woocommerce
    add_filter( 'woocommerce_product_tabs', 'sd_remove_product_tabs', 98 );
    function sd_remove_product_tabs( $tabs ) {
        unset( $tabs['description'] );
        return $tabs;
    }
    

    Best regards,
    Dude

    in reply to: Private Posts not shown in "Masonry" or "Magazine" #1001820

    Hi,

    You can use this code to include private posts in magazine and masonry elements:

    
    
    add_filter('avia_masonry_entries_query', 'avia_custom_query_extension', 10, 2);
    add_filter('avf_magazine_entries_query', 'avia_custom_query_extension', 10, 2);
    add_filter('avia_blog_post_query', 'avia_custom_query_extension', 10, 2);
    
    function avia_custom_query_extension( $query, $params ) 
    {
    	$query['post_status'] = array('publish','private');
    	return $query;
    }
    

    Please add this code to the child theme functions.php. If necessary you can also add another post status to the query (i.e. draft or pending, see https://codex.wordpress.org/Class_Reference/WP_Query#Status_Parameters for more information).

    Best regards,
    Dude

    in reply to: Setting up search by portfolio items #1001819

    Hey FZKFranziska,

    You can use this code to limit the ajax search to portfolio items:

    
    add_filter('avf_ajax_search_query', 'avf_ajax_search_query_mod', 10, 1);
    function avf_ajax_search_query_mod( $search_parameters )
    {
    	$defaults = array('numberposts' => 5, 'post_type' => 'portfolio', 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false, 'results_hide_fields' => '');
    	$_REQUEST['s'] = apply_filters( 'get_search_query', $_REQUEST['s']);
    	$search_parameters = array_merge( $defaults, $_REQUEST );
    	return $search_parameters;
    }
    

    Add it to the child theme functions.php (i.e. at the very bottom of the file).

    Best regards,
    Dude

    in reply to: ImageObject ERROR #1001777

    Hey bborsi,

    Please try to add following code to your child theme functions.php and check your website again:

    
    add_filter('avf_markup_helper_attributes', 'avf_markup_helper_attributes_modified', 10, 2);
    function avf_markup_helper_attributes_modified($attributes, $args) {
    	if($args['context'] == 'image') {
    	    $attributes['itemprop'] = 'image';
    	}
    	return $attributes;
    }
    

    Best regards,
    Dude

    in reply to: Portfolio tags linking error, tag placement #1001776

    Hi,

    I replaced your code with this function to solve the issue:

    
    add_filter('avf_template_builder_content', 'avia_add_social_toolbar_template_builder', 999, 1);
    function avia_add_social_toolbar_template_builder($content = "")
    {	
    	if(is_singular('portfolio'))
    	{
    		$posttags = get_the_tags();
    		if ($posttags) 
    		{
    			$content .= '<span class="blog-tags minor-meta"><strong>'.__('Tags:','avia_framework').'</strong><span> ';
    
    			$numItems = count($posttags);
    			$i = 0;
    
    			foreach($posttags as $key=>$tag) 
    			{
    				if(++$i === $numItems) 
    				{
    					$content .= '<a href="'.get_tag_link($tag->term_id).'">'. $tag->name .'</a>';
      				}
    				else
    				{
    					$content .= '<a href="'.get_tag_link($tag->term_id).'">'. $tag->name .'</a>, ';
    				}
    		  	}
    			$content .= '</span></span>';
    		}
    	}
    
    	return $content;
    }
    

    Best regards,
    Dude

    in reply to: WPML problem #1001771

    Hi,

    Great, glad we could help you :)

    Best regards,
    Dude

Viewing 30 posts - 961 through 990 (of 9,352 total)