Jump to content

AlexWebsites

Clients
  • Posts

    2,217
  • Joined

  • Last visited

  • Days Won

    7

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by AlexWebsites

  1. This has thankfully been fixed in 4.3.4 With the sitemap in 4.3.3 and 4.3.4 now fixed, my indexing has gone up from 17849 pages to 22,229 (pretty much over the last 4 weeks) with just about the same submitted, less the new content. I do believe adding the timestamp helped and I'm still waiting for all my images to be indexed because before the latest ips sitemap change, google was not picking up the extra image sitemap or video sitemap. Now there is clearly a content section for images and video as separate sitemaps within the sitemap. I do think there is an opportunity for those that want to use it, to include additional topic and other secondary content pages in the sitemap as well as a news sitemap for those that use the pages app.
  2. All your title text is written in all CAPS. The capitalize element capitalizes the first letter, but all your letters are capitalized already. Here's one of your titles: <div class="ipsType_break"> <a href="https://www.losdurosdelgenero.com/reggaeton/descargar-musica/atilas-roman-feat-dvenshy-la-frequencia-hagamoslo-lento-r10404/" title="Read more about ATILAS ROMAN FEAT. D'VENSHY 'LA FREQUENCIA' - &quot;HAGAMOSLO LENTO&quot;"> ATILAS ROMAN FEAT. D'VENSHY 'LA FREQUENCIA' - "HAGAMOSLO LENTO" </a> </div> You should go back into each article and rewrite your titles to not be all in caps. Text transform will only work like so:
  3. Try this in custom.css body[data-pageapp="cms"][ data-pagelocation="front"][data-pagemodule="pages"][ data-pagecontroller="page"] .ipsType_normal:not( .ipsType_richText ) { font-size: 8px; text-transform: capitalize; }
  4. Thanks @Martin A. Anyone else affected, make sure you rebuild your sitemap after running this query.
  5. Feature suggestion, right now with content blocks you have recent, featured and popular sorting. Can you add a recently updated where the last post drives the order not the topic start time?
  6. I fixed this by going in to the gallery block template and changing {{$image = \IPS\File::get( 'gallery_Images', $item->thumb_file_name );}} to {{$image = \IPS\File::get( 'gallery_Images', $item->small_file_name );}}
  7. Seems its not with the external storage because I removed and tested and am still not getting images when using the gallery block. <img src="{$image->url}" Is not pulling the image full path and only pulling https://www.yoursite.com/uploads/ leaving out the filename of the image. @HeadStand was there a change with IPS 4.3.3 to cause this? All I'm getting is broken image links.
  8. You should be good if it came back as zero rows affected. @Martin A. is the fix as as simple as copying the data from marker_created to marker_last_comment?
  9. My count cane back as 10064 @svitNot on your icon, in your sitemap. http://www.cechoslovaci.com/sitemap.php?file=sitemap_content_membermap_Markers_Markers_1 Run the query @Martin A. posted above to see how many rows are affected.
  10. @svit just checked your sitemap for markers since you had your site listed in this topic and you have the same thing happening with your markers sitemap. Check Google webmaster tools for invalid date errors on your sitemap. Must be something with 4.3 and how the sitemap is generated with adding the <lastmod> tag. <lastmod>1970-01-01T04:00:00+04:00</lastmod>
  11. In the sitemap. <lastmod>1970-01-01T00:00:00+00:00</lastmod>
  12. Is anyone else having an issue where the sitemap for some of the markers is showing an invalid date? <lastmod>1969-12-31T19:00:00-05:00</lastmod>
  13. In 4.3 with sparkpost being removed and now connected through sparkpost smtp, are email bounces still able to be processed using sparkpost and smtp vs their API?
  14. Seems to be an issue when using a custom url in Amazon S3 storage. I just added a custom url this week and my newsletter went out with the gallery block images incorrectly pathed. So I checked the image url and it's only using the custom url and not appending the image file name so images do not show. Here is the setting under storage:
  15. For me on one of my sites it looks like after upgrade to 4.3 there are less urls in the sitemap. However, indexed pages are not affected and seem to be slowly moving up. Right where the submitted dips is when I moved this site to 4.3 but Indexed in red is the same and slowly rising. My apps using Amazon S3 for storage as I mentioned are causing an issue in google and getting flagged for incomplete <loc> urls and are primarily images and video I noticed. I opened a ticket with IPS, but if anyone else is using Amazon for storage, would be great if you could confirm if your sitemap is listing the complete urls to the file location or not. Thanks.
  16. I just noticed in google webmaster tools that my gallery images in 4.3.3 have invalid urls using Amazon S3. The sitemap is missing the https:// and only listing the image urls as //s3.amazonaws.com/ . If you are using Amazon S3 storage with gallery, check your sitemap. <image:image> <image:loc> //s3.amazonaws.com/......... </image:loc>
  17. Is there an easy way to add a feed of clubs as a newsletter block?
  18. Ah, I didn't see that version, that did it! Thanks @Pete T and thanks @Ocean West with the css reply.
  19. I'm having an issue after upgrade to 4.3 where in the default theme there is no padding or margin in the block itself.
  20. Thanks, I missed that! I see the timestamp now that's it's rebuilt. ?
  21. @Matt is there a tool in 4.3 to rebuild sitemaps on demand? I didn't see one. I updated one of my sites to 4.3 and do not see timestamps for forum topics, assuming it just needs to be rebuilt after upgrade.
  22. I am using 4.2 and just noticed that my gallery block for recent images when there is a video, displays a broken image link. Has anyone else run into this? I am using amazon aws for gallery storage.
  23. This worked, I received the latest maintenance notification for 4/25. ?
  24. Sadly, looks like it didn't make the cut...? 4.3 still uses the same for all views on forum index from what I can tell... <body class='ipsApp ipsApp_front ipsCommunity sWide ipsJS_has ipsClearfix' data-controller='core.front.core.app' data-message="" data-pageApp='forums' data-pageLocation='front' data-pageModule='forums' data-pageController='index'>
×
×
  • Create New...