Forum Replies Created

Viewing 30 posts - 1 through 30 (of 56 total)
  • Author
    Posts
  • in reply to: prevent auto multi image generation #1432436

    for some reason no files are deleted by Regenerate Thumbnails Advanced
    used the same plugin options
    Regenerate Thumbnails Advanced

    • This reply was modified 1 month, 4 weeks ago by Yory.
    in reply to: prevent auto multi image generation #1432005

    Of course the snippet will not delete the 1000s of files already created and the regenerate-thumbnails-advanced does not delete anything it seems although the Advanced options for Delete Unselected Thumbnails and Remove non-existent images.
    what does recalculate mean? Selecting the desired file dimensions to regenerate by the plugin?
    WIll this potentially contradict the snippet code that restricts regeneration of many image sizes?

    in reply to: copy pages from one staging to another #1432004

    sure

    in reply to: copy pages from one staging to another #1431951

    I created a tools>export all content xml
    I suppose it will also import all the superfluous image files in the exported content, 10-12 dimension versions created by wp and enfold, which may be not in use.

    in reply to: prevent auto multi image generation #1431950

    Isn’t the code supposed to stop the automatic creation of multiple images some inflated in file size considerably?
    these regenrate plugins will do that or will they generate more images or both?

    in reply to: prevent auto multi image generation #1431800

    Ive used this code but still many images generated
    Screen-Shot-2024-01-23-at-17-12-11

    // Disable loads of Enfold & WP image sizes upon upload
    // do image sizes manually, double-size with high compression for retina screens
    // use Photoshop to set exact double size and quality between Q30 and Q40
    add_action('init', 'remove_enfold_image_sizes');
    function remove_enfold_image_sizes() {
    // do NOT remove widget size, is used in backend portfolio items!
    // remove_image_size('widget');
      remove_image_size('square');
      remove_image_size('featured');
      remove_image_size('featured_large');
      remove_image_size('portfolio');
      remove_image_size('portfolio_small');
      remove_image_size('gallery');
      remove_image_size('magazine');
      remove_image_size('masonry');
      remove_image_size('entry_without_sidebar');
      remove_image_size('entry_with_sidebar');
      remove_image_size('shop_thumbnail');
      remove_image_size('shop_catalog');
      remove_image_size('shop_single'); 
        remove_image_size('shop_gallery_thumbnail');
    }
    // Remove unneeded WP image sizes
    add_filter( 'intermediate_image_sizes_advanced', 'prefix_remove_default_images' );
    // Remove default image sizes here. 
    function prefix_remove_default_images( $sizes ) {
    // do NOT remove small and medium sizes, they are used in backend Media Library!
    // unset( $sizes['small']); // 150px
    // unset( $sizes['medium']); // 300px
     unset( $sizes['large']); // 1024px
     unset( $sizes['medium_large']); // 768px
     return $sizes;
    }
    
    • This reply was modified 2 months ago by Yory.
    in reply to: Cannot change font family #1429073

    so for the general styling font setting to have priority the advanced styling should display default in font family?

    in reply to: Cannot change font family #1429046

    i am trying different fonts.
    what needs to be the settings in advanced styling for the general styling to have a the priority?

    in reply to: Site Health error #1428988

    this is from logs directory on the server
    For some reason a log is not generated when wp-config file has (‘WP_DEBUG_LOG’, true);

    Thanks

    in reply to: Cannot change font family #1428974

    I’m not sure why my selections here are not applied
    general styling font

    in reply to: Site Health error #1428973

    can I do that with
    define (‘WP_DEBUG_LOG’, true);
    in wp-config ?

    or paste the content of the recent file I see in domain > logs on the server ?

    in reply to: Cannot change font family #1428956

    in General styling > Font my selections were not applied. All font selections are in Advanced styling?

    in reply to: Masonry gallery gap #1326456

    Thanks
    that did it for the left hand side gap on desktop on the gallery.

    in reply to: 404 setup #1326446

    Yes! that did it
    Thank you
    Closed

    in reply to: 404 setup #1326361

    I did, and there is still a text in the Menus editing page, on the homepage element: “inactive custom 404 page (change), advanced layout builder”

    in reply to: 404 setup #1326319

    Thanks
    For now I wish to keep using the default theme 404.
    How do I assign it in theme options?

    in reply to: centered text issues on mobile #1323011

    Thank you
    that worked perfectly!
    can you please briefly explain what was the issue? is it in RTL css or in the way my elements were setup?
    will this css negatively effect LTR pages?

    in reply to: LTR post in RTL site #1322961

    Please close it

    in reply to: LTR post in RTL site #1322640

    that did it.
    Thank you

    in reply to: Category page styling #1318714

    How can I get the category page to look like the link below, a grid I created in the builder?
    I would redirect the default category page for this category to the page I created in the builder but I believe it is not a healthy SEO practice

    in reply to: Category page styling #1318713

    Thanks
    I added the css but still seeing meta of comments count and the category name with many slashes and extra spaces. any way to display only the date meta?
    Any way to change the featured image size?
    how do Enfold users style category pages? it can only be done by hand coding from scratch?

    in reply to: transparent menu and menu items colors #1313286

    yes that fixed it
    thanks

    in reply to: Recent Posts widget styling #1313285

    thank you
    it works

    in reply to: Demo files XML #1297585

    Thank you!
    Demo import working now.
    What is the best way to clean the previously manually imported default.xml demo? I have WP Reset but not sure it is the right tool

    in reply to: Demo files XML #1297556
    This reply has been marked as private.
    in reply to: RTL search results page CSS #1279131

    Yes, that did it!

    Many thanks for your help

    in reply to: RTL search results page CSS #1279103

    I just removed the login requirement
    Please try again

    Thank you

    • This reply was modified 3 years, 1 month ago by Yory.
    in reply to: importing shop demo files or shop.xml #1278647

    Thank you
    eventually I created a product page from scratch

    and yes, there were duplicate pages which I manually deleted
    Do I still need to clean the database?

    in reply to: RTL search results page CSS #1278644
    This reply has been marked as private.
    in reply to: importing shop demo files or shop.xml #1278008

    Thank you
    I managed to import the Enfold 2017 from Options>Import.
    However, although I Exported and then re imported my theme settings, not all settings were preserved after import. One of the things is that a lot pf demo pages now show a message inside an element: ‘Admin notice for: This element was disabled with theme option‘ some on sliders and some on other elements.
    – Where in Theme Options do I reactivate those to remove this message?
    – In Pages there are now multiple imported pages with the same title, different publish dates. Is there a way to clean them up in bulk or have to trash them one by one from Pages?
    – I am not sure I understood how to use the following shortcodes if you only need the elements in those pages. as you wrote

    custom-shop: https://wtools.io/paste-code/b3uo
    Also,
    – Seems the custom-shop page and the product page require woo commerce to be installed?
    Product-slider and elements are not available without it, instead a shortcode code is displayed in the builder element

    Thanks for your help,

Viewing 30 posts - 1 through 30 (of 56 total)