Forum Replies Created

Viewing 30 posts - 61 through 90 (of 204 total)
  • Author
    Posts
  • in reply to: Font settings not applying #1325960

    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.png

    I 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

    in reply to: Font settings not applying #1325947

    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 block

    I 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.png

    in reply to: Responsive hide / show #1314235

    Thanks Mike !

    in reply to: Responsive hide / show #1314014

    wrong pw – sorry – sent as secure

    in reply to: Responsive hide / show #1313745

    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 them

    in reply to: Responsive hide / show #1313351

    Hi Nikko

    thanks – I have done that on this page
    https://cabaritabeachfrontapartments.com.au/
    front end password = cabarita

    as 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 all

    in reply to: error messages after changing theme to Enfold #1310058

    I fixed it by re-downloading the Enfold theme and replacing the exisiting one

    in reply to: error messages after changing theme to Enfold #1310057

    I just renewed my support with a $47 payment

    in reply to: error messages after changing theme to Enfold #1310055

    this is now quite urgent

    I can’t access wp-admin now at all

    ftp access shown below

    in reply to: Media Upload and Enfold's Thumbnail Sizes #1279272

    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

    in reply to: automated image creation – trying to stop it! #1278855

    I think i have found the issue here – will let you know if this needs to be closed if i resolve it

    in reply to: Media Upload and Enfold's Thumbnail Sizes #1278546

    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.pdf

    in reply to: Generated images per upload #1278201

    Hi

    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 end

    it 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.jpg

    and 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.jpg

    how 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 ?

    in reply to: Media Upload and Enfold's Thumbnail Sizes #1277854

    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 space

    the 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 images

    my 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!

    in reply to: auto vs manual Enfold Update #1256881

    Hi

    I uploaded the theme via FTP and it updates fine – please close this ticket

    in reply to: auto vs manual Enfold Update #1256592

    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

    in reply to: auto vs manual Enfold Update #1255881

    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

    in reply to: "Out of memory" error #1255234

    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)

    in reply to: "Out of memory" error #1254944

    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)

    in reply to: Java script not working #1244547

    Hi Rikard

    seriously – what would I do without your guys!!

    thanks again ;-)

    in reply to: Java Script stopped working #1244485

    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

    in reply to: Header logo size & positioning #1244185

    please close this thread – it has been dealt with in another support request

    in reply to: Header help please #1244170

    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.png

    in reply to: Java Script stopped working #1244107

    Hi 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 ;-)

    in reply to: Advanced Styling CSS not taking effect #1243698

    and again – thank you very much ;-)

    fantastic – thank you !!

    in reply to: Java Script stopped working #1243643

    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/

    Hi 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;
    }
    in reply to: Java Script stopped working #1243496

    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&gt;
    <?php
    }
    add_action(‘wp_footer’, ‘custom_footer_script’);

    in reply to: Header help please #1242955

    I am still having issues here – any chance somebody can help me out

Viewing 30 posts - 61 through 90 (of 204 total)