netivity
Forum Replies Created
-
Hello Jamin and Gahapati,
Thank you both for taking the time to look at my request.
Yes I would love to collaborate and help test. I have good setup that could benefit from you plugin working on our multisite network.
I will send you a private email.
— Netivity
Hello Lukodp,
How did you actually accomplish this?
What did you modify in the sp-template-hooks.php file?
I am trying to reorder the items on the team template page. I want …
— details / profile text
— league tableRight now the order is reverse.
What do I need to edit?
Thanks
Netivity
Forum: Plugins
In reply to: [Plugin Auditor] Audit Log is EmptySame here. Nothing.
Here is a work around to gt the thumbnails to display.
You need to add them manually to the folder…
https://www.YOUWEBSITE.com/wp-content/uploads/utubevideo-cache/
Make sure that you use the YouTube video id as the name of each thumbnail.
For example the thumbnail name for this video would be…
7wCxyKAeqo0.jpg
You will have to edit the size of the thumbnails to be exactly what you to display on your site. The plugin does not resize them.
This will work until the develop solves why the thumbnails are not being created when you load a video or playlist.
Good luck!!
netivity
I am having the same problem. I can add a playlist but the thumbnails will not display. I have the gallery set to show just the videos.
netivity
Forum: Plugins
In reply to: [Simple Tasks & Todo's] Frontend erro message – won't load tasksYes you are 100% correct. I forgot about that major detail. Ughhh sorry.
Please tell how I can privately message you and I will send you details for the site.
Netivity
Forum: Plugins
In reply to: [Simple Tasks & Todo's] Frontend erro message – won't load tasksHello,
Thanks for getting back to so quickly. Before I give you access I have a multisite wordpress setup with 4 domains and about 40 plugins running. We use visual composer to create pages and do front end editing. I imaging that it have something to do with this or the jquery in the theme that creates next and previous buttons on post pages.
I was hoping that you could see some type of error.
I will turn off those plugins and see if I get better results. It could the code in the theme.
I will let you know.
Netivity
Forum: Plugins
In reply to: [Youtube Sidebar Widget] Seems to be broken in WordPress 4.1.2SOLUTION
This is borrowed from the work done by David Swanson and the solution that he gave on Youtube Channel Gallery. Thank you David.
You basically have to change from using the YouTube name / channel name to the playlist id. There is a defaults playlist for all the videos that any YouTube users has uploaded. You have to get that playlist id.
Follow David’s instructions…
Here is how I fixed the problem using the widget
First, you need to go to your YouTube channel. Over on the left menu click “My Channel”
From the horizontal menu, click “videos”From the drop menu at the top choose “All Videos” the default is “Upload” After choosing “All Videos” move your mouse by the title “Upload” and a “Play” button will appear next to “Upload”
Click “Play”
Your first video will start to play. Over on the left menu at the top will be the name of your Upload playlist. Example “Uploads From xxx”
Click on that playlist “Upload From xxx”
In the address bar of your browser will be something ending in list=
after the list= is your Upload playlist id.
Copy that ID down.In your widget choose Playlist under video feed type and enter that playlist id.
I have tested this is works perfectly. See here… https://teamcoalition-online.com/
Best of luck!
Netivity
Forum: Plugins
In reply to: [Frizzly - Social Share Buttons] Disable on Yet Another Related Posts imagesHello,
How can I get it to do the same for Jetpack related posts and Zemanta Related posts?
See this page…
https://bobtrottafashion.com/top-5-quality-tailors-in-hong-kong-china/
I have tried this in the Advanced > Additional Javaascript Settings
frizzly.hover.settings.ignoreSelector = ‘.wp-smiley,.nopin,.zem_rp_thumbnail’;
but it does not work.
Any help would be appreciated.
Thanks
Paul
Forum: Plugins
In reply to: [WP-TopBar] Center Top Bar contents – responsive to screen widthHello,
I have been able to center the top bar and contents, but I can get the white bar background to stretch across the entire width of the page like before.
I used this code to get the contents to center…
position:fixed; top: 40; padding:0; width: 100%; z-index: 99999;margin: 0px 0px 0px -513px; text-align: left; width: 1025px;left: 50%;
Any ideas on how to get the topbar background to stretch the entire width?
Thanks