Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
I just inspected the code and saw that there is a Uppercase transformation see this image where I have turned it off and the font is rendering correctly 
 https://cabaritabeachfrontapartments.com.au/wp-content/uploads/2021/10/Screen-Shot-2021-10-22-at-12.26.43-pm.pngI do not know where this is coming from – there seems to be no CSS anywhere I can see that would be causing it – there is still the css code you sent to me in the custom css area & I have removed any customising that was done in the Advanced Styling sorry – that first lot of css had no effect 
 I am using the Advanced Editor (so did not try the 2nd set)
 The text is not set to any “special” heading – it is just H2
 when I set the text back to “paragraph” it shows as uc/lc but when I change it back to H2 it still goes all caps
 same if I add a new text blockI have tried it with Enfold > Performance > File Compression settings turned on and off I also tried to set H2 and a different colour and that did not take effect either see attached to show how the fonts are set 
 https://cabaritabeachfrontapartments.com.au/wp-content/uploads/2021/10/Screen-Shot-2021-10-22-at-6.50.06-am.pngThanks Mike ! wrong pw – sorry – sent as secure sorry mike 
 I added extra security so hence the extra login
 un = wpuser
 pw = SmAr@66875140%I don’t thin k reversing would work as it is only one row that need to be reversed 
 I am trying to get the text above the image fo all of themHi Nikko thanks – I have done that on this page 
 https://cabaritabeachfrontapartments.com.au/
 front end password = cabaritaas per screenshot 
 https://cabaritabeachfrontapartments.com.au/wp-content/uploads/2021/07/Screen-Shot-2021-07-30-at-8.12.49-am.png
 I have done this os that the text is supposed to appear above the image on the mobile version
 but the image is not showing on the mobile screen at allI fixed it by re-downloading the Enfold theme and replacing the exisiting one I just renewed my support with a $47 payment this is now quite urgent I can’t access wp-admin now at all ftp access shown below thank you sorry about that – I discovered the multiple image were coming from the 3rd party import file and not being created by anything in my WP install I think i have found the issue here – will let you know if this needs to be closed if i resolve it I have used the filter 
 `function ava_image_sizes() {
 remove_image_size(‘widget’);
 remove_image_size(‘featured’);
 remove_image_size(‘featured_large’);
 remove_image_size(‘extra_large’);
 remove_image_size(‘portfolio_small’);
 remove_image_size(‘magazine’);
 remove_image_size(‘masonry’);
 remove_image_size(‘entry_without_sidebar’);
 remove_image_size(‘entry_without_sidebar’);
 remove_image_size(‘entry_without_sidebar’);
 }
 add_action( ‘after_setup_theme’, ‘ava_image_sizes’, 11 );and it has reduced the number of sizes created – HOWEVER it is now creating 7 sets of each image ! here is a record of one of the images 
 https://gccre.com.au/wp-content/uploads/2021/02/image-creation.pdfHi I am working on this problem too 
 I have a situation where I have a site that is importing real estate listings from a hub – the site only needs 2 thumbnails of a certain size (one for from end and one for admin/media library) and 3 larger images of a certain size for the font endit seem WP & Enfold crate 29 versions of each image I have worked out which images I need to keep 
 eg
 18195851__1612125956-22539-Office1-300×225.jpg
 18195851__1612125956-22539-Office1-300×200.jpg
 18195851__1612125956-22539-Office1-845×684.jpg
 18195851__1612125956-22539-Office1-scaled-800x500_c_epl_slider.jpg
 18195851__1612125956-22539-Office1-2048×1536.jpgand all these are not needed 18195851__1612125956-22539-Office1-100×100.jpg 
 18195851__1612125956-22539-Office1-1030×773.jpg
 18195851__1612125956-22539-Office1-1210×423.jpg
 18195851__1612125956-22539-Office1-1500×1125.jpg
 18195851__1612125956-22539-Office1-1500×430.jpg
 18195851__1612125956-22539-Office1-1500×630.jpg
 18195851__1612125956-22539-Office1-1536×1152.jpg
 18195851__1612125956-22539-Office1-180×180.jpg
 18195851__1612125956-22539-Office1-2048×1536.jpg
 18195851__1612125956-22539-Office1-260×185.jpg
 18195851__1612125956-22539-Office1-36×36.jpg
 18195851__1612125956-22539-Office1-495×400.jpg
 18195851__1612125956-22539-Office1-705×529.jpg
 18195851__1612125956-22539-Office1-710×375.jpg
 18195851__1612125956-22539-Office1-768×576.jpg
 18195851__1612125956-22539-Office1-80×80.jpg
 18195851__1612125956-22539-Office1-845×321.jpg
 18195851__1612125956-22539-Office1-845×684.jpg
 18195851__1612125956-22539-Office1-scaled-120x120_c_epl_slider.jpg
 18195851__1612125956-22539-Office1-scaled-400×300.jpg
 18195851__1612125956-22539-Office1-scaled-800x500_c_epl_slider.jpg
 18195851__1612125956-22539-Office1-scaled.jpg
 18195851__1612125956-22539-Office1.jpghow can I add these to the above code for my child there functions.php file maybe 
 remove_image_size(‘1030×773.jpg’);
 would that work ?
 or do I need it without the .jpg ?Hi Guys 
 some of that coding is way above me but seems it may be the key to my problem – however I do know how to add code to my child themes functions.php file – though often I have no idea what the code means!!I have a situation where I have a site that is importing real estate listings from a hub – the site only needs 2 thumbnails of a certain size (one for from end and one for admin/media library) and 2 larger images of a certain size for the font end the site is at https://gccre.com.au/ is there code to control what images are created when they are imported? 
 currently it appears that Enfold is creating many different sized images that are wasting a lot of server spacethe images it uses seem to be just 
 300×225 for the media library
 300×200 for the front end thumbnail
 800×500 for the listing image
 and the full size image for a clickable larger pop-up image from the listing imagesmy question is – is it possible to set it so only those image sizes are created from the import? I’m not too worried about quality as I have Short Pixel that can set the compression quality and max size if you could supply me with the code that would do this I shall be eternally grateful! Hi I uploaded the theme via FTP and it updates fine – please close this ticket don’t worry for now – I will try to do a manual FTP upload of the newest version and see if that fixes it maintienance mode has gone now Hi Rikard I have managed to update all but one using WP Remote – for some reason the app was saying it had failed when it had actually updated however this site https://dharmacottageyoga.com.au did fail and I then tried to update via WP admin as well – it seems to go into maintenance mode and then just stall – when refreshed (eventually) it showed that it had not updated here are a copouple more ++++ 
 Error Details
 =============
 An error of type E_ERROR was caused in line 1641 of the file /home/macadamiaoils/public_html/jindilli1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php. Error message: Out of memory (allocated 56885248) (tried to allocate 8192 bytes)+++++ Error Details 
 =============
 An error of type E_ERROR was caused in line 1555 of the file /home/macadamiaoils/public_html/jindilli1/wp-content/plugins/woocommerce/includes/class-wc-ajax.php. Error message: Out of memory (allocated 29622272) (tried to allocate 32768 bytes)another error email +++ Error Details 
 =============
 An error of type E_ERROR was caused in line 1169 of the file /home/macadamiaoils/public_html/jindilli1/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/html-helper.class.php. Error message: Out of memory (allocated 48496640) (tried to allocate 28672 bytes)Hi Rikard seriously – what would I do without your guys!! thanks again ;-) please close this thread but the logo positing is still in progress and I have started a new thread for the java script as it is not working again despite all the code being in place please close this thread – it has been dealt with in another support request great – thanks for that Ismael – and please pardon my lack of coding skills – I’m a little new to this level of customisation !! there are still two issues – can the book now button be positioned closer to the right hand side of the page – in its current position its making the logo look off center – and there is still white area at the top of each page as shown in the image below 
 I have inspected the page but cannot locate what the area is called – it doesn’t seem to be part of the header as it moves up with the page – it appears on all pages – I can’t see anything on the page(s) themselves that would be causing it
 image
 https://diamondbeachcabarita.com.au/wp/wp-content/uploads/2020/09/Screen-Shot-2020-09-08-at-2.28.41-pm.pngHi Victoria yes it was Ismael -0 its been 4 days since a reply I have started new (cleaner) thread so it more specific now kits called ” Header logo size & positioning” hopefully you or Rikard will be assigned it ;-) and again – thank you very much ;-) September 6, 2020 at 7:40 am in reply to: content slider – make fixed height so it does not move about #1243697fantastic – thank you !! Thanks Victoria I still have 3 tickets regarding this site in that I am waiting for replies to header-help-please/ and content-slider-make-fixed-height-so-it-does-not-move-about/ and advanced-styling-css-not-taking-effect/ September 5, 2020 at 6:08 am in reply to: content slider – make fixed height so it does not move about #1243526Hi Ricard sorry that did not work – it still moves I tried adding important and also tried to make it much larger (ie 420px) but it did not apply .avia-smallarrow-slider { min-height: 420px !important; }its ok i figured it out there was a coding error the correct code was function custom_footer_script() { 
 ?>
 <script src=”https://widget.siteminder.com/ibe.min.js”></script>
 <?php
 }
 add_action(‘wp_footer’, ‘custom_footer_script’);I am still having issues here – any chance somebody can help me out 
- 
		AuthorPosts
