Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the update.
Use this filter to set the contact form’s email field content as the Reply-to value.
add_filter( 'avf_form_mail_header', 'avf_form_mail_header_mod', 10, 3 ); function avf_form_mail_header_mod( $header, $post, $params ) { $header .= 'Reply-To: ' . $post['2_1'] . '\r\n'; return $header; }Best regards,
IsmaelHi,
The theme is using the jQuery version loaded by WP. Is the plugin compatible with that version? If it’s not compatible, you may need to deregister the default jQuery library script and load another version manually with the wp_enqueue_script function.
Best regards,
IsmaelMay 29, 2018 at 2:33 pm in reply to: I create a new custom post type called traps using plugin Types but not showing. #963718Hey IkramG,
Thank you for using Enfold.
If possible, please refrain from creating duplicate inquiries. We provided a reply on the previous thread.
// https://kriesi.at/support/topic/custom-post-type-not-showing/
Best regards,
IsmaelHey IkramG,
Thank you for using Enfold.
Do you want to enable the advance layout builder for the custom post type? This might help.
// https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#alb-for-any-post-type
Use the filter and replace “post” with the name of your custom post type.
Best regards,
IsmaelHi,
What do you mean by “Styling Extra”? Please provide a screenshot of that option. Do you have a cache plugin installed? I would like to check it but I’m having trouble connecting to the site.
Best regards,
IsmaelHi,
Thanks for the update. The product image is already set to not display.
.single .single-product-main-image.alpha { display: none; }Best regards,
IsmaelHi,
Thanks for the update. The product image is already set to not display.
.single .single-product-main-image.alpha { display: none; }Best regards,
IsmaelHi,
Thank you for the update.
Try to replace it with an onclick attribute dynamically on page load. You may need to create a custom script to do this.
onclick="history.back();"Best regards,
IsmaelHey roger_hohl,
Thank you for using Enfold.
There are new options in the Slider Settings. Please set it to “Responsive”.
Best regards,
IsmaelMay 29, 2018 at 11:31 am in reply to: About page links and Help with uploading images to blog. #963597Hey!
Thanks for the update. Please try this css code.
.main_color a { text-decoration: underline !important; color: red !important; } .main_color a:hover { text-decoration: none!important; color: blue !important; }Adjust the values as needed. Please create a test post with the images.
Cheers!
IsmaelHi,
Duplicate thread: https://kriesi.at/support/topic/about-page-links-and-help-with-uploading-images-to-blog/
Best regards,
IsmaelMay 29, 2018 at 11:22 am in reply to: Google Font API still fires after uploading custom fonts #963590Hi,
The custom google fonts will be loaded even if you don’t set them anywhere. Once the custom font is uploaded, the theme assumes that you’re gonna use it so it’s preloaded. Please delete the font if you’re not going to use it.
Make sure to delete any fonts that you are not using, to keep the loading time for your visitors low.
Best regards,
IsmaelHi,
The accordion will stack up on top of each other on mobile view so it doesn’t have to be swiped. Again, you can hide the element on mobile view.
Best regards,
IsmaelMay 29, 2018 at 11:14 am in reply to: Change of fonts changes designfor some elements in Enfold 4.4 #963581Hi,
Thanks for the update. There are new blog styling options in the new version. Please go to the Enfold > Blog Layout panel and adjust the Blog Styling settings accordingly.
Best regards,
IsmaelHey kylebritton,
Thank you for using Enfold.
We don’t usually entertain multiple questions inside a single entry. Please create separate thread for each questions.
1.) Use this css code to change the search icon color.
.header_color input[type='submit'] { color: green; }2.) This css code should center align the product title.
.products .product h2, .products .product h3, .products .product h4, .products .product h5, .products .product h6, h2.woocommerce-loop-product__title { text-align: center; }3.) Remove the sorting option with this one.
.archive .product-sorting { display: none !important; }4.) Edit the category and look for the “Thumbnail” option.
Best regards,
IsmaelHi,
The slideshow.js script is now located in the config-templatebuilder > slideshow folder. Did you modify this block of code?
//if the video is not looped resume the slideshow if(!event.data.slide.is('.av-single-slide') && !event.data.slide.is('.av-loop-video')) { event.data.slide.trigger('reset'); self._navigate( 'next' ); self.resume(); }Best regards,
IsmaelHi,
Thanks for the update.
This css code should help with that.
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive.html_mobile_menu_tablet #top #wrap_all #header { position: fixed; } }Best regards,
IsmaelHi,
Thanks for the update. Did you move the site? The site above is not loading properly.
Best regards,
IsmaelHi,
Thanks for the update. The links are clickable. Where are you testing this?
Best regards,
IsmaelHi,
We would like to apologize for the late response.
The original product images are quite small. The minimum size should be 450x450px. If you can’t upload images that big, try this css code in the Quick CSS field instead.
#top .thumbnail_container img { margin: 0 auto; display: block; width: auto; height: auto; }Best regards,
IsmaelMay 29, 2018 at 10:35 am in reply to: How to exclude certain pages/posts/portfolioelements from ajax search? #963544Hey MarcusJeroch,
Thank you for using Enfold.
There’s a filter called “avf_ajax_search_query”. You can use it to change the default search parameters or search query.
// https://kriesi.at/support/topic/ajax-search-dont-find-keywords/#post-791610
Best regards,
IsmaelHi,
Thanks for the update. We applied the correct ID to the section. Please remove browse cache prior to checking the page.
Best regards,
IsmaelHi,
Thanks for the update. We applied the correct ID to the section. Please remove browse cache prior to checking the page.
Best regards,
IsmaelHi,
Alright. Again, we already set it to “Default(Business)” so it should be looking like the previous version. Let us know if that’s what you wanted.
Best regards,
IsmaelMay 28, 2018 at 1:45 pm in reply to: About page links and Help with uploading images to blog. #963183Hey Katie,
Thank you for using Enfold.
Are you referring to the blog post title? This should work.
#top #wrap_all .slide-entry-title { text-decoration: underline !important; color: #2f9e7d; }Adjust the values as needed. Could you explain the second issue further? Which images?
Best regards,
IsmaelMay 28, 2018 at 1:36 pm in reply to: Problem with changing the appearance and centering the button to activate Google #963177Hi,
Do you want to change the default text of the [av_privacy_google_maps] shortcode? Replace the code with this code instead.
[av_privacy_google_maps]Change default shortcode text[/av_privacy_google_maps]Please note: if you do not like the default text that is displayed by those shortcodes you can change it by using [shortcode]Your text here[/shortcode]
Best regards,
IsmaelHi,
Alright. Please keep us posted. I’ll tag @Gunter in case this needs an update.
Best regards,
IsmaelHi,
Thank you for using Enfold.
Where can we see the issue? Please provide a test page so that we could inspect the elements.
Best regards,
IsmaelMay 28, 2018 at 1:21 pm in reply to: NExt / Previous single post navigation no longer showing up for events? #963163Hi,
Is it working if there are no color section or full width elements in the event page? Please try this filter in the functions.php file.
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1); function avia_remove_fullwidth_slider_check($settings) { $settings['is_fullwidth'] = false; return $settings; }Best regards,
Ismael -
AuthorPosts
