![]() |
Silly Roboscript Question
Figured I might ask on here, I just setup my first cam site with Roboscript and got everything to my liking and working fairly easily since the provided documentation is good and the videos explaining how are also easy to follow.
The only thing I cannot figure out for the life of me probably because I'm an idiot, is how to make blog posts go to a specific page that I can set into my navigation menu. I understand normally in wordpress this is done via Settings > Reading > Set static page > Pick your page for homepage + latest posts. In Roboscript however when I set this the cams simply end up generating on that page also rather than my blog posts. I did put in a support ticket asking this but haven't heard anything back yet and also it appears roboscript's website is down currently? Appreciate any advice on how to set my blog posts :) |
"how to make blog posts go to a specific page that I can set into my navigation menu" - make any page in Wordpress and add it in RBS Cam MU -> Theme Settings -> Menu -> Custom Link.
|
Will try this out now and let you know if it worked, appreciate it TurboB! :)
|
Quote:
|
Robo
i also bought the php cam script. Completely useless, full of bugs. Support is completely lost. Nick doesn't answer anymore.
|
Quote:
https://i.imgur.com/O8KG9k6.jpg |
Whatever happend to Nick, it must be something serious.
Iīm also concerned right now. Heīs gone for a while already. Nick is very kind and super nice! If you buy a product, a script in that industry, you want exactly that type of support. Itīs not a team working on the scripts. Heīs alone and yes, sometimes it takes a bit, but he always makes sure to get everything working on the clients end! It was always pretty normal to get a response within one day. I also canīt explain it to me why his site went offline, why thereīs no response on Skype...... Three years ago I called him on his mobile, unfortunately I forgot to save his number and I canīt scroll back so many years in my Skype history. I would love to give him a call to ask whatīs up.... Sometimes sponsors asking for phone numbers, they could try to reach him. I know he did some coding for LiveJasmin a while back, if they have his number on file, anyone of their team could give him a call, please. All we can do is to hope heīs fine and is coming back very soon! |
His site has been down for a couple of days right now. I hope Nick will come back very soon.
|
Api
I dont want to betray, but I turned to support one of the very famous camera sites, and the programming team responded:
"...this is a very old api that you don't need to use.roboscript is selling terrible scripts..." |
And API
for the roboscript php cam script (and WP-script) you can buy the addon "self autoreg plugin" with which customers "can register on your aggregator page".
One of the big camsites staff replied me, that "we have not given any permission for roboscript to do this and self registration via your page it will not work". |
luann22
You can use better script if Robo does meet your requirements. |
Yes
Yes, this example of yours is like saying, "eat at a restaurant if mc. Donalds didn't turn you on"
Just that I've already had lunch at Mc. donalds ... I bought the scripts, worked on it for weeks, corresponded with everyone. now the answer is "buy another." Yes, but that's not advice. |
I have also a question.
Been trying to get the best speed for the cam script and by defauld there is the .ttf fonts loading which are big and 50% of total resources when visitor is loading the site... SFCompactRounded-Bold.ttf 1816.0 kb But in the font folder there is also a .woff2 (the same font) arround 500kb 1/3 of size of .ttf. Can someone share how i can edit this? Would help me and a lot of other users of the script a lot to reduce the download size and get faster speed / loading of site. More cutting of size with with Font Squirrel to 45kb .woff and 35kb .woff2 |
I have the new php cam script and wp cam plugin version. On both of them are the .ttf fonts loading...
|
In the style.css you can replace fonts by your own.
You can see there are use whole family of that font: SF-Compact SFCompact Search for these two - you will see 5 fonts in total of this family are used. The easiest way to get rid out of this font - find some very lightweight font family, rename it and overwrite original ones. SF-Compact-Display-Regular SFCompactDisplay-Black SF-Compact-Display-Bold SF-Compact-Display-Semibold SFCompactRounded-Bold Or if you know a little of coding - delete fonts folder at all, remove loading of fonts in style.css and replace everywhere this f*cking font is used to some other which is integrated into browsers and doesn't requires any downloading. |
Quote:
If there is someone who can change this and is willing to share that would be great, i am very interested in it. |
Quote:
Remove in style.css: Code:
@font-face{font-family:SF-Compact-Display-Semibold;src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.svg#SF-Compact-Display-Semibold) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Semibold/SFCompactDisplay-Semibold.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF-Compact-Display-Bold;src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.svg#SF-Compact-Display-Bold) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Bold/SFCompactDisplay-Bold.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SFCompactDisplay-Black;src:url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.svg#SFCompactDisplay-Black) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactDisplay-Black/SFCompactDisplay-Black.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SFCompactRounded-Bold;src:url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.svg#SFCompactRounded-Bold) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SFCompactRounded-Bold/SFCompactRounded-Bold.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SF-Compact-Display-Regular;src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.eot);src:url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.svg#SF-Compact-Display-Regular) format('svg'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.ttf) format('truetype'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.woff) format('woff'),url(/wp-content/themes/pro-cam-mu/fonts/SF-Compact-Display-Regular/SFCompactDisplay-Regular.woff2) format('woff2');font-weight:400;font-style:normal;font-display:swap} Code:
SF-Compact-Display-Regular https://websitesetup.org/web-safe-fonts-html-css/ |
Also, if you will change font to some which does not have variations such as Black, Bold, etc - you will need to play with font-weight where needed.
|
Thanks TurboB! Will try this evening to modify the files.
|
From here too, Thanks TurboB!
Also going to try this evening, alrdy took the 2 css parts out and the menu is now another font, think the browser default font. will let you know. |
Ok guys. This tweak/ update is very significant.
I have reduced total download size from each visitor from around 4 / 5 mb to 1.6 mb this is a 60% / 70% reduction! Speed is significant faster even without Cloudflare Argo activated. Because reduction in resources i might activate Argo gain (i deactivated this feature yesterday because i have sinds last week a big spike in traffic / and data cost...) It's easy. Download the fonts you want to reduce in size. Go to fontsquirrel dot com and upload / download the optimized font. Go to your style.css file and edit the fonts. Also go to your theme/index.php file because there are a couple of lines of code (mobile redirect) for fonts you also need to modify. phpcamscript (new one) giftofspeed dot com San Francisco (USA) REQUESTS 57 TOTAL SIZE 1670 kb CONTENT VISIBLE 1.09 s FULLY LOADED 1.67 s OPTIM. SCORE 76/100 |
I can't find anything related to fonts in index.php
It is in header.php Sorry my fault, font should be removed/changed in header.php and style.css I did this long time ago, so a little bit forgot about it. I am talking about WP version. Mobile speed: https://i.ibb.co/smwCCBx/google.jpg GTMetrix: https://i.ibb.co/C18jYFP/gtm.jpg |
Quote:
Working on it now, and also saw the post from TypeinNL, so i am looking what i am going to do... Until now only removed the 2 ccs parts and then i alrdy see another font in the menu, should be the standard browser font imo. |
Quote:
|
@TurboB
Do you have a cache plugin running? Here i don't because that gives a issue with the infinite loader. Nick was looking/had a solution for that but i am affraid that is not comming anymore |
Quote:
|
Quote:
Better then here and much better in Dutch. Now sleeping time here... |
Quote:
With my setup infinite loader working fine, models on homepage are changing every 5 minutes. |
Quote:
Thnx for the info! |
All times are GMT -7. The time now is 09:08 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc