Forum Replies Created
-
AuthorPosts
-
February 15, 2015 at 2:14 pm in reply to: Can't change number of gallery rows on gallery feature #396376
Hi!
I tested the content on my installation and as it turns out, the portfolio grid element is causing the issue. Please remove the portfolio grid element then update the page. After the update, add the portfolio element back. Check the page again.
EDIT: It is also not working when AJAX is activated. Edit the config-templatebuilder > avia-shortcodes > gallery.php, look for this code:
add_action('wp_footer', array($this, 'print_extra_style'));Replace it with:
add_action('wp_footer', array($this, 'print_extra_style'), 5);Regards,
IsmaelFebruary 15, 2015 at 2:04 pm in reply to: ENFOLD – Grid Row Element set minimum height of 100% browser height #396375Hi!
This is not perfect but it might help. Add the code inside the functions.php file:
add_action('wp_footer', 'ava_grid_height'); function ava_grid_height(){ ?> <script> (function($){ $(window).resize(function() { var win = $(window), calc_height = function() { var winh = win.height(), header = $('#header').height(), title = $('.title_container').height(), gridh = winh - header - title; $('#custom-grid').css('height', gridh/1.5 + 'px'); } win.on( 'resize', calc_height); calc_height(); }).resize(); })(jQuery); </script> <?php }Add a unique id attribute to the grid row element using the For Developers: Section ID field. Use “custom-grid” for example.
Best regards,
IsmaelHey!
Try to place the elements inside a color section then add unique id attribute using the For Developers: Section ID field. Use “custom-section” for example. Add this to the Quick CSS field:
@media only screen and (max-width: 989px) and (min-width: 768px) { .responsive #custom-section .av_one_half.first + .av_one_fourth, .responsive #custom-section .av_one_half.first + .av_one_fourth + .av_one_fourth, .responsive #custom-section .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive #custom-section .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive #custom-section .av_one_fourth.first + .av_one_fourth + .av_one_half { margin-left: 0; width: 100%; }}Regards,
IsmaelFebruary 15, 2015 at 1:05 pm in reply to: Put Enfold Post layout options into LearnDash post #396361Hey!
Look for this line:
if($post_type == “sfwd-courses” || $post_type == “sfwd-lessons”)Add the default post:
if($post_type == "post" || $post_type == “sfwd-courses” || $post_type == “sfwd-lessons”)Regards,
IsmaelHi!
Can you please provide a screenshot of the header design? The header background image(gradient-top-light) is working but it’s too subtle and doesn’t contrast with the site’s background.
Best regards,
IsmaelHey!
Looks like the footer modification is also visible on desktop view. Please make sure that the modifications are inside the media query. Remove the font-size property here:
.footer-info { color: #888888; font-size: 10%; }If possible, please provide a screenshot of the vertical alignment issue.
Best regards,
IsmaelFebruary 15, 2015 at 12:29 pm in reply to: edit tag TITLE on social image profile changed by myself #396350Hi!
Please post the login details here. We would like to check it. Yes, you can add the code on the child theme’s function.php file.
Best regards,
IsmaelHey goranmilo!
Thank you for using Enfold.
It’s not working because of this code:
#top #header .av-main-nav > li > a .avia-menu-text, #top #header .av-main-nav > li > a .avia-menu-subtext { color: #ffffff; }You can remove that or add this to the Quick CSS field:
#top .header_color.av_header_transparency, #top .header_color.av_header_transparency .phone-info.with_nav span { color: red !important; }Cheers!
IsmaelHi!
Thank you for using Enfold.
Add this to the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #top .main_color .active_tab_content { background-color: #f2f1ee !important; }}Cheers!
IsmaelHey atef123!
Thank you for using Enfold.
Please update the theme to 3.0.8. Post the website url here so that we can check it.
Regards,
IsmaelHi gearouthere!
Thank you for using Enfold..
Add this to the Quick CSS field to remove the top rated products widget:
.postid-2763 section#woocommerce_top_rated_products-2 { display: none; }No, unfortunately, you can’t control the products on the related products section. What you can do is to define or specify cross or up sell products: http://docs.woothemes.com/document/related-products-up-sells-and-cross-sells/
Cheers!
IsmaelFebruary 15, 2015 at 11:59 am in reply to: can I have 2 different logos for transparent/normal header? #396339Hey!
The only way to reproduce what you’re describing is when you scroll down a few pixels slowly. It doesn’t happen when you scroll down normally (as you would scroll when visiting facebook etc). Try to increase the transition:
.logo img { -webkit-transition: opacity 0.1s ease-in-out; -moz-transition: opacity 0.1s ease-in-out; transition: opacity 0.1s ease-in-out; }Best regards,
IsmaelHi!
Make sure that you close the html tags properly. Missing one element will break the layout of the table or the whole site. Anyway, can you please explain what broke? The table looks fine on the frontend.
Regards,
IsmaelHi!
I tried to login using the credentials above but they’re not working. Please check.
Regards,
IsmaelHey stunna42!
Thank you for using Enfold.
Have you tried it on a code block element? Unfortunately, we don’t provide support for third party plugins. Please contact the plugin author.
Regards,
IsmaelFebruary 15, 2015 at 11:38 am in reply to: Duplicate posts even with "Do not allow duplicates" / Offset # set automatically #396332Hi HeartGLO1!
Thank you for using Enfold.
We can’t reproduce the issue on our installation. The offset is working as expected. Make sure that you’re using the latest version of the theme, 3.0.8. Why not create a special category for the post slider called “ecards” for example? Select this category instead of showing all categories.
Regards,
IsmaelHi!
I tried to login to the site but wp-login and wp-admin is now working. Please check.
Regards,
IsmaelHey JadynWelch01!
Thank you for using Enfold.
Add this code to the Quick CSS field to disable gallery loading animation:
.avia_transform .avia-gallery-thumb img { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }Regards,
IsmaelHey!
Thank you for using Enfold.
Yes, you can use that code on functions.php. Use is_page for pages and has_term conditional function for portfolio categories. Refer to these links:
http://codex.wordpress.org/Function_Reference/has_term
http://codex.wordpress.org/Conditional_Tags#A_PAGE_PageBest regards,
IsmaelHi!
Add this:
a#recaptcha_whatsthis_btn { overflow: visible !important; } a#recaptcha_whatsthis_btn:before { content: ''; display: block; width: 100px; height: 5px; background: #810200 !important; bottom: -7px; position: absolute; z-index: 1000; }Best regards,
IsmaelHey!
If you want to show the date only for the “news” category, edit config-templatebuilder > avia-shortcodes > magazine.php. Look for this code:
$time = get_the_time(get_option('date_format'), $entry->ID);Replace it with:
if(has_term('news', 'portfolio_entries', $entry->ID))$time = get_the_time(get_option('date_format'), $entry->ID);If you’re using the “news’ category for news portfolio items, leave the term as it is. If not, replace it with the proper term or portfolio category name. Unfortunately, you can’t show the actual event date without proper modification on the theme. You can add custom fields then edit the same file.
Best regards,
IsmaelHey goch!
Thank you for using Enfold.
The lightbox script is using the large thumbnail size found on Settings > Media panel. Adjust the max width and max height to 9999 then regenerate the thumbnails using this plugin: https://wordpress.org/plugins/regenerate-thumbnails/
Cheers!
IsmaelHey!
We tested this plugin on our installation and it works. It should preload and prevent other images from loading when they are not inside the viewport. https://wordpress.org/plugins/rocket-lazy-load/
For what it’s worth, this is the screenshot:
Best regards,
IsmaelHi!
Adjust the code. Replace it with this:
@media only screen and (min-width: 989px) { #header_meta .container { width: 29%!important; float: right; top: 65px; right: 25%; position: relative; } #header_meta { margin-top: -30px; } .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main { padding-top: 125px; }}Regards,
IsmaelHey!
I think you gave us a different website url. The issue is happening on this page: http://forum-produktion.automotiveit.eu/referenten
I accessed the site but I can’t find the page with the issue.
Best regards,
IsmaelHey!
You can edit config-templatebuilder > avia-shortcodes > events_upcoming.php, look for this code on line 141:
$output .= "<span class='av-upcoming-event-schedule'>".tribe_events_event_schedule_details($entry)."</span>";Replace it with:
$eventshed = tribe_events_event_schedule_details($entry); $output .= "<span class='av-upcoming-event-schedule'>".str_replace('@', '-', $eventshed)."</span>";Best regards,
IsmaelHi!
If you want to disable the link of the post title, use this on the Quick CSS field:
h2.post-title.entry-title a { pointer-events: none !important; }I’m sorry but what you’re after requires custom modifications that are beyond the scope of support. Please hire a freelance developer.or visit Envato Studio and Werkpress for further modifications.
Best regards,
IsmaelHi!
Thank you for the info. Do you have a test page that we can check? I’m sorry but we can’t reproduce the issue on our installation.
Cheers!
Ismael -
AuthorPosts

