Forum Replies Created

Viewing 30 posts - 1 through 30 (of 74 total)
  • Author
    Posts
  • in reply to: Important change request for avia_google_maps_api.js! #1347673

    Hey there NIXHALBES,
    and hi to Kriesi Support,

    what I forgot to add in the hurry is: The above script works in many environments, but it does not work, when you have Borlabs Cookie in use. Tested with latest version of all. With the approach given by NIXHALBES, the page will throw a JS error. In particular at the following situations:

    • Clicking on “accept all” (or whatever the wording is on the accept-all-button) in the Borlabs Cookie Popup
    • Accepting 1 or more options aside of “essential cookies” and clicking on “save” in the Borlabs Cookie Popup

    Generally it would be much appreciated (at least I think some to many will do so), if Enfold would have an option in the theme settings, to toggle whether Google Maps font loading shall be allowed or dis-allowed.

    Happy weekend to all.

    • This reply was modified 2 years, 7 months ago by mailworm.

    Hi Rikard, not having the capacity to create a staging copy and update this to the latest. I am sorry.

    Hi Rikard,
    well the site in question is an existing one, where another theme was in use. I installed the latest 4.7.x version that I found on my hard drive; then instantly updated to 4.8.6 and started to configure Enfold. I also toggle “delete the old JS and CSS” files and just after this I started creating content and observed the issue.
    Best regards,
    Thomas

    Hey Rikard,

    pardon for the delay. I tried to roll-back one of the affected instances, but failed. So for the moment I do not have any instance where the described issue can be seen. I could drop you the requested credentials in this thread once a new Enfold update is available. Is this ok?

    Regards,
    Thomas

    Hi Ismail,

    couldn’t this option “loop on/ off” be considered as option in a future version? I’ve seen this question asked regularly. Overriding the file will make me loose the change on update.

    However, the lazy load functionality does not work. I have added a mp4 video and set “lazy load videos” to “wait for user interaction”. Nonetheless the video is loaded immediately.

    Please advise.

    Thank you.

    in reply to: Custom 404 page not rendered? #1104447

    Thanks Mike,
    checked for updates, automatically and manually. I am running Enfold 4.5.3 and it states “no updates available”. Last check: Just now?!?

    Uploaded the same video as mp4 instead of m4v and now the video loads. Seems, like m4v is missing in line 348 of video.php. However, it does not lazy load, though I set it to do so. It loads immediately.

    Plus the video is looping and does not stop at the end. I don’t see any option to toggle this?

    Thank you.

    Uh! When I use the classic editor and use “insert theme shortcode” > media elements > video, the code pasted is [av_video ..! while the same element used in the ALB seems to insert [video … (without av_?!? However the problem at the frontend is the same. A [video .../] short code is pasted instead of HTML.

    • This reply was modified 5 years, 6 months ago by mailworm.

    Ups, sorry Victoria, backend was limited for access through german IPs only. You could try again now.

    However, I tried all combos.

    – Lazy Load + Preview Image + Video
    – Immediate Load + Preview Image + Video
    – both combo without Preview Image

    It always shows [video src="https://.../wp-content/uploads/Teaser-Website-Food-TV.m4v" /] instead of rendering the corresponding HTML.

    A child theme is in place, but nothing there is touching this or any other shortcode.
    Also already deactivated all plugins, with no effect.

    Please help/ advice.

    Hi Victoria, please see private content for login credentials. Thank you, Thomas

    It is fixed. I had to update my child themes /shortcodes/section.php.

    Hey Rikard,

    tried with PHP 7.1 and 7.3, both throwing the same error. Strange thing is, this happens only with this installation. This way I found out: We use a custom section-shortcode and this one wasn’t compatible anymore.

    Always too quick in forgetting about this. :-)

    in reply to: Woocommerce Cart Icon does not show badge/ articles #1039905
    This reply has been marked as private.
    in reply to: Woocommerce Cart Icon does not show badge/ articles #1038544

    Here you are – see private content

    in reply to: Woocommerce Cart Icon does not show badge/ articles #1037941

    Hi Victoria,
    here you are. See private content please. No matter if I am logged in as client, as admin or not logged in. Sometimes when logged in as admin, the badge shows up.

    I disabled Comet Cache, uninstalled it. Cleared browser cache, etc. Really strange.

    Hi Ismael,
    your advice did not help, however we found the reason for the column breaks, though it makes no sense to me, why it happens.

    In the first section, which is repeated on all pages, we used to have one H3 tag modified in CSS. We used :before to have an icon in front of this heading.

    I still don’t get, how modified / custom CSS can take effect on PHP, but it was like that.

    Here’s the code of the H3 element (which was located within a 1/2 equal height column, where the row was like 1/4 1/2 1/5):

    <div style="padding-bottom:0px; color:#006ab3;" class="av-special-heading av-special-heading-h3 custom-color-heading blockquote modern-quote  avia-builder-el-6  el_after_av_heading  avia-builder-el-last  sh_20 hotline ">
    <h3 class="av-special-heading-tag " itemprop="headline">24h-Hotline: 123 456 789 01</h3>
    <div class="special-heading-border"><div class="special-heading-inner-border" style="border-color:#006ab3"></div></div>
    </div>
    

    And this was the CSS assigned through classes sh_20 and hotline:

    .av-special-heading.sh_20 { margin-top: 20px; }
    
    /* Header Hotline Highlight */
    body .av-special-heading.hotline {
    	background: #006ab3;
    	color: #ffffff !important;
    	display: inline-block;
    	border-radius: 3px;
    }
    body .av-special-heading.hotline .av-special-heading-tag {
    	padding: 7px 10px;
    }
    body .av-special-heading.hotline .av-special-heading-tag:before {
    	font-family: "custom";
    	content: "\e801";
    	display: inline;
    	margin-right: 10px;
    }

    1) I find it very critical, that custom CSS has impact und how PHP code is ran or whatever the reason was for the code not to have values in the siblings-arrays.
    2) One would understand the behaviour, if the equal height column break would have happened only to the section with the custom CSS. However the same took effect on the content as a whole – even other sections with equal height columns were affected.

    • This reply was modified 6 years, 5 months ago by mailworm.

    Hi Ismael,

    already did this. On the live-site homepage 3 errors were detected and said to be fixed. With the test-page created from the shortcodes copied from the live-site homepages ALB field and pasted into the test-page the ALB / shortcode parser says:

    Show Parser Info
    No errors were detected parsing the shortcodes.

    “Reset” the code in columns.php (uncommenting $force_close = true) still results in breaking equal height columns (same like in the pictures posted previously in private content). :-(

    Still uncertain, why nothing helps. And still not willing to recreate every single page (50+ pages). :-(

    • This reply was modified 6 years, 5 months ago by mailworm.

    No, this does not help. The issue is the same.

    Bump – please check & feedback to my latest response.

    Thank you.

    Hi Vinay,

    thanks for testing. Actually with new pages created, the issue does not exist. It happens to existing pages. The pages were build with lots of effort, thus rebuilding them is the last option.

    Please see private content for screenshots and for what I mean.

    • This reply was modified 6 years, 5 months ago by mailworm.

    Hi,

    actually it is not the only setting. Please check Enfold > Theme Optionen > Einstellungen (1) > Startseite versus Einstellungen > Lesen (2) > Homepage and do the same for (1) “Wo möchtest Du Deinen Blog anzeigen” versus (2) “Beitragsseite”.

    Puuh, hard one. Do you have access to the logs of your hosting? access.log, error.log, etc? Did you already try to define your homepage under Settings > Read (Einstellungen > Lesen > Homepage) and keeping the field/ option in Enfold setting empty? If yes, did it result in the same error?

    And did you try to call the page with another browser or a browser with cache, history, etc. deleted? Sometimes, browser caching is an issue, when being very active on one page and switching/ testing between http and https.

    What do you mean by “send out blog posts via email”?

    Hi G,

    (1) what is the sites base and site url including protocol (settings > general)? (don’t post them here, if confidential. but do they start with http or https?)
    (2) besides Enfold as a Theme, which Plugins are installed and active?
    (3) whats WP’s and Enfold’s version installed?
    (4) can you check, if there is a .htaccess file in the WordPress root folder or it’s parent? If yes, does it look like shown at https://codex.wordpress.org/htaccess?
    (5) what do you mean, by “cause my provide did some mess with HTTPS redirection”? Is the server/ webhosting properly configured?

    Best regards,
    Thommy

    in reply to: Feature request: Section Background Video Options #967577

    Hi Basilis,

    actually it’s the same. It does not show any form to submit a feature request at https://kriesi.at/support/enfold-feature-requests/?addentry. :(

    I’ve been adding html comments to columns.php in order to see, which condition leads to the break and obviously it is:

    `if( ! isset( $meta[‘siblings’][‘next’][‘tag’] ) )

    Any idea, why there is no reference to the next sibling, when using equal height columns?

    As dirty workaround for the moment I commented out line 1049 in config-templatebuilder/columns.php (// $force_close = true;), but this cannot be the solution. Why there is not meta siblings next tag set for these equal column height columns?

    • This reply was modified 6 years, 5 months ago by mailworm.
    in reply to: Feature request: Section Background Video Options #966006

    Hey Vinay,

    yes I know, but there is no form to submit when I click on „Request Feature“. Only the list of existing submissions is viewed (in mobile view).

    • This reply was modified 6 years, 5 months ago by mailworm.
    add_filter('avia_product_slide_query', 'avia_product_slide_query_mod', 10, 1);
    function avia_product_slide_query_mod($params) {
    	if ($outofstock_term = get_term_by('name', 'outofstock', 'product_visibility')) {
    		$tax_query = (array) $params['tax_query'];
    		$tax_query[] = array(
    			'taxonomy' => 'product_visibility',
    			'field' => 'term_taxonomy_id',
    			'terms' => array($outofstock_term->term_taxonomy_id),
    			'operator' => 'NOT IN'
    		);
    		$params['tax_query'] = $tax_query;
    	}
    	return $params;
    }
    • This reply was modified 6 years, 10 months ago by mailworm.

    Lovely! Thank you!

    P.S.: Enfold & Kriesi are my fav theme / theme dev for years now! Keep up the good work!

    Ok thanks,

    can you please let output a generic class in all mega menu text blocks in mobile as well? This would save lots of time for complex mega menus, where the text blocks shall not appear in mobile view.

    Thanks.

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