Forum Replies Created

Viewing 30 posts - 27,391 through 27,420 (of 67,539 total)
  • Author
    Posts
  • Hi,

    The image that was in the test page is a smaller version of the original image. We selected the full or actual size and it looks much sharper. (see private field)

    Best regards,
    Ismael

    Hi,

    The grid is more consistent when the “portfolio_small” thumbnail size is selected. You have to upload a larger image if you want to select a larger thumbnail size.

    Best regards,
    Ismael

    in reply to: Mobile menu not visible, desktop menu has extra 'menu' item #1007737

    Hi,

    Cool! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Rearrange Contact Form Fields #1007735

    Hi,

    Great! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Adding Loader/Spinner during WooCommerce Checkout #1007734

    Hi,

    Awesome! Thanks for update. :)

    Best regards,
    Ismael

    in reply to: Contact Form –> Mail does not arrive #1007732

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Self-Hosted Video Background Pt. 2 #1007731

    Hi,

    No, they’re not going to be included in the next update because they’re quite specific to your site. Please take note of the modification or create a change log.

    Best regards,
    Ismael

    in reply to: Google API ket not working with maps #1007730

    Hi,

    There’s a warning or notification under the project name on one of the screenshots. Please read that info and then do the suggested fix. (see private field)

    Best regards,
    Ismael

    in reply to: Update Enfold 4.4 #1007728

    Hi,

    Thanks for the update.

    Those elements are not available in the advance layout builder, but you can do the following modifications to add it in the builder template.

    Tags:

    // https://kriesi.at/support/topic/portfolio-tags-linking-error-tag-placement/#post-1001776

    Related Section:

    // https://kriesi.at/support/topic/two-different-blog-stylings-for-single-blog-posts/#post-943349

    Best regards,
    Ismael

    in reply to: Demo content not importing correctly? #1007726

    Hi,


    @Matsky1
    : If possible, please create a new ticket or thread. We will also need access to the file server via FTP so that we can upload the images. Please post that info in the private field as well. Can we reset the database?

    Best regards,
    Ismael

    Hi,

    We need to inspect the quantity buttons. Please add the code again and then create a new thread with all the details including the FTP login info. We would like to check it again.

    Best regards,
    Ismael

    Hi,

    Thanks for the update. Please provide a link to the actual product and the login details in the private field. We would like to check it.

    Best regards,
    Ismael

    in reply to: Symmetrical portfolio #1007723

    Hi,

    Edit the portfolio and then select the “portfolio_small” thumbnail.

    Best regards,
    Ismael

    Hi,

    What happens when you disable the Yoast plugin? That info is taken from the following meta tag, which is generated by Yoast.

    <meta property="article:author" content="facebook.com/sara.b.thomas" />
    

    // https://developers.pinterest.com/docs/rich-pins/articles/?

    Best regards,
    Ismael

    in reply to: PROBLEMS WITH FULL WIDTH SLIDER #1006875

    Hi,

    Oh ok. Thanks for the info. :)

    Best regards,
    Ismael

    in reply to: ERROR WITH Customize Error 404 Page #1006874

    Hi,

    I can’t reproduce the issue either. The editor loads fine without the error. (see private info with screenshot)

    Best regards,
    Ismael

    in reply to: Symmetrical portfolio #1006871

    Hi,

    Which ones are not working? Are you sure that you’re checking the test site? That is where I regenerated the thumbnails. (see private field)

    Best regards,
    Ismael

    in reply to: onepage links without header height #1006870

    Hi,

    Have you tried setting the page’s Layout > Header visibility and transparency to “Transparent Header”? It will just make the header transparent and remove the gap above the main container so it is covered by or is directly underneath the header.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    Try to use the “avia_product_slide_query” filter.

    add_filter('avia_product_slide_query', 'avia_product_slide_query_mod', 10, 2);
    function avia_product_slide_query_mod($params, $grid, $test) {
            global $product;
            $id = $product->get_id();
            if( is_singular('product') ) {
    	     $params['post__not_in'] = array($id);
            }
    	return $params;
    }

    Best regards,
    Ismael

    in reply to: Masonry Categories / Sorting / Show Hidden Title #1006868

    Hi,

    Thanks for the update.

    Yes, you can use tags to change the aspect ratio of the images but the isotope script will still re-arrange the items based on the items’ size, the previous and next items and the parent container. Honestly, it’s quite inconsistent or random and we can’t do anything about it, unfortunately. Again, you can adjust the number of post items or try to use another Size Settings like the “Perfect Grid” but you may lose the randomize masonry style or effect.

    Best regards,
    Ismael

    Hey!

    Can you give us a screenshot of the pin? This tool should help you validate or check the current meta data in your post or page.

    // https://developers.pinterest.com/tools/url-debugger/

    Best regards,
    Ismael

    in reply to: Advanced Layout Editor for Blog Post Page? #1006495

    Hi,

    You can use this css code for that.

    .date-container.minor-meta + .text-sep, .comment-container, .comment-container + .text-sep {
        display: none;
    }

    Best regards,
    Ismael

    in reply to: Dividing Line Between Category Posts? #1006492

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

    in reply to: Mobile menu not visible, desktop menu has extra 'menu' item #1006490

    Hey skrinks,

    Thank you for using Enfold.

    The site is still using the old versions of the stylesheets because of the “enfold_enqueue_styles” in the functions.php file. You have to update the css files and the template files–e.g., header.php file in your child theme. Or remove that function completely.

    Best regards,
    Ismael

    Hi,

    Thank you for the info. You have to make sure that the original image is larger than 495x400px. That is the minimum size of the “portfolio” thumbnail. Looks like you’re using images that are smaller than the default size, which makes the grid inconsistent. (see private field)

    Best regards,
    Ismael

    in reply to: Avia Layout Architect don't work on a specific page #1006479

    Hi,

    I can’t reproduce the issue on the Home page. The update works every time. Can you give us a screencast of the issue?
    Please note that the Visual Builder plugin is not compatible with the advance layout builder. You have to deactivate it.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    These are the errors in the console.

    util.js:224 Google Maps JavaScript API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
    Ww.j @ util.js:224
    util.js:224 Google Maps JavaScript API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required

    The API key is there but I think its deprecated. Please generate a new API key.

    If you are loading Maps JavaScript API from the deprecated v2 path with an old v2 key, you will get the NoApiKeys warning, even if you specified the key parameter. Please check the v2 to v3 upgrade guide and migrate your application to Maps JavaScript API v3.

    Best regards,
    Ismael

    in reply to: WooCommerce Check Out Page #1006474

    Hi,

    Yes, I’m just trying to tell you that the Amazon pay is there every time I load the checkout page from the cart icon. If you want to remove the billing details, add this code in the functions.php file:

    add_filter( 'woocommerce_checkout_fields' , 'avf_override_checkout_fields' );
    function avf_override_checkout_fields( $fields ) {
        unset($fields['billing']);
        return $fields;
    }

    And this css code on the Quick CSS field:

    #top #payment, #top form[name="checkout"] #customer_details {
        display: none !important;
    }

    Best regards,
    Ismael

    in reply to: Image size doubled when uploaded #1006470

    Hi,

    Thanks for the update.

    The theme sets the quality of the uploaded images from the default 80 to 100. You can remove or adjust that filter with this code.

    /**
    * Sets the default image to 100% quality for more beautiful images when used in conjunction with img optimization plugins
    *
    * @since 4.3
    * @added_by Kriesi
    */
    function av_return_100(){ return 80; }
    add_filter('jpeg_quality', 'av_return_100');
    add_filter('wp_editor_set_quality', 'av_return_100'); 

    Best regards,
    Ismael

    Hi,

    Are you referring to the theme’s social share section? Please note that both Facebook and Pinterest rely on the open graph meta info. This is what the open graph meta info looks like on one your posts “retrospective-power-context/”. (see private field)

    <meta property="og:locale" content="en_US">
    <meta property="og:type" content="article">
    <meta property="og:title" content="The Retrospective Power of Context - Sara Thomas">
    <meta property="og:description" content="What got you here? That question is the retrospective power of context. It helps us look back to understand the present. It also helps develop trust.">
    <meta property="og:url" content="https://www.sarathomas.net/retrospective-power-context/">
    <meta property="og:site_name" content="Sara Thomas">
    <meta property="article:publisher" content="http://www.facebook.com/sarathomascoach">
    <meta property="article:author" content="facebook.com/sara.b.thomas">
    <meta property="article:tag" content="CliftonStrengths">
    <meta property="article:tag" content="context">
    <meta property="article:tag" content="strengths">
    <meta property="article:tag" content="talents">
    <meta property="article:section" content="Clifton Strengths">
    <meta property="article:published_time" content="2018-09-05T08:45:23-05:00">
    <meta property="article:modified_time" content="2018-09-05T09:06:06-05:00">
    <meta property="og:updated_time" content="2018-09-05T09:06:06-05:00">
    <meta property="og:image" content="https://i2.wp.com/www.sarathomas.net/wp-content/uploads/2018/09/context-blog-1.jpg?fit=1920%2C1080&ssl=1">
    <meta property="og:image:secure_url" content="https://i2.wp.com/www.sarathomas.net/wp-content/uploads/2018/09/context-blog-1.jpg?fit=1920%2C1080&ssl=1">
    <meta property="og:image:width" content="1920">
    <meta property="og:image:height" content="1080">
    <meta property="og:image:alt" content="retrospective power of context cliftonstrengths sara thomas coach">
    

    Do you see those info when you pin or share something?

    Best regards,
    Ismael

Viewing 30 posts - 27,391 through 27,420 (of 67,539 total)