Forum Replies Created
-
AuthorPosts
-
Hi!
The following code in functions.php will remove the Google Fonts inclusion:
add_action( 'init', 'enfold_customization_switch_fonts' ); function enfold_customization_switch_fonts() { global $avia; $avia->style->print_extra_output = false; }Regards,
JosueFebruary 29, 2016 at 11:00 pm in reply to: Content Element: Error fetching content – please reload the page and try again #591184Hey!
I tried reproducing the issue on a new Page but it seems to be working fine (check link in private section). Does it happen in a specific Page?
Best regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/swpOqaRS
Regards,
JosueFebruary 29, 2016 at 10:58 pm in reply to: masonry galley item custom link to open a new page #591182Hi,
Open /enfold/config-templatebuilder/avia-shortcodes/helper-masonry.php and look for line:
$this->loop[$key]['html_tags'] = array('a href="'.$this->loop[$key]['url'].'"','a'); //opening and closing tag for the masonry containerReplace it by this:
$this->loop[$key]['html_tags'] = array('a target="_blank" href="'.$this->loop[$key]['url'].'"','a'); //opening and closing tag for the masonry containerRegards,
JosueHey Mark!
Refer to:
Regards,
JosueHi!
Can you expand on what you’re trying to achieve? if you look at the file that handles the contact form (/framework/php/class-form-generator.php), you’ll note there are plenty of hooks you could use to retrieve/modify the data send via the form.
Cheers!
JosueYou’d need to look for that file via FTP.
Also, i’d suggest you considering about switching to a child theme as this mod will be lost if you update the theme.
You are welcome, glad to help :)
Regards,
JosueHola,
Prueba con esto:
#top tr:nth-child(odd){ background: red; } #top tr:nth-child(even){ background: yellow; } #top .tab { background: blue; font-size: 22px; } #top .active_tab{ background: green; }Modifica lo necesario.
Saludos,
JosueHi,
Can you post the link to the Page where you’re trying this?
Regards,
JosueHey!
Try adding this code to the Quick CSS:
body.page-id-123{font-family:'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;}123 would be the ID of the Page.
Cheers!
JosueFebruary 29, 2016 at 10:25 pm in reply to: how to show pictures in lightbox directli from portfolio page #591154Hi,
You could try setting a Custom Link in each Portfolio item (Advanced Portfolio Settings) pointing to the first image.
Regards,
JosueHi!
Open /config-templatebuilder/avia-shortcodes/postslider.php and look for this line:
$output .= "<div class='slide-content'>";Immediately before it place:
$output .= "<div class='post-ratings'>".get_field("ratings")."</div>";Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueTry selecting Flexible Masonry or Prefect Grid as the Size options.
Best regards,
JosueOK done, here’s what you needed to do – http://screencast.com/t/dV9VLSPqwal
February 29, 2016 at 9:05 pm in reply to: Main container wrap bugged if color section or grid row is first element on page #591106Not sure, i’ve seen this bug before but i couldn’t really tell what causes it to be honest (the fix is normally re-creating the Page or adding/removing sections), in any case if it happens again don’t hesitate to report it here
Regards,
JosueThanks, it’s done. here’s the CSS code i’ve used:
@media only screen and (min-width: 767px) { #header_main > .container { display: none; } } @media only screen and (max-width: 767px) { .menu-logo { display: none; } } .menu-logo img { height: 80px; } .menu-logo .avia-menu-fx{ display: none; } .html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 83px; } .html_header_top.html_bottom_nav_header .main_menu>div, .html_header_top.html_bottom_nav_header .main_menu ul:first-child, .html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { height: 80px; line-height: 80px; }You are welcome, glad to help :)
Regards,
JosueFebruary 29, 2016 at 8:50 pm in reply to: Main container wrap bugged if color section or grid row is first element on page #591090Does it happen to every Page or just that one? try creating more Color Sections (before/after) and check if it gets fixed.
Hi,
Can you post the link to your website please?
Regards,
JosueHi!
Try including the full URL like:
http://website.com/#anchorBest regards,
JosuePlease make sure the user you created is set as an “Administrator”
You are welcome, glad to help :)
Regards,
JosueFebruary 29, 2016 at 8:46 pm in reply to: Imagen mostrada al compartir una página en redes sociales #591080Me puedes pasar un acceso por privado?
Hey!
The code should not affect the rest of the CSS, make sure you’re including a closing
}at the end.Cheers!
JosueHi,
If you’re using a child theme you can override the theme
header.phpfile from there, that way it will survive theme updates.Regards,
JosueYeah i can see what you’re trying to do here, thing is, using a pseudo element is limiting for what you want to achieve, i’ve managed to find a better solution.
1. Change your Masonry settings to the following – http://screencast.com/t/UTNIf4Re0
2. Remove your custom Masonry CSS code and paste this instead:
.avia_desktop.avia_transform3d .av-caption-on-hover .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{ transform: none; -webkit-transform: none; width: 100%; height: 100%; bottom: 0; display: table; text-align: center; padding: 20px; background: transparent; } .av-inner-masonry-content-pos { display: table-cell; vertical-align: middle; background: white; } .avia-arrow{ display: none; }Ok hand me an admin account and i’ll do it for you :)
Hi,
No, there are no such files at the moment.
Cheers!
Josue -
AuthorPosts
