capnjasbo
Forum Replies Created
-
Forum: Plugins
In reply to: [Lazy Load] Not working with shortcodes ultimate slider@cuta Can you explain what that means or how you did it, please?
Same issue over here with short codes ultimate.
For everyone else
@poomik @ac1643I added <!– data-lazy-src –> into the text edit section of the post that had an “[su_slider” in it. It disables lazy load for the whole page. I guess, you can be more specific and only do it for specific images, but since we are using shortcodes, this seems like the easiest option.
Found it here:
https://www.ads-software.com/support/topic/remove-lazyload-in-indexpage/?replies=2#post-4175676
If that doesn’t work, you can try searching here:
https://www.ads-software.com/support/topic/how-can-i-deactivate-lazy-load-on-some-pages/
Forum: Plugins
In reply to: [IMDBi] Plugin not loading IMDb dataSame here.
Warning: file_get_contents(https://www.imdb.com/title/): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/(MYUSER)/(MYSITE)/wp-content/plugins/imdbi/includes/simpleHtmlDom.php on line 97
Fatal error: Call to a member function find() on boolean in /home/(MYUSER)/(MYSITE)/wp-content/plugins/imdbi/admin/partials/imdbi-crawler-view.php on line 66
Forum: Plugins
In reply to: [Category Posts Slider Pro] target=”_blank”Hey! I was in a rush, so I hired a freelancer. And he was nice enough to let me post the code publicly. Sharing is caring <3
I think it looks much better when you change the header from h3 to h1. Also to make the links all open in a new window.
If for some reason the above link stops working, please look at the code below to see what was changed.
From “category-posts-slider-pro.php” remove this code:
$cpsp_display_tab .=’<h3 class=”sp-layer sp-black sp-padding” data-horizontal=”5%” data-vertical=”20%” data-show-transition=”up” data-show-delay=”200″ data-position=”topLeft”>’.esc_attr($title).'</h3>‘;
And replace it with:
$cpsp_display_tab .=’<h1 class=”sp-layer sp-black sp-padding sp-for-overwriting” data-horizontal=”5%” data-vertical=”20%” data-show-transition=”up” data-show-delay=”200″ data-position=”topLeft”>’.esc_attr($title).'</h1>‘;
And for “cpsp-slider-display.php” please remove this code:
$cpsp_display_slide .=’<h3 class=”sp-layer sp-black sp-padding” data-horizontal=”5%” data-vertical=”20%” data-show-transition=”up” data-show-delay=”200″ data-position=”topLeft”>’.esc_attr($title).'</h3>‘;
And replace it with:
$cpsp_display_slide .=’<h1 class=”sp-layer sp-black sp-padding sp-for-overwriting” data-horizontal=”5%” data-vertical=”20%” data-show-transition=”up” data-show-delay=”200″ data-position=”topLeft”>’.esc_attr($title).'</h1>‘;
Then finally, add this custom css to the wordpress appearance > customize > additional CSS section:
.sp-for-overwriting {
margin-left: 0px!important;
width: 150%!important;
}Forum: Plugins
In reply to: [WP Customer Reviews] mobile/responsive help pleaseHello again. I was in a bit of a rush, so I hired a freelancer to help with the code.
He was kind enough to let me share his code.
If anybody needs help with this same problem, just add this code to the custom CSS on your front page to make it responsive and fit on small browser widths (that means mobile too):
.wpcr3_div_2 {
width: 100%!important;
}
.wpcr3_table_2 {
table-layout: fixed!important;
}
.wpcr3_respond_2 input[type=”text”] {
min-width: 100px!important;
}
.wpcr3_respond_2 textarea {
min-width: 200px !important;
}Sharing is caring <3
Forum: Plugins
In reply to: [Contact Form 7] How to edit size and width of the form fieldsThank you, @jannmirch!
That worked perfect.
Forum: Plugins
In reply to: [WP Customer Reviews] Mobile Width of FieldsYes, please! I have the same problem.
I am pretty sure you just have to go through the code and change pixels to percentage. But I’m worried to mess something up.
wp-customer-reviews/css/wp-customer-reviews-generated.css
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] import WITHIN a post?Great. Will do and get back to ya.
Just tried, and I can’t edit my old posts in this support thread. Do you mind erasing everything above the “——” marks, please? I just want to keep the inner workings of my site a mystery, ya know?
Thank you!
Forum: Plugins
In reply to: [Simple Vote Me] Issues With Chrome BrowserHello!
Great plugin. I have a similar problem. I got your plugin because it was perfect for what I wanted. A simple voting option that didn’t require login. But I can vote an unlimited amount of times.
Is there some custom CSS I can add to fix this to limit one vote per IP address?
Thank you very much!
- This reply was modified 7 years, 10 months ago by capnjasbo.
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] import WITHIN a post?Forum: Plugins
In reply to: [Speech bubble (ふきだしプラグイン)] レビューのためにそれを使用します。UPDATE:
For people who want to just make a speech bubble. I found an alternative that worked better for what I desired. I didn’t want a dialogue, but rather a review style speech bubble. I downloaded the free plugin “CSS Plus” and copy and pasted the CSS made from this site:
https://ilikepixels.co.uk/drop/bubbler/
You can also use this site:
https://html-codes-generator.weebly.com/css-speech-bubble-generator.html
Both of them allow newbie programmers to get the exact look they want without knowing any html or CSS. Once you get it, just copy and paste the CSS into the plugin field, and the HTML into the text of the post you want.
Thanks and good luck, y’all!
Forum: Plugins
In reply to: [Import any XML, CSV or Excel File to WordPress] import WITHIN a post?Thank you for the quick response!
The end goal is to automate this (click on “around the web reviews”):
NSFW LINK
just.stfuhollywood.com/movies/the-imitation-game/
——
I have webscrapers that I can tweak to get a format I like, but I have to still manually change the code for each post. Not much time saved. So the alternative solution I am thinking, is to just have a consistently updated RSS feed displayed for the newest movies. Then my employees will manually copy the information into the desired format I like.
For more info on my RSS feed being easily automated:
I have a google custom search engine and personal API key that can turn my search into an RSS feed. Easily copy and paste into each new movie post, changing just for each movie. But the API searches are limited to only 200 or so a day. Which is why I want to throttle the cache-ing. I am thinking of using other plugins/programs to auto update export each google CSE RSS feed into an xml file google doc. Which would then be scheduled to be scraped by your plugin until my employees can get it in the format I’d like.
Sorry if this is confusing and worded poorly. If you have a better solution for my end goal, let me know and I will gladly do that. If I can automate all of this to scrape and import in the formats I desire all with your plugin, I will happily pay for the premium and allocate my employee time to something better.
Thank you for your time!
Forum: Plugins
In reply to: [Browser Screenshots] Updating the screenshot, adding a classThanks for the plugin! When is the auto refresh?
I have an RSS feed that has a limited number of refreshes, so I am trying to snapshot
it only twice a day, ideally. That way every user who wants to see the update, can do so without wasting an API key refresh.Thanks!