Forum Replies Created
-
AuthorPosts
-
Thanks Mike. This works!
Hi,
I’m still working on this and trying some of the work arounds found here in support. We are close but here are still a few issues. Just to review, I am trying to show a video on the home page of this site with only a link to enter the site. The home page is now set to /intro3, the video is set in background video of a color section and the image (with link) is set in the same color section. I would also like to display the video’s controls. I would also like to set the linked image at about 50% opacity.
– From https://kriesi.at/support/topic/enable-video-controls-pauseplay-wbackground-video/ – On the wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/section/section.php I have changed
‘video_controls’ => ‘disabled’ to
‘video_controls’ => ”
But the controls still won’t display. I also tried ‘video_controls’ => ‘display’ with no luck– the image in the color section is not linking to the page set
– Audio is playing in incognito but not on a regular Chrome page. Audio does not play in Safari but was yesterday. All browser controls in Chrome and Safari are set to auto play and sound on
Please help. I am spending hours on something I feel should already be working.
Thank you,
TomThank you Mike! Your solution and explanation helped but the Layer Slider is pretty bumpy when changing the size of the page. I’m wondering if we could get a better result using a Full width slider and somehow placing a hot spot link to “Enter Site”.
To demonstrate, I have switched the home page in Theme options to https://schroeterslawnandlandscape.com/intro2 to continue hiding the menu (earlier home page was https://schroeterslawnandlandscape.com/schroeters-lawn-and-landscape).
Using the full width slider, the video is better but without a hot spot, I am linking the entire video inside the slider. Basically, this disables the video controls. When the user attempts to use the video controls, he links to the rest of the site. Can I create a hotspot on top of a video and place that hot spot image?
Thank you!Thanks Rikard for getting back. I was able to toggle between themes, edit the category, then switch back to my child theme and update. Thanks again!
Thanks for your help Mike. Perfect!
April 28, 2020 at 4:49 pm in reply to: Display product image and description as full width page banner #1207851We can close. Thanks again.
April 24, 2020 at 7:34 pm in reply to: Display product image and description as full width page banner #1206926Beautiful. Thanks Mike!
April 20, 2020 at 6:39 pm in reply to: Display product image and description as full width page banner #1205540Sorry … I forgot to include the link for the mobile image
https://londongreyatx.com/wp-content/uploads/2020/04/get_started_mobile_ver.jpg
Is there a way to also include control for the Category Description?Thank you.
April 20, 2020 at 5:55 pm in reply to: Display product image and description as full width page banner #1205531Hi Mike,
Thanks for the code! I made a few adjustments for the banners I am using but now my Color Section on the Free Concierge” page is not responsive. Trying below but the color section still won’t respond. I could just use One column layout with and image, but it won’t be full width..avia-section.background-img-responsive {
background-size: cover !important;
}.background-img-responsive .content {
padding-bottom: 1% !important;
padding-top: .5% !important;
}@media only screen and (max-device-width: 736px) {
.av-parallax.avia-full-stretch.enabled-parallax.active-parallax {
background-size: 190% 70% !important;
}}Thanks again,
Tom
Hi Victoria,
Thanks for getting back. Solved issue using product categories.
Thanks,
TomHi,
I have a similar problem with image sizing using Featured Products in woocommerce. Is there anyway to force Enfold to display “featured product” page with images at widths greater than what the would be for a 4 column display?
Thank you!
TomAlso – I have another question – how do I change the color of the titles in my footer? Everything I have tried so far has not worked.
Thank you.Hi, thank you.
I actually changed the width and it works.
How do I add a captcha part? I tried and it is unsuccessful in displaying the number.
Here is the site address:Here is the coding I used – I added it to Enfold theme, “general styling” then Quick CSS at the bottom.
Thank you.
Can you take a look at my coding for the contact form and see if there is something wrong? Or a way to make it WIDER? Thank you.
<p><div class=”flex_column av_one_half flex_column_div av-zero-column-padding first avia-builder-el-2 el_after_av_textblock el_before_av_one_half column-top-margin” style=’background: #232b30; border-width:10px; border-color:#232b30; border-style:solid; background-color:#232b30; border-radius:0px; ‘><form action=”http://arthurriggs.com/contact/” method=”post” class=”avia_ajax_form av-form-labels-visible avia-builder-el-3 avia-builder-el-no-sibling av-custom-form-color av-light-form ” data-avia-form-id=”1″ data-avia-redirect=”><fieldset><h3>How Can We Help?</h3><p class=’ first_form form_element form_element_half’ id=’element_avia_1_1′><label for=”avia_1_1″>Name <abbr class=”required” title=”required”>*</abbr></label> <input name=”avia_1_1″ class=”text_input is_empty” type=”text” id=”avia_1_1″ value=”” /></p><p class=’ form_element form_element_half’ id=’element_avia_2_1′><label for=”avia_2_1″>E-Mail <abbr class=”required” title=”required”>*</abbr></label> <input name=”avia_2_1″ class=”text_input is_email” type=”text” id=”avia_2_1″ value=”” /></p><p class=’ first_form form_element form_element_half’ id=’element_avia_3_1′><label for=”avia_3_1″>Subject <abbr class=”required” title=”required”>*</abbr></label> <input name=”avia_3_1″ class=”text_input is_empty” type=”text” id=”avia_3_1″ value=”” /></p><p class=’ first_form form_element form_fullwidth av-last-visible-form-element’ id=’element_avia_4_1′> <label for=”avia_4_1″ class=”textare_label hidden textare_label_avia_4_1″>Message <abbr class=”required” title=”required”>*</abbr></label> <textarea name=”avia_4_1″ class=”text_area is_empty” cols=”40″ rows=”7″ id=”avia_4_1″ ></textarea></p><p class=”hidden”><input type=”text” name=”avia_5_1″ class=”hidden ” id=”avia_5_1″ value=”” /></p><p class=”form_element “><input type=”hidden” value=”1″ name=”avia_generated_form1″ /><input type=”submit” value=”Send” class=”button” data-sending-label=”Sending”/></p></fieldset></form><div id=”ajaxresponse_1″ class=”ajaxresponse ajaxresponse_1 hidden”></div></div>
<div class=”flex_column av_one_half flex_column_div av-zero-column-padding avia-builder-el-4 el_after_av_one_half avia-builder-el-last column-top-margin” style=’border-radius:0px; ‘></div></p>Also – what does this mean? —-
Your theme has 3 other widget areas, but this particular page doesn’t display them.
You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages.
Would it help to add a custom widget?
Well, so the contact form currently takes up 1/4 of the width. When I change it to 3 columns, it doesn’t seem to change the width of the contact form – it just adds more random content (that I am not controlling) to either side.
Hi! Thank you, I think that made my footer smaller. When you refer to labels, do you mean in the contact form? I would actually like the contact form to take up 1/3 of the width of the footer – can you help me with that?
Hi Nikko,
Sorry about that. The log in address is https://arthurriggs.com/wp-admin
Credentials are in the Private Content
I am not a programmer, so I copied the html from the Contact form and placed it inside the 2nd column widget. Additionally, after researching on the Forum, I am attempting to create 2 columns in the footer, each column taking up half, with the Contact Form in the 2nd (right hand) column. The following code has been added to Quick css:/* Full width footer */
#footer .container {
width: 100vw;
max-width: 100%!important;
}#footer div .av_one_half:nth-child(1) { width: 45%; }
#footer div .av_one_half:nth-child(2) { width: 45%; }
The problem seems to be the area where a 4th column would be. I can not extend a column into this area.
-
AuthorPosts