Jump to content

asigno

Clients
  • Posts

    537
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by asigno

  1. On 10/19/2016 at 11:28 AM, ehren. said:

    WebP is only natively supported in Chrome and Opera, so I don't imagine this would be very high on any softwares to-do list.

    It's supported across 78.37% of all mobile web users and 81.29% of global desktops.

  2. On 10/4/2018 at 1:25 PM, Fast Lane! said:

    Interesting.  How about revenue? Any net improvements that make the loss in speed worth it?

    I need to do some proper calculations, but off the top of my head I'd say a 20% improvement. I haven't  spent any time optimizing the placements etc I'm sure it could do better but haven't had the time. The ads are premium ads so more video type and far less of the horrid text type ones, providing a nicer experience. But the page load time sucks. I only show ads to free users hoping it will increase paid subscriptions. I set a cookie with the member type and Ezoic exclude those users from their targeting.

  3. On 9/19/2018 at 12:11 PM, Fast Lane! said:

    Did you have any issues migrating over?  I'm about to migrate...  and a little concerned on the DNS migration and their cloudflare backend.

    Sorry was on holiday. How did it go? I've had no issues with their DNS, it was an easy swap for me as I was already using Cloudflare. The only issue I've had is that my site is now slower due to their scripts, I haven't had time to really look through it yet.

  4. I gave up with Google's Autoads and moved to Ezoic. It would be a nightmare to change the CSS for their ads as they are dynamic and you never know what size or where they are going to appear. It made no revenue difference for me either. Ezoic have a Chrome extension which allows really easy ad placement. It's not an ideal solution as you have to give them full DNS control and they insert a lot of code but I earn more with them as I can run on the Doubleclick network.

  5. 3 hours ago, Duken said:

    Is there a solution yet? Hate the ads over text ?

    Hi @Duken I'd recommend posting on the Google forum https://productforums.google.com/forum/#!topic/adsense/eftgSJTTBg0;context-place=topicsearchin/adsense/auto%2420ads%2420appearing%2420over%2420content

    The last response was as below:

    Quote

    Many thanks for the screenshots: those are helpful. I have 'escalated' this thread to the attention of Google employees which I can do as a Top Contributor (please read https://topcontributor.withgoogle.com/ for more information). I'm not in a position to promise anything (no guarantees that it will be fixed or that you will hear anything from Google), but it's apparent that this is a bug that's affecting a number of sites, and at least Google is aware of it.

     

  6. Sorry but I'm still having issues with teaser and body content on the article pages. 

    e.g. https://yamahaclub.com/news/news/other/yamaha-enters-two-factory-teams-aiming-for-second-consecutive-suzuka-win-r849/

    Thanks in advance.

     

    error.JPG

  7. Hi, I'm using 4.3, and am having an issue. If I try and select a category to show on the homepage I get the following error:

    Error: Call to undefined method IPS\cms\Records1::reputation() (0)
    #0 /yamahaclub.com/forums/applications/cms/sources/Theme/Theme.php(610) : eval()'d code(494): IPS\Theme\class_cms_database_newsgrid->entry(Object(IPS\cms\Records1), Object(IPS\cms\Databases), 0, NULL)
    #1 /yamahaclub.com/forums/applications/cms/modules/front/database/index.php(142): IPS\Theme\class_cms_database_newsgrid->index(Object(IPS\cms\Databases), Object(IPS\Patterns\ActiveRecordIterator), Object(IPS\Http\Url\Friendly), Array)
    #2 /yamahaclub.com/forums/applications/cms/modules/front/database/index.php(51): IPS\cms\modules\front\database\_index->view()
    #3 /yamahaclub.com/forums/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\database\_index->manage()
    #4 /yamahaclub.com/forums/applications/cms/sources/Databases/Dispatcher.php(325): IPS\Dispatcher\_Controller->execute()
    #5 /yamahaclub.com/forums/system/Theme/Theme.php(4311) : eval()'d code(9): IPS\cms\Databases\_Dispatcher->run()
    #6 [internal function]: IPS\Theme\content_pages_2()
    #7 /yamahaclub.com/forums/applications/cms/sources/Pages/Page.php(1218): call_user_func('IPS\\Theme\\conte...')
    #8 /yamahaclub.com/forums/applications/cms/sources/Pages/Page.php(2190): IPS\cms\Pages\_Page->getHtmlContent()
    #9 /yamahaclub.com/forums/applications/cms/modules/front/pages/page.php(73): IPS\cms\Pages\_Page->output()
    #10 /yamahaclub.com/forums/applications/cms/modules/front/pages/page.php(43): IPS\cms\modules\front\pages\_page->view()
    #11 /yamahaclub.com/forums/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\pages\_page->manage()
    #12 /yamahaclub.com/forums/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute()
    #13 /yamahaclub.com/forums/system/Dispatcher/Dispatcher.php(146): IPS\cms\modules\front\pages\_page->execute()
    #14 /yamahaclub.com/index.php(42): IPS\_Dispatcher->run()
    #15 {main}

    Also if I don't select a category and filter through to a child category page, the teaser text appears over the images.

    Cheers

    textissue.JPG

  8. @opentype How do I add template code to a superlist record?

    Headstand, kindly gave me the code I need to add to link directly to the checkout page as your example.

    {{$url = $package->url()->csrf()->setQueryString( array( "package_{$package->id}_submitted" => 1, "quantity" => 1 ) );}}
    <a href='{$url}'>Buy Now</a>

    Thanks

  9. @opentype In your examples it shows the record linking directly to a product.

    I'm trying to use your template to recreate the templates > nexus > store > register  page. 

    I'm trying to create an entirely new page and link directly to a cart page containing the relevant membership subscription.

    I'm able to link directly to the product page e.g. https://yamahaclub.com/forums/store/product/4-standard/ but this still requires a user to click on "add to cart' before going to the checkout page.

    How can I link directly to the checkout page but with a pre-selected product?

    Essentially I'm trying to recreate what Invision do on the sign up page and your example.

    Thanks
    Alex

  10. Hi, I've tried setting up the plugin/template but how do I add a block to a page which is only visible if you are logged out? E.g. templates > nexus > store > register  page

    Also for some reason the test records aren't showing and the template is showing my posts from my homepage?

    Any ideas?

    Thanks

    image.thumb.png.fa9b62182a65bd7f9f1f7f31675c2839.png

  11. Hi @InvisionHQ, I've tried signing up to your support board but the registration email isn't coming through. I'm trying to update the app from v1.0.3.3 to 1.1.1 using IPB v2.4.1 and keep getting the following error:

    Sorry, you do not have permission for that!
    1S111/1 lang_not_exists__cl_advert_submitted

    Please can you help

    Cheers

     

×
×
  • Create New...