Forum Replies Created
-
AuthorPosts
-
Good Afternoon,
Thank you for the suggestion to recreate the thumbnails this was not causing it but it led me to the problem.
When logged into my admin area I noticed that I was still getting the 404 image not found error.
Looking at page source I could see that it was in the Enfold Theme Options under Custom background Image for Boxed Layout
However as I am using the stretched layout I had not look closer to realise that the image link was still there.
After changing to Boxed, removing the image and changing back to Stretched it is all fixed.
Thanks again for great support!
Good Morning,
Hey thanks for the reply.
My concern was that the src for the image link is http:// localhost/wp -content/
Instead of the actual web domain.Can you think of why this would be our how can fix so it will link to a valid image file and therefore work on ie8?
I haven’t come across this type of error in any other endold site made for clients.
December 4, 2014 at 7:28 pm in reply to: Add data attribute to image and slider via advanced builder to stop lazy load. #363157Good Afternoon,
Thank for the suggestions to add images using code blocks, instead dug deeper and copied the shortcode to child theme and added a small check to see if the $meta[custom_class] variable contained my specified ‘nolazy’ custom css class.
// If Custom Class 'nolazy' then prevent lazy load if (strpos($meta['custom_class'],'nolazy') !== false) { $lazy = "data-no-lazy=1"; }
Then added the {$lazy} into the output img tags.
So that is all sorted.
However the full width slider are actually being lazy loaded. (I can confirm this by viewing source while page loads to check for the image script which replaces the src value. )
and the sliders does not seem to calculate its final height until all images are loaded.
This is causing whitespace to appear below the slider until all images are loaded and then it is closed back up and slider will scroll as usual.
Do you have any suggestions for this type of issue?
Warm regards
Paul
Hey P.Bert.
I was trying to get rid of this plugin as well.
It turns out it is a plugin that is part of Revolution Slider and nothing to do with the Enfold Theme.
Check out their change log. Hope this helps.
Version 4.5.0 SkyWood (05th June 2014)
NEW FEATURES
Improved Backend Functionality
Added a timeline based editor for better & easier handling of layer times
Loop Effect now available. Choose between four loop types for each layer in the Slide Editor under “Layer Animations”
Parallax Effect now available. Enable it in Slider Settings in the Parallax Tab and set your desired level of each layer in Slide Settings
Parallax on Mouse Movement Added
Parallax on Scroll Added with Background fixed or Scrolled Options
PArallax on Mobile Device Tilt
qTranslate is now supported in layers
Added filter hook called ‘revslider_get_posts’ that can be used to manipulate the WP_Query array
New Grid/Snap functionality in Slide Editor for better positioning of elements
Punch Fonts are now included. This should now be used if google fonts need to be loaded through the Slider Revolution pluginGood Afternoon,
Thanks for the response, great to hear that it worked for you but unfortunately it is still playing up on my end.
1 – Regardless of the browser I use, i still get black bars on left and right hand side of video until I resize the browser.
– latest mozilla sometimes will work correctly on fresh load.
– Internet explorer 12 always shows black bars on left and right until resize.
– Chrome 37.0.2062.124 is also hit and miss.
have not tested safari as don’t have a mac and videos are disables on ipads and mobiles.I have also changed to another video and still get the same results.
This is regardless of the screen resolution I used on my laptop.
If however I use a vimeo video there is no issue, however then I cannot use a custom js script to mute and unmute the video.
Warm regards
Paul
I already had a position: absolute and z-index value it still wasn’t quite working.
But All sorted now !!
Just had to target the div Id and assign new position top value AFTER the header-scrolled.class was applied to the header wrapper.
eg. original css
#divID { top: 80px; }additional that will apply after the page scrolled.
.header-scrolled #divID { top 50px; }This way once the page is scrolled the div moves up 30px and remains within the header section.
Keep up the great work.
Thanks
Paul
Good Evening,
Ok, I have fixed this issue but need one further Tweak.
I added the link as a custom function to my child theme functions.php.
This adds the a href into the add_action(‘ava_main_header’, ‘custom_function1’); hook in the header and then styling it from there.
For some reason if there is a 100% width div this a href link would always sit behind it or appear but not be clickable.
This was regardless of the z-index or display:block settings I applied.
Anyway great that working – but I would like to have the “Sound Off” text to stay within the header.
Is there a class I can give so that it will move UP the same distance value the way that the social icons do when the page is scrolled down.Example page: http://bit.ly/1s8NL54
Also – as separate request do you know how can add in font icon and then change the icon on hover?
Am hoping to use the speaker / mute icons.Cheers
Paul
August 31, 2014 at 5:54 am in reply to: Un-mute audio in an embedded video in a Color Section #311440Awesome, thanks for the fix.
I was wondering why was having so much trouble.
You have no idea how much searching these forums 80% of the time finds the answer already.
15% leads to working it out yourself and the last 5% takes a quick post and usually get an answer same day!Thanks again for great support!
Cheers
Paul
August 29, 2014 at 8:01 pm in reply to: Un-mute audio in an embedded video in a Color Section #311062Ok… after much testing.
I have create new Image-random shortcode and all is working fine. (now need to work out how to modify to accept a text input of 3 comma separated image ID’s and randomly display 1 only. – similar to https://wordpress.org/plugins/wordpress-random-image/ )
Outside realm of support, but any tips or hints would be great.)However I have found that adding the section.php shortcode into the child theme shortcode folder it give an instant white screen of death.
I have added all others and are fine.. only the section.php is causing this and it has now been tested on 2 separate enfold + child theme installed.
Any ideas would be great.
Thanks again for great support and follow up.
Cheers
Paul
August 29, 2014 at 2:39 pm in reply to: Un-mute audio in an embedded video in a Color Section #310945Good Afternoon,
I have tried to follow the http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
on how to edit an image element for the layout builder and any EDITs are working fine.
However when I tried to ADD a new one it would not appear.
I copyed image.php file and then reaming the file and the class_exist and config[‘name’] and config[‘shortcode’]
but it would not appear in the list of selectors.Is there as guide on how to copy and make new ones and ideally to make new section.php for color section that has video audio turned on. but still keep the existing section.php file that has muted video.
Cheers
Paul
August 29, 2014 at 2:29 pm in reply to: how to add live chat button code in new update header file #310935Hey Thanks Yugit,
I solved the problem as stumbled upon another search topic.
Instead of modifying the code or trying to add a new widget area I added a function in child theme functions.php file.function hooks into the ava_main_header and
calls a IF (shortcode_exist (.weather shortcode.) echo do_shortcode command.And seems to work well.
Just follow question-
Is there a list of all the hooks / filters that enfold has available as couldn’t find this on the documentation or these support forums?August 29, 2014 at 6:03 am in reply to: how to add live chat button code in new update header file #310789Good Morning,
Can this do_action(‘ava_main_header’); fuction be called and added to via a child theme?
Cheers
Paul
August 26, 2014 at 2:44 pm in reply to: Un-mute audio in an embedded video in a Color Section #309338Is there a way to do with with a jquery script on load.
I would like to make a button to toggle mute/ unmute for a video.
But do not want to have all videos have sound.
And do not want to edit the enfold theme files only my custom child theme.
Cheers
Paul
Hey Thanks for the update.
Coincidenially.
I had just made this change less than 5 minutes ago.
I have set my image down arrow to 999.
As I saw that the div was 1000px.
Thanks for pointing me in the right area.
Warm regards
Paul
Good afternoon,
Thanks for the suggestion.
I have added this to the custom CSSHowever this has the unintended consequence of now the mobile menu does not show the site logo or mobile menu icon when clicked.
This is assumable as the main div is now ontop of these elements.
Do you know what the zindex is of the full width slider as might be better to just go 1 above these and keep below the mobile menu.
Or add higher zindex to the logo and menu icon.
Thanks again.
Paul
Good Morning,
Thanks for the tips,
I have now downloaded and reencoded the video as 16:9 without the black bars.
It now works as expected.
Cheers
Paul
Good Evening,
Thanks, I hadn’t actually noticed that the video had bars on actual video (as had swapped about 5 in last few days to find one that fit with the styling).
However is there some code I could add to have it display like the easy full width slider. As this one will zoom in automatically and remove these bars?
Cheers
Paul
This reply has been marked as private.This reply has been marked as private.Thanks Josh,
Yeah have latest versions for theme and wp. (I actually get super excitded when i see the themeforrest auto email regarding updates)I didn’t even think about plugin conflict.
I disabled them all and now any that have manual link selected the titles are working as they should,
however no title is displayed for post/pages/categories etc. (unless manual is selected, then save then change to post/page etc).Any further thoughts?
Cheers
Paul
June 9, 2014 at 2:11 pm in reply to: Feature suggestion: Turn of prettyPhoto in theme settings #276433Good Afternoon,
Thanks for great Tech support.This is a 2 part question. As per prior support answer:
———————
https://kriesi.at/support/topic/change-layout-prettyphoto/#post-173889
Enfold\js\prettyPhoto\js folder and open jquery.prettyPhoto.js file. Search “theme” and find http://i.imgur.com/VKAoooU.jpg
and change “pp_default” with “dark_square”.
Regards,
Yigit
————-Is there a way to edit or call a replacement jquery.prettyPhoto.js file in a child theme such as the child theme attached?
Also I just downloaded this child theme and it has a lot of existing function calls?
The child theme I currently run was from last year and came with a blank function file which was used for styling only. I have added few simple functions but nothing referencing similar functions to this sample.
Is this updated child theme a better version to work from (just without the dequeue / register scripts related to the question above for fancybox?
Warm regards
Paul
March 25, 2014 at 2:56 pm in reply to: Logo pushed off screen on Logo Center – Menu Below Theme Option #242743Thanks, Thats almost perfect !
The Logo is fixed for all widths, but the social icons are being displayed centered and then as width reduces they overlap with the logo between 480 and 768px.
Is there some styling to position closer to the menu on the right?
Thanks again.
Paul
P.S. I have never had a theme previously where the support staff have been so helpful to customise and get our sites displaying ‘just right’.
It is inspiring!I did have another issue – when logo is positioned in center with menu below.
When reducing the browser width the reposonsive theme pushes the logo off to the left.
Please see new.leemarine.co test site.
Cheers
Paul
Thanks,
That is great help.
Good Morning,
Sure link is: new.leemarine.co
It is the front page that I am trying to get to load as full screen layout.
With the slider full screen and no <h1 class=”post-title entry-title”> and no Author Links and no Breadcrumbs.
This is currently being called through a direct copy of the index.php code in enfold theme directory.
I have attempted to edit this index.php previously and remove some of the added divs and did have the slider showing full screen, however it the whole page was offset to the left by about 30px with grey footer background showing on right hand side.
So have returned to original index.php pending your advice.
Thanks again.
Paul
-
AuthorPosts