Viewing 30 results - 3,001 through 3,030 (of 16,898 total)
  • Author
    Search Results
  • #1310710
    RobWu
    Participant

    Hi,

    A quick question here on the 4.8.3 theme update.
    I t seems the PHP version needs to be at least 7.4, but the provider is still running a PHP 7.2.x version.
    The theme running now is 4.7.3 atm.
    What is different for the 4.8.x theme to be needing PHP 7.4?

    cheers,

    rob

    #1310562

    In reply to: Enfold issue

    Hi Josipa,

    Sorry for the problem. I see that you are running an old version of the theme (3.1.5), could you try to update to the latest version (4.8.3) to see if that helps please? The update to 4.8.x has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541

    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or use a plugin to upload the theme zip file: https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/

    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.

    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/, and make sure that you are running PHP 7.4 or higher on the server.

    Best regards,
    Rikard

    Hey solf,
    Thank you for your patience, can you explain a little further about which tooltips you do not want, the reason is that sometimes people mean the image title mouse-over effect as a tooltip, and this one is created by the browser based on the image title attribute.
    It can be hidden with this code in your functions.php:

    function custom_script() { ?>
        <script>
    (function($){
      $("*").hover(function(){
        $(this).removeAttr("title");
      });  
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_script');

    but this might be a dramatic move if you want the title to show for some elements.
    Other times some people mean this tooltip element:
    2021-07-17_005.jpg
    that shows on some galleries.
    This can be hidden with this css in your Quick CSS:

    .avia-tooltip.avia-tt {
    	display: none !important;
    }

    but this might also be a dramatic move if you want the tooltip to show for some galleries, if so you would want to add some page IDs to the rule.
    So please try the one you think is right for your situation but if you find it is hiding too many tooltips link to the pages so we can advise how to adjust the code to hide only the ones you want hidden.

    Best regards,
    Mike

    #1310523

    Hi,
    Thank you for your patience, I couldn’t work out a function like Ismael had, but I found the location in the theme to make the change, please look in \wp-content\themes\enfold\includes\helper-social-media.php on line 646, look for $default_heading = 'h5'; and change to suit.
    2021-07-17_003.jpg
    But unfortunately, you can’t override a helper function inside a child theme by moving the file to the child theme.
    It seems that we worked on a similar issue, did you want to try modifying the script for this?

    Best regards,
    Mike

    Hi,
    Thank you for your patience and the links to your site, the portfolio size images on the archive pages is set by line 190 in the enfold/functions.php file
    2021-07-17_001.jpg
    I didn’t find an easy way to adjust the image size on the archive page so I would recommend changing the portfolio size from array('width'=>495, 'height'=>400 ); to mmatch the magazine size array('width'=>710, 'height'=>375 ); and then you will need to regenerate your thumbnails and then check.
    This would also change any other use of the portfolio thumbnails on your site, but it doesn’t look like this would be an issue for you.

    Best regards,
    Mike

    #1310432
    Maskenzauber
    Participant

    Hallo @Guenni007
    ich habe deine Hilfe in diesem Thread gelesen und wollte dich fragen ob das eventuell eine Lösung für mein Problem sein könnte:
    https://kriesi.at/support/topic/custom-header-height-distorts-logo/

    Aufgabe:
    Das Logo soll noch zusätzlich zwei Textzeilen erhalten.
    Ungefähr so wie hier:
    dev.maskenzauber.com (Farben & Größen & Grafik sind natürlich noch nicht sauber)

    Problem:
    Die oben sichtbare Lösung wurden mir damals von Kollegen von Mods gegeben aber ich hab sie auf der Livesite wieder ausgebaut.
    Warum?
    Spätestens auf einen kleinen Tablett sieht es furchtbar aus, bei noch kleineren Bildschirm verschwindet es komplett und bei ganz kleinen Bildschirmen taucht es wieder auf, ist aber ganz zerschossen.

    Frage;:
    Ist der Ansatz den Du hier (https://kriesi.at/support/topic/custom-header-height-distorts-logo/) beschrieben ist für mein Problem eine Lösung und würdest Du mir bei der Umsetzung helfen?

    Der Ansatz war bisher der:
    functions.php:

    
    add_filter('avf_logo_subtext', 'kriesi_logo_addition');
    function kriesi_logo_addition($sub)
    {
    	$sub .= "<div id='headText'>
    					<a href='http://www.maskenzauber.com'><h1>Maskenzauber<span>& Erlebenskunst</span></h1></a>
    					<span id='subslogan'>Venezianische Masken & Headdresses</span>
    				</div>";
    	$sub .= "<div id='headClaim'>
    				<strong>Hier soll</strong>
    					noch ein Satz in ungefähr dieser Länge ausgegeben werden.
    				</div>";
    	return $sub;
    }

    Ich könnte mir auch eine Lösung vorstellen bei der der Contauiner “headText” im Menu ist und der Text aus “headclaim” in der Grafik untergebracht ist
    Gruß
    Marén

    #1310418
    Josipa Salihbašić
    Guest

    Hello,

    client uses enfold theme for couple of years.
    we faced an issue now.

    I found some solutions on forum:

    but that did not help. Now we have issue :

    Fatal error: Uncaught Error: Attempt to modify property “config” on null in /customers/5/7/3/gabc.eu/httpd.www/wp-content/themes/enfold_18-11-18/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php:28 Stack trace: #0 /customers/5/7/3/gabc.eu/httpd.www/wp-content/themes/enfold_18-11-18/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(65): avia_sc_layerslider->shortcode_insert_button() #1 /customers/5/7/3/gabc.eu/httpd.www/wp-content/themes/enfold_18-11-18/config-templatebuilder/avia-template-builder/php/template-builder.class.php(1134): aviaShortcodeTemplate->__construct(Object(AviaBuilder)) #2 /customers/5/7/3/gabc.eu/httpd.www/wp-content/themes/enfold_18-11-18/config-templatebuilder/avia-template-builder/php/template-builder.class.php(350): AviaBuilder->createShortcode() #3 /customers/5/7/3/gabc.eu/httpd.www/wp-includes/class-wp-hook.php(292): AviaBuilder->init(”) #4 /customers/5/7/3/gabc.eu/httpd.www/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(false, Array) #5 /customers/5/7/3/gabc.eu/httpd.www/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #6 /customers/5/7/3/gabc.eu/httpd.www/wp-settings.php(560): do_action(‘init’) #7 /customers/5/7/3/gabc.eu/httpd.www/wp-config.php(96): require_once(‘/customers/5/7/…’) #8 /customers/5/7/3/gabc.eu/httpd.www/wp-load.php(37): require_once(‘/customers/5/7/…’) #9 /customers/5/7/3/gabc.eu/httpd.www/wp-blog-header.php(13): require_once(‘/customers/5/7/…’) #10 /customers/5/7/3/gabc.eu/httpd.www/index.php(17): require(‘/customers/5/7/…’) #11 {main} thrown in /customers/5/7/3/gabc.eu/httpd.www/wp-content/themes/enfold_18-11-18/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28

    Please provide us some info how to fix problem.
    All plugins are disabled but issue remains.

    Hi there,

    We are also experiencing the layer slider warning:
    Warning: Creating default object from empty value in /home/customer/www/b2bsalesacademy.online/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28

    The current Parent Theme (Enfold) version is 4.8.1
    The current PHP version is 7.4.16

    This should be updated enough to not show the error, right? Could you please inform me how to fix this issue?

    #1310370

    In reply to: Enfold Showcase

    @kommo
    Thanks. Quite a bit went in to this one from an optimisation perspective for looks and speed.

    The above the fold section is an ALB color section with background image. I have set a minimum height depending on the image requirements for each screen size (Either 350px or 600px). I then applied a custom class and custom ID to each to set the height depending on the screen size. This removes issued with CLS in Google Web Vitals because the sizes are explicitly stated early.
    If you view source in Google Chrome you can see the code added as critical CSS into the header. I used wp_head to add code directly into the header from functions.php.

    Most of the mods come from a performance perspective:
    The logo and srcset images are pre-loaded so the logo is available as early as possible.
    Self hosting fonts and Adding font preload manually from functions.php just like the other critical CSS. This prevents Font Swap (Flicker) from occuring as the fonts are available right away.

    To improve LCP and FCP scores you can either pre-load the background color section image in the same way as the fonts so it is available right away or add critical css in the way that I have – serving a different image size per screen size.

    I use critical CSS on Burden Basket because of the minimum height applied to the ALB colour section.

    To ensure the images look right on all screen sizes I have used media queries to load a different banner image per screen size on every page.

    I have enfold setup to have mobile break points at 989px instead of 767px. I do this in the Enfold control panel and every column element on every page .

    As the page scales down (if you resize the browser window) I have used media queries to change the menu font size and padding so that it works on screens all the way down to 989px. You can adjust the mobile breakpoint if required to lets say 1024px (for ipads) with some custom CSS. If you search the forum you’ll find this one.

    Although most sites read Left to Right from a mobile design perspective – Put the first image on the left – This will mean users see picture content first in the same way people are familliar with on social media. Its good UX design to do it this way but looks a little unusual on desktops. You could always set two images and hide the first one on desktops if you prefer them the other way around on different platforms.

    I hope this helps.

    #1310354

    Hi envapk2,

    Thanks, I see you have already disabled all plugins except for Woocommerce and it seems the same issue is still present which does not normally happen.
    Can you try to switch the PHP version to 7.3 and see if this helps.

    Best regards,
    Nikko

    #1310189

    Hi MITOcare,

    I can’t seem to see the error on the pages you gave, however, I could see this error in the frontend of those pages:

    Warning: Undefined array key 0 in /home/mitocare/domains/mitocare.pl/public_html/wp-includes/capabilities.php on line 76

    I tried to access FTP to see some logs but I’m getting:

    425 Could not open data connection to port 62099: Connection refused

    Best regards,
    Nikko

    #1310137
    MyLochness
    Participant

    Php 7.3.2.8
    WordPress 5.7.2
    Quando provo ad inserire un “Layer Slider avanzato” si visualizza il seguente messaggio: ” non hai il permesso di accedere a questa pagina”

    Grazie

    #1310052
    smarta-brett
    Participant

    Hi
    After changing Themes from another to Enfold
    In the admin I am getting……

    Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home/movieconventionc/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 2357
    
    Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home/movieconventionc/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 2357
    
    Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /home/movieconventionc/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php on line 2357

    It is not showing up on the page – only in the admin

    Hi Rikard,

    unfortunately, my customers for whom I bought the theme, have the same problem, but only with certain pages (one in particular): They stated that this occurs since they added an accordion to the page.

    Fatal error: Uncaught TypeError: Argument 1 passed to aviaElementTemplates::set_locked_attributes() must be of the type array, string given, called in /mypath/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.php on line 881 and defined in /mypath/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/element-templates.class.php:3727 Stack trace: #0 /mypath/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.php(881): aviaElementTemplates->set_locked_attributes('', Object(avia_sc_toggle), 'av_toggle', Array, Array, '') #1 /mypath/wp-includes/shortcodes.php(343): avia_sc_toggle->av_toggle('', '', 'av_toggle') #2 [internal function]: do_shortcode_tag(Array) #3 /mypath/wp-includes/shortcodes.php(218): preg_replace_callback('/\\[(\\[?)(av_tog...', 'do_shortcode_ta...', '
    \n[av_togg...') #4 /mypath/wp-content/themes/enfold/config-templatebuilder/avia-templat in /mypath/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/element-templates.class.php on line 3727

    I had temporarily tried to disable all other relevant plugins, to no avail unfortunately. Is this now already known and possibly a quick fix available?

    #1309610

    Hey amanda-mdllc,
    Thank you for your patience, I tested your script in a code block on a test site and I added a custom ID to a special heading element to test the

    $("#get-away").on("click", function(e) {
    e.stopPropagation();
    getAway();
    });

    I also added a text link with the ID #get-away to test the

    
    $("#get-away a").on("click", function(e) {
    e.stopPropagation();
    getAway();
    });

    So while my menu sub-menu was working I found it was shifted to the left a ways, the reason was your first line in the script was calling src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js , jQuery v1.7.2, where the theme includes v3.5.1 once I removed this old version the script seemed to run ok.
    But my research pointed to return false; working better than e.stopPropagation(); , and the text link didn’t work because it needed to be $("a#get-away").on("click", function(e) and I don’t see why you are adding $("#get-away-mobile").on("click", function(e) when $("#get-away").on("click", function(e) would also work, but I left that. I then tested why the (e.keyCode == 27) only triggers the window.location.replace and not window.open and I could not find out why the key press won’t work, but I did find that window.open reportedly doesn’t work with Safari, so for this you will have to be happy with at least window.location.replace working.
    Anyways I rewrote it a little as a function you can add to your child theme functions.php file:

    function custom_getaway_script() { ?>
        <script>
    (function($){
    function getAway() {
    // Get away right now
    window.open("http://weather.com", "_newtab");
    // Replace current site with another benign site
    window.location.replace('http://google.com');
    }
    function getAwayMobile() {
    // Get away right now
    window.open("http://weather.com", "_newtab");
    // Replace current site with another benign site
    window.location.replace('http://google.com');
    }
    
    $("#get-away").on("click", function(e) {
    getAway();
    return false;
    });
    $("a#get-away").on("click", function(e) {
    getAway();
    return false;
    });
    
    $(document).keyup(function(e) {
    if (e.keyCode == 27) {
    getAway();
    }
    });
    
    $("#get-away-mobile").on("click", function(e) {
    getAwayMobile();
    return false;
    });
    
    $("a#get-away-mobile").on("click", function(e) {
    getAwayMobile();
    return false;
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_getaway_script');

    Hopefully this helps.

    Best regards,
    Mike

    #1309466
    pjcentury
    Participant

    I tried to upload theme to host server but got an errors

    and this is error log from host

    [Sat Jul 10 10:03:51.048730 2021] [php7:error] [pid 20588] [client 27.254.33.86:34309] PHP Fatal error: Uncaught Error: Function name must be a string in /home/idmthail/domains/idm.co.th/public_html/wp-content/themes/enfold/framework/php/class-style-generator.php:119\nStack trace:\n#0 /home/idmthail/domains/idm.co.th/public_html/wp-includes/class-wp-hook.php(292): avia_style_generator->create_styles(”)\n#1 /home/idmthail/domains/idm.co.th/public_html/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array)\n#2 /home/idmthail/domains/idm.co.th/public_html/wp-includes/plugin.php(484): WP_Hook->do_action(Array)\n#3 /home/idmthail/domains/idm.co.th/public_html/wp-includes/general-template.php(3009): do_action(‘wp_head’)\n#4 /home/idmthail/domains/idm.co.th/public_html/wp-content/themes/enfold/header.php(60): wp_head()\n#5 /home/idmthail/domains/idm.co.th/public_html/wp-includes/template.php(730): require_once(‘/home/idmthail/…’)\n#6 /home/idmthail/domains/idm.co.th/public_html/wp-includes/template.php(676): load_template(‘/home/idmthail/…’, true, Array)\n#7 /home/idmthail/domains/idm.co.th/public_html/wp in /home/idmthail/domains/idm.co.th/public_html/wp-content/themes/enfold/framework/php/class-style-generator.php on line 119

    #1309462
    drgentleman
    Participant

    Hi all,

    I’m trying to switch my current site from an older, outdated theme to a newer one, running Enfold. I have 4.8.3 downloaded and while some of the demos will import fine, the Church one I like best fails every single time, no matter what I try – and I’ve tried quite a bit.

    Things I’ve attempted after searching around for similar problems: WP Reset to start from scratch – no dice. PHP 5.6, 7.3, 7.4, 8.0, no difference. Defined PHP memory to 256M in config-php. I’ve tried multiple computers and browsers as well, incognito windows, different locations with different connections speeds. I would have tried manually setting the xml files if I knew how but the links I found had all expired here.

    The exact message I’m getting is “Downloading of files for demo Church Demo didn’t work! You might want to try reloading the page and then try again.” I know some people have gotten it to work actually trying it again, rapid fire style, but that hasn’t done the trick either.

    Any help would be greatly appreciated, so thanks!

    #1309379

    Hi,
    You would add the function to your child theme functions.php, but please copy the code from the website and not an email and when you paste the code ensure that the arrows in the code are not changing to &lt;
    or perhaps there is some other code error in your functions.php, if you include an admin login in the Private Content area I could take a look.
    Another way to add the code is by adding a code block element to your page and adding this part of the code:

    <script>
    (function($){
    $("#top.page-id-937 .av-masonry-entry").each(function(){
        var imageUrl = $(this).attr("href");
        $(this).find(".av-masonry-image-container img").attr("src", imageUrl);
    });
    })(jQuery);
    </script>

    Best regards,
    Mike

    #1309301
    THP Studio
    Participant

    Hey Guys,

    Another image-related performance request… :)

    On the ALB Masonry Gallery image element, would it be possible to add an image size selector to the backend of the element like many other elements have?

    For instance, on some pages I might display a masonry image element with 3 columns, and on others I might display it with 5 or 6 columns. The problem becomes though that the element always sets the default image size in the code to the hard-coded Masonry image size of 705 x XXX. So even if I manually edit the Masonry size in functions.php to something that would be more suitable for say a 6 column layout, the same problem exists if I also use a 3 or 4 column layout on other pages. Basically, the correct size will never be getting called as the default size.

    Adding a size selector to the backend would remove this issue as we could select the appropriate image size based on how many columns we are displaying (or close to it).

    Hope that makes sense, and as always, thanks for considering this upgrade.

    Tim

    #1309230
    1Schaggo
    Participant

    Hi. my website throws a fatal error after I tried to update

    Any recourse?

    Solving this is really really urgent!

    Fatal error: Uncaught Error: Attempt to modify property “config” on null in /customers/2/f/c/exquizit.de/httpd.www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php:28 Stack trace: #0 /customers/2/f/c/exquizit.de/httpd.www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(65): avia_sc_layerslider->shortcode_insert_button() #1 /customers/2/f/c/exquizit.de/httpd.www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(1207): aviaShortcodeTemplate->__construct(Object(AviaBuilder)) #2 /customers/2/f/c/exquizit.de/httpd.www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(350): AviaBuilder->createShortcode() #3 /customers/2/f/c/exquizit.de/httpd.www/wp-includes/class-wp-hook.php(292): AviaBuilder->init(”) #4 /customers/2/f/c/exquizit.de/httpd.www/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters(NULL, Array) #5 /customers/2/f/c/exquizit.de/httpd.www/wp-includes/plugin.php(484): WP_Hook->do_action(Array) #6 /customers/2/f/c/exquizit.de/httpd.www/wp-settings.php(560): do_action(‘init’) #7 /customers/2/f/c/exquizit.de/httpd.www/wp-config.php(114): require_once(‘/customers/2/f/…’) #8 /customers/2/f/c/exquizit.de/httpd.www/wp-load.php(37): require_once(‘/customers/2/f/…’) #9 /customers/2/f/c/exquizit.de/httpd.www/wp-blog-header.php(13): require_once(‘/customers/2/f/…’) #10 /customers/2/f/c/exquizit.de/httpd.www/index.php(17): require(‘/customers/2/f/…’) #11 {main} thrown in /customers/2/f/c/exquizit.de/httpd.www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28

    #1309216

    Hey salai_com,

    Thank you for the inquiry.

    You can remove it directly from the footer.php file or template around line 297.

    <div id="fb-root"></div>
    

    But this may affect Facebook scripts if enabled.

    Best regards,
    Ismael

    #1309125

    Topic: Table from database

    in forum Enfold
    maxh_muc
    Participant

    Hi,

    I searched the forums and I can’t believe there is no solution to my problem.
    I installed “Insert PHP Code Snippet”-Plugin. So I can get data from a database-table and echo it.
    However I can’t dynamically fill an avia-table.
    I tried do shortcode, but it doesn’t output anything.
    There must be a way to fill tables with data dynamically. How?

    Thank you very much.

    echo do_shortcode("[av_row row_style='' av_uid='av-3llhtc']".do_shortcode("[av_cell col_style='avia-highlight-col' av_uid='av-3f73u0']Partner 1[/av_cell]") . do_shortcode("[av_cell col_style='' av_uid='av-367840']") . "Anschrift 1, 12345 Berlin" .do_shortcode("[/av_cell]") . do_shortcode("[/av_row]"));

    #1309112

    In reply to: Theme error

    PHP is at 7.4 and we have the newest theme in place.

    I add the login.

    Thank you very much!!

    #1309109
    Chrisi2020
    Participant

    Hi,
    after I update on enfold 4.82 I have a Problem with the Contact Form: sometimes the sent mails arrive, sometimes not. I couldn’t see any system of the Problem.
    – The Send-Button worked all the time.
    – I used single and several addresses separated by commas, sometimes the emails arrive, sometimes not
    – The lost Mails are not in Spam folder

    My WordPress is 5.7.2 and PHP 7.3.10
    Do you have an idea?

    Best regards
    Chris

    #1309107

    In reply to: Theme error

    Hey uppereast,

    Which PHP version are you running? Please make sure that it’s 7.4 or higher. If that doesn’t change anything, then please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1308971

    Topic: Theme error

    in forum Enfold
    uppereast
    Participant

    Hello, we are noting this error on the site and it seems to point to the theme. Any idea?

    Here’s the site link https://www.friendlycrossways.com/

    We have installed the newest theme update also.

    Fatal error: Uncaught Error: Call to undefined method avia_sc_post_metadata::popup_key() in /home/customer/www/friendlycrossways.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.php:147 Stack trace: #0 /home/customer/www/friendlycrossways.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(829): avia_sc_post_metadata->popup_elements() #1 /home/customer/www/friendlycrossways.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(75): aviaShortcodeTemplate->extra_config() #2 /home/customer/www/friendlycrossways.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.php(72): aviaShortcodeTemplate->__construct(Object(AviaBuilder)) #3 /home/customer/www/friendlycrossways.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(13 in /home/customer/www/friendlycrossways.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/post_metadata/post_metadata.php on line 147

    #1308938

    Hi,
    Thank you for trying the masonry gallery element, I see that the same issue with the WordPress created thumbnails is occuring, I’m not sure why. As I look at your /picturebooks/ page again, I almost believe that the images are correct until you hover over them and then they are blurry, please check again and see if you also believe this, if so we can investigate the css:

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
        -webkit-transform: scale(1.05,1.05);
        transform: scale(1.05,1.05);
    }

    But if you don’t think this is true, then I wrote this script for the /picturebooks/ page that will replace your thumbnails with the original image that is linked in the lightbox for you to try. Try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_masonry_img_script() { ?>
        <script>
    (function($){
    $("#top.page-id-937 .av-masonry-entry").each(function(){
        var imageUrl = $(this).attr("href");
        $(this).find(".av-masonry-image-container img").attr("src", imageUrl);
    });
    })(jQuery);
    </script>
        <?php
    }
    add_action('wp_footer', 'custom_masonry_img_script');

    Best regards,
    Mike

    #1308901

    In reply to: Fatal error

    Hi Rikard,

    Thanks very much for your reply.

    I tried changed to PHP 7.4, but unfortunately we are still getting a fatal error message when I select the Enfold theme.

    If you have time, it would be great if you have a closer look at this since we don’t know how to fix this at the moment.

    See the FTP login details in the private area.

    #1308862

    In reply to: Fatal error

    Hi,

    Thanks for the update. Could you try to use a PHP version which is lower than the one you are currently using? You could try 7.4 for example. If that doesn’t help, then please share FTP login details with us in private as well.

    Best regards,
    Rikard

    #1308662

    Hi,
    Thank you for the feedback, the layout you are seeing is from the woocommerce plugin, these are your columns:
    2021-07-04_0051678f2dd1732081a.jpg
    This is the source code for them:
    2021-07-04_004.jpg
    this is the woocommerce plugin template form-checkout.php:
    \wp-content\plugins\woocommerce\templates\checkout\form-checkout.php
    2021-07-04_006.jpg
    So perhaps your best option would be to edit the plugin template so the content of col-2 is moved to the bottom of col-1 and then move your order review code into the col-2
    Please see Ismael’s links above to see how to do this and add it to your child theme so updates will not overwrite your changes.

    Best regards,
    Mike

Viewing 30 results - 3,001 through 3,030 (of 16,898 total)