Forum Replies Created
-
AuthorPosts
-
Hi,
You can’t make the whole image visible on smaller screens without distorting the image.
Use this css code to increase the height of the section on mobile view:@media only screen and (max-width: 767px) { #duennesheaderbild { height: 200px; } }
You can also use that code to change the background source:
@media only screen and (max-width: 767px) { #duennesheaderbild { height: 200px; background-image: url( IMAGE URL FOR MOBILE HERE ) !important; } }
Best regards,
IsmaelDecember 6, 2018 at 1:01 pm in reply to: Extend Google Map API Callback aviaOnGoogleMapsLoaded #1041624Hi,
Have you tried using “DOMContentLoaded” instead of “load”? You can put the map inside a color section and then add a Section ID or apply a custom css class attribute to the map element itself.
Best regards,
IsmaelHi,
It works when I use a different image. Did you translate the media files?
// https://wpml.org/documentation/getting-started-guide/media-translation/
Best regards,
IsmaelHi,
I’m not really sure why it redirects. Did you add any custom script before?
Best regards,
IsmaelDecember 6, 2018 at 12:15 pm in reply to: Inserting Google Captcha in the Enfold contact form #1041602Hi,
Thank you for using Enfold.
We created a plugin version of that script. You can find it here: https://github.com/KriesiMedia/enfold-library/tree/master/customizations/enfold-recaptcha
Best regards,
IsmaelDecember 6, 2018 at 12:13 pm in reply to: How Can I pages from multiple demo files to Enfold 2017 demo that I uploaded? #1041600Hi,
You may need to edit the functions.php from your cpanel or via FTP. You can use FileZilla.
Best regards,
IsmaelHi,
page.php file so that it renders after the content?
Edit the includes > loop-page.php file and look for this code:
echo ' <div class="entry-content" '.avia_markup_helper(array('context' => 'entry_content','echo'=>false)).'>'; the_content(__('Read more','avia_framework').'<span class="more-link-arrow"></span>'); echo '</div> ';
Insert the render function below.
Best regards,
IsmaelDecember 6, 2018 at 12:09 pm in reply to: Hide all portfolio items from internal search results #1041597Hi,
Which ones of those items are portfolio? I can only see pages when I use the “marrakech” keyword.
Best regards,
IsmaelHi,
Thanks for the update. The site is displaying properly on my end. Did you remove the browser cache? Please try to hard refresh the page.
// https://www.getfilecloud.com/blog/2015/03/tech-tip-how-to-do-hard-refresh-in-browsers/
And the styling changes when I adjust it.
Best regards,
IsmaelHi,
Thanks for the update. The ajax search is still not working on my end. Did you add this snippet after installing relevanssi?
Please disable it temporarily.
Best regards,
IsmaelDecember 6, 2018 at 11:58 am in reply to: How to configurate Google Captcha in Contact Form because of spamming problem #1041585Hi,
My bad. A single comma is missing. Please download the plugin again or edit the public/class-enfold-recaptcha-public.php file line 127:
"type" => "textarea"
Add a comma:
"type" => "textarea",
And adjust line 187:
$desc = avia_get_options( 'recaptcha_enfold_desc' );
to..
$desc = avia_get_option( 'recaptcha_enfold_desc' );
Best regards,
IsmaelDecember 6, 2018 at 11:53 am in reply to: Parallax bug on Background Images (With Pictures) #1041579Hi,
@Jables: I can’t see any issue on that page. Can you give us a screenshot? Use imgur or dropbox.
Best regards,
IsmaelHi,
Alright. Please open a new thread if you encounter the issue again.
Best regards,
IsmaelDecember 6, 2018 at 11:51 am in reply to: Duplicate H1 and meta being displayed on blog posts #1041576Hi,
My bad. I can see the issue now. Did you modify any of the theme files? I can’t reproduce the issue on my installation.
Best regards,
IsmaelHi,
Alright. You can try this script in the functions.php file:
add_action('wp_footer', 'avf_trigger_menu_on_hover'); function avf_trigger_menu_on_hover(){ ?> <script type="text/javascript"> (function($) { $('.av-burger-menu-main a').on('mouseover', function() { $(this).trigger('click'); }); })(jQuery); </script> <?php }
Best regards,
IsmaelDecember 6, 2018 at 11:40 am in reply to: Autoplay Vimeo video added to homepage with Avia Video block #1041568Hi,
Add this code above the previous script tag.
<script src="https://player.vimeo.com/api/player.js"></script>
That should fix the error in the console:
ReferenceError: Vimeo is not defined
Best regards,
IsmaelHi,
Since you’re using a tall image, try to set the height to be twice of the current value.
Best regards,
IsmaelHi,
The script should not have affected the featured image. Can you give us a link to the actual blog post?
Best regards,
IsmaelHi,
Can you give us a link to the previous thread where we suggested this css code?
Best regards,
IsmaelHi,
(For the time being, I think we may have found the issue and fixed it. The object-cache.php file in wp-content was renamed. I’m not sure if this was something that resulted from an update of Enfold, GoDaddy php or something else.)
Is this fixed? I’m not really sure where to start here, so it would be nice if renaming that file fixed the issue.
Best regards,
IsmaelHi,
This filter will increase the size of the parallax container, making the parallax effect more pronounced.
add_filter('avf_parallax_speed','avia_change_parallax_ratio', 10, 2); function avia_change_parallax_ratio($ratio, $id){ $ratio = "0.8"; return $ratio; }
Best regards,
IsmaelDecember 5, 2018 at 3:03 pm in reply to: Warning: array_flip(): Can only flip STRING and INTEGER values! in /home/barcelq #1041235Hi,
Thanks for the info.
This should help: https://kriesi.at/support/topic/fehler-beim-update/#post-1024333
Best regards,
IsmaelHi,
Which font are you trying to upload? Please note that you can only use Google Fonts. For other font sources, use css import.
// https://css-tricks.com/snippets/css/using-font-face/
Best regards,
IsmaelHey whdsolutions,
Thank you for using Enfold.
What is the coordinates of your location? We’ll try it on our installation.
Best regards,
IsmaelHey whdsolutions,
Thank you for using Enfold.
What is the coordinates of your location? We’ll try it on our installation.
Best regards,
IsmaelDecember 5, 2018 at 6:32 am in reply to: WP User Front End Pro not working with Enfold Theme #1041083Hey Suze,
Thank you for using Enfold.
The form’s labels cover some of the input fields. This css code should help.
li.wpuf-el.parent_guardian_details.form_element_half_last + .wpuf-el, li.wpuf-el.parent_guardian_details.form_element_half_last + .wpuf-el + li { position: relative; z-index: -1; }
Best regards,
IsmaelHi,
Thanks for the update. You have to modify the taxonomy-portfolio_entries.php file in order to do that. Look for this code around line 33:
'contents' => 'title',
Set the content attribute from “title” to “excerpt”.
Best regards,
IsmaelHi,
I would like to apologize for the delay. The File Compression settings were enabled, which is why you don’t see the changes. I disabled it temporarily from the Enfold > Performance panel. Please try to change the options again.
Best regards,
Ismael -
AuthorPosts