Forum Replies Created
-
AuthorPosts
-
Hi!
What is the exact Custom Widget area name? If it’s “Free Member Sidebar” (case sensitive), this should work:
dynamic_sidebar("Free Member Sidebar");
Best regards,
IsmaelFebruary 5, 2015 at 3:31 pm in reply to: What are the dimensions required for the body background image #391381Hi!
When you upload the image as background, make sure to select the “Full Size” thumbnail size. If you can give us a link to the actual page, that would be great.
Regards,
IsmaelFebruary 5, 2015 at 3:28 pm in reply to: Performance: Use scaled images instead of the full size #391378Hey profumopuntoit!
Thank you for using Enfold.
Looks like you’re using the images on a portfolio page. Try to adjust the size of the images using this plugin: https://wordpress.org/plugins/simple-image-sizes/
Go to Media > Settings look for the portfolio and portfolio_small thumbnail. Adjust the size according to the portfolio gird column width and height. Update then save changes. Regenerate the thumbnails after.
Cheers!
IsmaelHi!
Thank you for the update.
You can add this on functions.php to change the autoresponder heading:
function avf_form_autorespondermessage_mod($message) { $message .= "<br/><br/><br/><strong>".__('CHANGET THIS LINE:','avia_framework')." </strong><br/><br/>"; return $message; } add_filter('avf_form_autorespondermessage', 'avf_form_autorespondermessage_mod', 10, 1);
Edit framework > php > contact-form-generator.php, look for this code:
wp_mail($from, $this->form_params['autoresponder_subject'], $message, $header);
Replace it with:
wp_mail($from, 'CUSTOM SUBJECT HERE', $message, $header);
I haven’t tested this myself so please let us know if it works.
Regards,
IsmaelHey!
You can add this on the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all .slide-entry { width: 100%; margin-left: 0; }}
Regards,
IsmaelHey!
Which of these pages are you working on? I created a test page (http://webdev.ease.com/wp-admin/post.php?post=2720&action=edit&message=1) then added a few team member elements, updated the page a few times and everything is still intact. No contents are being removed. Did you add any html codes on the page? Make sure that you close the tags properly.
Cheers!
IsmaelHey welti!
Thank you for using Enfold.
I translated the inquiry using google translate but it’s a bit unclear. Can you please translate the inquiry to english? I’ll ask the rest of the support team to check.
Best regards,
IsmaelHey dustinstorm!
Thank you for using Enfold.
There are third party scripts that is breaking the mobile menu navigation. Please try to deactivate all plugins then test it again.
Cheers!
IsmaelHi!
You can move the tabs downwards with this:
#top .tabcontainer { margin-top: 100px; }
Cheers!
IsmaelHey dlcweb!
Thank you for using Enfold.
The skin is actually not being use anymore because it has been replaced by custom css codes, icon fonts etc.
Best regards,
IsmaelHey janetgot!
Thank you for using Enfold.
1.) Use this to fix the header:
.html_header_top.html_header_sticky #header { position: fixed; z-index: 10000; }
2.) You have this code on the style.css file which affects the image on the 3rd column:
.avia-builder-el-14, .avia-builder-el-15, .avia-builder-el-17, .avia-builder-el-18 { width: 200px; font-size: 110%; }
If you want to modify specific elements on the theme, enable the custom css class on the advance layout builder: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHi!
Enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Edit the special heading then add a unique css class attribute. Use “custom-heading” for example. Add this on Quick CSS:
.custom-heading h1, .custom-heading .av-subheading { background: rgba(0,0,0,.5); padding: 10px; }
Best regards,
IsmaelFebruary 5, 2015 at 2:19 pm in reply to: Can't change number of gallery rows on gallery feature #391325Hi!
@codecreative: Why do you have a footer.php and functions-enfold.php file on the child theme folder? Please remove those files temporarily then test the gallery columns again.Cheers!
IsmaelHey!
It is hidden by default when the blog is set to grid. Try to add this on Quick CSS:
.av-blog-meta-date-disabled .minor-meta.date-container, .av-blog-meta-date-disabled .text-sep-date { display: inline-block; }
Best regards,
IsmaelHey!
I deactivated the cache plugin then edit the contact form and it works fine. Activated the cache plugin back then we turned on the Clear all cache files when a post or page is published or updated option and so far the contact form doesn’t revert back to its default settings.
Regards,
IsmaelFebruary 5, 2015 at 1:41 pm in reply to: intermittent problem with parallax color section since last Enfold update #391295Hi!
Yes, that would help. Please try this on functions.php:
add_action('wp_footer', 'ava_fix_parallax', 10); function ava_fix_parallax(){ ?> <script> (function($){ $(window).load(function() { var ls = $('.avia-layerslider').length; console.log(ls); if(ls >= 1) { var parallax = $('.av-parallax').height(), parent = $('.av-parallax').parent().height(), top = (parallax - parent) * 1.5; $('.av-parallax').css('top', '-' + top + 'px'); } }); })(jQuery); </script> <?php }
This is a temporary fix. Let us know if it helps.
Regards,
IsmaelHey!
Please remove the modifications above then try this on functions.php:
add_action('wp_footer', 'ava_fix_parallax', 10); function ava_fix_parallax(){ ?> <script> (function($){ $(window).load(function() { var ls = $('.avia-layerslider').length; if(ls) { var parallax = $('.av-parallax').height(), parent = $('.av-parallax').parent().height(), top = (parallax - parent) * 1.5; $('.av-parallax').css('top', '-' + top + 'px'); } }); })(jQuery); </script> <?php }
Regards,
IsmaelHi!
Can you please provide a link to the issue? A screenshot perhaps? The masonry gallery looks fine on the home page. Please try to remove the browser cache then reload the page.
Best regards,
IsmaelHey!
This might require custom modifications that is beyond the scope of support but if you can provide a screenshot of how you want the blog layout to look, maybe we can help.
Cheers!
IsmaelHey!
Try to switch the builder to debug mode (http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/) then copy the actual shortcode on a text file. Delete the page then recreate it again. Move the shortcode inside the shortcode field.
Cheers!
IsmaelHey!
Alright. Please try this on Quick CSS:
.entry-content-wrapper div li { text-indent: 0; font-family: Istok Web; color: #919792; font-weight: 400; font-style: normal; text-decoration: none; text-transform: none; font-size: 14px; }
Cheers!
IsmaelHi!
The website (http://webbed.ease.com/wp-login/) is not loading. Please check. I’ll ask the rest of the support team to check. Please switch the builder to debug mode so that we can see the actual shortcode when we check the page: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Cheers!
IsmaelFebruary 4, 2015 at 2:43 pm in reply to: custom post and category and blog post and category conflict #390742Hey gauravrakhecha!
Thank you for using Enfold.
Set the Blog page as blog on Enfold > Where do you want to display blog? option then go to the Blog Layout panel. Set the Blog Style to use the Advance Layout Builder. Now, edit the blog page, add the Blog Posts element. Select the categories manually.
Best regards,
IsmaelHey Tinsterman!
Thank you for using Enfold.
What is the name of the custom widget that you created? Solution no. 3 on this link should work: https://kriesi.at/support/topic/questions-related-to-the-search-function/#post-312982
Best regards,
IsmaelHi!
Edit a post or page then switch the editor to Visual mode. Use the shortcode wand to insert the Image element.
Cheers!
IsmaelFebruary 4, 2015 at 2:18 pm in reply to: 3 or more buttons possible in full width easy slider? #390731Hey!
You can try the code on the Quick CSS field. Note that you can also assign custom css for every avia elements: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
IsmaelHey!
You can replace the theme’s default video shortcode with the wp video shortcode: http://codex.wordpress.org/Video_Shortcode
Place the shortcode on a code block:
[video src="http://www.youtube.com/watch?v=G0k3kHtyoqc" autoplay="on" width="900" height="400" loop="on"]
Remove the controls with this on Quick CSS:
.mejs-controls { display: none !important; }
Regards,
IsmaelFebruary 4, 2015 at 2:05 pm in reply to: Enfold photography demo – Instructions on using the Masonry Gallery? #390727Hey!
Actually, the largest image that you will see on the masonry section is 705x705px, this is the specified thumbnail size for the masonry element, but the theme will determine the orientation of the images base on the original size uploaded. So it all comes down to image format and optimization. You can edit config-templatebuilder > avia-shortcodes > masonry_entries.php file if you want to specify the image dimension. It will take a major code rewrite though so you may need to hire a freelance developer.
Best regards,
IsmaelHi!
Please replace the code with this:
.avia_transform .av_slideshow_full .active-slide .avia-caption-title, .avia_transform .av_fullscreen .active-slide .avia-caption-title, .avia_transform .av_slideshow_full .active-slide .avia-caption-content, .avia_transform .av_fullscreen .active-slide .avia-caption-content { visibility: visible; -webkit-animation: none !important; -moz-animation: none !important; animation: none !important; }
Best regards,
IsmaelHi Katrin!
Thank you for using Enfold.
Please delete the enfold_child_de.css file located on http://inspiriting.biz/Gr8n5pi/wp-content/uploads/dynamic_avia folder then toggle any DE theme options. Save changes to regenerate the file.
Best regards,
Ismael -
AuthorPosts