Forum Replies Created
-
AuthorPosts
-
Hi,
Thank you for using Enfold.
Are you using a plugin? Did you try the theme’s MailChimp Signup element or shortcode? Please add this in the Quick CSS field:
#mc_embed_signup .clear { clear: both; display: block; overflow: visible; visibility: visible; width: auto; height: auto; }Best regards,
IsmaelHi,
Yes, that is possible. You can contact these guys. http://kriesi.at/contact
Best regards,
IsmaelHi,
Thank you for using Enfold. And we are very sorry for the delay.
We created a test page, added one of the MailChimp signup form with a custom Message Sent label text and it’s working. http://veronicakirin.com/test/
What happens if you remove the pdf link?
http://veronicakirin.com/wp-content/uploads/2016/09/DoerOrDreamerWorksheet.pdfBest regards,
IsmaelHi,
Please add Yigit’s code then add this one in the functions.php file:
add_action('wp_footer', 'ava_custom_script'); function ava_custom_script(){ ?> <script type="text/javascript"> (function($) { function gh() { $('.avia_playpause_icon').click(function() { $('.av-click-overlay').trigger('click'); }); } gh(); })(jQuery); </script> <?php }Best regards,
IsmaelHi,
The iframe or booking content are not responsive. Please contact the script author and ask them to modify the style of the booking form. Unfortunately, we can’t do much on our side because we didn’t create the script. If you want, you can hide the booking form on mobile view.
@media only screen and (max-width: 767px) { #dwTopDiv { display: none !important; } }Best regards,
IsmaelHi!
Display featured products works but I want that the product has been marked with an asterisk, for example
I’m sorry but I’m not sure what you meant by that. Could you please provide a screenshot and a link to the actual page?
Best regards,
IsmaelHey!
I’m sorry but I can’t find the header widget. I created a custom widget area in the Appearance > Widgets panel and then created a test page. The filter is working because the heading is set to h4. http://richardwwood.com/tests/
Did you modify all those files in the child theme folder? And did you create change logs or notes about those modifications?
Best regards,
IsmaelHi!
My bad. It was a mixed content issue. Please use one of these plugins instead.
https://wordpress.org/plugins/wp-force-ssl/
https://wordpress.org/plugins/wp-force-https/
https://wordpress.org/plugins/really-simple-ssl/Cheers!
IsmaelSeptember 19, 2016 at 7:03 am in reply to: How tough is Enfold customization for a lay-person, versus contacting Codeable? #688308Hi!
Thank you for using Enfold
We answered your inquiries here: https://kriesi.at/support/topic/just-learning-enfold-some-questions-after-my-first-15-hours-on-this/#post-688306
And if possible, please create separate threads or posts for each inquiry. Thank you.
Cheers!
IsmaelSeptember 19, 2016 at 7:01 am in reply to: Just learning Enfold. Some questions after my first 15 hours on this… #688306Hi!
Thank you for using Enfold.
1.) Could you please provide a link to the page with the text block and special heading issue?
2.) In the Enfold > General Styling > Quick CSS field, use this css code to increase the gap between the menu items:
@media only screen and (min-width: 768px) { .av-main-nav > li > a { padding: 0 20px; } }3.) Use the full width slider or use the color section element, apply the image as background.
4.) I’m sorry but could you please provide a screenshot of the image with the caption? Have you tried the image element?
5.) The title container should inherit the style or options set in the Enfold > General Styling panel but you can always add css modifications in the Quick CSS field if you want to customise the style of a specific element. For example, you can change the title container background and font color with this:
#top .title_container .container { background: red; } .alternate_color .breadcrumb, .alternate_color .breadcrumb a, #top .alternate_color.title_container .main-title, #top .alternate_color.title_container .main-title a { color: blue; }6.) Did you use the advance layout builder to create the content of the page?
Cheers!
IsmaelHi enricobaumgart!
Thank you for using Enfold.
Please provide a link to the actual page with the issue so that we can inspect the element. Make sure that you have the latest version of the theme, 3.8.
Cheers!
IsmaelSeptember 19, 2016 at 6:48 am in reply to: Problem changing custom map marker to the Enfold Google Maps Element #688297Hey!
This is the error when we edit the markers using Chrome:
It seems that your Google API key is not configured correctly
The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong.
Please check your API key here
The domain that should be allowed is:
http://www.yourdomain.com/*Please review the documentation, you might have missed something: http://kriesi.at/documentation/enfold/how-to-register-a-google-maps-api-key/
Best regards,
Ismael-
This reply was modified 9 years, 1 month ago by
Yigit. Reason: changed domain upon request
Hi!
Could you please provide a screenshot of the expected layout? You can modify the taxonomy-portfolio_entries.php file and place the featured image container above this code:
do_action( 'ava_after_main_title' );.. Or use the “ava_after_main_title”. Example here:
// https://kriesi.at/support/topic/insert-color-section-on-each-single-portfolio-post/
// https://kriesi.at/support/topic/hook-to-insert-html-under-logo/#post-643837Best regards,
IsmaelHi!
its not always possible to get the same image size due to amazon and other apis.
You can resize the images in photoshop or any image editor manually prior to upload.
therefore i need i way to fix the container, that it always show the same size.
Could you please provide a link to the page with the issue? This is possible but it will probably distort some of the images.
Best regards,
IsmaelHi lzevon!
Thank you for using Enfold.
Please replace this code:
.page-id-1102 .mfp-iframe-scaler { max-width: 598px; height: 925px; }.. with:
.page-id-1102 .mfp-iframe-scaler { max-width: 598px; height: 925px; margin: 0 auto; } .interior-modal { padding: 20px; }Best regards,
IsmaelSeptember 19, 2016 at 6:23 am in reply to: Display get_the_modified_time and more at posts & archive-pages #688287Hey wellseo!
Thank you for using Enfold.
Create a folder called “includes” in your child theme then create a copy of the loop-index.php file. Adjust the position of the “post-meta-infos” content. And replace the get_the_time(get_option(‘date_format’)) function with the get_the_modified_time function.
echo "<span class='post-meta-infos'>"; echo "<time class='date-container minor-meta updated' >".get_the_time(get_option('date_format'))."</time>"; echo "<span class='text-sep text-sep-date'>/</span>"; if ( get_comments_number() != "0" || comments_open() ){ echo "<span class='comment-container minor-meta'>"; comments_popup_link( "0 ".__('Comments','avia_framework'), "1 ".__('Comment' ,'avia_framework'), "% ".__('Comments','avia_framework'),'comments-link', "".__('Comments Disabled','avia_framework')); echo "</span>"; echo "<span class='text-sep text-sep-comment'>/</span>"; } if(!empty($cats)) { echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." "; echo $cats; echo '</span><span class="text-sep text-sep-cat">/</span>'; } echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; echo '<span class="entry-author-link" >'; echo '<span class="vcard author"><span class="fn">'; the_author_posts_link(); echo '</span></span>'; echo '</span>'; echo '</span>'; echo '</span>';Regards,
IsmaelHi sgtsantos03!
Thank you for using Enfold.
Please add this in the Quick CSS field to force the checkbox items to go to their own line.
span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item { display: block; }Cheers!
IsmaelSeptember 19, 2016 at 6:16 am in reply to: Unwanted content displayed under menu when using safari on the iphone #688284Hey!
We tried to login but the email is invalid. Please check the login credentials. The css code is not working because the inline styling of mobile menu overrides it. Please use this one:
#mobile-advanced { min-height: 18000px !important; }UPDATE: I just noticed that we provided the same code. Please remove browser cache or hard refresh the page after adding the css code. Or post the correct login credentials so that we can apply the code in your installation.
Best regards,
IsmaelHi Mudfish488!
Thank you for using Enfold.
It kinda seems like the anchor can’t take into account the length of the calculator widget when coming from another page.
Yes, that is probably the case. The widget loads after the script has been triggered. Edit the color section with the calculator widget, set the “Section Minimum Height” to “Custom Pixel value” and input 2600px in the “Section custom height” field.
Cheers!
IsmaelHey advteksol!
Thank you for using Enfold.
This is the standard posts limit and adding more will probably kill the page or prevent it from loading properly. If you really need to increase the number of items, use this in the functions.php file:
add_filter('avf_magazine_entries_query','avf_magazine_entries_query_mod', 10, 2); function avf_magazine_entries_query_mod($query, $params) { $query['posts_per_page'] = 80; return $query; }Regards,
IsmaelSeptember 19, 2016 at 5:56 am in reply to: Bars and stripes after inserting Separator / Whitespace #688277Hey!
The grid container starting from “Bon” are outside the wrap_all container which breaks the layout of the page. Please make sure that all elements or set of elements are inside their own color section. Could you please provide a screenshot of the expected separator layout?
Regards,
IsmaelHi!
Thank you for using Enfold.
Add a minimum height to main container of the empty cart page.
@media only screen and (min-width: 768px) { .woocommerce-cart #main { min-height: 600px; } }Cheers!
IsmaelHi,
I tried to access the site via FTP but I can’t get in. Are you sure the ftp url is correct? Replace the code with this line:
$searchthumb = get_the_post_thumbnail( $the_id, 'large' ); echo "<span class='search-result-counter {$counterclass}'>{$searchthumb}</span>";Best regards,
IsmaelHi,
The elements in the advance layout builder are rendered using shortcodes. I’m sorry but you cannot insert shortcode as value in another shortcode’s parameter without proper configuration of the template. Please contact the plugin author. Or hire a freelance developer. http://kriesi.at/contact
Best regards,
IsmaelSeptember 18, 2016 at 7:48 am in reply to: Avia image element with lightbox – show description #688063Hi!
The lightbox script is using the large thumbnail. You adjust the size of the thumbnail in the Settings > Media panel. Don’t forget to regenerate the thumbnails afterwards. https://wordpress.org/plugins/force-regenerate-thumbnails/
Cheers!
IsmaelSeptember 18, 2016 at 7:43 am in reply to: Masonry with Blog Entries // Show Title, Date & Categories as Element Caption #688059Hey MatthiasKrebs,
Thank you for using Enfold.
Please follow the instruction here: https://kriesi.at/support/topic/display-the-post-category-above-the-title-in-masonry-view/#post-660217
Best regards,
IsmaelSeptember 18, 2016 at 7:40 am in reply to: How to use shortcode as input for other shortcode #688058Hi,
I’m sorry but this modification will require customization that is outside the scope of support. Please hire a freelance developer or contact codeable. http://kriesi.at/contact
Best regards,
IsmaelSeptember 18, 2016 at 7:24 am in reply to: problem on the blog section of uptdating new articles, related articles , pic #688053Hi,
I’m sorry but it’s still a little confusing. The image elements are empty because the images do not exist. Did you delete those images? Example: http://www.coratoalonso.it/wp-content/uploads/2015/02/pellicola-vetri-1-300×300.jpg
Best regards,
IsmaelHi,
Which function did they use to get the value of the “pris” meta field? And did you add excerpts to the posts? If not, please edit one of the posts with the “pris” meta field then input something in the Excerpt module. If you can’t find the Excerpt module, enable it in the Screen Options.
Best regards,
IsmaelSeptember 17, 2016 at 7:01 am in reply to: How to change title font sized of "Featured Image Slider"? #687851 -
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
