Forum Replies Created
-
AuthorPosts
-
Hey!
1. The
get_sidebarfunction accepts a parameter which sets which sidebar shows.2. The breadcrumbs function resides in /enfold/framework/php/class-breadcrumb.php.
3. The
avia_titlefunction resides in /enfold/functions-enfold.php, line 316.Cheers!
Josue-
This reply was modified 9 years, 11 months ago by
Josue.
Hi,
Can you please check if the issue persists with the default WordPress theme activated? have you checked on a different computer?
Regards,
JosueDecember 8, 2015 at 1:42 pm in reply to: Contact Form > Select Element: Preselect option based on URL? #548716Hi,
In the Page with the form, drag a Code Block element below the form and paste this code there:
<script> (function($){ $(window).load(function() { var optionToSelect = window.location.hash.match(/\d+$/)[0]; $("#avia_3_1 > option:nth-child("+optionToSelect+")").attr('selected', true); }); })(jQuery); </script>As for the buttons, you’ll link them like:
http://url_to_contact_page/#option1
http://url_to_contact_page/#option2
http://url_to_contact_page/#option3Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueDecember 8, 2015 at 11:38 am in reply to: Contact Form > Select Element: Preselect option based on URL? #548649Hi,
I could help you if you link me the contact page with the finalized options that would be selected dynamically.
Regards,
JosueHey!
I tried uploading an image and it did work as expected, what problem are you having exactly?
Best regards,
JosueHi!
Change your mod to:
#top.home .avia-content-slider, #top.home .avia-content-slider-inner, #top.home .avia-content-slider-inner .slide-entry-wrap { /* old: ; */ /* -webkit-transform-style: preserve-3d; */ -webkit-transform-style: flat; -webkit-perspective: 1000px; -webkit-backface-visibility: hidden; display: flex; justify-content: center; }That way it will only take effect on the homepage.
Best regards,
JosueDecember 8, 2015 at 2:03 am in reply to: change background color of top header menu bar (where telphone/social media are) #548462Hey!
1. Please re-read my previous reply (it’s not modifying the images, it’s modifying the slider itself).
2. Did you try the CSS code?
.avia-slideshow-inner .avia-slide-wrap { background-size: contain !important; }Best regards,
JosueHi!
Yes, Enfold uses MC data to populate the form, however if you’re using the ALB version you can modify its labels individually.
Best regards,
JosueDecember 8, 2015 at 1:14 am in reply to: Advanced Layer Slider – Video Background Slide Duration / Clickable Navigation #548441Hi!
The link you posted doesn’t seems to load on my end, can you check if it’s the correct URL?
Regards,
JosueDecember 7, 2015 at 11:53 pm in reply to: Contact Form > Select Element: Preselect option based on URL? #548422Hi Daniel!
You could try doing something like this:
http://stackoverflow.com/a/28702642Best regards,
JosueHi!
Can you post a link to your site? are you setting a Short Description for each Product?
Cheers!
JosueHey Kees!
Field names are values set by the user so you can’t translate as you’d do with a theme string, you’d need to create a different widget for each language.
Regards,
JosueHey!
I’d suggest using Enfold’s page.php contents for your custom template file, should display the sidebar, breadcrumbs and header title.
Regards,
JosueHi,
Can you please check if the issue persists with the default WordPress theme activated?
Regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(‘.portolio-preview-list-image’).click(function () {return false;}); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey!
On what resolution are you noting this issue?
Cheers!
JosueHi!
1. No, that wouldn’t modify the image at all, it’s just a mask that would be put on top of the slider element IN the page.
2. It’s because of a CSS setting that tells the image to cover the slider dimensions, that can be changed with this:
.avia-slideshow-inner .avia-slide-wrap { background-size: contain !important; }Cheers!
JosueHey!
As of right now, you can’t set the video background as parallax when using the Color Section. Use the full screen slider instead if you want a parallax video.
Demo (first video is a fullscreen slider):
http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/Best regards,
JosueHi,
Can you please hand me a WordPress administrator account on your install or a staging version of it? post it here as a private reply.
Regards,
JosueHi,
Can you please check if the Yoast’s display issue persists with the default WordPress theme activated?
Regards,
JosueHey!
Yoast seems to be activated on your install but i don’t see any of those errors neither in the backend or the frontend.
Best regards,
JosueHi!
Could attaching the watermark separately to the slider work? the following CSS code will do that:
.avia-slideshow:after{ content: ""; background: center right url(https://explorenayarit.com/wp-content/uploads/2015/10/EN-logo-for-header-with-padding-oct-4-500.png) no-repeat; background-size: contain; display: block; height: 40px; width: 120px; position: absolute; bottom: 0; right: 0; z-index: 10; }Best regards,
JosueHi!
Have you tried on a fresh WordPress installation?
Regards,
JosueHi!
Try re-refreshing your W3 Total Cache and minifying.
Regards,
JosueHey!
I’m not noting any watermark in the images, can you post a screenshot of the issue?
Cheers!
JosueHey!
Those layouts are either set via filters in functions.php or in Theme Options > Blog Layout, archives inherit the blog setting selected here.
Best regards,
Josue -
This reply was modified 9 years, 11 months ago by
-
AuthorPosts
