Forum Replies Created
-
AuthorPosts
-
September 10, 2018 at 3:13 am in reply to: Remove thumbnail overlay, disable changing of big image, remove first thumbnail #1007742
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,
IsmaelSeptember 10, 2018 at 2:46 am in reply to: Portfolio grid thumbnail images are not equal in size despite custom size set #1007740Hi,
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,
IsmaelSeptember 10, 2018 at 2:37 am in reply to: Mobile menu not visible, desktop menu has extra 'menu' item #1007737Hi,
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,
IsmaelHi,
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,
IsmaelSeptember 10, 2018 at 2:35 am in reply to: Adding Loader/Spinner during WooCommerce Checkout #1007734Hi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelHi,
@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,
IsmaelSeptember 10, 2018 at 2:08 am in reply to: ADDING A QUANTITY FIELD to woocommerce archives pages breaks buttons postion #1007725Hi,
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,
IsmaelSeptember 10, 2018 at 2:02 am in reply to: Use of product slider in product page – Don't show current product #1007724Hi,
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,
IsmaelHi,
Edit the portfolio and then select the “portfolio_small” thumbnail.
Best regards,
IsmaelSeptember 10, 2018 at 1:55 am in reply to: Pinterest Rich Pin Pulls FB Profile from share button on posts #1007721Hi,
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,
IsmaelHi,
I can’t reproduce the issue either. The editor loads fine without the error. (see private info with screenshot)
Best regards,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelSeptember 7, 2018 at 3:02 am in reply to: Use of product slider in product page – Don't show current product #1006869Hi,
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,
IsmaelHi,
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,
IsmaelSeptember 7, 2018 at 2:46 am in reply to: Pinterest Rich Pin Pulls FB Profile from share button on posts #1006864Hey!
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,
IsmaelHi,
You can use this css code for that.
.date-container.minor-meta + .text-sep, .comment-container, .comment-container + .text-sep { display: none; }Best regards,
IsmaelHi,
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,
IsmaelSeptember 6, 2018 at 7:56 am in reply to: Mobile menu not visible, desktop menu has extra 'menu' item #1006490Hey 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,
IsmaelSeptember 6, 2018 at 7:48 am in reply to: Portfolio grid thumbnail images are not equal in size despite custom size set #1006484Hi,
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,
IsmaelSeptember 6, 2018 at 7:42 am in reply to: Avia Layout Architect don't work on a specific page #1006479Hi,
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,
IsmaelSeptember 6, 2018 at 7:27 am in reply to: Google Maps API problems. This page can't load Google Maps correctly. #1006477Hi,
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-requiredThe 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,
IsmaelHi,
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,
IsmaelHi,
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,
IsmaelSeptember 6, 2018 at 5:27 am in reply to: Pinterest Rich Pin Pulls FB Profile from share button on posts #1006443Hi,
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 -
AuthorPosts
