Forum Replies Created
-
Author
-
davellanParticipant
Thank you for the quick response. That works great, but the only thing would be to have it shrink a bit like the desktop version does when you scroll down (the logo to shrink to half size). How would that work?
April 5, 2017 at 19:36 in reply to: Is is possible to add javascript to a page or post with Kleo? #157734davellanParticipantUnrelated, but I just updated to Woocommerce 3.0.0 and getting a message about outdated templates.
kleo/woocommerce/cart/cart.php version 2.3.8 is out of date. The core version is 3.0.0,
kleo/woocommerce/cart/cross-sells.php version 1.6.4 is out of date. The core version is 3.0.0,
kleo/woocommerce/checkout/form-checkout.php,
kleo/woocommerce/content-product.php,
kleo/woocommerce/content-single-product.php,
kleo/woocommerce/loop/loop-start.php,
kleo/woocommerce/myaccount/my-address.php,
kleo/woocommerce/single-product/add-to-cart/external.php,
kleo/woocommerce/single-product/add-to-cart/grouped.php version 2.1.7 is out of date. The core version is 3.0.0,
kleo/woocommerce/single-product/add-to-cart/simple.php version 2.1.0 is out of date. The core version is 3.0.0,
kleo/woocommerce/single-product/add-to-cart/variable.php,
kleo/woocommerce/single-product/product-image.php version 2.6.3 is out of date. The core version is 3.0.0,
kleo/woocommerce/single-product/product-thumbnails.php version 2.6.3 is out of date. The core version is 3.0.0,
kleo/woocommerce/single-product/related.php version 1.6.4 is out of date. The core version is 3.0.0,
kleo/woocommerce/single-product/tabs/tabs.php,
kleo/woocommerce/single-product/up-sells.phpAttachments:
You must be logged in to view attached files.davellanParticipantWhat files have been modified or changed in Kleo 4.0? I have a child theme with many modifications, and need to know which files have to be reworked
January 25, 2016 at 21:22 in reply to: Is is possible to add javascript to a page or post with Kleo? #100429davellanParticipantThat is good to know, but most tracking codes request that they be added in the head of the page. I am not sure if putting it in the footer would cause issues.
January 25, 2016 at 20:21 in reply to: Is is possible to add javascript to a page or post with Kleo? #100418davellanParticipantOk, thank you for the quick response, and thank you for providing some reference material as well. 🙂
Any chance of getting something like this added in? I would think this would come in handy with a lot people who do behavioral tracking (which should be everyone).
January 25, 2016 at 20:18 in reply to: Is is possible to add javascript to a page or post with Kleo? #100415davellanParticipantOk, I am aware of ways doing this outside of Kleo, but I was hoping Kleo would have a way of making something like this easier. So Kleo doesn’t support this then I take it?
davellanParticipantI have updated to the newest version. And I am still seeing these errors from time to time. Couple of days ago:
[08-Dec-2015 21:24:06 America/New_York] PHP Warning: require(ABSPATHwp-includes/load.php): failed to open stream: No such file or directory in /public_html/wp-settings.php on line 21
[08-Dec-2015 21:24:06 America/New_York] PHP Warning: require(ABSPATHwp-includes/load.php): failed to open stream: No such file or directory in /public_html/wp-settings.php on line 21
[08-Dec-2015 21:24:06 America/New_York] PHP Fatal error: require(): Failed opening required ‘ABSPATHwp-includes/load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /public_html/wp-settings.php on line 21
[09-Dec-2015 03:09:30 UTC] PHP Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in /public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php on line 457
[09-Dec-2015 03:09:35 UTC] PHP Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in /public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php on line 457
[09-Dec-2015 03:09:43 UTC] PHP Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers in /public_html/wp-content/plugins/js_composer/include/classes/shortcodes/shortcodes.php on line 457davellanParticipantAndrei, I have tried Kleo Accordion and it has the same results. If this is a known issue, then I guess I will have to live with it for now. 🙁
December 5, 2015 at 01:37 in reply to: Cannot get a Revolution Slider “Hero” Vimeo Video background to loop #91333davellanParticipantAnyone else running into this, my solution was to add a gif that was only visible to phones and tablets that would go just in front of the video bg. Works great.
Things to look out for would be: file size, as gif can run large; turn on lazy loading with the smart option, which from my understanding wouldn’t load the gif on desktops (loading time with this on dropped drastically, so I think I got this right); on image sizing, use “cover” so that it will scale properly on mobiles.
December 5, 2015 at 00:34 in reply to: Cannot get a Revolution Slider “Hero” Vimeo Video background to loop #91329davellanParticipantDisregard, seems like that is the ended functionality. Was hoping it would work like a gif would.
December 5, 2015 at 00:28 in reply to: Cannot get a Revolution Slider “Hero” Vimeo Video background to loop #91328davellanParticipantFollow up, so now I have my slider setup like I wanted, but it doesn’t seem to work right on mobiles. All of the elements appear, but the video background doesn’t play.
On the settings, nothing is disabled, so I am not sure how it is supposed to work.
December 4, 2015 at 18:12 in reply to: Cannot get a Revolution Slider “Hero” Vimeo Video background to loop #91226davellanParticipantThat fixed it. Thank you!
davellanParticipantI do not think this is a plugin conflict as much as an issue with the newer Visual Composer 4.8.1, see this post I made regarding another issue:
davellanParticipantWas able to workaround it by just wrapping an an anchor tag over the single image shortcode, instead of using the built-in link within the shortcode. Will do for now, but would prefer to have the visual editor image working properly with the built in link function.
davellanParticipantOk I fixed it.
Seems that somehow the child theme got corrupted after the update. I had to reinstall the child theme, and now it seems to be working fine.
November 13, 2015 at 17:29 in reply to: Cannot remove white bar over slider using demo homepage #87137davellanParticipantThis reply has been set as private.davellanParticipantI have, but there is something that is causing this to happen on my site and not other sites.
http://support.pixelentity.com/archive/index.php/t-7902.html
I have this same issue. It seems like something is loading that shouldn’t be. If you visit my page in chrome, you will see that everything stutters when loading until the csi.gstatic.com message is finished.
davellanParticipantIssue is no longer occurring. Didn’t have my wordpress setting pointed to https:, was still on http:
September 3, 2015 at 20:29 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #76097davellanParticipantOk, while I’m not fully satisfied with this solution, it does work. Thank you for your quick support. +1 🙂
September 3, 2015 at 16:44 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #76030davellanParticipantThis reply has been set as private.September 3, 2015 at 16:44 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #76029davellanParticipantBut I have set the video setting in the theme general settings in the media section of post and still nothing shows. One of the reasons I decided to do it myself.
No I didn’t edit this files, but that is my point. Rather than have to edit 5 or so files, would make more sense to me to edit the root of the problem (media not being detected). But if that is not possible, I guess I have to hunt down each file.
September 3, 2015 at 16:34 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #76024davellanParticipantOk, so it have never displayed a video before (even before I started switching things around), and it is still not showing pictures for blog settings masonry and standard (but does for left side thumb). So I am not sure what is supposed to be displayed, which is why I am asking. And as most of the elements look for media, it would make sense to me to edit that object rather than edit all of these other functions which call on it.
September 3, 2015 at 15:59 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #76020davellanParticipantOk, got that and now I am able to make it work with some of the post listings, such as news focus.
I am not sure though. Does the post carousel have featured images? In blog settings, do masonry or standard have featured images?
I feel a better solution to my problem maybe to manipulate the “media” object so that I can make it take featured image, as most of the elements by default try to access that.
How would I go about doing that?
September 3, 2015 at 06:22 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #75979davellanParticipantI am not a great programmer, and very unfamiliar with Kleo’s framework.
I see there is a lot of references to media, media_width, media_height, etc. So I am guessing Kleo defaults to using some media object instead of using the featured image, which is all over the website.
As I don’t know how to use the media object (and don’t believe it has ever worked for me), I want to change this behavior so that instead of looking for media, it looks for the featured image. I believe the key to making this work is at the end of the theme-functions.php file. If someone can help me with this that would be great.
September 3, 2015 at 06:11 in reply to: Post Listings Elements on VC Not Showing Featured Image Thumbnail? #75978davellanParticipantThat was very helpful, thank you for the suggestion.
Question: which post listings are supposed to show featured image thumbnails? I realize I maybe racking my head over these elements when in fact they don’t have that functionality built in.
davellanParticipantOk, so I found the content-video.php file and modified it in my child theme and got most of what I wanted, but now I am losing some parts.
I need some clarity on this line of code:
the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'kleo_framework' ) );
Where would I found this function so I can alter it for my needs?
davellanParticipantAlso, to be clear this only happens with video posts for some reason. All other pages and posts handle the permissions fine.
Like I stated above, my ideal solution would be to have the video replaced by either another video or image of my choosing, which would direct them to my excerpt. The condition to be met would be if they are logged in and have sufficient permissions to access the content through iMember360 (something I would have to figure out with iMember360).
-
AuthorPosts