Forum Replies Created
-
AuthorPosts
-
Hey Rogier!
Either this:
<div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'> <?php do_action('ava_after_main_container'); echo get_search_form(); ?>Or this:
<div id='main' data-scroll-offset='<?php echo avia_header_setting('header_scroll_offset'); ?>'> <?php do_action('ava_after_main_container'); ?> <?php echo get_search_form(); ?>Is OK, the “echo get_search_form();” is a PHP function and must be inside PHP tags.
Regards,
JosueAugust 12, 2014 at 5:38 pm in reply to: Social icons cut off on footer in IE on smaller page sizes/responsive modes #303351Hi Gabe!
Yes, what i meant is that it’s not worth debugging responsive issues on IE8 as this browser doesn’t have a mobile version (like Chrome).
Regards,
JosueHi!
That line will only hide “notice” messages. If you put it in your wp-config.php file you don’t have to worry about updates.
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
functions-enfold.php file, look for the avia_sidebar_menu function around line 938.
Regards,
JosueHi Carine!
You should put that code in the Theme functions.php, not Quick CSS.
Cheers!
JosueHi!
Yes, refer to this topic:
https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/Cheers!
JosueHey!
It’s because of the theme versions, parallax was disabled on mobiles (2.8+) because of compatibility issues.
Best regards,
JosueHi Rogier!
Refer tot his topic:
https://kriesi.at/support/topic/mobile-search-bar/Best regards,
JosueHi!
Try setting a custom aspect ratio to change the video size, however, if you want it to have it as a lightbox you would need to use an image (as if it were a video) linked to the Youtube URL.
Best regards,
JosueAugust 12, 2014 at 10:03 am in reply to: Colour Section and resizing issues in IE & Firefox – Please Help #303039Hello,
Sorry to disappoint you but i don’t see the point on asking for “responsiveness” for Internet Explorer. Regarding Firefox, try adding this code to the Quick CSS:
@media only screen and (max-width: 767px) { .avia-section.av-minimum-height .container, .avia-section.av-minimum-height .container .content {display: block !important;} } }Regards,
JosueHi Victor!
Try:
left: 0; right: 0; margin: 0 autoRegards,
JosueHi Luca!
I’m not sure if i understood what you meant but if you want to use a custom lightbox script you can disable the Enfold one in the Theme Options.
Regards,
JosueYou too Anders, glad to help :)
Cheers!
JosueAugust 12, 2014 at 9:08 am in reply to: Is it possible to add the revolution slider to the blog page? #303026Hey Alan!
It may if the theme files were modified, regarding your initial request you can make use of the do_shortcode WP function to embed a RevSlider somewhere in the header.php file.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Refer to this guide:
http://www.wikihow.com/Change-File-Permissions-on-Windows-7Best regards,
JosueHey!
To change the text, add this to the Quick CSS:
.grid-entry-title { color: red; font-size: 24px; }To change the image size try selecting a lower/higher number of columns in the portfolio grid options.
Regards,
JosueHey Alex!
Try adding this code to the Quick CSS:
span.comment-container.minor-meta, span.comment-container.minor-meta + span, span.blog-categories.minor-meta, span.blog-categories.minor-meta + span{ display: none; }Cheers!
JosueHey Alex!
That’s the Enfold contact form element, you can have 1/2 elements by using this setting – http://screencast.com/t/9Em9JtKkBQXF
Cheers!
JosueAugust 12, 2014 at 7:42 am in reply to: blog post with custom full width slider image will not change on post pages #303012Hi,
Can you post the link to your website please?
Regards,
JosueHey Munford!
1. Add this:
.mfp-content img:hover{ opacity: 1 !important; }2-3. Try:
@media only screen and (max-width: 767px) { .grid-entry.feature-films_sort { width: 50% !important; padding: 5px; } }Cheers!
JosueHey Marc!
There is no way to do that server-side, you’d need to use JavaScript to either swap them of having two sections with the same content hiding/showing depending on the screen size (that could be done with CSS only).
Best regards,
JosueAugust 12, 2014 at 7:35 am in reply to: Is it possible to add the revolution slider to the blog page? #303009Hey!
Can you create a mockup of what would you want to achieve?
Best regards,
JosueHi Enffie,
We’re not familiar with that plugin, i’d recommend you trying Yoast SEO or FV Simpler SEO.
Regards,
JosueHey Surya!
Try putting the session code in the functions.php alongside the change_form_message function.
Regards,
JosueHey!
You can use a Color Section for that, refer to this guide:
Regards,
JosueHello Sandra!
I tried to logging to your site with the access provided but got this screen – http://screencast.com/t/bV0HhR0aA
Cheers!
Josue -
AuthorPosts
