Forum Replies Created
-
AuthorPosts
-
Hi!
Yes, this is possible. Go to Enfold > Header > Header Behavior. Enable the Let logo and menu position adapt to browser window setting.
Cheers!
IsmaelHi!
We’re still trying to figure out what’s wrong with the email notifications. Please let us know if you’re still having this issue.
Cheers!
IsmaelHey!
Please go to Enfold > Header > Mobile Menu panel. Set Header Mobile Menu activation to the second option. Remove browser cache then reload the page.
Best regards,
IsmaelDecember 22, 2014 at 1:32 am in reply to: How to get site title AND subtitle AND logo in the header? #371365Hey!
You can add this at the bottom of Quick CSS:
.header-scrolled .av-main-nav > li > a { line-height: 80px !important; } .header-scrolled h1.site_title { position: absolute; top: 2px; font-size: 20px; }Cheers!
IsmaelHi!
You can add a Separator / Whitespace element on top of the image.
Cheers!
IsmaelDecember 22, 2014 at 1:20 am in reply to: Issue with tabs: The font changes for all texts that follow the tabs module #371361Hi!
I tried to login but the login credentials are incorrect. Please check. The text inside the text blocks are enclosed in a code tags. Remove them.
<h5><code><code><code>Galleries</code></code></code></h5><code><code><code> <p><a href="http://www.theloadingdockgallery.com/daniel-mathieu.html" target="_blank">The Loading Dock Gallery</a></p> <h4></h4> <h5><a href="http://gratziecard.com/gallery/Daniel-Mathieu">Send cards with our photographs</a></h5> <h4></h4> <p><span class="share-body"><span id="control_gen_21" class="commentary">We are happy to announce our new partnership with <a href="http://gratziecard.com/gallery/Daniel-Mathieu">Gratzie cards</a>. Now you can send customized cards with Da</span></span><span class="share-body"><span id="control_gen_21" class="commentary">niel’s</span></span><span class="share-body"><span id="control_gen_21" class="commentary"> pictures. Feel free to share, first two cards are free. Enjoy!<br> </span></span><span class="share-body"><span id="control_gen_21" class="commentary"><a href="http://www.devezon.com/wp-content/uploads/2014/10/Gratzie-e1419132695715.jpg" class="lightbox-added alignleft" style="float: left; margin: 0px; padding: 0px;"><img class="alignleft size-full wp-image-2261" src="http://www.devezon.com/wp-content/uploads/2014/10/Gratzie-e1419132695715.jpg" alt="Gratzie" width="100" height="70"><span class="image-overlay overlay-type-image"><span class="image-overlay-inside"></span></span></a></span></span><br> </p><div style="height:20px" class="hr hr-invisible avia-builder-el-4 avia-builder-el-no-sibling "><span class="hr-inner "><span class="hr-inner-style"></span></span></div><p></p> <h5>Special Events</h5> <p>Visit us every first Saturday of the month during the “Western Avenue Open Studios”, from 12:00 PM to 5:00 PM</p> </code></code></code>Cheers!
IsmaelHey Michael!
Thank you for using Enfold.
Looks like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as stated on our support policy due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not included on the theme package will need to be directed to the plugin author. Anyway, you can try this on Quick CSS:
#top .gallery .gallery-item.proof-photo, #top .gallery .gallery-item.proof-photo img { width: 160px; height: 160px; }Thank you for your understanding.
Regards,
IsmaelHey elames!
Thank you for using Enfold.
You can use this on Quick CSS;
.avia-tooltip { background: #7e9353 !important; color: #000000; }Best regards,
IsmaelHi!
Thank you for using Enfold.
You can try @begrafiks’s suggestion plus css media queries to adjust the width of the notice on different screen sizes.
Best regards,
IsmaelHi Steven!
Thank you for using Enfold.
This will require a custom script. Unfortunately, this particular request or modification is more than what we can offer as a support team. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
IsmaelHey tylerjmorrison!
Thank you for using Enfold.
This is possible but it might break the layout of the theme. You can set a unique id using the For Developers: Section ID field. Use fixed-section for example. Set the position to fixed on Quick CSS.
#fixed-section { position: fixed; top: 100px; }Best regards,
IsmaelHey!
Thank you for the screenshots.
You can use this on Quick CSS or custom.css:
.main_color .avia-content-slider .slide-image { background: #000000; }Best regards,
IsmaelHey!
After you activate the child theme, go to Enfold > Import/Export panel. Click Import Parent Theme Settings. Please create a backup of the database before doing this, just in case.
Cheers!
IsmaelHi!
Please add this on functions.php:
/** * Portfolio Single Query */ add_filter( 'avia_post_grid_query', 'avia_portfolio_query', 10, 2); function avia_portfolio_query( $query, $params ) { if(is_single()) { $id = get_the_ID(); if(avia_post_grid::$grid == 0) $query['post__not_in'] = array($id); } return $query; }Cheers!
IsmaelHey!
Did you modify anything on the theme files? The portfolio item markup is not being rendered correctly. Download the theme again then override the old files via FTP. Deactivate all plugins then test it on another browser.
Regards,
IsmaelDecember 20, 2014 at 5:55 am in reply to: Trying to echo custom sidebar wiget in child template? #370912Hey eberswine!
Thank you for using Enfold.
Did you create a sidebar file called sidebar-webinar_sidebar.php? Please refer to this link: http://codex.wordpress.org/Function_Reference/get_sidebar
Regards,
IsmaelDecember 20, 2014 at 5:52 am in reply to: Fallback Image is not responsive on mobile devices #370911Hey ewingmh!
Thank you for using Enfold.
Add this css code on the Quick CSS field or custom.css but it may stretch the fallback image:
.avia-fullscreen-slider .avia-slideshow>ul>li.av-mobile-fallback-image { width: 100%; height: 100%; background-size: 100% 100%; background-position: center center; background-repeat: no-repeat; }Test different images.
Cheers!
IsmaelDecember 20, 2014 at 5:17 am in reply to: Updated to WordPress 4.1 and the WordPress Editor is broken. #370905Hi Munford!
Thank you using Enfold.
Remove the codes above then refer to this link: https://kriesi.at/support/topic/masonry-transitions-broken/#post-361916
Regards,
IsmaelHey!
Looks like you figured out how to import the dummy data. The site is now using the photography demo: http://distopica.com/
Cheers!
IsmaelHi!
You can use this on Quick CSS or custom.css:
#top .main_color.fullsize .template-blog .post_delimiter { border-color: #ffffff; }Adjust the post delimiter height with this:
.flex_column .template-blog .post_delimiter { margin: 0 0 20px 0; padding: 50px 0 0 0; }Best regards,
IsmaelHi ttippmann!
Thank you for using Enfold.
Did you install layer slider as a stand alone plugin? Please try to deactivate the cache and minify plugin then test it again.
Regards,
IsmaelHi vasilybodnarchuk!
Thank you for using Enfold.
Yes, it is. Edit the page with the slideshow then remove the slideshow element from the advance layout builder. If you’re on a default editor, remove the shortcode.
Regards,
IsmaelHi Martin!
Thank you for using Enfold.
No, it’s not possible to apply the masonry style on archive pages without major modification on the theme. Please hire a freelance developer or find a third party plugin that coincide with the theme. For further modifications, please visit Envato Studio or Werkpress.
Best regards,
IsmaelDecember 20, 2014 at 4:49 am in reply to: When linking to page to page, the page is all dark grey? Anyway to change ? #370890Hi!
Glad you figured it out. If you still have questions, let us know. :)
Cheers!
IsmaelHey sdbroker!
Thank you for using Enfold.
If you can provide a screenshot, it’ll help. Maybe, you can just add a color section at the very bottom of the home and blog page. Insert the content there. Or edit footer.php then use conditional tags is_archive() and is_home(). Refer to this link for more info: http://codex.wordpress.org/Conditional_Tags
Cheers!
IsmaelHey Scott!
Thank you for using Enfold.
Please try to deactivate all plugins then test it on another browser. If it doesn’t work, add this on Quick CSS:
span.mejs-offscreen { display: none; }Regards,
IsmaelHi!
Thank you for the info.
This is not happening on our installation. Please try to deactivate all plugins then test it again.
Regards,
IsmaelDecember 20, 2014 at 4:40 am in reply to: Images of masonry gallery load but are not shown on the screen of my Ipad 2 #370884Hey!
Thank you for the update.
I tested this on my iPod and the gallery on this page (http://starsoftomorrow.be/scapa-2/) shows up fine. Please try to restart the device or remove the browse cache then test it again. I’ll ask the rest of the support team to check.
Best regards,
Ismael -
AuthorPosts
