roycegracie
Forum Replies Created
-
i do not see this code when i inspect the code of my homepage. can you tell me where you see it ?
THANK YOU !
Forum: Plugins
In reply to: [Very Simple Password for Wordpress] Force reauth is not workingme 2… dosn’t save for me also
Forum: Plugins
In reply to: [Comments - wpDiscuz] Sub comments not shownthe “Break comments into pages” worked !
thank you !!
Forum: Plugins
In reply to: [EWWW Image Optimizer] Google pagespeed is not satisfiedThank you ! i have send you my issue via your contact form
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA dosn’t show upit is working because i added:
<script src='https://www.google.com/recaptcha/api.js'></script>to my head.
i don’t know what is the reason, because i didn’t had any JQUERY conflict…
adding this script duplicated the api.js, i guess..one time from the plugin, one time – what i added
Thank you so much !
“Apply legacy collation fall-back support for unknown collations types” – did the trick !
maybe you can see here something i don’t see:
http://www.rachelc.co/installer-log.txt?now=2017-11-24-01:06:11thank you, i tried all the suggestions but nothing worked
any other advice ?
Forum: Themes and Templates
In reply to: [Fukasawa] how to create gallery post ?OK i have found the solution ! what you need to do is to go into the featured image area. add new images (upload, not choose from the current media library). and then you can just exit and publish the post.
this action will associate those images with the post media and they will be showen as a gallery (if you choose the “gallery” option).
Forum: Themes and Templates
In reply to: [Fukasawa] how to create gallery post ?thank you ! but this dosn’t work for me. it seems like there is a bug in the theme that is related to this part in the functions.php code:
function fukasawa_flexslider($size) { if ( is_page()) : $attachment_parent = $post->ID; else : $attachment_parent = get_the_ID(); endif; if($images = get_posts(array( 'post_parent' => $attachment_parent, 'post_type' => 'attachment', 'numberposts' => -1, // show all 'post_status' => null, 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', ))) {when i change it to !is_page, then it shows the gallery but with the wrong images
i don’t need it directly. i wish to allow users to choose if they pay using paypal or other method. after they chose they will be redirected to that method’s website..
i want this to work like this because i don’t have SSL
is this possible ?
also, is it possible to buy only one ADDON? i saw that the minimum is 15 per month, is this correct ?
Forum: Plugins
In reply to: [Page Speed Optimization] Iframe script dosn’t work under “proxy”hello ! i have found my solution here:
https://www.labnol.org/internet/light-youtube-embeds/27941/thank you again for this very good plugin !
Forum: Plugins
In reply to: [Page Speed Optimization] not working properlyalso. i have found this script inside my theme:
https://www.youtube.com/iframe_apii have moved the url :
youtube.com/iframe_apiunder “Proxy Scripts” in the tab “proxy” tab. but this still dosn’t disable the google page speed error “Leverage browser caching”
please any advice will be good
Forum: Plugins
In reply to: [Page Speed Optimization] not working properlyhello and thank you for your reply.
i did the LAZY LOAD thing you suggested on the iframe of youtube in the homepage, but it didn’t work.do you happen to know what page this script is loading ?
also, it seems strange to me that a script with “instream/ad_status.js” – INSTEGRAM. will be loaded inside a youtube or other video iframe, are you sure it is coming from an IFRAME ?