Forum Replies Created

Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • in reply to: Search function in header left sidebar #1046898

    I can not believe that the feature has not been added in updates since. :(

    in reply to: Remove date on blog post Masonry thumbnails #1046361

    These two codes work perfectly.

    To make sure, I used the second one.

    Thanks guys.

    in reply to: Remove top space from sidebar menu (WPML flag) #1041342

    Hi Jordan,

    What a fast support :D

    Work well!

    I also add this comment to my CSS : /* remove WPML container (extra top space) from menu (sidebar menu layout) */

    Thanks a lot ;)

    in reply to: Update Problem to 4.5 from 4.4.1 #1024155

    Same for me :(

    Warning: preg_match() expects parameter 2 to be string, array given in /www/wp-content/plugins/event-tickets/common/src/Tribe/PUE/Package_Handler.php on line 75 Warning: preg_match() expects parameter 2 to be string, array given in /www/wp-admin/includes/class-wp-upgrader.php on line 258 Warning: file_exists() expects parameter 1 to be a valid path, array given in /www/wp-admin/includes/class-wp-upgrader.php on line 258 Warning: strip_tags() expects parameter 1 to be string, array given in /www/wp-admin/includes/class-bulk-upgrader-skin.php on line 61 Downloading update from …
    Warning: parse_url() expects parameter 1 to be string, array given in /www/wp-admin/includes/file.php on line 970 Warning: preg_split() expects parameter 2 to be string, array given in /www/wp-includes/kses.php on line 1325 Warning: strtolower() expects parameter 1 to be string, array given in /www/wp-includes/http.php on line 517 Warning: strtolower() expects parameter 1 to be string, array given in /www/wp-includes/http.php on line 517

    I try to disable Even Calendar, Event Ticket but in vain…

    I believe this update will correct a problem with a WooCommerce shop page ordering conflict. However, I am not able to proceed.

    I hope it will be corrected quickly because it currently involves losses of sales and customers. :(

    in reply to: Upload image giving http error (theme error) #615115

    Hi everyone,

    The best and simple way to fix that is by adding this plugin.
    https://github.com/getsource/default-to-gd
    There’s some instruction on the page.

    It’s an old plugin but work well for me with GoDaddy WP account.

    And it won’t be overwritten by next WP update. ;)

    Hope will help. Will work well for me.

    Cheers, ;)

    P.S – It not only an Enfold/GoDaddy problem.

    in reply to: http Error while image upload #615112

    Hi everyone,

    The best and simple way to fix that is by adding this plugin.
    https://github.com/getsource/default-to-gd
    There’s some instruction on the page.

    It’s an old plugin but work well for me with GoDaddy WP account.

    And it won’t be overwritten by next WP update. ;)

    Hope will help. Will work well for me.

    Cheers, ;)

    P.S – It not only an Enfold/GoDaddy problem.

    in reply to: Upload image giving http error (theme error) #581349

    It’s strange that a popular theme like Enfold and a popular hosting service like GoDaddy are not compatible together.

    By the way, due to the code, the thumbnail in the post list (wp-admin/edit.php) is displayed in full size.

    Seems that “add_image_size(‘widget’, 0, 0);” disable the normal thumbnail size of the image.

    I fix it by hiding it, but i hope it does not create another error on the site.

    //remove_image_size('widget');

    in reply to: Upload image giving http error (theme error) #580508

    This code work well Solution

    Do you plan to fix the problem in the next update?

    Thanks.

    • This reply was modified 8 years, 9 months ago by nparent.
    in reply to: Set full size for featured image #577985

    Thanks for help !

    in reply to: Upload image giving http error (theme error) #577978

    Won’t work for me… :(

    I put this code in my child version of functions.php and it give me a error message

    <?php
    
    function ava_image_sizes() { 
    	remove_image_size('masonry');
    	remove_image_size('magazine');
    	remove_image_size('widget');
    	remove_image_size('featured');
    	remove_image_size('featured_large');
    	remove_image_size('extra_large');
    	remove_image_size('portfolio_small');
    	remove_image_size('gallery');
    	remove_image_size('entry_with_sidebar');
    	remove_image_size('entry_without_sidebar');
    	remove_image_size('square');
    }
    add_action( 'after_setup_theme', 'aa_image_sizes', 11 );
    
    ?>

    Can you take a look and see by yourself please ?
    By the way, i removed everything in the child version of functions.php because it crash the site.

    I put my credentials in private content.

    Thanks a lot.

    in reply to: http Error while image upload #576635

    Same problem… :(

    I try with different versions of Enfold on a GoDaddy WP hosting and won’t work if the image is large.
    First image (816 × 1056 577 kb) work and other (2400 × 1600 419 kb) won’t work (http error).

    But everything it works if I change the theme…

    It also works with Enfold theme on a server that is not hosted by GoDaddy. Very strange…

    Seems that there is a conflict with Enfold theme and GoDaddy hosting.

    Anyway, my client is not happy and GoDaddy tell us that this is the theme that is lacking.

    Thanks for help.

    in reply to: Set full size for featured image #576509

    Yes it’s full size because it is an image from the media library.
    In this case, i disabled the featured image. (Don’t show image on unique post)
    But it’s a problem when it come the time to share in Facebook because it won’t show any image.

    I just want to know where i can change the default size for featured image. (config.php or it can be done in WP admin or other ways?)

    Thanks.

    in reply to: Set full size for featured image #576138

    Hi,

    On a regular blog page like this : https://bagnispa.com/special-2016-st-valentin-bagni-spa/

    Thanks

    I know there are a lot of questions about CSS, but would not it be nice to create multiple sections in the forum in order to separate certain category so that our request is not found in 10 pages further after just a few hours?

    Thank you.

    • This reply was modified 9 years, 6 months ago by nparent. Reason: no answer

    Sorry for the delay,

    Sometimes there are several projects to be handled simultaneously. ;)

    This is a WooCommerce plugin effectively. “WooCommerce PDF Product Vouchers”

    It can generate a PDF as a gift certificate and for this, the “virtual” option and “downloadable” must be selected in the product.

    By cons as these options are based in WooCommerce, I allow myself to ask here anyway.

    Thanks a lot.

    Thank you Ismael,

    This works for the display of the prices on the portfolio.php child theme. By the way, I replaced the variable “estate_price” by “custom_price ” because it was already used for all entries.

    Sorting does not work though.

    I tried to replace
    $ query ['orderby'] = 'meta_value_num';
    by
    $ query ['orderby'] = 'custom_price';
    but in vain.

    Any other ideas please?

    • This reply was modified 9 years, 11 months ago by nparent.

    Sorry but I do not read everything considering I had to copy the same path as in the original folders of the theme.

    By cons, if we simply returns the fact to sort items in portfolio price range with custom fields, it does not work.

    It’s mostly what I need at the base.

    I also removed the “Add new or replace Advanced Layout Builder Elements from Child Theme” to be sure it does not create conflict.

    So here’s what’s in my functions.php file in the child theme:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    /*
     * add option to edit elements via css class
     */
    // add_theme_support('avia_template_builder_custom_css');
    
    // enable custom fields for Portfolio items
    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_add_custom_fields', 1);
    function avf_portfolio_add_custom_fields($args) {
    $args['supports'] = array('title','thumbnail','excerpt','editor','comments', 'custom-fields');
    return $args;
    }
    
    // alter the portfolio grid order
    function custom_post_grid_query( $query, $params ) {
        $query['orderby'] = 'meta_value';
        $query['order'] = 'DESC';
        $query['meta_query'] = array(array('key' => 'custom_price'));
        return $query;
    }
    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
    
    

    Thank you.

    PS – The extension “WPML” can there be a conflict?

    in reply to: Enfold theme – Sort portfolio items for real estate website #357252
    This reply has been marked as private.

    Hello Josue,

    I know a few basics in programming, but I’m not a programmer.

    That said, I am not able to display the prices in the portfolio boxes.

    I tried to replace “custom_markup” with “custom_price” that I use in my custom fields, but in vain.

    And what does ($ output. = “CUSTOM META HERE CODE”)?
    What should I replace it with “custom meta code here”?

    Note that I use a child theme and I added the command lines as mentioned in your answer.
    I also replaced the lines requested in portfolio.php file I copied to my child theme.

    Here’s the code displayed in my functions file:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    /*
     * add option to edit elements via css class
     */
    // add_theme_support('avia_template_builder_custom_css');
    
    // enable custom fields for Portfolio items
    add_filter('avf_portfolio_cpt_args', 'avf_portfolio_add_custom_fields', 1);
    function avf_portfolio_add_custom_fields($args) {
    $args['supports'] = array('title','thumbnail','excerpt','editor','comments', 'custom-fields');
    return $args;
    }
    
    // alter the portfolio grid order
    function custom_post_grid_query( $query, $params ) {
        $query['orderby'] = 'meta_value';
        $query['order'] = 'DESC';
        $query['meta_query'] = array(array('key' => 'custom_price'));
        return $query;
    }
    add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
    
    // Add new or replace Advanced Layout Builder elements from Child Theme
    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
    	$template_url = get_stylesheet_directory();
        	array_unshift($paths, $template_url.'/shortcodes/');
    
    	return $paths;
    }

    Again thank you for your help. :)

    in reply to: How to delete the space above the slider #355426

    I think the problem is deeper. An empty text box appears to be installed above the sliders.

    For my part, there was a block of text below the slides and he found himself above them.

    I had to go around again and drag the text boxes below the sliders and remove empty block that is added automatically.

    I just added this comment to help developers find a track to correct this deficiency.

    Have a good day.

    Again thank you for the reply,

    When I add custom code, there are others that appear when the page is published.

    Here is the list:

    – breadcrumb_parent
    – footer
    – header_title_bar
    – header_transparency
    – layout
    – sidebar

    Is it possible to not displayed?

    Also, how can i display the price (custom_price field) in the portfolio grid (under de title) and in the portfolio page in order to enter the price only once?

    Many thanks.

    in reply to: Enfold theme – Sort portfolio items for real estate website #350519
    This reply has been marked as private.
    in reply to: Enfold theme – Sort portfolio items for real estate website #350518
    This reply has been marked as private.
    in reply to: Enfold theme – Sort portfolio items for real estate website #350509

    A big thank you for the quick response Josue.

    Is it possible to use the “excerpt” value instead of “custom_price” for sorting?
    Because I want to use it to display the prices in the “grid portfolio” in order not to have to enter the data twice.

    I prefer this because the website is bilingual (WPML) I’ll have to use a different format for the price. (“$” is after in french and is before in english)

    I will provide you, my admin access and page link if it can be useful for you.

    Thank you again.

    in reply to: Updates for WordPress 4.0 #324562

    Same for me.

    I think it’s inconceivable for an answer especially when it is written, “premium support” on the purchase page. It’s not our job to see that both parties communicate effectively together.

    This drawback has created a problem for me with my client today because they needed to quickly update information on their website.

    I proceeded to manually update the theme. Either put the site in maintenance, download the theme in my TF account, delete it and upload the new one.

    I think at least it’s a solution that you could have answered at this time to help your clients.

    Otherwise, I am very satisfied with the performance of Enfold theme.

    Hi,

    I don’t had it, i want to know how to add it between the last button and the magnify glass icon.
    Because lot of people don’t look correctly and it’s easier for them to see a word just before.

    I think I need to edit the css file but I do not know where and how.

    Thanks again :)

    • This reply was modified 10 years, 8 months ago by nparent.

    I just want to add a word like “Search” or anything on the left of magnifying glass but it not show correctly. It show on top of magnifying glass…

Viewing 27 posts - 1 through 27 (of 27 total)